The NetBSD Project

CVS log for pkgsrc/mbone/sdr/Makefile

[BACK] Up to [cvs.netbsd.org] / pkgsrc / mbone / sdr

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.52 / (download) - annotate - [select for diffs], Sat Aug 21 10:17:58 2010 UTC (21 months ago) by seb
Branch: MAIN
CVS Tags: pkgsrc-2012Q1-base, pkgsrc-2012Q1, pkgsrc-2011Q4-base, pkgsrc-2011Q4, pkgsrc-2011Q3-base, pkgsrc-2011Q3, pkgsrc-2011Q2-base, pkgsrc-2011Q2, pkgsrc-2011Q1-base, pkgsrc-2011Q1, pkgsrc-2010Q4-base, pkgsrc-2010Q4, pkgsrc-2010Q3-base, pkgsrc-2010Q3, HEAD
Changes since 1.51: +2 -2 lines
Diff to previous 1.51 (colored)

Ok it is broken but let us make the Makefile usable enough to get it

Revision 1.51 / (download) - annotate - [select for diffs], Wed Feb 10 18:11:46 2010 UTC (2 years, 3 months ago) by joerg
Branch: MAIN
CVS Tags: pkgsrc-2010Q2-base, pkgsrc-2010Q2, pkgsrc-2010Q1-base, pkgsrc-2010Q1
Changes since 1.50: +3 -1 lines
Diff to previous 1.50 (colored)

Mark remainining tcl/tk 8.3 users as broken.

Revision 1.50 / (download) - annotate - [select for diffs], Wed Dec 2 08:19:02 2009 UTC (2 years, 5 months ago) by snj
Branch: MAIN
CVS Tags: pkgsrc-2009Q4-base, pkgsrc-2009Q4
Changes since 1.49: +1 -2 lines
Diff to previous 1.49 (colored)

Make this build when the inet6 option is enabled (default).

Revision 1.49 / (download) - annotate - [select for diffs], Tue Mar 4 18:15:08 2008 UTC (4 years, 2 months ago) by jlam
Branch: MAIN
CVS Tags: pkgsrc-2009Q3-base, pkgsrc-2009Q3, pkgsrc-2009Q2-base, pkgsrc-2009Q2, pkgsrc-2009Q1-base, pkgsrc-2009Q1, pkgsrc-2008Q4-base, pkgsrc-2008Q4, pkgsrc-2008Q3-base, pkgsrc-2008Q3, pkgsrc-2008Q2-base, pkgsrc-2008Q2, pkgsrc-2008Q1-base, pkgsrc-2008Q1, cwrapper, cube-native-xorg-base, cube-native-xorg
Changes since 1.48: +4 -2 lines
Diff to previous 1.48 (colored)

Mechanical changes to add DESTDIR support to packages that install
their files via a custom do-install target.

Revision 1.48 / (download) - annotate - [select for diffs], Fri Sep 7 22:12:14 2007 UTC (4 years, 8 months ago) by jlam
Branch: MAIN
CVS Tags: pkgsrc-2007Q4-base, pkgsrc-2007Q4, pkgsrc-2007Q3-base, pkgsrc-2007Q3
Changes since 1.47: +11 -8 lines
Diff to previous 1.47 (colored)

Convert packages that test and use USE_INET6 to use the options framework
and to support the "inet6" option instead.

Remaining usage of USE_INET6 was solely for the benefit of the scripts
that generate the README.html files.  Replace:

	BUILD_DEFS+=	USE_INET6
with
	BUILD_DEFS+=	IPV6_READY

and teach the README-generation tools to look for that instead.

This nukes USE_INET6 from pkgsrc proper.  We leave a tiny bit of code
to continue to support USE_INET6 for pkgsrc-wip until it has been nuked
from there as well.

Revision 1.47 / (download) - annotate - [select for diffs], Tue Apr 11 18:43:29 2006 UTC (6 years, 1 month ago) by minskim
Branch: MAIN
CVS Tags: pkgsrc-2007Q2-base, pkgsrc-2007Q2, pkgsrc-2007Q1-base, pkgsrc-2007Q1, pkgsrc-2006Q4-base, pkgsrc-2006Q4, pkgsrc-2006Q3-base, pkgsrc-2006Q3, pkgsrc-2006Q2-base, pkgsrc-2006Q2
Changes since 1.46: +2 -2 lines
Diff to previous 1.46 (colored)

