The NetBSD Project

CVS log for pkgsrc/shells/scsh/Makefile

[BACK] Up to [cvs.NetBSD.org] / pkgsrc / shells / scsh

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.46 / (download) - annotate - [select for diffs], Mon Nov 4 21:14:07 2019 UTC (3 years, 10 months ago) by rillig
Branch: MAIN
CVS Tags: pkgsrc-2023Q2-base, pkgsrc-2023Q2, pkgsrc-2023Q1-base, pkgsrc-2023Q1, pkgsrc-2022Q4-base, pkgsrc-2022Q4, pkgsrc-2022Q3-base, pkgsrc-2022Q3, pkgsrc-2022Q2-base, pkgsrc-2022Q2, pkgsrc-2022Q1-base, pkgsrc-2022Q1, pkgsrc-2021Q4-base, pkgsrc-2021Q4, pkgsrc-2021Q3-base, pkgsrc-2021Q3, pkgsrc-2021Q2-base, pkgsrc-2021Q2, pkgsrc-2021Q1-base, pkgsrc-2021Q1, pkgsrc-2020Q4-base, pkgsrc-2020Q4, pkgsrc-2020Q3-base, pkgsrc-2020Q3, pkgsrc-2020Q2-base, pkgsrc-2020Q2, pkgsrc-2020Q1-base, pkgsrc-2020Q1, pkgsrc-2019Q4-base, pkgsrc-2019Q4, HEAD
Changes since 1.45: +4 -4 lines
Diff to previous 1.45 (colored)

shells: align variable assignments

pkglint -Wall -F --only aligned --only indent -r

No manual corrections.

Revision 1.45 / (download) - annotate - [select for diffs], Thu Jan 19 18:52:25 2017 UTC (6 years, 8 months ago) by agc
Branch: MAIN
CVS Tags: pkgsrc-2019Q3-base, pkgsrc-2019Q3, pkgsrc-2019Q2-base, pkgsrc-2019Q2, pkgsrc-2019Q1-base, pkgsrc-2019Q1, pkgsrc-2018Q4-base, pkgsrc-2018Q4, pkgsrc-2018Q3-base, pkgsrc-2018Q3, pkgsrc-2018Q2-base, pkgsrc-2018Q2, pkgsrc-2018Q1-base, pkgsrc-2018Q1, pkgsrc-2017Q4-base, pkgsrc-2017Q4, pkgsrc-2017Q3-base, pkgsrc-2017Q3, pkgsrc-2017Q2-base, pkgsrc-2017Q2, pkgsrc-2017Q1-base, pkgsrc-2017Q1
Changes since 1.44: +3 -3 lines
Diff to previous 1.44 (colored)

Convert all occurrences (353 by my count) of

	MASTER_SITES= 	site1 \
			site2

style continuation lines to be simple repeated

	MASTER_SITES+= site1
	MASTER_SITES+= site2

lines. As previewed on tech-pkg. With thanks to rillig for fixing pkglint
accordingly.

Revision 1.44 / (download) - annotate - [select for diffs], Sun Jan 4 04:04:23 2015 UTC (8 years, 8 months ago) by dholland
Branch: MAIN
CVS Tags: pkgsrc-2016Q4-base, pkgsrc-2016Q4, pkgsrc-2016Q3-base, pkgsrc-2016Q3, pkgsrc-2016Q2-base, pkgsrc-2016Q2, pkgsrc-2016Q1-base, pkgsrc-2016Q1, pkgsrc-2015Q4-base, pkgsrc-2015Q4, pkgsrc-2015Q3-base, pkgsrc-2015Q3, pkgsrc-2015Q2-base, pkgsrc-2015Q2, pkgsrc-2015Q1-base, pkgsrc-2015Q1
Changes since 1.43: +2 -2 lines
Diff to previous 1.43 (colored)

Use BROKEN_ON_PLATFORM with LP64PLATFORMS

