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