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