Revision 1.43 / (download) - annotate - [select for diffs], Tue Sep 11 23:25:09 2012 UTC (11 years ago) by asau
Branch: MAIN
CVS Tags: pkgsrc-2014Q4-base, pkgsrc-2014Q4, pkgsrc-2014Q3-base, pkgsrc-2014Q3, pkgsrc-2014Q2-base, pkgsrc-2014Q2, pkgsrc-2014Q1-base, pkgsrc-2014Q1, pkgsrc-2013Q4-base, pkgsrc-2013Q4, pkgsrc-2013Q3-base, pkgsrc-2013Q3, pkgsrc-2013Q2-base, pkgsrc-2013Q2, pkgsrc-2013Q1-base, pkgsrc-2013Q1, pkgsrc-2012Q4-base, pkgsrc-2012Q4, pkgsrc-2012Q3-base, pkgsrc-2012Q3
Changes since 1.42: +1 -3 lines
Diff to previous 1.42 (colored)

"user-destdir" is default these days

Revision 1.42 / (download) - annotate - [select for diffs], Thu Dec 22 04:37:51 2011 UTC (11 years, 9 months ago) by dholland
Branch: MAIN
CVS Tags: pkgsrc-2012Q2-base, pkgsrc-2012Q2, pkgsrc-2012Q1-base, pkgsrc-2012Q1, pkgsrc-2011Q4-base, pkgsrc-2011Q4
Changes since 1.41: +2 -2 lines
Diff to previous 1.41 (colored)

Set NOT_FOR_PLATFORM=${LP64PLATFORMS} as scsh is known to not be 64-bit
clean.

Revision 1.41 / (download) - annotate - [select for diffs], Sat Mar 19 03:58:20 2011 UTC (12 years, 6 months ago) by obache
Branch: MAIN
CVS Tags: pkgsrc-2011Q3-base, pkgsrc-2011Q3, pkgsrc-2011Q2-base, pkgsrc-2011Q2, pkgsrc-2011Q1-base, pkgsrc-2011Q1
Changes since 1.40: +12 -7 lines
Diff to previous 1.40 (colored)

* add user-destdir installation support.
* fixes a linterpreter line.
* remove post-configure subst, no information in commit log and
  the file will not created there.

Revision 1.40 / (download) - annotate - [select for diffs], Fri May 7 12:02:45 2010 UTC (13 years, 4 months ago) by jmmv
Branch: MAIN
CVS Tags: pkgsrc-2010Q4-base, pkgsrc-2010Q4, pkgsrc-2010Q3-base, pkgsrc-2010Q3, pkgsrc-2010Q2-base, pkgsrc-2010Q2
Changes since 1.39: +2 -1 lines
Diff to previous 1.39 (colored)

Bump PKGREVISION to reflect the recent change in pkginstall/shells to use
etcutils to update /etc/shells.

Revision 1.39 / (download) - annotate - [select for diffs], Fri Nov 28 11:45:40 2008 UTC (14 years, 9 months ago) by obache
Branch: MAIN
CVS Tags: pkgsrc-2010Q1-base, pkgsrc-2010Q1, pkgsrc-2009Q4-base, pkgsrc-2009Q4, pkgsrc-2009Q3-base, pkgsrc-2009Q3, pkgsrc-2009Q2-base, pkgsrc-2009Q2, pkgsrc-2009Q1-base, pkgsrc-2009Q1, pkgsrc-2008Q4-base, pkgsrc-2008Q4
Changes since 1.38: +3 -2 lines
Diff to previous 1.38 (colored)

Switch to http for ftp.scsh.net, can't connet with ftp and download page
link to distfile with http.
While here, add SourceForge to MASTER_SITES.

Revision 1.38 / (download) - annotate - [select for diffs], Fri Mar 16 23:18:42 2007 UTC (16 years, 6 months ago) by joerg
Branch: MAIN
CVS Tags: pkgsrc-2008Q3-base, pkgsrc-2008Q3, pkgsrc-2008Q2-base, pkgsrc-2008Q2, pkgsrc-2008Q1-base, pkgsrc-2008Q1, pkgsrc-2007Q4-base, pkgsrc-2007Q4, pkgsrc-2007Q3-base, pkgsrc-2007Q3, pkgsrc-2007Q2-base, pkgsrc-2007Q2, pkgsrc-2007Q1-base, pkgsrc-2007Q1, cwrapper, cube-native-xorg-base, cube-native-xorg
Changes since 1.37: +3 -1 lines
Diff to previous 1.37 (colored)

Don't require mtree.

Revision 1.37 / (download) - annotate - [select for diffs], Thu Feb 22 19:27:09 2007 UTC (16 years, 7 months ago) by wiz
Branch: MAIN
Changes since 1.36: +2 -2 lines
Diff to previous 1.36 (colored)