Recursive PKGREVISION bump due to the common-mml update.

Revision 1.46 / (download) - annotate - [select for diffs], Sun Feb 5 23:10:05 2006 UTC (6 years, 3 months ago) by joerg
Branch: MAIN
CVS Tags: pkgsrc-2006Q1-base, pkgsrc-2006Q1
Changes since 1.45: +2 -1 lines
Diff to previous 1.45 (colored)

Recursive revision bump / recommended bump for gettext ABI change.

Revision 1.45 / (download) - annotate - [select for diffs], Mon Dec 5 20:50:37 2005 UTC (6 years, 5 months ago) by rillig
Branch: MAIN
CVS Tags: pkgsrc-2005Q4-base, pkgsrc-2005Q4
Changes since 1.44: +2 -2 lines
Diff to previous 1.44 (colored)

Fixed pkglint warnings. The warnings are mostly quoting issues, for
example MAKE_ENV+=FOO=${BAR} is changed to MAKE_ENV+=FOO=${BAR:Q}. Some
other changes are outlined in

    http://mail-index.netbsd.org/tech-pkg/2005/12/02/0034.html

Revision 1.44 / (download) - annotate - [select for diffs], Fri Jun 17 03:50:20 2005 UTC (6 years, 11 months ago) by jlam
Branch: MAIN
CVS Tags: pkgsrc-2005Q3-base, pkgsrc-2005Q3, pkgsrc-2005Q2-base, pkgsrc-2005Q2
Changes since 1.43: +3 -1 lines
Diff to previous 1.43 (colored)

Create directories before installing files into them.

Revision 1.43 / (download) - annotate - [select for diffs], Sun May 22 20:08:14 2005 UTC (7 years ago) by jlam
Branch: MAIN
Changes since 1.42: +2 -2 lines
Diff to previous 1.42 (colored)

Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions:

	USE_GNU_TOOLS	-> USE_TOOLS
	awk		-> gawk
	m4		-> gm4
	make		-> gmake
	sed		-> gsed
	yacc		-> bison

Revision 1.42 / (download) - annotate - [select for diffs], Tue Apr 5 10:34:19 2005 UTC (7 years, 1 month ago) by wiz
Branch: MAIN
Changes since 1.41: +3 -4 lines
Diff to previous 1.41 (colored)

Convert to bl3, untested.

Revision 1.41 / (download) - annotate - [select for diffs], Tue Jun 8 12:23:59 2004 UTC (7 years, 11 months ago) by cjep
Branch: MAIN
CVS Tags: pkgsrc-2005Q1-base, pkgsrc-2005Q1, pkgsrc-2004Q4-base, pkgsrc-2004Q4, pkgsrc-2004Q3-base, pkgsrc-2004Q3, pkgsrc-2004Q2-base, pkgsrc-2004Q2
Changes since 1.40: +3 -1 lines
Diff to previous 1.40 (colored)

Add USE_INET6 to BUILD_DEFS as these packages use it. Part of PR#25743 from
Georg Schwarz.

Revision 1.40 / (download) - annotate - [select for diffs], Mon Mar 8 20:27:15 2004 UTC (8 years, 2 months ago) by minskim
Branch: MAIN
CVS Tags: pkgsrc-2004Q1-base, pkgsrc-2004Q1
Changes since 1.39: +2 -2 lines
Diff to previous 1.39 (colored)

Enable tk84 and replace x11/tk with x11/tk83.  Packages compatible
with 8.4 will be updated to depend on x11/tk after Tk update.

Revision 1.39 / (download) - annotate - [select for diffs], Sat Jan 24 14:00:13 2004 UTC (8 years, 4 months ago) by grant
Branch: MAIN
Changes since 1.38: +2 -4 lines
Diff to previous 1.38 (colored)

replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make.

Revision 1.38 / (download) - annotate - [select for diffs], Tue Jan 20 12:20:24 2004 UTC (8 years, 4 months ago) by agc
Branch: MAIN
Changes since 1.37: +2 -2 lines
Diff to previous 1.37 (colored)

