3RDPARTY revision 1.548
11.548Sgdt#	$NetBSD: 3RDPARTY,v 1.548 2007/08/26 06:02:24 gdt Exp $
21.1Slukem#
31.1Slukem# This file contains a list of the software that has been integrated into
41.1Slukem# NetBSD where we are not the primary maintainer.
51.1Slukem#
61.1Slukem# When you make changes to this software, be sure to discuss it with the
71.1Slukem# maintainer and contribute your patches.  Divergence from the official
81.1Slukem# sources is not desirable, and should be avoided as much as possible.
91.1Slukem#
101.1Slukem# When importing, please deal with the RCS IDs in this way:
111.1Slukem#   1. Preserve the RCS IDs in the files by removing the $ signs from
121.1Slukem#      the IDs before you do the import.
131.1Slukem#   2. After the import, add NetBSD RCS IDs to all of the files.
141.1Slukem#
151.1Slukem# A few notes on the format of this file (for the benefit of
161.1Slukem# 3dparty2html):
171.1Slukem#
181.1Slukem# 1.) Any line whose first non-whitespace character is # is a comment
191.1Slukem# 2.) Entries are separated by blank lines
201.1Slukem# 3.) Every package needs at least the following entries: Package,
211.1Slukem#     Version, Current Vers, and Maintainer.
221.1Slukem# 4.) Where a field has multiple lines of information, the field tag
231.1Slukem#     should be repeated on each line, except:
241.1Slukem# 5.) The Notes: field tag should appear on a line by itself.  All
251.1Slukem#     remaining lines until the end of the record are notes.
261.31Skanaoka
271.31SkanaokaPackage:	acpica
281.417SkochiVersion:	20060217
291.487SxtraemeCurrent Vers:	20060912
301.31SkanaokaMaintainer:	INTEL
311.31SkanaokaArchive Site:	http://developer.intel.com/technology/IAPC/acpi/downloads.htm
321.335SlukemHome Page:	http://developer.intel.com/technology/IAPC/acpi/
331.31SkanaokaMailing List:	acpi-devel@lists.sourceforge.net
341.387SrpauloLicense:	http://developer.intel.com/technology/iapc/acpi/license2.htm
351.206SkanaokaResponsible:	kochi
361.31SkanaokaNotes:
371.31SkanaokaThe sources were integrated into src/sys/dev/acpi/acpica/Subsystem.
381.169SkochiPlease read src/sys/dev/acpi/acpica/README before any modification.
391.1Slukem
401.1SlukemPackage:	am-utils [amd]
411.407SchristosVersion:	6.1.3
421.368SrpauloCurrent Vers:	6.1.3
431.1SlukemMaintainer:	Erez Zadok <ezk@cs.columbia.edu>
441.255SwizArchive Site:	ftp://ftp.am-utils.org/pub/am-utils/
451.335SlukemHome Page:	http://www.am-utils.org/
461.262SchristosMailing List:	am-utils
471.506SrpauloResponsible:	christos
481.387SrpauloLicense:	BSD (4-clause)
491.1SlukemNotes:
501.1SlukemAmd2netbsd script to convert to BSD make system and remove unneeded files.
511.262SchristosFix symbolic links before import.
521.177SwizCheck src/usr.sbin/amd/include/config.h is correct after import.
531.1Slukem
541.427SgdamorePackage:	ath-hal
551.442SgdamoreVersion:	0.9.17.2
561.442SgdamoreCurrent Vers:	0.9.17.2
571.427SgdamoreMaintainer:	Sam Leffler <sam@errno.com>
581.427SgdamoreArchive Site:	none
591.427SgdamoreHome Page:	none
601.427SgdamoreMailing List:	none
611.427SgdamoreResponsible:	sam, dyoung, gdamore
621.427SgdamoreLicense:	Redistribution without changes (binary only)
631.427SgdamoreNotes:
641.442SgdamoreThe HAL is binary only, and located in src/sys/contrib/dev/ath
651.427Sgdamore
661.1SlukemPackage:	bc
671.1SlukemVersion:	1.06
681.1SlukemCurrent Vers:	1.06
691.1SlukemMaintainer:	Phil Nelson <phil@cs.wwu.edu>
701.1SlukemArchive Site:	ftp://ftp.gnu.org/gnu/bc/
711.335SlukemHome Page:	http://www.gnu.org/software/bc/
721.1SlukemMailing List:	bug-bc@gnu.org
731.1SlukemResponsible:	phil, simonb
741.387SrpauloLicense:	GPLv2, LGPGv2.1
751.1SlukemNotes:
761.1Slukembc includes dc, both of which are in the NetBSD tree.
771.1Slukem
781.1SlukemPackage:	bind/named
791.542StronVersion:	libc/includes: 9.4.1, bind: 9.4.1-P1
801.542StronCurrent Vers:	9.4.1-P1
811.1SlukemMaintainer:	Paul Vixie <vixie@vix.com>
821.246SwizArchive Site:	ftp://ftp.isc.org/isc/bind9/
831.335SlukemHome Page:	http://www.isc.org/sw/bind/
841.1SlukemMailing List:
851.217SchristosResponsible:	vixie, itojun, christos
861.387SrpauloLicense:	BSD-like (2-clause)
871.1SlukemNotes:
881.252SchristosFirst bind2netbsd script to import into src/dist/bind.
891.38SwizThe Makefiles in src/usr.sbin/bind are not handled by the script.
901.252SchristosThen binclude4netbsd script to import into src/usr.sbin/bind/include.
911.252SchristosThen include4netbsd script to import into src/include.
921.252SchristosThen libc4netbsd script to update the resolver in libc.
931.252SchristosTodo[1]: Update libresolv if needed.
941.252SchristosTodo[2]: A few files in libc/net were imported in the ISC branch but now
951.252Schristos	 they are too different or do not exist anymore:
961.252Schristos	    gethnamaddr.c getnetent.c getnetnamadr.c sethostent.c
971.252Schristos	 Others like getaddrinfo.c could be merged with isc, but it seems
981.252Schristos	 that ours is from a more recent version of KAME?
991.518SghenTodo[3]: net/base64.c is imported from bind but should be moved from net
1001.518Sghen	 to isc/base64.c.
1011.252SchristosTodo[4]: Re-entrant functions of net/*
1021.1Slukem
1031.161SmrgPackage:	binutils
1041.403SskrllVersion:	2.16.1
1051.449SdrochnerCurrent Vers:	2.17
1061.1SlukemMaintainer:	FSF
1071.1SlukemArchive Site:	ftp://ftp.gnu.org/gnu/binutils/
1081.335SlukemHome Page:	http://www.gnu.org/software/binutils/
1091.1SlukemMailing List:	bug-gnu-utils@gnu.org
1101.61SmrgResponsible:	thorpej, mrg
1111.387SrpauloLicense:	GPLv2, LGPLv2, BSD
1121.1SlukemNotes:
1131.1Slukem
1141.1SlukemPackage:	bsd-family-tree
1151.504SrpauloVersion:	1.111
1161.504SrpauloCurrent Vers:	1.111
1171.144SdentMaintainer:	n/a
1181.335SlukemArchive Site:	http://cvsweb.freebsd.org/src/share/misc/bsd-family-tree
1191.335SlukemHome Page:	http://cvsweb.freebsd.org/src/share/misc/bsd-family-tree
1201.1SlukemMailing List:
1211.509SrpauloResponsible:	None.
1221.387SrpauloLicense:	See URL above.
1231.1SlukemNotes:
1241.1Slukem
1251.1SlukemPackage:	bzip2
1261.1SlukemVersion:	1.0.2
1271.498SwizCurrent Vers:	1.0.4
1281.1SlukemMaintainer:	Julian Seward <jseward@acm.org>
1291.1SlukemArchive Site:	http://sources.redhat.com/bzip2/
1301.335SlukemHome Page:	http://www.bzip.org/
1311.1SlukemMailing List:
1321.1SlukemResponsible:
1331.387SrpauloLicense:	BSD (4-clause)
1341.1SlukemNotes:
1351.1SlukemSee /usr/src/dist/bzip2/bzip2netbsd for update instructions.
1361.1Slukem
1371.1SlukemPackage:	Citrus XPG4DL
1381.1SlukemVersion:	?
1391.1SlukemCurrent Vers:	?
1401.1SlukemMaintainer:	Citrus
1411.1SlukemArchive Site:	http://citrus.bsdclub.org/
1421.335SlukemHome Page:	http://citrus.bsdclub.org/
1431.1SlukemMailing List:	bsd-locale@hauN.org
1441.131SitojunResponsible:	itojun, tshiozak
1451.387SrpauloLicense:	Ambiguous. Either BSD or Perl Artistic License
1461.387Srpaulo		See http://citrus.bsdclub.org/#pol_license for more info.
1471.1SlukemNotes:
1481.1Slukemlanguage C multilingualization support suite using wchar_t and other standards.
1491.173SitojunThe main development playground of Citrus is in NetBSD CVS, so you don't
1501.173Sitojunneed to look for other CVS tree (like citrus CVS tree)
1511.1Slukemmain trunc has Citrus code in the following places:
1521.173Sitojun- src/lib/libc/locale, LC_CTYPE: single/multibyte support
1531.173Sitojun- src/lib/libintl: GNU libc compatible gettext(3) implementation.
1541.173Sitojun- src/lib/libc/citrus: multibyte LC_CTYPE handling and iconv(3) lower layer
1551.173Sitojun- src/lib/libc/iconv: iconv(3)
1561.1Slukem
1571.1SlukemPackage:	cron
1581.1SlukemVersion:	3.0
1591.376SmrgCurrent Vers:	4.1
1601.1SlukemMaintainer:	Paul Vixie <vixie@vix.com>
1611.376SmrgArchive Site:	ftp://ftp.isc.org/isc/cron/
1621.349SjunyoungHome Page:
1631.1SlukemMailing List:
1641.1SlukemResponsible:
1651.387SrpauloLicense:	BSD-like
1661.1SlukemNotes:
1671.1Slukem
1681.1SlukemPackage:	cvs
1691.443SchristosVersion:	1.11.22
1701.443SchristosCurrent Vers:	1.11.22/1.12.13
1711.1SlukemMaintainer:	cvshome
1721.375SwizArchive Site:	http://ftp.gnu.org/non-gnu/cvs/
1731.375SwizHome Page:	http://cvs.nongnu.org/
1741.1SlukemMailing List:	bug-cvs@gnu.org
1751.392SrpauloResponsible:	christos, wiz
1761.387SrpauloLicense:	GPLv1, LGPLv2
1771.1SlukemNotes:
1781.38SwizUse src/gnu/dist/cvs/cvs2netbsd for preparing the source tree
1791.1Slukemfor the import.
1801.209SwizDo not forget to update gnu/usr.bin/cvs/include/config.h to match
1811.209Swizgnu/dist/cvs/config.h.in.
1821.319SchristosIf you want to upgrade to 1.12.XX, please talk to christos first.
1831.319SchristosI have merged all the changes already.
1841.1Slukem
1851.1SlukemPackage:	db
1861.1SlukemVersion:	1.85
1871.449SdrochnerCurrent Vers:	1.86/4.4.20
1881.1SlukemMaintainer:	Keith Bostic <bostic@vangogh.cs.berkeley.edu>
1891.335SlukemArchive Site:	http://www.sleepycat.com/download/index.shtml
1901.335SlukemHome Page:	http://www.sleepycat.com/products/db.shtml
1911.1SlukemMailing List:
1921.1SlukemResponsible:
1931.387SrpauloLicense:	BSD or specific SleepyCat license
1941.1SlukemNotes:
1951.1SlukemNote that we cannot use db 2.x for license reasons.
1961.1SlukemThree bug fixes against 1.85 sent back to bostic.  Changes to
1971.1Slukemman/recno.3, hash/hsearch.c, and hash/ndbm.c (serious).
1981.1SlukemImport of DB 1.85 was done via a sh script which converted the
1991.1Slukemdistribution into the netbsd format.  The script can be found in
2001.1Slukemsrc/lib/libc/db/db2netbsd.
2011.1Slukem
2021.1SlukemPackage:	dhcp
2031.352SdrochnerVersion:	3.0.3
2041.479StacaCurrent Vers:	3.0.5
2051.392SrpauloMaintainer:	mellon
2061.1SlukemArchive Site:	ftp://ftp.isc.org/isc/dhcp/
2071.335SlukemHome Page:	http://www.isc.org/sw/dhcp/
2081.1SlukemMailing List:	dhcp-server@isc.org
2091.1SlukemMailing List:	dhcp-client@isc.org
2101.1SlukemMailing List:	dhcp-announce@isc.org
2111.1SlukemMailing List:	dhcp-bugs@isc.org
2121.1SlukemResponsible:	mellon
2131.387SrpauloLicense:	BSD (3-clause)
2141.1SlukemNotes:
2151.1SlukemNo changes for NetBSD integration - just import the new distribution on
2161.1Slukemtop of the current tree.
2171.1Slukem
2181.1SlukemPackage:	diffutils
2191.42SwizVersion:	2.8.1
2201.1SlukemCurrent Vers:	2.8.1
2211.1SlukemMaintainer:	FSF
2221.1SlukemArchive Site:	ftp://ftp.gnu.org/gnu/diffutils/
2231.335SlukemHome Page:	http://www.gnu.org/software/diffutils/
2241.1SlukemMailing List:	bug-gnu-utils@gnu.org
2251.42SwizResponsible:	wiz
2261.387SrpauloLicense:	GPLv2
2271.1SlukemNotes:
2281.43SwizUse src/gnu/dist/diffutils/diffutils2netbsd for preparing the source tree
2291.43Swizfor the import.
2301.1Slukem
2311.400SkleinkPackage:	gdtoa
2321.400SkleinkVersion:	2005-09-23
2331.400SkleinkCurrent Vers:	2005-09-23
2341.335SlukemMaintainer:	David M. Gay <dmg@acm.org>
2351.1SlukemArchive Site:	ftp://netlib.lucent.com/netlib/fp/
2361.335SlukemHome Page:	http://www.netlib.org/fp/
2371.1SlukemMailing List:	none
2381.373SkleinkResponsible:	kleink
2391.387SrpauloLicense:	BSD-like
2401.1SlukemNotes:
2411.400SkleinkTest suite not integrated at this time.
2421.400SkleinkNo hexadecimal floating-point string conversion for VAX FP yet.
2431.400SkleinkOnly double-precision addressed at this time.
2441.1Slukem
2451.1SlukemPackage:	file
2461.530SpookaVersion:	4.21
2471.530SpookaCurrent Vers:	4.21
2481.1SlukemMaintainer:	Christos Zoulas <christos@zoulas.com>
2491.1SlukemArchive Site:	ftp://ftp.astron.com/pub/file/
2501.349SjunyoungHome Page:
2511.1SlukemMailing List:	file@mx.gw.com
2521.1SlukemResponsible:	christos, pooka
2531.387SrpauloLicense:	BSD (2-clause)
2541.1SlukemNotes:
2551.1Slukem
2561.1SlukemPackage:	flex
2571.1SlukemVersion:	2.5.4
2581.470SuebayasiCurrent Vers:	2.5.4a/2.5.33
2591.1SlukemMaintainer:	Vern Paxson <vern@ee.lbl.gov>
2601.1SlukemArchive Site:	ftp://ftp.gnu.org/gnu/non-gnu/flex/
2611.335SlukemHome Page:	http://lex.sourceforge.net/
2621.1SlukemMailing List:
2631.1SlukemResponsible:	mikel
2641.387SrpauloLicense:	BSD-like	
2651.1SlukemNotes:
2661.1Slukemflex 2.5.4a contains only copyright notice changes over version 2.5.4;
2671.1Slukeminternally not even the version number changed.
2681.78SenamiNewer flex will be found in:
2691.78Senami	http://sourceforge.net/projects/lex/
2701.1Slukem
2711.1SlukemPackage:	gcc
2721.533SmrgVersion:	4.1.3-20070620
2731.540SwizCurrent Vers:	4.2.1
2741.501SmrgMaintainer:	FSF
2751.1SlukemArchive Site:	ftp://ftp.gnu.org/gnu/gcc/
2761.335SlukemHome Page:	http://www.gnu.org/software/gcc/
2771.1SlukemMailing List:	gcc-bugs@gnu.org
2781.61SmrgResponsible:	thorpej, mrg
2791.387SrpauloLicense:	GPLv2, LGPLv2.1
2801.1SlukemNotes:
2811.185Smrgbefore importing:
2821.185Smrg	- delete all .cvsignore and .brik files
2831.185Smrg	- delete gcc/java gcc/ada libffi zlib boehm-gc libjava fastjar
2841.439Smrg	- delete all related testsuites
2851.439Smrgfor GCC4:
2861.439Smrg	- delete all fortran and testsuites
2871.448Smrg	- update gcc/version.c for the NetBSD GCC date
2881.1Slukem
2891.1SlukemPackage:	gdb
2901.438SwizVersion:	5.3/6.4
2911.517SwizCurrent Vers:	6.6
2921.1SlukemMaintainer:	FSF
2931.1SlukemArchive Site:	ftp://ftp.gnu.org/gnu/gdb/
2941.335SlukemHome Page:	http://www.gnu.org/software/gdb/
2951.1SlukemMailing List:	bug-gdb@gnu.org
2961.526SmrgResponsible:	thorpej
2971.387SrpauloLicense:	GPLv2, LGPLv2
2981.1SlukemNotes:
2991.473StlsWhen updating GDB, it is imperative to test that:
3001.474Schristos	- Debugging of kernel cores ("target kvm") works correctly
3011.473Stls	- Support for our kernel's remote serial debugging protocol
3021.473Stls	  ("options KGDB") works correctly.
3031.1Slukem
3041.1SlukemPackage:	gettext
3051.328SchristosVersion:	0.14.4
3061.335SlukemCurrent Vers:	0.14.5
3071.1SlukemMaintainer:	FSF
3081.1SlukemArchive Site:	ftp://ftp.gnu.org/gnu/gettext/
3091.335SlukemHome Page:	http://www.gnu.org/software/gettext/
3101.1SlukemMailing List:	bug-gnu-utils@gnu.org
3111.1SlukemResponsible:	itojun
3121.387SrpauloLicense:	GPLv2
3131.1SlukemNotes:
3141.1SlukemGNU gettext is used for userland tools like msgfmt(1) only.  For libintl,
3151.1Slukemwe use BSD-licensed implementation from Citrus project (see entry for
3161.1Slukem"Citrus XPG4DL").  We hope to replace userland tools with BSD-licensed one.
3171.1Slukem
3181.478SapbPackage:	gkermit
3191.478SapbVersion:	1.00
3201.478SapbCurrent Vers:	1.00
3211.478SapbMaintainer:	Kermit Project - Columbia University <kermit@columbia.edu>
3221.478SapbArchive Site:	ftp://kermit.columbia.edu/kermit/archives/
3231.478SapbHome Page:	http://www.columbia.edu/kermit/
3241.478SapbMailing List:
3251.478SapbResponsible:	apb
3261.478SapbLicense:	GPLv2
3271.478SapbNotes:
3281.478Sapb
3291.1SlukemPackage:	grep
3301.52SwizVersion:	2.5.1
3311.335SlukemCurrent Vers:	2.5.1a
3321.1SlukemMaintainer:	FSF
3331.1SlukemArchive Site:	ftp://ftp.gnu.org/gnu/grep/
3341.335SlukemHome Page:	http://www.gnu.org/software/grep/
3351.1SlukemMailing List:	bug-gnu-utils@gnu.org
3361.44SwizResponsible:	simonb, wiz
3371.387SrpauloLicense:	GPLv2
3381.1SlukemNotes:
3391.44SwizUse src/gnu/dist/grep/grep2netbsd for preparing the source tree
3401.44Swizfor the import.
3411.230SjunyoungA non-gnu grep was imported into src/usr.bin/grep on 2 Jan 2004. It
3421.174Scjepneeds some tuning before it can replace gnu grep.
3431.174Scjep	(cf.	http://www.vocito.com/downloads/software/grep/)
3441.1Slukem
3451.1SlukemPackage:	groff
3461.408SwizVersion:	1.19.2
3471.360SwizCurrent Vers:	1.19.2
3481.216SwizMaintainer:	Werner Lemberg/FSF
3491.1SlukemArchive Site:	ftp://ftp.gnu.org/gnu/groff/
3501.335SlukemHome Page:	http://www.gnu.org/software/groff/
3511.1SlukemMailing List:	bug-groff@gnu.org
3521.1SlukemResponsible:	wiz
3531.387SrpauloLicense:	GPLv2
3541.1SlukemNotes:
3551.38SwizUse groff2netbsd from src/gnu/dist/groff to prepare the distribution
3561.1Slukemfor import.
3571.1Slukem
3581.1SlukemPackage:	heimdal
3591.215SlhaVersion:	0.6.2
3601.449SdrochnerCurrent Vers:	0.7.2
3611.1SlukemMaintainer:	Heimdal <heimdal@pdc.kth.se>
3621.1SlukemArchive Site:	ftp://ftp.pdc.kth.se/pub/heimdal/src/
3631.335SlukemHome Page:	http://www.pdc.kth.se/heimdal/
3641.1SlukemMailing List:	heimdal-discuss@pdc.kth.se
3651.411SwizResponsible:	joda, lha
3661.387SrpauloLicense:	BSD
3671.1SlukemNotes:
3681.1Slukem
3691.431SrpauloPackage:	hostapd
3701.435SrpauloVersion:	0.4.9
3711.435SrpauloCurrent Vers:	0.4.9
3721.431SrpauloMaintainer:	Jouni Malinen <jkmaline@cc.hut.fi>
3731.431SrpauloArchive Site:	http://hostap.epitest.fi/releases/
3741.431SrpauloHome Page:	http://hostap.epitest.fi/hostapd/
3751.431SrpauloMailing List:
3761.509SrpauloResponsible:	None
3771.431SrpauloLicense:	BSD or GPLv2
3781.431SrpauloNotes:
3791.431SrpauloSee /usr/src/dist/hostapd/NetBSD-upgrade for update instructions.
3801.431Srpaulo
3811.1SlukemPackage:	hunt
3821.117SwizVersion:	2003-04-16
3831.107SwizCurrent Vers:	2003-04-16
3841.335SlukemMaintainer:	Greg Couch <gregc@cgl.ucsf.edu>
3851.107SwizArchive Site:	ftp://ftp.cgl.ucsf.edu/pub/hunt.shar.Z
3861.335SlukemHome Page:	http://www.cgl.ucsf.edu/home/gregc/oss.html
3871.1SlukemResponsible:	mrg
3881.387SrpauloLicense:	BSD (3-clause)
3891.1SlukemNotes:
3901.1Slukem
3911.202SmarttiPackage:	ipf
3921.531SmarttiVersion:	4.1.23
3931.531SmarttiCurrent Vers:	4.1.23
3941.1SlukemMaintainer:	Darren Reed
3951.267StacaArchive Site:	http://coombs.anu.edu.au/~avalon/
3961.335SlukemHome Page:	http://coombs.anu.edu.au/~avalon/
3971.1SlukemMailing List:	ipfilter@postbox.anu.edu.au
3981.5SmrgResponsible:	darrenr, mike, martti
3991.387SrpauloLicense:	BSD-based, see src/dist/ipf/IPFILTER.LICENSE
4001.1SlukemNotes:
4011.1Slukemipf2netbsd should be used on a virgin ipfilter source tree.
4021.1Slukem
4031.284SthorpejPackage:	ipsec-tools
4041.548SgdtVersion:	(ipsec-tools head is NetBSD-current head)
4051.284SthorpejMaintainer:	IPsec-Tools project <ipsec-tools-core@lists.sourceforge.net>
4061.335SlukemArchive Site:	http://ipsec-tools.sourceforge.net
4071.335SlukemHome Page:	http://ipsec-tools.sourceforge.net
4081.284SthorpejMailing List:	ipsec-tools-devel@lists.sourceforge.net
4091.284SthorpejResponsible:	manu
4101.387SrpauloLicense:	BSD (3-clause)
4111.284SthorpejNotes:
4121.548Sgdtipsec-tools is maintained within NetBSD src tree in src/crypto/dist/ipsec-tools
4131.284Sthorpej
4141.1SlukemPackage:	KAME IPv6
4151.1SlukemVersion:	KAME/NetBSD SNAP kit
4161.1SlukemCurrent Vers:	KAME/NetBSD SNAP kit (shipped every week)
4171.1SlukemMaintainer:	KAME Project <kame@kame.net>
4181.1SlukemArchive Site:	http://www.kame.net/
4191.335SlukemHome Page:	http://www.kame.net/
4201.1SlukemMailing List:	snap-users@kame.net
4211.1SlukemResponsible:	itojun
4221.387SrpauloLicense:	BSD (3-clause)
4231.1SlukemNotes:
4241.1SlukemIPv6 part is based on KAME/NetBSD142 SNAP as of early June 2000, with
4251.1Slukemmore conservative implementation policy.
4261.1SlukemIPsec part is based on KAME/NetBSD14 SNAP as of 12 June 2000.
4271.1SlukemPlease do not make too many diff-unfriendly changes (like indentation change,
4281.1SlukemKNF police).  We need to take diffs across KAME snapshots on upgrades.
4291.1SlukemTo identify kernel version, check net.inet6.ip6.kame_version, or KAME_VERSION
4301.1Slukemin sys/netinet6/in6.h.  No script is available for upgrades.
4311.1Slukem"KAME" branch is used for kernel merge work purposes.
4321.1Slukemhttp://www.kame.net/dev/cvsweb.cgi/kame/COVERAGE has functionality comparison
4331.1Slukemamong KAME/*BSD, *BSD-current and recent *BSD releases.
4341.1Slukem
4351.1SlukemPackage:	less
4361.475SmrgVersion:	less394
4371.475SmrgCurrent Vers:	less394
4381.242SwizMaintainer:	Mark Nudleman <markn@greenwoodsoftware.com>
4391.467SjnemethArchive Site:	http://www.greenwoodsoftware.com/less/download.html
4401.467SjnemethHome Page:	http://www.greenwoodsoftware.com/less/
4411.1SlukemMailing List:
4421.1SlukemResponsible:	mrg
4431.387SrpauloLicense:	BSD or GPLv2
4441.1SlukemNotes:
4451.1SlukemMany changes to make less act as more when invoked as more.  Beware.
4461.1SlukemUse the src/usr.bin/less/less2netbsd script to prepare source tree
4471.1Slukemfor importation.  Run ./configure before hand to generate "defines.h".
4481.110SwizTalk to mrg before importing any new version.  (less 381's configure
4491.88Smrgdoes not detect NetBSD has a sigset_t due to a bad test; this is fixed
4501.88Smrgby hand in defines.h.)
4511.1Slukem
4521.543SjoergPackage:	libarchive
4531.547SjoergVersion:	2.2.6
4541.547SjoergCurrent Ves.:	2.2.6
4551.543SjoergMaintainer:	kientzle@freebsd.org
4561.543SjoergArchive Site:	http://people.freebsd.org/~kientzle/libarchive/
4571.543SjoergHome Page: 	http://people.freebsd.org/~kientzle/libarchive/
4581.543SjoergResponsible:	joerg
4591.543SjoergLicense:	BSD
4601.543SjoergNotes:
4611.543SjoergDistribution is stripped down to the relevant part. cpio is currently
4621.543Sjoergnot usable, so it was left out.
4631.543Sjoerg
4641.1SlukemPackage:	libcdk
4651.1SlukemVersion:	4.9.9-20000407-myc3
4661.1SlukemCurrent Vers:	cdk-4.9.10-20000923
4671.1SlukemMaintainer:	mike@vexus.ca
4681.144SdentArchive Site:	http://www.vexus.ca/products/CDK/
4691.335SlukemHome Page:	http://www.vexus.ca/products/CDK/
4701.1SlukemResponsible:	garbled
4711.387SrpauloLicense:	BSD (4-clause)
4721.1SlukemNotes:
4731.1SlukemInitial port to netbsd curses was done by mycroft.  This is a heavily
4741.1Slukemmodified version of the released CDK 4.9.9.  The current version has been
4751.1Slukemtaken over by the Ncurses people, and has a number of changes to it.  It
4761.1Slukemmight be worthwhile to import at some future date, but for now we should
4771.1Slukemleave it alone.  (garbled 1/4/2001)
4781.1Slukem
4791.263SwizPackage:	libevent
4801.327SwizVersion:	1.0c
4811.514SwizCurrent Vers:	1.3b
4821.263SwizMaintainer:	Niels Provos <provos@citi.umich.edu>
4831.263SwizArchive Site:	http://www.monkey.org/~provos/libevent/
4841.335SlukemHome Page:	http://www.monkey.org/~provos/libevent/
4851.263SwizResponsible:	provos
4861.387SrpauloLicense:	BSD (3/4-clause)
4871.263SwizNotes:
4881.263Swiz
4891.1SlukemPackage:	libpcap
4901.434SdrochnerVersion:	0.9.4
4911.512StacaCurrent Vers:	0.9.5
4921.1SlukemMaintainer:	tcpdump-workers@tcpdump.org
4931.1SlukemArchive Site:	http://www.tcpdump.org/release/
4941.335SlukemHome Page:	http://www.tcpdump.org/
4951.1SlukemMailing List:	tcpdump-workers@tcpdump.org
4961.245SdyoungResponsible:	itojun,dyoung
4971.387SrpauloLicense:	BSD (3/4-clause)
4981.1SlukemNotes:
4991.1Slukem
5001.1SlukemPackage:	libwrap
5011.1SlukemVersion:	tcp_wrappers 7.6 w/ large amount of IPv6 changes
5021.1SlukemCurrent Vers:	tcp_wrappers 7.6-ipv6.1
5031.1SlukemMaintainer:	Wietse Venema <wietse@porcupine.org>
5041.1SlukemArchive Site:	ftp://ftp.porcupine.org/pub/security/
5051.335SlukemHome Page:	ftp://ftp.porcupine.org/pub/security/
5061.230SjunyoungMailing List:
5071.1SlukemResponsible:	cjs, itojun
5081.387SrpauloLicense:	BSD-like
5091.1SlukemNotes:
5101.1SlukemWe import only libwrap (under src/lib), tcpdchk and tcpdmatch (both
5111.1Slukemunder src/usr.sbin). We don't use tcpd; that functionality is built
5121.1Slukeminto inetd. The provided libwrap2netbsd script handles just libwrap.
5131.1Slukem
5141.1SlukemPackage:	mopd
5151.1SlukemVersion:	2.5.3
5161.1SlukemCurrent Vers:	2.5.3
5171.1SlukemMaintainer:	Mats O Jansson <maja@celsiustech.se>
5181.335SlukemArchive Site:	BROKEN	ftp://ftp.stacken.kth.se/pub/OS/NetBSD/mopd/
5191.335SlukemHome Page:	http://www.stacken.kth.se/~moj/mopd.html
5201.230SjunyoungMailing List:
5211.1SlukemResponsible:	cjs
5221.387SrpauloLicense:	BSD (4-clause)
5231.1SlukemNotes:
5241.1SlukemDelete the otherOS directory before importing.
5251.1Slukem
5261.1SlukemPackage:	nawk
5271.341SjdolecekVersion:	2005-04-24
5281.333SjlamCurrent Vers:	2005-04-24
5291.1SlukemMaintainer:	Brian Kernighan <bwk@bell-labs.com> (Lucent Technologies)
5301.1SlukemArchive Site:	http://cm.bell-labs.com/who/bwk/
5311.335SlukemHome Page:	http://cm.bell-labs.com/who/bwk/
5321.1SlukemMailing List:
5331.1SlukemResponsible:	jdolecek
5341.387SrpauloLicense:	BSD-like
5351.1SlukemNotes:
5361.1SlukemBuild maketab from nawk sources and generate proctab.c.
5371.1SlukemRemove buildwin.bat, mac.code, missing95.c, ytab.[ch], ytab?.bak, then import
5381.38Swizto src/dist/nawk.
5391.1Slukem
5401.1SlukemPackage:	ndbootd
5411.1SlukemVersion:	0.5
5421.1SlukemCurrent Vers:	0.5
5431.1SlukemMaintainer:	Matt Fredette <fredette@alum.mit.edu>
5441.335SlukemArchive Site:	BROKEN	http://mit.edu/fredette/www/ndbootd/
5451.335SlukemHome Page:	BROKEN	http://stuff.mit.edu/people/fredette/home.html
5461.1SlukemResponsible:	fredette
5471.387SrpauloLicense:	BSD (4-clause)
5481.1SlukemNotes:
5491.1SlukemRun ./configure, save config.h, make distclean, rm all autoconf/automake
5501.1Slukemand ndbootd-raw.c.  Restore saved config.h, and force it to define
5511.1SlukemHAVE_STRICT_ALIGNMENT.  Fix RCS IDs, import.
5521.1Slukem
5531.421SwizPackage:	ntp
5541.535SkardelVersion:	4.2.4p2
5551.536SkardelCurrent Vers:	4.2.4p3
5561.421SwizMaintainer:	David L. Mills <mills@udel.edu>
5571.421SwizArchive Site:	ftp://ftp.udel.edu/pub/ntp/ntp4/
5581.441SkardelHome Page:	http://www.ntp.org/, http://ntp.isc.org/
5591.421SwizMailing List:
5601.455SkardelResponsible:	simonb, jonathan, kardel
5611.421SwizLicense:	BSD-like
5621.421SwizNotes:
5631.421SwizSee /usr/src/dist/ntp/ntp2netbsd for update instructions.
5641.421Swiz
5651.1SlukemPackage:	nvi
5661.312SaymericVersion:	1.79
5671.1SlukemCurrent Vers:	1.79
5681.1SlukemMaintainer:	Keith Bostic <bostic@bsdi.com>
5691.1SlukemArchive Site:	ftp://ftp.bostic.com/pub/
5701.335SlukemHome Page:	http://www.bostic.com/vi/
5711.230SjunyoungMailing List:
5721.5SmrgResponsible:	aymeric
5731.387SrpauloLicense:	BSD (3/4-clause)
5741.1SlukemNotes:
5751.312SaymericWe have lots of local bug fixes, and the point of importing 1.81.x would
5761.312Saymericbe to get multibyte characters support. For now this means waiting for
5771.312Saymericadditions in our libcurses.
5781.1Slukem
5791.293SchristosPackage:	OpenPAM
5801.406SchristosVersion:	20050616
5811.370SwizCurrent Vers:	20050616
5821.351SjunyoungMaintainer:	Dag-Erling Sm�rgrav <des@FreeBSD.org>
5831.276SwizArchive Site:	http://www.openpam.org/
5841.335SlukemHome Page:	http://www.openpam.org/
5851.276SwizMailing List:
5861.276SwizResponsible:	christos
5871.387SrpauloLicense:	BSD (3-clause)
5881.276SwizNotes:
5891.276Swiz
5901.1SlukemPackage:	OpenSSH
5911.516SchristosVersion:	4.6
5921.516SchristosCurrent Vers:	4.6 / portable 4.6p1
5931.1SlukemMaintainer:	OpenSSH
5941.1SlukemArchive Site:	http://www.openssh.com/ftp.html
5951.335SlukemHome Page:	http://www.openssh.com/portable.html
5961.1SlukemMailing List:	openssh-unix-announce@mindrot.org
5971.298SitojunResponsible:	thorpej, christos, elric
5981.387SrpauloLicense:	BSD or more free. See src/crypto/dist/ssh/LICENSE
5991.1SlukemNotes:
6001.1Slukemimported from OpenBSD usr.bin/ssh (it is not from the portable OpenSSH)
6011.1Slukeminto crypto/dist/openssh.  use openssh2netbsd before import.
6021.1Slukemlocal changes (should always try to bring them back to master openssh tree,
6031.1Slukemmarkus is very cooperative about it):
6041.1Slukem- default for PermitRootLogin is set to "no"
6051.1Slukem- IgnoreRootRhosts added
6061.1Slukem- look at login.conf to check valid user/access list
6071.469Schristos- krb5 support re-added
6081.405Schristos- hack in cipher.c #ifdef ACCS because we are missing EVP_acss
6091.279Schristos  when someone imports openssl, we can remove this.
6101.279Schristos- uidswap.c changed order of set{e,}{u,g}id so that it works on NetBSD
6111.280Schristos- added moduli from portable openssh
6121.280Schristos- added USE_PAM patches and auth_pam.[ch] from portable openssh
6131.384Schristos- always bump major when importing to avoid api problems.
6141.1Slukem
6151.1SlukemPackage:	OpenSSL
6161.515SmjfVersion:	0.9.8e
6171.512StacaCurrent Vers:	0.9.8e
6181.1SlukemMaintainer:	The OpenSSL Project
6191.1SlukemArchive Site:	ftp://ftp.openssl.org/source/
6201.335SlukemHome Page:	http://www.openssl.org/
6211.1SlukemMailing List:	openssl-announce@openssl.org
6221.515SmjfResponsible:	mcr, thorpej, itojun, groo, christos, mjf
6231.387SrpauloLicense:	OpenSSL and SSLeay license (both BSD-like)
6241.1SlukemNotes:
6251.380Schristos- Run openssl2netbsd to get rid of the RCSID identifiers
6261.380Schristos- run make in /usr/src/lib/libcrypto/man to regen man pages.
6271.1Slukem
6281.19SwizPackage:	pdisk
6291.19SwizVersion:	0.8a2
6301.19SwizCurrent Vers:	0.8a2
6311.19SwizMaintainer:	Eryk Vershen <eryk@cfcl.com>
6321.19SwizArchive Site:	http://cantaforda.com/cfcl/eryk/linux/pdisk/index.html
6331.335SlukemHome Page:	http://cantaforda.com/cfcl/eryk/linux/pdisk/index.html
6341.19SwizMailing List:
6351.19SwizResponsible:	dbj
6361.387SrpauloLicense:	BSD-like
6371.19SwizNotes:
6381.19SwizThis is the disk partition utility used by Apple's mkLinux and osX
6391.19SwizIt is imported into dist/pdisk, with a reachover makefile in
6401.19Swizsrc/sbin/pdisk builds for macppc and mac68k.
6411.19Swiz
6421.1SlukemPackage:	pdksh
6431.1SlukemVersion:	5.2.14p2
6441.1SlukemCurrent Vers:	5.2.14p2
6451.1SlukemMaintainer:	Michael Rendell <michael@cs.mun.ca>
6461.1SlukemArchive Site:	ftp://ftp.cs.mun.ca/pub/pdksh/
6471.335SlukemHome Page:	http://www.cs.mun.ca/~michael/pdksh/
6481.1SlukemMailing List:
6491.457SjdolecekResponsible:	jdolecek
6501.387SrpauloLicense:	Public domain
6511.1Slukempdksh-5.2.14-patches.1 and pdksh-5.2.14-patches.2 have been applied.
6521.1Slukem
6531.421SwizPackage:	PF (openbsd packet filter)
6541.421SwizVersion:	OpenBSD 3.7
6551.422SpeterCurrent Vers:	OpenBSD 3.9-current
6561.422SpeterMaintainer:	The OpenBSD Project
6571.421SwizArchive Site:	ftp://ftp.openbsd.org/
6581.421SwizHome Page:	http://www.openbsd.org/faq/pf/
6591.421SwizMailing List:	pf@benzedrine.cx or appropriate OpenBSD mailing list
6601.422SpeterResponsible:	itojun, peter, yamt
6611.421SwizLicense:	BSD (2-clause)
6621.421SwizNotes:
6631.421Swizkernel code is imported into src/sys/dist/pf and src/sys/net has reachover
6641.421Swizdefinition (files.pf).  userland code is imported into src/dist/pf, and
6651.421Swizreachover Makefiles are in src/usr.sbin/pf.
6661.421Swiz
6671.538SjoergPackage:	pkg_install
6681.546SjoergVersion:	20070802
6691.546SjoergCurrent Vers.:	20070802
6701.538SjoergMaintainer:	The pkgsrc developers
6711.538SjoergHome Page:	http://www.pkgsrc.org
6721.539SheinzMailing List:	tech-pkg@NetBSD.org
6731.538SjoergResponsible:	joerg
6741.538SjoergLicense:	BSD
6751.538SjoergNotes:
6761.538SjoergThe authoritive version used to live in src/usr.sbin/pkg_install and was
6771.538Sjoergmoved to pkgsrc/pkgtool/pkg_install. Reachover Makefiles are kept in place.
6781.538Sjoerg
6791.1SlukemPackage:	ping
6801.1SlukemVersion:	980911
6811.1SlukemCurrent Vers:	980911
6821.1SlukemMaintainer:	Vernon Schryver <vjs@rhyolite.com>
6831.1SlukemArchive Site:	ftp://ftp.rhyolite.com/src/
6841.335SlukemHome Page:	http://www.rhyolite.com/src/
6851.1SlukemMailing List:
6861.392SrpauloResponsible:	christos
6871.387SrpauloLicense:	BSD (3-clause)
6881.1SlukemNotes:
6891.1SlukemWe use err() and friends. We have changes for snprintf, extra
6901.1Slukemformating in man pages, disallowing flood pinging, alignment fixes,
6911.1Slukemand more.
6921.1Slukem
6931.1SlukemPackage:	postfix
6941.545SheasVersion:	2.4.5
6951.545SheasCurrent Vers:	2.4.5
6961.1SlukemMaintainer:	Wietse Venema <wietse@porcupine.org>
6971.1SlukemArchive Site:	ftp://postfix.cloud9.net/official/
6981.335SlukemHome Page:	http://www.postfix.org/
6991.1SlukemMailing List:	postfix-users@postfix.org
7001.511SheasResponsible:	heas
7011.452SrpauloLicense:	IBM Public License. See also src/gnu/dist/postfix.
7021.1SlukemNotes:
7031.432SrpauloHTML documentation should be kept in sync with the README_FILES.
7041.432Srpaulosrc/gnu/dist/postfix/conf/postfix-files must be kept in sync with our
7051.432Srpaulodirectory layout (the easiest way to check is by running ``postfix
7061.432Srpauloset-permissions'').
7071.1Slukem
7081.1SlukemPackage:	ppp
7091.447SchristosVersion:	2.4.4
7101.446SdanCurrent Vers:	2.4.4
7111.1SlukemMaintainer:	Paul Mackerras <paulus@samba.org>
7121.1SlukemArchive Site:	ftp://ftp.samba.org/pub/ppp/
7131.349SjunyoungHome Page:
7141.1SlukemCVS root:	:pserver:cvs@pserver.samba.org:/cvsroot (password: cvs)
7151.1SlukemMailing List:
7161.447SchristosResponsible:	christos, cube
7171.387SrpauloLicense:	BSD (3-clause)
7181.1SlukemNotes:
7191.1SlukemBSD support was removed from 2.4.0; I added it back and removed
7201.1Slukemsome GPL pieces. Multilink support is missing. Repeated pings to
7211.1SlukemPaulus have not yielded results. I've retrofitted pppdump to use
7221.397Schristosnet/zlib, and <net/ppp-comp.h> and I now maintain sys-bsd.c. This
7231.1Slukemis clearly a pain. I have not tested the modules code, neither our
7241.1Slukemmakefiles make it easy to construct a module, but I left one there
7251.1Slukemas an example.
7261.447SchristosTDB code as found in 2.4.x, x>1 is under the GPL.  Therefore, we're
7271.447Schristosusing the version found in 2.4.1.
7281.1Slukem
7291.1SlukemPackage:	rcs
7301.1SlukemVersion:	5.7
7311.1SlukemCurrent Vers:	5.7
7321.1SlukemMaintainer:	FSF
7331.1SlukemArchive Site:	ftp://ftp.gnu.org/gnu/rcs/
7341.1SlukemMailing List:	bug-gnu-utils@gnu.org
7351.335SlukemHome Page:	http://www.gnu.org/software/rcs/
7361.463SagcResponsible:	agc
7371.387SrpauloLicense:	GPLv2
7381.1SlukemNotes:
7391.1SlukemBeta versions are available from Purdue (ftp.cs.purdue.edu:/pub/RCS).
7401.1Slukem
7411.1SlukemPackage:	root.cache
7421.182StacaVersion:	2004012900 (Jan 29, 2004)
7431.182StacaCurrent Vers:	2004012900 (Jan 29, 2004)
7441.14SperryMaintainer:	InterNIC
7451.14SperryArchive Site:	ftp://ftp.internic.net/domain/named.root
7461.335SlukemHome Page:	ftp://ftp.internic.net/domain/named.root
7471.1SlukemMailing List:
7481.507SperryResponsible:	thorpej
7491.387SrpauloLicense:	Public domain
7501.1SlukemNotes:
7511.1SlukemThe root server cache is also included with BIND.  However, the
7521.1SlukemInterNIC version is usually more up to date.
7531.1Slukem
7541.1SlukemPackage:	routed
7551.201SchristosVersion:	2.28
7561.491SperryCurrent Vers:	2.31
7571.1SlukemMaintainer:	Vernon Schryver <vjs@rhyolite.com>
7581.1SlukemArchive Site:	ftp://ftp.rhyolite.com/src/
7591.335SlukemHome Page:	http://www.rhyolite.com/src/
7601.1SlukemMailing List:
7611.392SrpauloResponsible:	christos
7621.387SrpauloLicense:	BSD (4-clause)
7631.1SlukemNotes:
7641.1SlukemWe use the md5 code from libc
7651.1SlukemWe don't allow RIP_TRACEON and RIP_TRACEOFF
7661.201SchristosWe use arc4random
7671.201SchristosWe use strlcpy/snprintf
7681.1Slukem
7691.1SlukemPackage:	send-pr (part of GNATS)
7701.1SlukemVersion:	3.95
7711.359SrpauloCurrent Vers:	4.1
7721.1SlukemMaintainer:	FSF
7731.1SlukemArchive Site:	ftp://ftp.gnu.org/gnu/gnats/
7741.335SlukemHome Page:	http://www.gnu.org/software/gnats/
7751.1SlukemMailing List:	bug-gnats@gnu.org
7761.387SrpauloLicense:	GPLv2
7771.1SlukemResponsible:
7781.1SlukemNotes:
7791.1Slukem
7801.1SlukemPackage:	SoftFloat
7811.1SlukemVersion:	2a
7821.1SlukemCurrent Vers:	2b
7831.144SdentMaintainer:	John Hauser <jhauser@jhauser.us>
7841.144SdentArchive Site:	http://www.jhauser.us/arithmetic/SoftFloat.html
7851.335SlukemHome Page:	http://www.jhauser.us/arithmetic/SoftFloat.html
7861.1SlukemMailing List:
7871.1SlukemResponsible:	bjh21
7881.387SrpauloLicense:	Public domain
7891.1SlukemNotes:
7901.1SlukemHeavily modified for use as a soft float library for GCC.  The actual
7911.1Slukemarithmetic code is unchanged, though, and should behave exactly like the
7921.1Slukemoriginal.
7931.1Slukem
7941.1SlukemPackage:	tcpdump
7951.541SdrochnerVersion:	3.9.7
7961.541SdrochnerCurrent Vers:	3.9.7
7971.429ShubertfMaintainer:	tcpdump-workers@lists.tcpdump.org
7981.1SlukemArchive Site:	http://www.tcpdump.org/release/
7991.335SlukemHome Page:	http://www.tcpdump.org/
8001.429ShubertfMailing List:	tcpdump-workers@lists.tcpdump.org
8011.1SlukemResponsible:	itojun
8021.387SrpauloLicense:	BSD (3-clause)
8031.1SlukemNotes:
8041.2SwizCode will be imported into src/dist/tcpdump.  Changes have to go back to
8051.1Slukemtcpdump.org.
8061.1Slukem
8071.1SlukemPackage:	termcap.src
8081.1SlukemVersion:	9.13.25
8091.1SlukemCurrent Vers:	11.0.1
8101.1SlukemMaintainer:	Eric S. Raymond <terminfo@ccil.org>
8111.50SenamiArchive Site:	http://www.catb.org/~esr/terminfo/
8121.335SlukemHome Page:	http://www.catb.org/~esr/terminfo/
8131.1SlukemMailing List:
8141.1SlukemResponsible:
8151.387SrpauloLicense:	Public domain
8161.1SlukemNotes:
8171.1Slukem
8181.1SlukemPackage:	TestFloat
8191.1SlukemVersion:	2a
8201.1SlukemCurrent Vers:	2a
8211.144SdentMaintainer:	John Hauser <jhauser@jhauser.us>
8221.144SdentArchive Site:	http://www.jhauser.us/arithmetic/TestFloat.html
8231.335SlukemHome Page:	http://www.jhauser.us/arithmetic/TestFloat.html
8241.1SlukemMailing List:
8251.1SlukemResponsible:	ross
8261.387SrpauloLicense:	BSD (4-clause)
8271.1SlukemNotes:
8281.1Slukem
8291.1SlukemPackage:	texinfo
8301.232SwizVersion:	4.7
8311.537SwizCurrent Vers:	4.9
8321.1SlukemMaintainer:	FSF
8331.1SlukemArchive Site:	ftp://ftp.gnu.org/gnu/texinfo/
8341.335SlukemHome Page:	http://www.gnu.org/software/texinfo/
8351.1SlukemMailing List:	bug-texinfo@gnu.org
8361.1SlukemResponsible:	wiz
8371.537SwizLicense:	GPLv2 (4.9 is GPLv3)
8381.1SlukemNotes:
8391.38SwizUse src/gnu/dist/texinfo/texinfo2netbsd for preparing the source tree
8401.38Swizfor the import.
8411.1Slukem
8421.1SlukemPackage:	top
8431.250SsorenVersion:	3.5beta12
8441.493SperryCurrent Vers:	3.6
8451.1SlukemMaintainer:	William LeFebvre <wnl@groupsys.com>
8461.1SlukemArchive Site:	ftp://ftp.groupsys.com/pub/top/
8471.335SlukemHome Page:	http://www.unixtop.org/
8481.1SlukemMailing List:	top-spinners@ocee.groupsys.com
8491.1SlukemResponsible:	simonb
8501.387SrpauloLicense:	BSD (2-clause)
8511.1SlukemNotes:
8521.1SlukemRemove all non-current NetBSD machine definitions and man page
8531.1Slukemextensions in machine/ before importing.
8541.1SlukemAfter importing, run:
8551.1Slukem	./Configure <netbsd-module-name>
8561.1Slukem	rm machine/*.desc Make.desc SYNOPSIS machine.c
8571.1Slukem	cvs commit -m "Update ./Configure'd files." top.local.h top.1
8581.1Slukem
8591.1SlukemPackage:	traceroute
8601.1SlukemVersion:	1.4a5
8611.1SlukemCurrent Vers:	1.4a12
8621.1SlukemMaintainer:	traceroute@ee.lbl.gov
8631.1SlukemArchive Site:	ftp://ftp.ee.lbl.gov/
8641.335SlukemHome Page:	http://ftp.ee.lbl.gov/
8651.1SlukemMailing List:
8661.1SlukemResponsible:
8671.387SrpauloLicense:	BSD (4-clause)
8681.1SlukemNotes:
8691.1Slukem
8701.1SlukemPackage:	tz
8711.529SkleinkVersion:	tzcode2004a / tzdata2007f
8721.529SkleinkCurrent Vers:	tzcode2007f / tzdata2007f
8731.1SlukemMaintainer:	Arthur David Olson <ado@elsie.nci.nih.gov>
8741.1SlukemArchive Site:	ftp://elsie.nci.nih.gov/pub/
8751.349SjunyoungHome Page:
8761.1SlukemMailing List:	tz@elsie.nci.nih.gov
8771.1SlukemResponsible:	kleink
8781.387SrpauloLicense:	Public domain
8791.1SlukemNotes:
8801.1SlukemUse src/lib/libc/time/tzcode2netbsd to prepare the source tree
8811.1Slukemfor import.
8821.1Slukem
8831.365SwizPackage:	wpa_supplicant
8841.436SrpauloVersion:	0.4.9
8851.436SrpauloCurrent Vers:	0.4.9
8861.365SwizMaintainer:	Jouni Malinen <jkmaline@cc.hut.fi>
8871.365SwizArchive Site:	http://hostap.epitest.fi/releases/
8881.365SwizHome Page:	http://hostap.epitest.fi/
8891.365SwizMailing List:
8901.365SwizResponsible:	scw, dyoung
8911.387SrpauloLicense:	BSD or GPLv2
8921.365SwizNotes:
8931.365SwizSee /usr/src/dist/wpa_supplicant/NetBSD-upgrade for update instructions.
8941.365Swiz
8951.1SlukemPackage:	XFree86
8961.307StronVersion:	4.5.0
8971.433SwizCurrent Vers:	4.6.0
8981.349SjunyoungMaintainer:	XFree86 Project, Inc.
8991.1SlukemArchive Site:	ftp://ftp.xfree86.org/pub/XFree86/
9001.335SlukemHome Page:	http://www.xfree86.org/
9011.349SjunyoungMailing List:	devel@xfree86.org
9021.1SlukemResponsible:	tron
9031.387SrpauloLicense:	XFree
9041.1SlukemNotes:
9051.1Slukem4.x:
9061.60Stron Only X4??src-1 to X4??src-6 were imported. X4??src-7 contains postscript
9071.1Slukem files which we don't need in our tree.
9081.1Slukem ALL changes must be sent back to the XFree86 repository. Patches should
9091.305Stron be submitted back via http://bugzilla.xfree86.org.
9101.1Slukem
9111.421SwizPackage:	Xorg
9121.421SwizVersion:	7.0
9131.421SwizCurrent Vers:	7.0
9141.421SwizMaintainer:	The X.Org Foundation
9151.421SwizArchive Site:	http://xorg.freedesktop.org/releases/X11R7.0/src/
9161.421SwizHome Page:	http://www.x.org/
9171.421SwizMailing List:	xorg@lists.freedesktop.org
9181.421SwizResponsible:	macallan
9191.421SwizLicense:	XFree
9201.421SwizNotes:		This is the modular branch tagged as XORG-7_0 pulled from
9211.421Swiz		xorg's cvs repository.
9221.421Swiz
9231.1SlukemPackage:	zlib
9241.397SchristosVersion:	1.2.3
9251.349SjunyoungCurrent Vers:	1.2.3
9261.1SlukemMaintainer:	Jean-loup Gailly and Mark Adler <zlib@gzip.org>
9271.512StacaArchive Site:	http://www.zlib.net/
9281.512StacaHome Page:	http://www.zlib.net/
9291.1SlukemMailing List:
9301.397SchristosResponsible:	gwr, tron, christos
9311.387SrpauloLicense:	BSD (3-clause)
9321.1SlukemNotes:
9331.397SchristosImported to src/common/dist/zlib and shared by the kernel and userland.
9341.534Schristos
9351.534SchristosPackage:	services, protocols
9361.534SchristosVersion:	2007-06-14
9371.534SchristosCurrent Vers:	2007-06-14
9381.534SchristosMaintainer:	IANA
9391.534SchristosArchive Site:	http://www.iana.org/assignments/
9401.534SchristosHome Page:	http://www.iana.org
9411.534SchristosMailing List:
9421.534SchristosResponsible:	christos
9431.534SchristosLicense:	None
9441.534SchristosNotes:
9451.534Schristos1. Download the latest converter from:
9461.534Schristos	http://www.sethwklein.net/projects/iana-etc/
9471.534Schristos2. Unpack it and run:
9481.534Schristos	gmake get
9491.534Schristos	gmake
9501.534Schristos3. Add NetBSD rcsid to the generated protocols and services.
9511.534Schristos4. Append the local services from the current services file.
9521.534Schristos5. Run:
9531.534Schristos	services_mkdb -u services > /usr/src/etc/services
9541.534Schristos	cp protocols /usr/src/etc/protocols
955