Whitespace cleanup, courtesy of pkglint.
Patch provided by Sergey Svishchev in private mail.

Revision 1.36 / (download) - annotate - [select for diffs], Wed Dec 6 18:59:28 2006 UTC (16 years, 9 months ago) by joerg
Branch: MAIN
CVS Tags: pkgsrc-2006Q4-base, pkgsrc-2006Q4
Changes since 1.35: +3 -3 lines
Diff to previous 1.35 (colored)

CHECK_WRKREF_SKIP is relative.

Revision 1.35 / (download) - annotate - [select for diffs], Sun Sep 3 11:39:08 2006 UTC (17 years ago) by kristerw
Branch: MAIN
CVS Tags: pkgsrc-2006Q3-base, pkgsrc-2006Q3
Changes since 1.34: +2 -3 lines
Diff to previous 1.34 (colored)

Update shells/scsh to 0.6.7.

New in this release
=====================
** Support for interix
** Ignoring of synchronous signals
   The procedures IGNORE-SIGNAL and HANDLE-SIGNAL-DEFAULT have been
   added.
** Support for gcc 4.0
** 0.6 for module path
   The standard module path now contains
   ${prefix}/lib/scsh/modules/0.6 in addition to
   $prefix/lib/scsh/modules for compatibility with install-lib
** New implementation of open-pty
   Instead of search for /dev/pty??, scsh now tries a wide variety of
   ways to aquire a new pty and the corresponding tty.
** Bug fixes
   argv[0] is now the first element of command-line
   Fixes found by new test suite
   Regexp for empty string
   Argument checking for COPY-BYTES!
   GC_PROTECTs for send_substring
   format_date support for #f timezone
   Added predicates for user-info and group-info
   Reaping of stopped processes: Do not mark stopped processes as dead
   md5-digest-for-port
   | regexps return char-sets
   standard-let in srfi-5
   (%)read-delimited! checks for mutable buffer
   leap second for srfi-19
   The default image for the scshvm is now the installed scsh.image.

Revision 1.34 / (download) - annotate - [select for diffs], Sat Mar 4 21:30:39 2006 UTC (17 years, 6 months ago) by jlam
Branch: MAIN
CVS Tags: pkgsrc-2006Q2-base, pkgsrc-2006Q2, pkgsrc-2006Q1-base, pkgsrc-2006Q1
Changes since 1.33: +2 -2 lines
Diff to previous 1.33 (colored)

Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no
developer is officially maintaining the package.

The rationale for changing this from "tech-pkg" to "pkgsrc-users" is
that it implies that any user can try to maintain the package (by
submitting patches to the mailing list).  Since the folks most likely
to care about the package are the folks that want to use it or are
already using it, this would leverage the energy of users who aren't
developers.

Revision 1.33 / (download) - annotate - [select for diffs], Thu Dec 29 06:22:13 2005 UTC (17 years, 9 months ago) by jlam
Branch: MAIN
Changes since 1.32: +1 -2 lines
Diff to previous 1.32 (colored)

Remove USE_PKGINSTALL from pkgsrc now that mk/install/pkginstall.mk
automatically detects whether we want the pkginstall machinery to be
used by the package Makefile.

Revision 1.32 / (download) - annotate - [select for diffs], Tue Sep 20 04:23:49 2005 UTC (18 years ago) by jlam
Branch: MAIN
CVS Tags: pkgsrc-2005Q4-base, pkgsrc-2005Q4, pkgsrc-2005Q3-base, pkgsrc-2005Q3
Changes since 1.31: +2 -1 lines
Diff to previous 1.31 (colored)

Teach the +SHELLS helper script to not create an /etc/shells file if
one doesn't exist.  From now on, we only add the listed PKG_SHELL to
the /etc/shells file if it already exists.  This fixes PR pkg/27162.

Revision 1.31 / (download) - annotate - [select for diffs], Fri Jul 29 18:32:18 2005 UTC (18 years, 2 months ago) by jlam
Branch: MAIN
Changes since 1.30: +2 -2 lines
Diff to previous 1.30 (colored)

* Separate out the shell registration into a separately unpacked script
  +SHELL.

* Turn PKG_REGISTER_SHELLS into a variable that can be set in the shell
  environment so that admins can make a choice when installing from
  binary packages.