Move WRKSRC definition away from the first paragraph in a Makefile.

Revision 1.37 / (download) - annotate - [select for diffs], Thu Jul 17 21:48:28 2003 UTC (8 years, 10 months ago) by grant
Branch: MAIN
CVS Tags: pkgsrc-2003Q4-base, pkgsrc-2003Q4
Changes since 1.36: +2 -2 lines
Diff to previous 1.36 (colored)

s/netbsd.org/NetBSD.org/

Revision 1.36 / (download) - annotate - [select for diffs], Thu Jul 3 14:40:49 2003 UTC (8 years, 10 months ago) by agc
Branch: MAIN
Changes since 1.35: +6 -1 lines
Diff to previous 1.35 (colored)

Avoid hardcoding /usr/pkg in this package, pointed out by Julio Merino

Revision 1.35 / (download) - annotate - [select for diffs], Sat Mar 29 12:41:47 2003 UTC (9 years, 1 month ago) by jmmv
Branch: MAIN
Changes since 1.34: +2 -2 lines
Diff to previous 1.34 (colored)

Place WRKSRC where it belongs, to make pkglint happy; ok'ed by wiz.

Revision 1.34 / (download) - annotate - [select for diffs], Sat May 5 19:51:17 2001 UTC (11 years ago) by jlam
Branch: MAIN
CVS Tags: pkgviews-base, pkgviews, netbsd-1-6-RELEASE-base, netbsd-1-6-1-base, netbsd-1-6-1, netbsd-1-6, netbsd-1-5-PATCH003, netbsd-1-5-PATCH001, buildlink2-base, buildlink2
Changes since 1.33: +2 -2 lines
Diff to previous 1.33 (colored)

Mechanical changes of tk DEPENDS:

	tk-8.3.2  -> tk>=8.3.2
	tk-[0-9]* -> tk>=8.0
	tk-8.*    -> tk>=8.0

Revision 1.33 / (download) - annotate - [select for diffs], Sat Feb 17 18:04:36 2001 UTC (11 years, 3 months ago) by wiz
Branch: MAIN
Changes since 1.32: +2 -1 lines
Diff to previous 1.32 (colored)

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

Revision 1.32 / (download) - annotate - [select for diffs], Sun Dec 17 09:43:16 2000 UTC (11 years, 5 months ago) by hubertf
Branch: MAIN
Changes since 1.31: +5 -1 lines
Diff to previous 1.31 (colored)

enable IPv6 if USE_INET6 is set

Revision 1.31 / (download) - annotate - [select for diffs], Sun Dec 17 09:39:53 2000 UTC (11 years, 5 months ago) by hubertf
Branch: MAIN
Changes since 1.30: +11 -14 lines
Diff to previous 1.30 (colored)

Update sdr to 3.0. Changes:

3.0 K.Hasler/E.Whelan 22 Aug 2000
  - new 'application' media type for session directories
  - fixed byte ordering of headers on intel machines
  - fixed IP6 address allocation for unix IP6 stacks
  - Authentication and encryption code fixed to allow for extra space
    for IPv6 addresses
  - Added IPv6 flags to configure scripts "--enable-ipv6"

3.0 K.Hasler 6 Dec 1999
  - changed use of option get to use the resource procs in generic.tcl
  - store_address now returns if it already has the address.

3.0 C.Perkins 16 Nov 1999
  - Remove TTL scoping option

2.9 K.Hasler 26 Oct 1999
  - created a directory type for the directory icon, so that the directory icon
    is displayed for directory sessions in the main SDR window.
  - Fix reshow_sessions to delete sessbox when they exist - fixes problem when
    using the Apply button from the preferences window.

2.9 E.Whelan 25 Oct 1999
  - fixed window problems caused by adding directories - fixes problems
    with passphrase window.
  - eg geometry option and key passphrase window at startup
  - FAQ has also been updated
  - Fixed problem which quit from SDR when closed directory windows

2.8 K.Hasler 9 Sep 1999
  - fixdaysinmonth proc fixes daysinmonth variable for leap years.  Used
    when creating a new session and in calendar.
  - Fix convert_vars to recognise other variable separators (ie not just /).
  - Fixed set_fmt_menu in create_proc_menu which had attributes in wrong order.
  - Directory SDP Patches from: http://www.live.com/sdrpatch.html

