3RDPARTY revision 1.915
1#	$NetBSD: 3RDPARTY,v 1.915 2012/02/21 18:37:57 wiz Exp $
2#
3# This file contains a list of the software that has been integrated into
4# NetBSD where we are not the primary maintainer.
5#
6# When you make changes to this software, be sure to discuss it with the
7# maintainer and contribute your patches.  Divergence from the official
8# sources is not desirable, and should be avoided as much as possible.
9#
10# When importing, please deal with the RCS IDs in this way:
11#   1. Preserve the RCS IDs in the files by removing the $ signs from
12#      the IDs before you do the import.
13#   2. After the import, add NetBSD RCS IDs to all of the files.
14#
15# A few notes on the format of this file (for the benefit of
16# 3rdparty2html):
17#
18# 1.) Any line whose first non-whitespace character is # is a comment;
19# 2.) Entries are separated by blank lines;
20# 3.) Every package needs at least the Package, Version, Current Vers,
21#     and Maintainer fields;
22# 4.) Where a field has multiple lines of information, the field tag
23#     should be repeated on each line, except:
24# 5.) The Notes: field tag should appear on a line by itself; all
25#     remaining lines until the end of the record are notes.
26
27Package:	acpica
28Version:	20110623
29Current Vers:	20120215
30Maintainer:	Intel
31Archive Site:	http://www.acpica.org/downloads/unix2_source_code.php
32Home Page:	http://www.acpica.org/
33Mailing List:	devel@acpica.org
34License:	BSD-like
35Responsible:	jruoho
36Location:	sys/external/bsd/acpica/dist
37Notes:
38Please read src/sys/dev/acpi/acpica/README before any modification.
39
40Package:	am-utils [amd]
41Version:	6.2a3
42Current Vers:	6.2a3
43Maintainer:	Erez Zadok <ezk@cs.columbia.edu>
44Archive Site:	ftp://ftp.am-utils.org/pub/am-utils/
45Home Page:	http://www.am-utils.org/
46Mailing List:	am-utils
47Responsible:	christos
48License:	BSD (4-clause)
49Location:	external/bsd/am-utils/dist
50Notes:
51Amd2netbsd script to convert to BSD make system and remove unneeded files.
52Fix symbolic links before import.
53Check external/bsd/am-utils/include/config.h is correct after import.
54
55Package:	Automated Testing Framework (ATF)
56Version:	0.15
57Current Vers:	0.15
58Maintainer:	Julio Merino <jmmv@NetBSD.org>
59Archive site:	ftp://ftp.NetBSD.org/pub/NetBSD/misc/jmmv/atf/
60Home page:	http://www.NetBSD.org/~jmmv/atf/
61Mailing List:	atf-devel@NetBSD.org
62Responsible:	jmmv
63License:	The NetBSD Foundation's license (BSD 2-clause)
64Location:	external/bsd/atf/dist
65Notes:
66The source files are in external/bsd/atf/dist.
67Use external/bsd/atf/prepare-import.sh to regenerate the dist/ directory.
68Given that the primary goal of ATF is to provide a testing framework for
69NetBSD, no local changes should be ever needed.  Always direct them to the
70maintainer for integration in official releases.
71
72Package:	ath-hal
73Version:	FreeBSD SVN revision number 185521
74Current Vers:	FreeBSD SVN revision number 185521
75Maintainer:	Sam Leffler <sam@errno.com>
76Archive Site:	none
77Home Page:	none
78Mailing List:	none
79Responsible:	sam, alc
80License:	BSD-like (2 clause), ISC
81Location:	sys/external/isc/atheros_hal/dist
82Notes:
83
84Package:	bc
85Version:	1.06
86Current Vers:	1.06
87Maintainer:	Phil Nelson <phil@cs.wwu.edu>
88Archive Site:	ftp://ftp.gnu.org/gnu/bc/
89Home Page:	http://www.gnu.org/software/bc/
90Mailing List:	bug-bc@gnu.org
91Responsible:	phil, simonb
92License:	GPLv2, LGPGv2.1
93Location:	gnu/dist/bc
94Notes:
95bc includes dc, both of which are in the NetBSD tree.
96
97Package:	bind [named and utils]
98Version:	9.9.0a1
99Current Vers:	9.8.1
100Maintainer:	Paul Vixie <vixie@vix.com>
101Archive Site:	ftp://ftp.isc.org/isc/bind9/
102Home Page:	http://www.isc.org/sw/bind/
103Mailing List:
104Responsible:	vixie, christos
105License:	BSD-like (2-clause)
106Location:	external/bsd/bind/dist
107Notes:
108First bind2netbsd script to import into src/external/bsd/bind/dist.
109The Makefiles in src/external/bsd/bind are not handled by the script.
110Build bind to generate the include files.
111Then binclude4netbsd script to import into src/external/bsd/bind/include.
112The libc and include parts of the resolver are now part of libbind.
113
114Package:	libbind [libc resolver and includes]
115Version:	libbind-6.0-rc1
116Current Vers:	libbind-6.0-rc1
117Maintainer:	Paul Vixie <vixie@vix.com>
118Archive Site:	ftp://ftp.isc.org/isc/libbind/
119Home Page:	http://www.isc.org/sw/bind/
120Mailing List:
121Responsible:	vixie, christos
122License:	BSD-like (2-clause)
123Location:	external/bsd/libbind/dist
124Notes:
125First libbind2netbsd script to import into src/external/bsd/libbind/dist.
126Then include4netbsd script to import into src/include.
127Then libc4netbsd script to update the resolver in libc.
128Todo[1]: Update libresolv if needed.
129Todo[2]: A few files in libc/net were imported in the ISC branch but now
130	 they are too different or do not exist anymore:
131	    gethnamaddr.c getnetent.c getnetnamadr.c sethostent.c
132	 Others like getaddrinfo.c could be merged with isc, but it seems
133	 that ours is from a more recent version of KAME?
134Todo[3]: net/base64.c is imported from bind but should be moved from net
135	 to isc/base64.c.
136Todo[4]: Re-entrant functions of net/*
137Todo[5]: Reconcile the doc directory.
138
139Package:	binutils
140Version:	2.21.1a
141Current Vers:	2.22
142Maintainer:	FSF
143Archive Site:	ftp://ftp.gnu.org/gnu/binutils/
144Home Page:	http://www.gnu.org/software/binutils/
145Mailing List:	bug-gnu-utils@gnu.org
146Responsible:	thorpej, mrg
147License:	GPLv3, LGPLv3, GPLv2, LGPLv2, BSD
148Location:	external/gpl3/binutils/dist
149Notes:
150
151Package:	bozohttpd
152Version:	20100617
153Current Vers:	20100617
154Maintainer:	mrg@eterna.com.au
155Archive Site:	ftp://ftp.NetBSD.org/pub/NetBSD/packages/distfiles/LOCAL_PORTS/
156Home Page:	http://eterna.com.au/bozohttpd/
157Mailing List:
158Responsible:	mrg
159License:	BSD
160Location:	libexec/httpd
161Notes:
162Delete "queue.h" from the distribution.
163
164Package:	bsd-family-tree
165Version:	1.116
166Current Vers:	1.116
167Maintainer:	n/a
168Archive Site:	http://cvsweb.freebsd.org/src/share/misc/bsd-family-tree
169Home Page:	http://cvsweb.freebsd.org/src/share/misc/bsd-family-tree
170Mailing List:
171Responsible:
172License:	See URL above.
173Location:	share/misc/bsd-family-tree
174Notes:
175
176Package:	byacc
177Version:	20110908
178Current Vers:	20110908
179Maintainer:	Thomas Dickey <dickey@invisible-island.net>
180Archive Site:	http://www.invisible-island.net/byacc/byacc.html
181Home Page:	http://www.invisible-island.net/byacc/byacc.html
182Mailing List:
183Responsible:	christos
184License:	Public Domain
185Location:	external/bsd/byacc/dist
186Notes:
187See /usr/src/external/bsd/byacc/byacc2netbsd for update instructions.
188
189Package:	bzip2
190Version:	1.0.5
191Current Vers:	1.0.5
192Maintainer:	Julian Seward <jseward@acm.org>
193Archive Site:	http://sources.redhat.com/bzip2/
194Home Page:	http://www.bzip.org/
195Mailing List:
196Responsible:
197License:	BSD (4-clause)
198Location:	dist/bzip2
199Notes:
200See /usr/src/dist/bzip2/bzip2netbsd for update instructions.
201
202Package:	Citrus XPG4DL
203Version:	
204Current Vers:	
205Maintainer:	Citrus
206Archive Site:	http://citrus.bsdclub.org/
207Home Page:	http://citrus.bsdclub.org/
208Mailing List:	bsd-locale@hauN.org
209Responsible:	tshiozak
210License:	Ambiguous. Either BSD or Perl Artistic License
211		See http://citrus.bsdclub.org/#pol_license for more info.
212Location:	lib
213Notes:
214language C multilingualization support suite using wchar_t and other standards.
215The main development playground of Citrus is in NetBSD CVS, so you don't
216need to look for other CVS tree (like citrus CVS tree)
217main trunc has Citrus code in the following places:
218- src/lib/libc/locale, LC_CTYPE: single/multibyte support
219- src/lib/libintl: GNU libc compatible gettext(3) implementation.
220- src/lib/libc/citrus: multibyte LC_CTYPE handling and iconv(3) lower layer
221- src/lib/libc/iconv: iconv(3)
222
223Package:	cron
224Version:	4.1
225Current Vers:	4.1
226Maintainer:	Paul Vixie <vixie@vix.com>
227Archive Site:	ftp://ftp.isc.org/isc/cron/
228Home Page:
229Mailing List:
230Responsible:
231License:	BSD-like
232Location:	external/bsd/cron/dist
233Notes:
234
235Package:	cvs
236Version:	1.12.13
237Current Vers:	1.12.13
238Maintainer:	cvshome
239Archive Site:	http://ftp.gnu.org/non-gnu/cvs/
240Home Page:	http://cvs.nongnu.org/
241Mailing List:	bug-cvs@gnu.org
242Responsible:	christos
243License:	GPLv1, LGPLv2
244Location:	external/gpl2/xcvs/dist
245Notes:
246Use external/gpl2/xcvs/dist/cvs2netbsd for preparing the source tree
247for the import.
248Do not forget to update external/gpl2/xcvs/include/config.h to match
249external/gpl2/xcvs/dist/config.h.in.
250
251Package:	db
252Version:	1.85
253Current Vers:	1.86/4.7.25
254Maintainer:	Keith Bostic <bostic@vangogh.cs.berkeley.edu>
255Archive Site:	http://www.oracle.com/technology/software/products/berkeley-db/
256Home Page:	http://www.oracle.com/database/berkeley-db/
257Mailing List:
258Responsible:
259License:	BSD or Oracle Commercial License
260Location:	lib/libc/db
261Notes:
262Note that we cannot use db 2.x for license reasons.
263Three bug fixes against 1.85 sent back to bostic.  Changes to
264man/recno.3, hash/hsearch.c, and hash/ndbm.c (serious).
265Import of DB 1.85 was done via a sh script which converted the
266distribution into the netbsd format.  The script can be found in
267src/lib/libc/db/db2netbsd.
268
269Package:	dhcp
270Version:	3.0.3
271Current Vers:	4.1-ESV-R4/4.2.3-P2
272Maintainer:	mellon
273Archive Site:	ftp://ftp.isc.org/isc/dhcp/
274Home Page:	http://www.isc.org/software/dhcp/
275Mailing List:	dhcp-server@isc.org
276Mailing List:	dhcp-client@isc.org
277Mailing List:	dhcp-announce@isc.org
278Mailing List:	dhcp-bugs@isc.org
279Responsible:	mellon
280License:	BSD (3-clause)
281Location:	dist/dhcp
282Notes:
283No changes for NetBSD integration - just import the new distribution on
284top of the current tree.
285
286Package:	dhcpcd
287Version:	5.5.4
288Current Vers:	5.5.4
289Maintainer:	roy
290Archive Site:	ftp://roy.marples.name/pub/dhcpcd/
291Home Page:	http://roy.marples.name/projects/dhcpcd/
292Mailing List: 	dhcpcd-discuss@marples.name
293License:	BSD (2-clause)
294Location:	external/bsd/dhcpcd/dist
295Notes:
296Please submit all changes to the author.
297The distribution doesn't include the Linux specific bits or build system.
298
299Package:	diffutils
300Version:	2.8.1
301Current Vers:	3.2
302Maintainer:	FSF
303Archive Site:	ftp://ftp.gnu.org/gnu/diffutils/
304Home Page:	http://www.gnu.org/software/diffutils/
305Mailing List:	bug-gnu-utils@gnu.org
306Responsible:	
307License:	GPLv2
308Location:	gnu/dist/diffutils
309Notes:
310Use src/gnu/dist/diffutils/diffutils2netbsd for preparing the source tree
311for the import.
312
313Package:	gdtoa
314Version:	2011-03-19
315Current Vers:	$(date)
316Maintainer:	David M. Gay <dmg@acm.org>
317Archive Site:	http://www.netlib.org/fp/
318Home Page:	http://www.netlib.org/fp/
319Mailing List:	none
320Responsible:	kleink
321License:	BSD-like
322Location:	lib/libc/gdtoa
323Notes:
324Test suite integrated at this time, but not built (and fails to run).
325No hexadecimal floating-point string conversion for VAX FP yet.
326Only double-precision addressed at this time.
327
328Package:	file
329Version:	5.09
330Current Vers:	5.09
331Maintainer:	Christos Zoulas <christos@zoulas.com>
332Archive Site:	ftp://ftp.astron.com/pub/file/
333Home Page:
334Mailing List:	file@mx.gw.com
335Responsible:	christos, pooka
336License:	BSD (2-clause)
337Location:	external/bsd/file/dist
338Notes:
339use file2netbsd
340
341Package:	flex
342Version:	2.5.35
343Current Vers:	2.5.35
344Maintainer:	Will Estes <wlestes@users.sourceforge.net>
345Archive Site:	http://flex.sourceforge.net/
346Home Page:	http://flex.sourceforge.net/
347Mailing List:	http://lists.sourceforge.net/mailman/listinfo/flex-announce
348Responsible:
349License:	BSD-like
350Location:	external/bsd/flex/dist
351Notes:
352There is a flex2netbsd script to help newer imports.
353
354Package:	gcc
355Version:	4.1.3-20080831/4.5.3
356Current Vers:	4.6.0
357Maintainer:	FSF
358Archive Site:	ftp://ftp.gnu.org/gnu/gcc/
359Home Page:	http://www.gnu.org/software/gcc/
360Mailing List:	gcc-bugs@gnu.org
361Responsible:	thorpej, mrg
362License:	GPLv3, LGPLv3.1
363Location:	external/gpl3/gcc/dist
364Notes:
365before importing:
366	- delete all .cvsignore and .brik files
367	- delete gcc/java gcc/ada libffi zlib boehm-gc libjava fastjar
368	- delete all related testsuites
369for GCC4:
370	- delete all fortran and testsuites
371	- update gcc/version.c for the NetBSD GCC date
372for GCC 4.5:
373	- use core/c++/objc/testsuite tarballs
374	- delete:
375		gcc/testsuite/ada
376		gcc/testsuite/gfortran*
377		gcc/testsuite/gnat.dg
378
379Package:	gdb
380Version:	6.5/7.3.1
381Current Vers:	7.4
382Maintainer:	FSF
383Archive Site:	ftp://ftp.gnu.org/gnu/gdb/
384Home Page:	http://www.gnu.org/software/gdb/
385Mailing List:	bug-gdb@gnu.org
386Responsible:	christos
387License:	GPLv3, LGPLv3.1
388Location:	external/gpl3/gdb/dist
389Notes:
390When updating GDB, it is imperative to test that:
391	- Debugging of kernel cores ("target kvm") works correctly
392	- Support for our kernel's remote serial debugging protocol
393	  ("options KGDB") works correctly.
394
395Package:	gettext
396Version:	0.14.4
397Current Vers:	0.17
398Maintainer:	FSF
399Archive Site:	ftp://ftp.gnu.org/gnu/gettext/
400Home Page:	http://www.gnu.org/software/gettext/
401Mailing List:	bug-gnu-utils@gnu.org
402Responsible:
403License:	GPLv2
404Location:	gnu/dist/gettext
405Notes:
406GNU gettext is used for userland tools like msgfmt(1) only.  For libintl,
407we use BSD-licensed implementation from Citrus project (see entry for
408"Citrus XPG4DL").  We hope to replace userland tools with BSD-licensed one.
409
410Package:	gkermit
411Version:	1.00
412Current Vers:	1.00
413Maintainer:	Kermit Project - Columbia University <kermit@columbia.edu>
414Archive Site:	ftp://kermit.columbia.edu/kermit/archives/
415Home Page:	http://www.columbia.edu/kermit/
416Mailing List:
417Responsible:	apb
418License:	GPLv2
419Location:	gnu/dist/gkermit
420Notes:
421
422Package:	grep
423Version:	2.5.1
424Current Vers:	2.10
425Maintainer:	FSF
426Archive Site:	ftp://ftp.gnu.org/gnu/grep/
427Home Page:	http://www.gnu.org/software/grep/
428Mailing List:	bug-gnu-utils@gnu.org
429Responsible:	simonb
430License:	GPLv2+ (2.5.1), GPLv3+ (2.5.3 and later)
431Location:	gnu/dist/grep
432Notes:
433Use src/gnu/dist/grep/grep2netbsd for preparing the source tree
434for the import.
435A non-gnu grep was imported into src/usr.bin/grep on 2 Jan 2004. It
436needs some tuning before it can replace gnu grep.
437	(cf.	https://github.com/howardjp/freegrep
438		http://www.monkey.org/openbsd/archive/tech/0306/msg00129.html)
439
440Package:	groff
441Version:	1.19.2
442Current Vers:	1.21
443Maintainer:	Werner Lemberg/FSF
444Archive Site:	ftp://ftp.gnu.org/gnu/groff/
445Home Page:	http://www.gnu.org/software/groff/
446Mailing List:	bug-groff@gnu.org
447Responsible:	
448License:	GPLv2
449Location:	gnu/dist/groff
450Notes:
451Use groff2netbsd from src/gnu/dist/groff to prepare the distribution
452for import.
453
454Package:	heimdal
455Version:	1.5pre1
456Current Vers:	1.5pre1
457Maintainer:	Heimdal <heimdal@pdc.kth.se>
458Archive Site:	ftp://ftp.pdc.kth.se/pub/heimdal/src/
459Home Page:	http://www.pdc.kth.se/heimdal/
460Mailing List:	heimdal-discuss@pdc.kth.se
461Responsible:	joda, lha
462License:	BSD
463Location:	crypto/external/bsd/heimdal/dist
464Notes:
465
466Package:	hunt
467Version:	2003-04-16
468Current Vers:	2003-04-16
469Maintainer:	Greg Couch <gregc@cgl.ucsf.edu>
470Archive Site:	ftp://ftp.cgl.ucsf.edu/pub/hunt.shar.Z
471Home Page:	http://www.cgl.ucsf.edu/home/gregc/oss.html
472Responsible:	mrg
473License:	BSD (3-clause)
474Location:	games/hunt
475Notes:
476
477Package:	ipf
478Version:	4.1.34
479Current Vers:	5.1.0
480Maintainer:	Darren Reed
481Archive Site:	http://coombs.anu.edu.au/~avalon/
482Home Page:	http://coombs.anu.edu.au/~avalon/
483Mailing List:	ipfilter@postbox.anu.edu.au
484Responsible:	darrenr, mike
485License:	BSD-based; see src/dist/ipf/IPFILTER.LICENCE
486Location:	dist/ipf,sys/dist/ipf
487Notes:
488ipf2netbsd should be used on a virgin ipfilter source tree.
489See also dist/ipf/README.NetBSD
490
491Package:	ipsec-tools
492Version:	(ipsec-tools head is NetBSD-current head)
493Maintainer:	IPsec-Tools project <ipsec-tools-core@lists.sourceforge.net>
494Archive Site:	http://ipsec-tools.sourceforge.net
495Home Page:	http://ipsec-tools.sourceforge.net
496Mailing List:	ipsec-tools-devel@lists.sourceforge.net
497Responsible:	manu, vanhu, mgrooms
498License:	BSD (3-clause)
499Location:	crypto/dist/ipsec-tools
500Notes:
501ipsec-tools is maintained within NetBSD src tree in src/crypto/dist/ipsec-tools
502We don't run ipsec-tools' configure as part of the NetBSD build. configure
503generated files are available in the NetBSD source tree at:
504  src/lib/libipsec/config.h
505  src/lib/libipsec/package_version.h
506When configure.ac is updated, run the following:
507  cd src/crypto/dist/ipsec-tools
508  ./bootstrap
509  ./configure --enable-adminport --enable-hybrid --enable-frag \
510  	      --enable-natt --enable-dpd
511Then copy package_version.h to src/lib/libipsec and merge config.h with
512src/lib/libipsec/config.h (it needs some manual tweaking)
513
514NOTE: As NetBSD HEAD and ipsec-tools HEAD are just the same thing,
515NetBSD-current always contains latest ipsec-tools code. On the other hand,
516ipsec-tools has stable branches (e.g.: ipsec-tools-0_7-branch), which
517are manually pulled up to NetBSD stable branches (e.g.: netbsd-4 is regularly
518sync with ipsec-tools-0_7-branch)
519
520Package:	KAME IPv6
521Version:	KAME/NetBSD SNAP kit
522Current Vers:	KAME/NetBSD SNAP kit (shipped every week)
523Maintainer:	KAME Project <kame@kame.net>
524Archive Site:	http://www.kame.net/
525Home Page:	http://www.kame.net/
526Mailing List:	snap-users@kame.net
527Responsible:
528License:	BSD (3-clause)
529Location:	sys/netinet6
530Notes:
531IPv6 part is based on KAME/NetBSD142 SNAP as of early June 2000, with
532more conservative implementation policy.
533IPsec part is based on KAME/NetBSD14 SNAP as of 12 June 2000.
534Please do not make too many diff-unfriendly changes (like indentation change,
535KNF police).  We need to take diffs across KAME snapshots on upgrades.
536To identify kernel version, check net.inet6.ip6.kame_version, or KAME_VERSION
537in sys/netinet6/in6.h.  No script is available for upgrades.
538"KAME" branch is used for kernel merge work purposes.
539http://www.kame.net/dev/cvsweb.cgi/kame/COVERAGE has functionality comparison
540among KAME/*BSD, *BSD-current and recent *BSD releases.
541
542Package:	less
543Version:	less-444
544Current Vers:	less-444
545Maintainer:	Mark Nudelman <markn@greenwoodsoftware.com>
546Archive Site:	http://www.greenwoodsoftware.com/less/download.html
547Home Page:	http://www.greenwoodsoftware.com/less/
548Mailing List:	less-announce-request@greenwoodsoftware.com
549Responsible:	mrg
550License:	Less License (BSD 2-clause) or GPLv3 (v2 prior to less418)
551Location:	external/bsd/less/dist
552Notes:
553Many changes to make less act as more when invoked as more.  Beware.
554Use the "src/external/bsd/less/less2netbsd" script to prepare source tree
555for importation.  Run ./configure before hand to generate "defines.h".
556Talk to mrg before importing any new version.
557
558Package:	libarchive
559Version:	2.8.0
560Current Ves.:	2.8.0
561Maintainer:	kientzle@freebsd.org, joerg@NetBSD.org
562Archive Site:	http://code.google.com/p/libarchive/
563Home Page: 	http://code.google.com/p/libarchive/
564Responsible:	joerg
565License:	BSD
566Location:	external/bsd/libarchive/dist
567Notes:
568Distribution is stripped down to the relevant part.
569
570Package:	libdevmapper
571Version:	1.02.40
572Current Vers:	1.02.40
573Maintainer:	lvm-devel@redhat.com
574Archive Site:	ftp://sources.redhat.com/pub/lvm2/
575Home Page:	http://sources.redhat.com/lvm2/
576Responsible:	haad
577License:	LGPLv2.1
578Location:	external/gpl2/lvm2/dist/libdm
579Notes:
580The lvm2tools and the libdevmapper are now distributed as one source
581repository. See the lvm2tools Notes for more information.
582
583Package:	libevent
584Version:	1.4.12-stable
585Current Vers:	2.0.2-alpha
586Maintainer:	Niels Provos <provos@citi.umich.edu>
587Archive Site:	http://www.monkey.org/~provos/libevent/
588Home Page:	http://www.monkey.org/~provos/libevent/
589Responsible:	provos
590License:	BSD (3/4-clause)
591Location:	external/bsd/libevent/dist
592Notes:
593
594Package:	lvm2tools
595Version:	2.02.56
596Current Vers:	2.02.56
597Maintainer:	lvm-devel@redhat.com
598Archive Site:	ftp://sources.redhat.com/pub/lvm2/
599Home Page:	http://sources.redhat.com/lvm2/
600Responsible:	haad
601License:	GPLv2
602Location:	external/gpl2/lvm2/dist
603Notes:
604Use the src/external/gpl2/lvm2tools/dist/lvm2netbsd script to prepare source tree
605for import. Keep eye on dist/include/configure.h it migh change over the releases.
606We maintain our own version of libdevmapper ioctl protocol code, therefore we
607should test it before import. Talk to haad before importing new version.
608
609Package:	libpcap
610Version:	1.1.1
611Current Vers:	1.1.1
612Maintainer:	tcpdump-workers@tcpdump.org
613Archive Site:	http://www.tcpdump.org/release/
614Home Page:	http://www.tcpdump.org/
615Mailing List:	tcpdump-workers@tcpdump.org
616Responsible:	dyoung
617License:	BSD (3/4-clause)
618Location:	external/bsd/libpcap/dist
619Notes:
620Use the src/external/bsd/libpcap/dist/libpcap2netbsd script to prepare source
621tree.
622
623Package:	libwrap
624Version:	tcp_wrappers 7.6 w/ large amount of IPv6 changes
625Current Vers:	tcp_wrappers 7.6-ipv6.1
626Maintainer:	Wietse Venema <wietse@porcupine.org>
627Archive Site:	ftp://ftp.porcupine.org/pub/security/
628Home Page:	ftp://ftp.porcupine.org/pub/security/
629Mailing List:
630Responsible:	cjs
631License:	BSD-like
632Location:	lib/libwrap
633Notes:
634We import only libwrap (under src/lib), tcpdchk and tcpdmatch (both
635under src/usr.sbin). We don't use tcpd; that functionality is built
636into inetd. The provided libwrap2netbsd script handles just libwrap.
637
638Package:	Lua
639Version:	Lua 5.1.4
640Current Vers:	Lua 5.1.4
641Maintainer:	PUC Rio
642Home Page:	http://www.lua.org/
643Mailing List:
644Responsible:	mbalmer
645License:	MIT
646Location:	external/mit/lua/dist
647Notes:
648The default module paths have been changed to not include the current
649working directory '.' to avoid potential security problems.
650
651Package:	m4
652Version:	20091026
653Current Vers:	20091026
654Maintainer:	OpenBSD
655Archive Site:	http://www.openbsd.org/cgi-bin/cvsweb/src/usr.bin/m4
656Home Page:	http://openbsd.org
657Mailing List:	
658License:	BSD 3-clause like (dns-sd)
659Responsible:	christos
660Location:	usr.bin/m4
661Notes:
662Uses libc's ohash, and strtonum
663
664Package:	mDNSResponder
665Version:	212.1
666Current Vers:	258.14
667Maintainer:	Apple
668Archive Site:	http://www.opensource.apple.com/tarballs/mDNSResponder/
669Home Page:	http://developer.apple.com/opensource/internet/bonjour.html
670Mailing List:	bonjour-dev@lists.apple.com
671License:	Apache2 (mdnsd), BSD 3-clause (libdns_sd),
672		BSD 3-clause like (dns-sd)
673Responsible:	tsarna
674Location:	external/apache2/mDNSResponder/dist
675Notes:
676
677Package:	mdocml
678Version:	1.12.0
679Current Vers:	1.12.0
680Maintainer:	Kristaps Džonsons
681Archive Site:	http://mdocml.bsd.lv/snapshots/
682Home Page:	http://mdocml.bsd.lv/
683Mailing List:	
684Responsible:	joerg
685License:	BSD (2-clause)
686Location:	external/bsd/mdocml/dist
687Notes:
688
689Package:	mesa-drm
690Version:	git 85b9f737db0d2a845e4d7e2bbf9ad12ff9e2227c
691Current Vers:
692Maintainer:	mesa-git@?
693Archive Site:	git://anongit.freedesktop.org/git/mesa/drm
694Home Page:	http://cgit.freedesktop.org/mesa/drm/
695Mailing List:
696Responsible:	mrg, bjs
697License:	BSD
698Location:	sys/external/bsd/drm/dist
699Notes:
700
701Package:	mopd
702Version:	2.5.3
703Current Vers:	2.5.3
704Maintainer:	Mats O Jansson <maja@celsiustech.se>
705Archive Site:	http://www.stacken.kth.se/~moj/mopd.html
706Home Page:	http://www.stacken.kth.se/~moj/mopd.html
707Mailing List:
708Responsible:	cjs
709License:	BSD (4-clause)
710Location:	usr.sbin/mopd
711Notes:
712Delete the otherOS directory before importing.
713
714Package:	nawk
715Version:	2010-05-23
716Current Vers:	2011-08-10
717Maintainer:	Brian Kernighan <bwk@princeton.edu>
718Archive Site:	http://www.cs.princeton.edu/~bwk/btl.mirror/
719Home Page:	http://www.cs.princeton.edu/~bwk/btl.mirror/
720Mailing List:
721Responsible:	jdolecek
722License:	BSD-like
723Location:	external/historical/nawk/dist
724Notes:
725Build maketab from nawk sources and generate proctab.c.
726Remove buildwin.bat, missing95.c, ytab.[ch], ytab?.bak, vcvars.bat makefile.win
727then import to src/external/historical/nawk/dist.
728
729Package:	ndbootd
730Version:	0.5
731Current Vers:	0.5
732Maintainer:	Matt Fredette <fredette@alum.mit.edu>
733Archive Site:
734Home Page:
735Responsible:	fredette
736License:	BSD (4-clause)
737Location:	usr.sbin/ndbootd
738Notes:
739Run ./configure, save config.h, make distclean, rm all autoconf/automake
740and ndbootd-raw.c.  Restore saved config.h, and force it to define
741HAVE_STRICT_ALIGNMENT.  Fix RCS IDs, import.
742
743Package:	ntp
744Version:	4.2.6p5
745Current Vers:	4.2.6p5
746Maintainer:	David L. Mills <mills@udel.edu>
747Archive Site:	ftp://ftp.udel.edu/pub/ntp/ntp4/
748Home Page:	http://www.ntp.org/, http://support.ntp.org/
749Mailing List:
750Responsible:	simonb, jonathan, kardel
751License:	BSD-like
752Location:	external/bsd/ntp/dist
753Notes:
754See /usr/src/dist/ntp/ntp2netbsd for update instructions.
755
756Package:	nvi
757Version:	1.81.6
758Current Vers:	1.81.6
759Maintainer:	Keith Bostic <bostic@bsdi.com>
760Archive Site:	ftp://ftp.bostic.com/pub/
761Home Page:	http://www.bostic.com/vi/
762Mailing List:
763Responsible:	aymeric, christos
764License:	BSD (3/4-clause)
765Location:	dist/nvi
766Notes:
767We have lots of local fixes.
768
769Package:	OpenLDAP
770Version:	2.4.23
771Current Vers:	2.4.27
772Maintainer:	OpenLDAP Foundation
773Archive Site:	http://www.openldap.org/
774Home Page:	http://www.openldap.org/
775Mailing List:
776Responsible:	lukem
777License:	BSD (3-clause)
778Location:	external/bsd/openldap/dist
779Notes:
780
781Package:	OpenPAM
782Version:	20111218 (Lycopsida)
783Current Vers:	20111218 (Hydrangea)
784Maintainer:	Dag-Erling Smørgrav <des@FreeBSD.org>
785Archive Site:	http://www.openpam.org/
786Home Page:	http://www.openpam.org/
787Mailing List:
788Responsible:	christos
789License:	BSD (3-clause)
790Location:	external/bsd/openpam/dist
791Notes:
792Next import will need $ Id removal..
793
794Package:	openresolv
795Version:	3.4.5
796Current Vers:	3.4.5
797Maintainer:	roy
798Archive Site:	ftp://roy.marples.name/pub/openresolv/
799Home Page:	http://roy.marples.name/projects/openresolv/
800Mailing List: 	openresolv-discuss@marples.name
801License:	BSD (2-clause)
802Location:	external/bsd/openresolv/dist
803Notes:
804Please submit all changes to the author.
805
806Package:	HPN-SSH
807Version:	5.6p1 13 v10
808Current Vers:	5.6p1 13 v10
809Maintainer:	www.psc.edu
810Archive Site:	http://www.psc.edu/networking/projects/hpn-ssh/openssh-5.6p1-hpn13v10.diff.gz
811Home Page:	http://www.psc.edu/networking/projects/hpn-ssh/
812Mailing List:
813Responsible:	christos
814License:	
815Location:	crypto/external/bsd/openssh/dist
816Notes:
817Patch applied after OpenSSH import.
818
819Package:	OpenSSH
820Version:	5.9
821Current Vers:	5.9 / portable 5.9p1
822Maintainer:	OpenSSH
823Archive Site:	http://www.openssh.com/ftp.html
824Home Page:	http://www.openssh.com/portable.html
825Mailing List:	openssh-unix-announce@mindrot.org
826Responsible:	thorpej, christos, elric
827License:	BSD. See src/crypto/external/bsd/openssh/dist/LICENSE
828Location:	crypto/external/bsd/openssh/dist
829Notes:
830imported from OpenBSD ssh -- is not from the portable OpenSSH
831use openssh2netbsd before import.
832local changes (should always try to bring them back to master openssh tree,
833markus is very cooperative about it):
834- default for PermitRootLogin is set to "no"
835- IgnoreRootRhosts added
836- look at login.conf to check valid user/access list
837- krb5 support re-added
838- hack in cipher.c #ifdef ACCS because we are missing EVP_acss
839  when someone imports openssl, we can remove this.
840- added moduli from portable openssh
841- added USE_PAM patches and auth_pam.[ch] from portable openssh
842  (see if there is any difference between the current version of opensshX.Yp1
843   and the new opensshZ.Wp1) and apply them.
844- conditionalize login_cap
845- conditionalize bsd_auth
846- restore krb5, krb4, afs, skey
847- bring in hpn patches, disable mt aes cipher, keep speedups and cipher none
848- fix ctype macro arguments
849- umac is broken, disable it
850- better ~homedir handling
851- netbsd style tunnels
852- urandom, xhome, chrootdir, rescuedir NetBSD handling
853- utmp/utmpx handling
854- handle tty posix_vdisable properly
855- handle setuid and unsetuid the posix way instead of setresuid()
856- add all missing functions
857- always bump major when importing to avoid api problems.
858- make compile with gcc-4.5; const fixes, fileno() checks, shadow fixes.
859
860Package:	OpenSSL
861Version:	1.0.1-stable-SNAP-20110605
862Current Vers:	1.0.1 [snapshot-20110605] with AES-NI patch
863Maintainer:	The OpenSSL Project
864Archive Site:	ftp://ftp.openssl.org/source/
865Home Page:	http://www.openssl.org/
866Mailing List:	openssl-announce@openssl.org
867Responsible:	mcr, thorpej, groo, christos, mjf
868License:	OpenSSL and SSLeay license (both BSD-like)
869Location:	crypto/external/bsd/openssl/dist
870Notes:
871- Run openssl2netbsd to get rid of the RCSID identifiers
872- run make in /usr/src/crypto/external/bsd/openssl/lib/libcrypto/man
873  to regen man pages.
874
875Package:	pdisk
876Version:	0.8a2
877Current Vers:	0.8a2
878Maintainer:	Eryk Vershen <eryk@cfcl.com>
879Archive Site:	http://cantaforda.com/cfcl/eryk/linux/pdisk/index.html
880Home Page:	http://cantaforda.com/cfcl/eryk/linux/pdisk/index.html
881Mailing List:
882Responsible:	dbj
883License:	BSD-like
884Location:	dist/pdisk
885Notes:
886This is the disk partition utility used by Apple's mkLinux and OS X
887It is imported into dist/pdisk, with a reachover makefile in
888src/sbin/pdisk builds for macppc and mac68k.
889
890Package:	pdksh
891Version:	5.2.14p2
892Current Vers:	5.2.14p2
893Maintainer:	Michael Rendell <michael@cs.mun.ca>
894Archive Site:	ftp://ftp.cs.mun.ca/pub/pdksh/
895Home Page:	http://www.cs.mun.ca/~michael/pdksh/
896Mailing List:
897Responsible:	jdolecek
898License:	Public domain
899Location:	bin/ksh
900Notes:
901pdksh-5.2.14-patches.1 and pdksh-5.2.14-patches.2 have been applied.
902
903Package:	PF (openbsd packet filter)
904Version:	OpenBSD 4.2
905Current Vers:	OpenBSD 4.3-current
906Maintainer:	The OpenBSD Project
907Archive Site:	ftp://ftp.openbsd.org/
908Home Page:	http://www.openbsd.org/faq/pf/
909Mailing List:	pf@benzedrine.cx or appropriate OpenBSD mailing list
910Responsible:	peter, yamt
911License:	BSD (2-clause)
912Location:	dist/pf,sys/dist/pf
913Notes:
914kernel code is imported into src/sys/dist/pf and src/sys/net has reachover
915definition (files.pf).  userland code is imported into src/dist/pf, and
916reachover Makefiles are in src/usr.sbin/pf.
917
918Package:	pkg_install
919Version:	20120221
920Current Vers:	20120221
921Maintainer:	The pkgsrc developers
922Home Page:	http://www.pkgsrc.org/
923Mailing List:	tech-pkg@NetBSD.org
924Responsible:	joerg
925License:	BSD
926Location:	external/bsd/pkg_install/dist
927Notes:
928The authoritative version is in pkgsrc/pkgtools/pkg_install.
929
930Package:	ping
931Version:	980911
932Current Vers:	980911
933Maintainer:	Vernon Schryver <vjs@rhyolite.com>
934Archive Site:	ftp://ftp.rhyolite.com/src/
935Home Page:	http://www.rhyolite.com/src/
936Mailing List:
937Responsible:	christos
938License:	BSD (3-clause)
939Location:	sbin/ping
940Notes:
941We use err() and friends. We have changes for snprintf, extra
942formatting in man pages, disallowing flood pinging, alignment fixes,
943and more.
944
945Package:	postfix
946Version:	2.8.8
947Current Vers:	2.8.8/2.9.0
948Maintainer:	Wietse Venema <wietse@porcupine.org>
949Archive Site:	ftp://postfix.cloud9.net/official/
950Home Page:	http://www.postfix.org/
951Mailing List:	postfix-users@postfix.org
952Responsible:	christos, tron
953License:	IBM Public License. See also src/external/ibm-public/postfix/dist.
954Location:	external/ibm-public/postfix/dist
955Notes:
956HTML documentation should be kept in sync with the README_FILES.
957src/gnu/dist/postfix/conf/postfix-files must be kept in sync with our
958directory layout (the easiest way to check is by running ``postfix
959set-permissions'').
960
961Package:	ppp
962Version:	2.4.4
963Current Vers:	2.4.4
964Maintainer:	Paul Mackerras <paulus@samba.org>
965Archive Site:	ftp://ftp.samba.org/pub/ppp/
966Home Page:
967CVS root:	:pserver:cvs@pserver.samba.org:/cvsroot (password: cvs)
968Mailing List:
969Responsible:	christos, cube
970License:	BSD (3-clause)
971Location:	dist/pppd
972Notes:
973BSD support was removed from 2.4.0; I added it back and removed
974some GPL pieces. Multilink support is missing. Repeated pings to
975Paulus have not yielded results. I've retrofitted pppdump to use
976net/zlib, and <net/ppp-comp.h> and I now maintain sys-bsd.c. This
977is clearly a pain. I have not tested the modules code, neither our
978makefiles make it easy to construct a module, but I left one there
979as an example.
980TDB code as found in 2.4.x, x>1 is under the GPL.  Therefore, we're
981using the version found in 2.4.1.
982
983Package:	rcs
984Version:	5.7
985Current Vers:	5.8
986Maintainer:	FSF
987Archive Site:	ftp://ftp.gnu.org/gnu/rcs/
988Mailing List:	bug-gnu-utils@gnu.org
989Home Page:	http://www.gnu.org/software/rcs/
990Responsible:	agc
991License:	GPLv2 (5.7; 5.8 is GPLv3+)
992Location:	gnu/usr.bin/rcs
993Notes:
994Old versions are available from Purdue (ftp.cs.purdue.edu:/pub/RCS).
995
996Package:	root.cache
997Version:	2011060800 (Jun 8, 2011)
998Current Vers:	2011060800 (Jun 8, 2011)
999Maintainer:	InterNIC
1000Archive Site:	ftp://ftp.internic.net/domain/named.root
1001Home Page:	ftp://ftp.internic.net/domain/named.root
1002Mailing List:
1003Responsible:	thorpej
1004License:	Public domain
1005Location:	etc/namedb
1006Notes:
1007The root server cache is also included with BIND.  However, the
1008InterNIC version is usually more up to date.
1009
1010Package:	routed
1011Version:	2.32
1012Current Vers:	2.32
1013Maintainer:	Vernon Schryver <vjs@rhyolite.com>
1014Archive Site:	ftp://ftp.rhyolite.com/src/
1015Home Page:	http://www.rhyolite.com/src/
1016Mailing List:
1017Responsible:	christos
1018License:	BSD (4-clause)
1019Location:	sbin/routed
1020Notes:
1021We use the md5 code from libc
1022We don't allow RIP_TRACEON and RIP_TRACEOFF
1023We use arc4random
1024We use strlcpy/snprintf
1025
1026Package:	send-pr (part of GNATS)
1027Version:	3.95
1028Current Vers:	4.1
1029Maintainer:	FSF
1030Archive Site:	ftp://ftp.gnu.org/gnu/gnats/
1031Home Page:	http://www.gnu.org/software/gnats/
1032Mailing List:	bug-gnats@gnu.org
1033License:	GPLv2
1034Responsible:
1035Location:	gnu/usr.bin/send-pr
1036Notes:
1037
1038Package:	SoftFloat
1039Version:	2a
1040Current Vers:	2b
1041Maintainer:	John Hauser <jhauser@jhauser.us>
1042Archive Site:	http://www.jhauser.us/arithmetic/SoftFloat.html
1043Home Page:	http://www.jhauser.us/arithmetic/SoftFloat.html
1044Mailing List:
1045Responsible:	bjh21
1046License:	Public domain
1047Location:	lib/libc/softfloat
1048Notes:
1049Heavily modified for use as a soft float library for GCC.  The actual
1050arithmetic code is unchanged, though, and should behave exactly like the
1051original.
1052
1053Package:	sqlite
1054Version:	pre-3.6.9 snapshot
1055Current Vers:	3.7.10
1056Maintainer:	Richard Hipp <drh@sqlite.org>
1057Home Page:	http://www.sqlite.org
1058Responsible:	joerg
1059License:	Public domain
1060Location:	external/public-domain/sqlite/dist
1061Notes:
1062Initial import uses a pre-release with a number of bug fixes to avoid
1063unnecessary local changes.
1064
1065Package:	tcpdump
1066Version:	4.1.1
1067Current Vers:	4.1.1
1068Maintainer:	tcpdump-workers@lists.tcpdump.org
1069Archive Site:	http://www.tcpdump.org/release/
1070Home Page:	http://www.tcpdump.org/
1071Mailing List:	tcpdump-workers@lists.tcpdump.org
1072Responsible:
1073License:	BSD (3-clause)
1074Location:	external/bsd/tcpdump/dist
1075Notes:
1076Use the src/external/bsd/tcpdump/dist/tcpdump2netbsd script to prepare source
1077tree.
1078
1079Package:	TestFloat
1080Version:	2a
1081Current Vers:	2a
1082Maintainer:	John Hauser <jhauser@jhauser.us>
1083Archive Site:	http://www.jhauser.us/arithmetic/TestFloat.html
1084Home Page:	http://www.jhauser.us/arithmetic/TestFloat.html
1085Mailing List:
1086Responsible:	ross
1087License:	BSD (4-clause)
1088Location:	regress/lib/libc/ieeefp/testfloat
1089Notes:
1090
1091Package:	texinfo
1092Version:	4.8
1093Current Vers:	4.13
1094Maintainer:	FSF
1095Archive Site:	ftp://ftp.gnu.org/gnu/texinfo/
1096Home Page:	http://www.gnu.org/software/texinfo/
1097Mailing List:	bug-texinfo@gnu.org
1098Responsible:	
1099License:	GPLv2+ (4.8), GPLv3+ (4.9 and later)
1100Location:	gnu/dist/texinfo
1101Notes:
1102Use src/gnu/dist/texinfo/texinfo2netbsd for preparing the source tree
1103for the import.
1104
1105Package:	tmux
1106Version:	1.5
1107Current Vers:	1.6
1108Maintainer:	Nicholas Marriott <nicm@users.sourceforge.net>
1109Archive site:	http://downloads.sourceforge.net/tmux/
1110Home page:	http://tmux.sourceforge.net/
1111Mailing List:	tmux-users@lists.sourceforge.net
1112Responsible:	jmmv
1113License:	BSD
1114Location:	external/bsd/tmux/dist
1115Notes:
1116See src/external/bsd/tmux/README for instructions on how to import a
1117new tmux release.
1118
1119Package:	top
1120Version:	3.8beta1
1121Current Vers:	3.8beta1
1122Maintainer:	William LeFebvre <wnl@groupsys.com>
1123Archive Site:	http://www.unixtop.org/dist/top-3.8beta1.tar.gz
1124Home Page:	http://www.unixtop.org/
1125Mailing List:	top-spinners@ocee.groupsys.com
1126Responsible:	simonb, christos
1127License:	BSD (2-clause)
1128Location:	external/bsd/top/dist
1129Notes:
1130
1131Package:	traceroute
1132Version:	1.4a12
1133Current Vers:	1.4a12
1134Maintainer:	traceroute@ee.lbl.gov
1135Archive Site:	ftp://ftp.ee.lbl.gov/
1136Home Page:	http://ftp.ee.lbl.gov/
1137Mailing List:
1138Responsible:
1139License:	BSD (4-clause)
1140Location:	usr.sbin/traceroute
1141Notes:
1142Added changes from a5 -> a12 manually.
1143
1144Package:	tz
1145Version:	tzcode2011i / tzdata2011n
1146Current Vers:	tzcode2011i / tzdata2011n
1147Maintainer:	Arthur David Olson <ado@elsie.nci.nih.gov>
1148Maintainer:	Robert Elz <kre@munnari.oz.au>
1149Archive Site:	ftp://elsie.nci.nih.gov/pub/
1150Archive Site:	ftp://munnari.oz.au/pub/oldtz/
1151Home Page:
1152Mailing List:	tz@iana.org
1153Responsible:	kleink, christos
1154License:	Public domain
1155Location:	lib/libc/time,share/zoneinfo
1156Notes:
1157Use src/lib/libc/time/tzcode2netbsd to prepare the source tree for import.
1158The tzcode2009k -> 2011i patch was applied by hand, since we have too
1159many diffs (re-entrant tzcode) to apply. The diffs have been submitted
1160upstream but there is too much inertia to apply them.
1161
1162Package:	wpa_supplicant/hostapd
1163Version:	0.7.3
1164Current Vers:	0.7.3
1165Maintainer:	Jouni Malinen <jkmaline@cc.hut.fi>
1166Archive Site:	http://hostap.epitest.fi/releases/
1167Home Page:	http://hostap.epitest.fi/wpa_supplicant/
1168Mailing List:
1169Responsible:	scw, dyoung, christos
1170License:	BSD or GPLv2
1171Location:	external/bsd/wpa/dist
1172Notes:
1173See /usr/src/external/bsd/wpa/NetBSD-upgrade for update instructions.
1174
1175Package:	XFree86
1176Version:	4.5.0
1177Current Vers:	4.8.0
1178Maintainer:	XFree86 Project, Inc.
1179Archive Site:	ftp://ftp.xfree86.org/pub/XFree86/
1180Home Page:	http://www.xfree86.org/
1181Mailing List:	devel@xfree86.org
1182Responsible:	tron
1183License:	XFree
1184Location:	(xsrc)
1185Notes:
11864.x:
1187 Only X4??src-1 to X4??src-6 were imported. X4??src-7 contains postscript
1188 files which we don't need in our tree.
1189 ALL changes must be sent back to the XFree86 repository. Patches should
1190 be submitted back via http://bugzilla.xfree86.org.
1191
1192Package:	zlib
1193Version:	1.2.3
1194Current Vers:	1.2.6
1195Maintainer:	Jean-loup Gailly and Mark Adler <zlib@gzip.org>
1196Archive Site:	http://www.zlib.net/
1197Home Page:	http://www.zlib.net/
1198Mailing List:
1199Responsible:	gwr, tron, christos
1200License:	BSD (3-clause)
1201Location:	common/dist/zlib
1202Notes:
1203Imported to src/common/dist/zlib and shared by the kernel and userland.
1204
1205Package:	services, protocols
1206Version:	2010-10-04 (services), 2010-05-27 (protocols)
1207Current Vers:	2012-01-04 (services), 2011-11-01 (protocols)
1208Maintainer:	IANA
1209Archive Site:	http://www.iana.org/assignments/port-numbers (services)
1210Archive Site:	http://www.iana.org/assignments/protocol-numbers/protocol-numbers.txt (protocols)
1211Home Page:	http://www.iana.org/
1212Mailing List:
1213Responsible:	christos
1214License:	None
1215Location:	etc
1216Notes:
12171. Download the latest converter from:
1218	http://www.sethwklein.net/iana-etc.html
12192. Unpack it and edit the Makefile to reflect the latest location of the files
12203. Run
1221	gmake get
1222	gmake
12234. Add NetBSD rcsid to the generated protocols and services.
12245. Append the local services from the current services file.
12256. Run:
1226	services_mkdb -u services > /usr/src/etc/services
1227	cp protocols /usr/src/etc/protocols
1228
1229Package:	pigz
1230Version:	2.1.6
1231Current Vers:	2.1.6
1232Maintainer:	Mark Adler <madler@alumni.caltech.edu>
1233Archive Site:	http://zlib.net/pigz/
1234Home Page:	http://zlib.net/pigz/
1235Mailing List:	http://mail.zlib.net/mailman/listinfo/pigz-announce_zlib.net
1236Responsible:	mrg
1237License:	zlib
1238Location:	external/zlib/pigz/dist
1239Notes:
1240
1241Package:	xz
1242Version:	5.0.0
1243Current Vers:	5.0.2
1244Maintainer:	Lasse Collin <lasse.collin@tukanni.org>
1245Archive Site:	http://tukaani.org/xz/
1246Home Page:	http://tukaani.org/xz/
1247Responsible:	joerg
1248License:	public-domain
1249Location:	external/public-domain/xz/dist
1250Notes:
12511. See prepare-import script for stripping down the distribution.
12522. Update configure.ac and use it to generate include/config.h.
12533. Carefully check for GPL components leaked into the dist area.
1254
1255Package:	mpc
1256Version:	0.9
1257Current Vers:	0.9
1258Maintainer:	
1259Archive Site:	http://www.multiprecision.org/mpc/download/
1260Home Page:	http://www.multiprecision.org/mpc/
1261Mailing List:	http://www.multiprecision.org/index.php?prog=mpc&page=development
1262Responsible:	mrg
1263License:	LGPL2
1264Location:	external/lgpl2/mpc/dist
1265Notes:
1266
1267Package:	mpfr
1268Version:	3.0.1
1269Current Vers:	3.0.1
1270Maintainer:	
1271Archive Site:	http://www.mpfr.org/mpfr-current/
1272Home Page:	http://www.mpfr.org/
1273Mailing List:	http://websympa.loria.fr/wwsympa/arc/mpfr-announce
1274Responsible:	mrg
1275License:	LGPL3
1276Location:	external/lgpl3/mpfr/dist
1277Notes:
1278
1279Package:	GNU MP
1280Version:	5.0.2
1281Current Vers:	5.0.2
1282Maintainer:	http://gmplib.org/mailman/listinfo/gmp-devel
1283Archive Site:	http://gmplib.org/
1284Home Page:	http://gmplib.org/
1285Mailing List:	http://gmplib.org/mailman/listinfo/gmp-announce
1286Responsible:	mrg
1287License:	LGPL3
1288Location:	external/lgpl3/gmp/dist
1289Notes:
1290
1291Package:	tre
1292Version:	0.8.0
1293Current Vers:	0.8.0
1294Maintainer:	http://laurikari.net/tre
1295Archive Site:	http://laurikari.net/tre
1296Home Page:	http://laurikari.net/tre
1297Mailing List:	http://laurikari.net/mailman/listinfo/tre-general
1298Responsible:	agc, christos
1299License:	BSD
1300Location:	external/bsd/tre/dist
1301Notes:
1302		Need to feed back local changes
1303
1304Package:	TrouSerS
1305Version:	0.3.8
1306Current Vers:	0.3.8
1307Maintainer:	http://trousers.sourceforge.net
1308Archive Site:	http://trousers.sourceforge.net
1309Home Page:	http://trousers.sourceforge.net
1310Mailing List:	http://trousers.sourceforge.net
1311Responsible:	christos
1312License:	CPL
1313Location:	crypto/external/cpl/trousers/dist
1314Notes:
1315		Need to feed back local changes
1316
1317Package:	tpm-tools
1318Version:	1.3.7.1
1319Current Vers:	1.3.7.1
1320Maintainer:	http://trousers.sourceforge.net
1321Archive Site:	http://trousers.sourceforge.net
1322Home Page:	http://trousers.sourceforge.net
1323Mailing List:	http://trousers.sourceforge.net
1324Responsible:	christos
1325License:	CPL
1326Location:	crypto/external/cpl/tpm-tools/dist
1327Notes:
1328		Need to feed back local changes
1329