* PKG_SHELL is now a list of paths, and if the path is relative, then it
  is taken to be relative to ${PREFIX}.  Convert packages that set
  PKG_SHELL to take advantage of this new feature by changing the full
  paths to the shells into relative paths.

Revision 1.30 / (download) - annotate - [select for diffs], Sun Jul 17 15:11:36 2005 UTC (18 years, 2 months ago) by kristerw
Branch: MAIN
Changes since 1.29: +5 -1 lines
Diff to previous 1.29 (colored)

Quieten CHECK_WRKREF. The dumped environment variables is not a problem.

Revision 1.29 / (download) - annotate - [select for diffs], Thu Mar 24 21:13:00 2005 UTC (18 years, 6 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2005Q2-base, pkgsrc-2005Q2
Changes since 1.28: +1 -3 lines
Diff to previous 1.28 (colored)

Remove FreeBSD RCS Ids. pkgsrc has diverged too much for syncing to be
useful.

Revision 1.28 / (download) - annotate - [select for diffs], Fri Dec 3 15:15:09 2004 UTC (18 years, 9 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2005Q1-base, pkgsrc-2005Q1, pkgsrc-2004Q4-base, pkgsrc-2004Q4
Changes since 1.27: +2 -2 lines
Diff to previous 1.27 (colored)

Rename ALL_TARGET to BUILD_TARGET for consistency with other *_TARGETs.
Suggested by Roland Illig, ok'd by various.

Revision 1.27 / (download) - annotate - [select for diffs], Wed Apr 21 12:08:09 2004 UTC (19 years, 5 months ago) by dillo
Branch: MAIN
CVS Tags: pkgsrc-2004Q3-base, pkgsrc-2004Q3, pkgsrc-2004Q2-base, pkgsrc-2004Q2
Changes since 1.26: +2 -2 lines
Diff to previous 1.26 (colored)

update to 0.6.6 (bugfixes and improvments)

Revision 1.26 / (download) - annotate - [select for diffs], Sat Feb 14 00:54:45 2004 UTC (19 years, 7 months ago) by grant
Branch: MAIN
CVS Tags: pkgsrc-2004Q1-base, pkgsrc-2004Q1
Changes since 1.25: +1 -3 lines
Diff to previous 1.25 (colored)

remove unneeded CONFIG_{GUESS,SUB}_OVERRIDE, as bsd.pkg.mk does this
automatically now.

Revision 1.25 / (download) - annotate - [select for diffs], Fri Jul 25 21:10:24 2003 UTC (20 years, 2 months ago) by kristerw
Branch: MAIN
CVS Tags: pkgsrc-2003Q4-base, pkgsrc-2003Q4
Changes since 1.24: +3 -1 lines
Diff to previous 1.24 (colored)

Override config.guess and config.sub to make the pkg recognize and build
on more systems (e.g. NetBSD 1.6.1/shark).

Revision 1.24 / (download) - annotate - [select for diffs], Thu Jul 17 22:53:24 2003 UTC (20 years, 2 months ago) by grant
Branch: MAIN
Changes since 1.23: +2 -2 lines
Diff to previous 1.23 (colored)

s/netbsd.org/NetBSD.org/

Revision 1.23 / (download) - annotate - [select for diffs], Thu Jun 26 14:51:00 2003 UTC (20 years, 3 months ago) by dillo
Branch: MAIN
Changes since 1.22: +6 -5 lines
Diff to previous 1.22 (colored)

update to 0.6.4, no changelog provided

Revision 1.22 / (download) - annotate - [select for diffs], Mon Jun 2 01:16:58 2003 UTC (20 years, 3 months ago) by jschauma
Branch: MAIN
Changes since 1.21: +2 -2 lines
Diff to previous 1.21 (colored)

Use tech-pkg@ in favor of packages@ as MAINTAINER for orphaned packages.
Should anybody feel like they could be the maintainer for any of thewe packages,
please adjust.

Revision 1.21 / (download) - annotate - [select for diffs], Tue May 6 17:42:39 2003 UTC (20 years, 4 months ago) by jmmv
Branch: MAIN
Changes since 1.20: +2 -2 lines
Diff to previous 1.20 (colored)

Drop trailing whitespace.  Ok'ed by wiz.

Revision 1.20 / (download) - annotate - [select for diffs], Tue Jan 28 22:04:12 2003 UTC (20 years, 8 months ago) by jlam
Branch: MAIN
CVS Tags: netbsd-1-6-1-base, netbsd-1-6-1
Changes since 1.19: +2 -2 lines
Diff to previous 1.19 (colored)

Instead of including bsd.pkg.install.mk directly in a package Makefile,
have it be automatically included by bsd.pkg.mk if USE_PKGINSTALL is set
to "YES".  This enforces the requirement that bsd.pkg.install.mk be
included at the end of a package Makefile.  Idea suggested by Julio M.
Merino Vidal <jmmv at menta.net>.

Revision 1.19 / (download) - annotate - [select for diffs], Sun Jan 19 09:12:06 2003 UTC (20 years, 8 months ago) by salo
Branch: MAIN
Changes since 1.18: +1 -4 lines
Diff to previous 1.18 (colored)

s/INSTALL_SCRIPT/BSD_INSTALL_SCRIPT/ in patch-aa, remove unnecessary MAKE_ENV.

Revision 1.18 / (download) - annotate - [select for diffs], Sun Nov 17 09:02:01 2002 UTC (20 years, 10 months ago) by salo
Branch: MAIN
Changes since 1.17: +4 -1 lines
Diff to previous 1.17 (colored)

Convert packages to PKG_REGISTER_SHELLS framework.

Revision 1.17 / (download) - annotate - [select for diffs], Mon Apr 1 03:13:41 2002 UTC (21 years, 5 months ago) by uebayasi
Branch: MAIN
CVS Tags: pkgviews-base, pkgviews, netbsd-1-6-RELEASE-base, netbsd-1-6, netbsd-1-5-PATCH003, buildlink2-base, buildlink2
Changes since 1.16: +3 -3 lines
Diff to previous 1.16 (colored)

Update MASTER_SITES & HOMEPAGE.

Revision 1.16 / (download) - annotate - [select for diffs], Tue Oct 2 11:07:15 2001 UTC (21 years, 11 months ago) by seb
Branch: MAIN
Changes since 1.15: +2 -3 lines
Diff to previous 1.15 (colored)

Upgrade to version 0.5.3

Changes:
        win32 support
        MacOS X support
        public cvs repository
        new libraries
        databases access via ODBC
        bugfixes

Revision 1.15 / (download) - annotate - [select for diffs], Thu Apr 12 21:29:50 2001 UTC (22 years, 5 months ago) by jtb
Branch: MAIN
CVS Tags: netbsd-1-5-PATCH001
Changes since 1.14: +2 -1 lines
Diff to previous 1.14 (colored)

Install header file as "scsh.h" rather than "scheme48.h", thus
resolving a conflict with lang/scheme48.  This should not cause any
(difficult) problems.  Decrease no. of lines in DESCR to satisfy
`pkglint'.  Bump up version number.

Revision 1.14 / (download) - annotate - [select for diffs], Tue Feb 27 19:37:46 2001 UTC (22 years, 7 months ago) by wiz
Branch: MAIN
Changes since 1.13: +2 -2 lines
Diff to previous 1.13 (colored)

Update to 0.5.2, provided by Sean Doran in pkg/11142, with some minor
cleanup by me.
Changes: 'open-source', new char-sets and -operations, new regexp system,
some renaming (reduce-* -> *-fold), and lots of bugfixes.

Revision 1.13 / (download) - annotate - [select for diffs], Sat Feb 17 17:40:20 2001 UTC (22 years, 7 months ago) by wiz
Branch: MAIN
Changes since 1.12: +2 -1 lines
Diff to previous 1.12 (colored)

Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.

Revision 1.12 / (download) - annotate - [select for diffs], Thu Jan 11 20:07:46 2001 UTC (22 years, 8 months ago) by dent
Branch: MAIN
Changes since 1.11: +2 -2 lines
Diff to previous 1.11 (colored)

Update HOMEPAGE.

Revision 1.11 / (download) - annotate - [select for diffs], Sat Feb 5 06:04:09 2000 UTC (23 years, 7 months ago) by wiz
Branch: MAIN
CVS Tags: netbsd-1-5-RELEASE, netbsd-1-4-PATCH003, netbsd-1-4-PATCH002
Changes since 1.10: +3 -3 lines
Diff to previous 1.10 (colored)

reordering for pkglint

Revision 1.10 / (download) - annotate - [select for diffs], Mon May 24 20:39:48 1999 UTC (24 years, 4 months ago) by tv
Branch: MAIN
CVS Tags: netbsd-1-4-PATCH001, comdex-fall-1999
Changes since 1.9: +12 -12 lines
Diff to previous 1.9 (colored)

Change {ONLY,NOT}_FOR_{ARCH,OPSYS} format to {ONLY,NOT}_FOR_PLATFORM
pattern match format.  Minor pkglint along the way.

Revision 1.9 / (download) - annotate - [select for diffs], Tue Sep 22 06:11:40 1998 UTC (25 years ago) by garbled
Branch: MAIN
CVS Tags: netbsd-1-4-RELEASE, netbsd-1-3-PATCH003
Changes since 1.8: +3 -1 lines
Diff to previous 1.8 (colored)

add NOT_FOR_ARCHS= alpha for all of these pkgs which are *known* to fail
on alpha.  There may be more, but I haven't seen them yet.

Revision 1.8 / (download) - annotate - [select for diffs], Thu Aug 20 15:17:25 1998 UTC (25 years, 1 month ago) by tsarna
Branch: MAIN
Changes since 1.7: +2 -1 lines
Diff to previous 1.7 (colored)

The Grand Homepagification:
	- New, optional Makefile variable HOMEPAGE, specifies a URL for
	  the home page of the software if it has one.
	- The value of HOMEPAGE is used to add a link from the
	  README.html files.
	- pkglint updated to know about it.  The "correct" location for
	  HOMEPAGE in the Makefile is after MAINTAINER, in that same
	  section.

Revision 1.7 / (download) - annotate - [select for diffs], Mon Jun 22 13:07:50 1998 UTC (25 years, 3 months ago) by agc
Branch: MAIN
Changes since 1.6: +1 -2 lines
Diff to previous 1.6 (colored)

Update package Makefiles for automatic manual page handling.

Revision 1.6 / (download) - annotate - [select for diffs], Mon Apr 20 11:56:33 1998 UTC (25 years, 5 months ago) by frueauf
Branch: MAIN
CVS Tags: netbsd-1-3-PATCH002
Changes since 1.5: +2 -2 lines
Diff to previous 1.5 (colored)

Substitute all obvious FreeBSD ppl as MAINTAINER with packages@netbsd.org.

Revision 1.5 / (download) - annotate - [select for diffs], Wed Apr 15 10:38:48 1998 UTC (25 years, 5 months ago) by agc
Branch: MAIN
Changes since 1.4: +2 -7 lines
Diff to previous 1.4 (colored)

Use the bsd.pkg.mk and bsd.pkg.subdir.mk files in the pkgsrc tree.
Remove redundant (and sometimes erroneous) comments.

Revision 1.4 / (download) - annotate - [select for diffs], Tue Mar 10 16:23:40 1998 UTC (25 years, 6 months ago) by frueauf
Branch: MAIN
Changes since 1.3: +4 -4 lines
Diff to previous 1.3 (colored)

portlint: remove whitespaces at line 23; mv->${MV}; ln->${LN}.

Revision 1.3 / (download) - annotate - [select for diffs], Mon Feb 23 15:52:04 1998 UTC (25 years, 7 months ago) by hubertf
Branch: MAIN
Changes since 1.2: +2 -2 lines
Diff to previous 1.2 (colored)

fix post-configure target, reported by Markus Illenseer

Revision 1.2 / (download) - annotate - [select for diffs], Mon Feb 9 00:16:04 1998 UTC (25 years, 7 months ago) by hubertf
Branch: MAIN
Changes since 1.1: +7 -2 lines
Diff to previous 1.1 (colored)

Fix stripping of binaries (caused by fixing PR4884)

Revision 1.1.1.1 / (download) - annotate - [select for diffs] (vendor branch), Mon Oct 27 04:53:28 1997 UTC (25 years, 11 months ago) by hubertf
Branch: FREEBSD
CVS Tags: FreeBSD-current-1997-09-25
Changes since 1.1: +0 -0 lines
Diff to previous 1.1 (colored)

get everything in

Revision 1.1 / (download) - annotate - [select for diffs], Mon Oct 27 04:53:28 1997 UTC (25 years, 11 months ago) by hubertf
Branch: MAIN

Initial revision

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.




CVSweb <webmaster@jp.NetBSD.org>