2.7e K.Hasler 15 July 1999
  - enabled pgp

Revision 1.30 / (download) - annotate - [select for diffs], Sat Dec 16 05:44:09 2000 UTC (11 years, 5 months ago) by hubertf
Branch: MAIN
Changes since 1.29: +2 -1 lines
Diff to previous 1.29 (colored)

Update to 2.7nb1 by applying the patches from PR 11019.

Patches by Love <lha@stacken.kth.se>
PR 11019 by Manuel Bouyer <bouyer@antioche.lip6.fr>

Revision 1.29 / (download) - annotate - [select for diffs], Sat Sep 9 19:40:19 2000 UTC (11 years, 8 months ago) by fredb
Branch: MAIN
CVS Tags: netbsd-1-5-RELEASE, netbsd-1-4-PATCH003
Changes since 1.28: +2 -5 lines
Diff to previous 1.28 (colored)

Reorganize crypto handling, as discussed on tech-pkg. Remove all
RESTRICTED= variables that were predicated on former U.S. export
regulations. Add CRYPTO=, as necessary, so it's still possible to
exclude all crypto packages from a build by setting MKCRYPTO=no
(but "lintpkgsrc -R" will no longer catch them).

Specifically,

- - All packages which set USE_SSL just lose their RESTRICTED
    variable, since MKCRYPTO responds to USE_SSL directly.
- - realplayer7 and ns-flash keep their RESTRICTED, which is based
    on license terms, but also gain the CRYPTO variable.
