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