- - srp-client is now marked broken, since the distfile is evidently
    no longer available. On this, we're no worse off than before.
    [We haven't been mirroring the distfile, or testing the build!]
- - isakmpd gets CRYPTO for RESTRICTED, but remains broken.
- - crack loses all restrictions, as it does not evidently empower
    a user to utilize strong encryption (working definition: ability
    to encode a message that requires a secret key plus big number
    arithmetic to decode).

Revision 1.28 / (download) - annotate - [select for diffs], Fri Sep 8 18:58:05 2000 UTC (11 years, 8 months ago) by jwise
Branch: MAIN
Changes since 1.27: +2 -4 lines
Diff to previous 1.27 (colored)

Adapt this package to tk-8.3.2.

Revision 1.27 / (download) - annotate - [select for diffs], Fri Sep 1 17:58:05 2000 UTC (11 years, 8 months ago) by jwise
Branch: MAIN
Changes since 1.26: +3 -1 lines
Diff to previous 1.26 (colored)

Mark remaining packages which need to be updated to work with tcl-8.3.2
with

	BROKEN=	This package has not yet been updated to work with tcl-8.3.2.

in order to make bulk builds quieter.  These packages will be updated over the
weekend.

Revision 1.26 / (download) - annotate - [select for diffs], Fri Aug 18 22:46:42 2000 UTC (11 years, 9 months ago) by hubertf
Branch: MAIN
Changes since 1.25: +5 -4 lines
Diff to previous 1.25 (colored)

Replace MIRROR_DISTFILES and NO_CDROM with the more descriptive and
more fine-grained NO_{BIN,SRC}_ON_{FTP,CDROM} definitions.

MIRROR_DISTFILES and NO_CDROM are now dead.

Revision 1.25 / (download) - annotate - [select for diffs], Wed Mar 15 07:17:39 2000 UTC (12 years, 2 months ago) by bouyer
Branch: MAIN
Changes since 1.24: +15 -3 lines
Diff to previous 1.24 (colored)

Make it compile on solaris.

Revision 1.24 / (download) - annotate - [select for diffs], Thu Oct 28 02:40:23 1999 UTC (12 years, 7 months ago) by hubertf
Branch: MAIN
CVS Tags: netbsd-1-4-PATCH002, comdex-fall-1999
Changes since 1.23: +1 -4 lines
Diff to previous 1.23 (colored)

add RCS IDs to patches, fix patchsum and move out of X11BASE

Revision 1.23 / (download) - annotate - [select for diffs], Wed Oct 27 17:14:09 1999 UTC (12 years, 7 months ago) by agc
Branch: MAIN
Changes since 1.22: +3 -1 lines
Diff to previous 1.22 (colored)

Mark packages as broken, where necessary.

Revision 1.22 / (download) - annotate - [select for diffs], Mon Oct 4 20:56:59 1999 UTC (12 years, 7 months ago) by is
Branch: MAIN
Changes since 1.21: +17 -4 lines
Diff to previous 1.21 (colored)

Upgrade to sdr-2.7.

Revision 1.21 / (download) - annotate - [select for diffs], Mon Jun 28 11:54:50 1999 UTC (12 years, 11 months ago) by agc
Branch: MAIN
CVS Tags: netbsd-1-4-PATCH001
Changes since 1.20: +3 -5 lines
Diff to previous 1.20 (colored)

Do the test for <sys/inttypes.h>'s existence a different and radical way -
use ".if exists"

Revision 1.20 / (download) - annotate - [select for diffs], Mon Apr 5 04:37:47 1999 UTC (13 years, 1 month ago) by hubertf
Branch: MAIN
CVS Tags: netbsd-1-4-RELEASE
Changes since 1.19: +2 -2 lines
Diff to previous 1.19 (colored)

Fix MASTER_SITES

Revision 1.19 / (download) - annotate - [select for diffs], Thu Apr 1 13:38:44 1999 UTC (13 years, 1 month ago) by agc
Branch: MAIN
Changes since 1.18: +2 -2 lines
Diff to previous 1.18 (colored)

Update to tk version 8.0.5. This seems to be primarily a bug-fix release.

Revision 1.18 / (download) - annotate - [select for diffs], Sat Feb 20 22:48:36 1999 UTC (13 years, 3 months ago) by hubertf
Branch: MAIN
Changes since 1.17: +1 -3 lines
Diff to previous 1.17 (colored)

Fix CONFLICTS (remove redundancy, mostly)

Revision 1.17 / (download) - annotate - [select for diffs], Sat Jan 30 23:18:52 1999 UTC (13 years, 3 months ago) by agc
Branch: MAIN
Changes since 1.16: +2 -2 lines
Diff to previous 1.16 (colored)

Replace all occurrences of USE_X11 with USE_X11BASE. This means "install this
package into ${X11BASE}".
Replace all occurrences of BUILD_USES_X11 with USE_X11. This means "use X11
headers and libraries to build this package".

Revision 1.16 / (download) - annotate - [select for diffs], Fri Jan 8 00:24:18 1999 UTC (13 years, 4 months ago) by tron
Branch: MAIN
Changes since 1.15: +2 -2 lines
Diff to previous 1.15 (colored)

Replace outdated homepage with new one.

Revision 1.15 / (download) - annotate - [select for diffs], Wed Jan 6 22:21:01 1999 UTC (13 years, 4 months ago) by hubertf
Branch: MAIN
Changes since 1.14: +2 -2 lines
Diff to previous 1.14 (colored)

Update MASTER_SITES, as reported by J Rizzo <riz@boogers.sf.ca.us>
in PR 6750

Revision 1.14 / (download) - annotate - [select for diffs], Fri Jan 1 07:58:29 1999 UTC (13 years, 4 months ago) by garbled
Branch: MAIN
Changes since 1.13: +3 -2 lines
Diff to previous 1.13 (colored)

Make this pkg compile on alpha again:
LP64 fixes to deal with -Werror
Re-enable INTTYPES stuff that was lost in the recent update.
Thanks to Matt for helping me with a nasty.. ;)

Revision 1.13 / (download) - annotate - [select for diffs], Thu Nov 5 06:35:24 1998 UTC (13 years, 6 months ago) by mycroft
Branch: MAIN
Changes since 1.12: +1 -2 lines
Diff to previous 1.12 (colored)

Clean up RCS IDs.

Revision 1.12 / (download) - annotate - [select for diffs], Thu Nov 5 05:32:18 1998 UTC (13 years, 6 months ago) by mycroft
Branch: MAIN
Changes since 1.11: +6 -5 lines
Diff to previous 1.11 (colored)

2.5.8

Revision 1.11 / (download) - annotate - [select for diffs], Fri Oct 2 06:47:29 1998 UTC (13 years, 7 months ago) by hubertf
Branch: MAIN
Changes since 1.10: +6 -5 lines
Diff to previous 1.10 (colored)

work around <sys/inttypes.h> not present in 1.3

Revision 1.10 / (download) - annotate - [select for diffs], Thu Aug 20 15:17:11 1998 UTC (13 years, 9 months ago) by tsarna
Branch: MAIN
CVS Tags: netbsd-1-3-PATCH003
Changes since 1.9: +2 -1 lines
Diff to previous 1.9 (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.9 / (download) - annotate - [select for diffs], Tue Jul 14 12:08:36 1998 UTC (13 years, 10 months ago) by hubertf
Branch: MAIN
Changes since 1.8: +2 -2 lines
Diff to previous 1.8 (colored)

Pkg-name consistency: last '-'-seperated token is version.

Revision 1.8 / (download) - annotate - [select for diffs], Thu Jun 18 10:45:54 1998 UTC (13 years, 11 months ago) by is
Branch: MAIN
Changes since 1.7: +4 -5 lines
Diff to previous 1.7 (colored)

Upgrade sdr to 2.4a7 (with the TU Dresden Multimedia Reference Center bug
fixes added).

Revision 1.7 / (download) - annotate - [select for diffs], Wed Apr 22 14:22:45 1998 UTC (14 years, 1 month ago) by agc
Branch: MAIN
CVS Tags: netbsd-1-3-PATCH002
Changes since 1.6: +2 -2 lines
Diff to previous 1.6 (colored)

Remove the old deprecated DEPENDS definition from bsd.pkg.mk.
Implement a new DEPENDS definition, which looks for an installed
package, building it if not present, and use it in preference to
LIB_DEPENDS.  This should make the package collection more useful on
NetBSD ELF ports.

Revision 1.6 / (download) - annotate - [select for diffs], Wed Apr 15 10:38:33 1998 UTC (14 years, 1 month ago) by agc
Branch: MAIN
Changes since 1.5: +2 -13 lines
Diff to previous 1.5 (colored)

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

Revision 1.5 / (download) - annotate - [select for diffs], Fri Jan 30 13:57:55 1998 UTC (14 years, 3 months ago) by agc
Branch: MAIN
Changes since 1.4: +2 -2 lines
Diff to previous 1.4 (colored)

Modify individual package Makefiles to use the new way of specifying
shared object dependencies (LIB_DEPENDS).

Revision 1.4 / (download) - annotate - [select for diffs], Sat Jan 24 20:45:03 1998 UTC (14 years, 4 months ago) by hubertf
Branch: MAIN
Changes since 1.3: +3 -4 lines
Diff to previous 1.3 (colored)

portlint: fix RCS Id

Revision 1.3 / (download) - annotate - [select for diffs], Thu Jan 22 10:26:38 1998 UTC (14 years, 4 months ago) by agc
Branch: MAIN
Changes since 1.2: +2 -1 lines
Diff to previous 1.2 (colored)

Set MIRROR_DISTFILE to "no" in package Makefiles which might have
restrictions placed on the redistribution of their distfiles.  Please
note that I've erred on the side of caution here.

Revision 1.2 / (download) - annotate - [select for diffs], Tue Nov 18 17:21:26 1997 UTC (14 years, 6 months ago) by is
Branch: MAIN
Changes since 1.1: +10 -2 lines
Diff to previous 1.1 (colored)

- NetBSD RCS ids.
- disabled unfinished tools.
- make sdr compile & work on NetBSD

Revision 1.1.1.1 / (download) - annotate - [select for diffs] (vendor branch), Tue Nov 18 17:05:15 1997 UTC (14 years, 6 months ago) by is
Branch: FREEBSD
CVS Tags: FreeBSD-current-1997-11-18
Changes since 1.1: +0 -0 lines
Diff to previous 1.1 (colored)

Initial MBONE tools directory, bootstrapped from FreeBSD ports collection,
sdr only.

Revision 1.1 / (download) - annotate - [select for diffs], Tue Nov 18 17:05:15 1997 UTC (14 years, 6 months ago) by is
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>