3RDPARTY revision 1.1164
1#	$NetBSD: 3RDPARTY,v 1.1164 2014/10/24 18:29:20 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:	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.5.1
309Current Vers:	6.5.1
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.20
373Current Vers:	5.20
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:	20140912 (Ourouparia)
937Current Vers:	20140912 (Ourouparia)
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:
946
947Package:	openresolv
948Version:	3.6.0
949Current Vers:	3.6.0
950Maintainer:	roy
951Archive Site:	ftp://roy.marples.name/pub/openresolv/
952Home Page:	http://roy.marples.name/projects/openresolv/
953Mailing List: 	openresolv-discuss@marples.name
954License:	BSD (2-clause)
955Location:	external/bsd/openresolv/dist
956Notes:
957Please submit all changes to the author.
958
959Package:	HPN-SSH
960Version:	6.1p1 13 v14
961Current Vers:	6.3p1 v14
962Maintainer:	www.psc.edu
963Archive Site:	No direct link anymore, @#$#$ psc.
964Home Page:	http://www.psc.edu/index.php/hpn-ssh
965Mailing List:
966Responsible:	christos
967License:	
968Location:	crypto/external/bsd/openssh/dist
969Notes:
970Patch applied after OpenSSH import.
971
972Package:	OpenSSH
973Version:	6.7
974Current Vers:	6.7 / portable 6.7p1
975Maintainer:	OpenSSH
976Archive Site:	http://www.openssh.com/ftp.html
977Home Page:	http://www.openssh.com/portable.html
978Mailing List:	openssh-unix-announce@mindrot.org
979Responsible:	thorpej, christos, elric
980License:	BSD. See src/crypto/external/bsd/openssh/dist/LICENSE
981Location:	crypto/external/bsd/openssh/dist
982Notes:
983imported from OpenBSD ssh -- is not from the portable OpenSSH
984use openssh2netbsd before import.
985local changes (should always try to bring them back to master openssh tree,
986markus is very cooperative about it):
987- default for PermitRootLogin is set to "no"
988- IgnoreRootRhosts added
989- look at login.conf to check valid user/access list
990- krb5 support re-added
991- hack in cipher.c #ifdef ACCS because we are missing EVP_acss
992  when someone imports openssl, we can remove this.
993- added moduli from portable openssh
994- added USE_PAM patches and auth_pam.[ch] from portable openssh
995  (see if there is any difference between the current version of opensshX.Yp1
996   and the new opensshZ.Wp1) and apply them.
997- conditionalize login_cap
998- conditionalize bsd_auth
999- restore krb5, krb4, afs, skey
1000- bring in hpn patches, disable mt aes cipher, keep speedups and cipher none
1001- fix ctype macro arguments
1002- umac is broken, disable it
1003- better ~homedir handling
1004- netbsd style tunnels
1005- urandom, xhome, chrootdir, rescuedir NetBSD handling
1006- utmp/utmpx handling
1007- handle tty posix_vdisable properly
1008- handle setuid and unsetuid the posix way instead of setresuid()
1009- add all missing functions
1010- always bump major when importing to avoid api problems.
1011- make compile with gcc-4.5; const fixes, fileno() checks, shadow fixes.
1012
1013Package:	OpenSSL
1014Version:	1.0.1i
1015Current Vers:	1.0.1i
1016Maintainer:	The OpenSSL Project
1017Archive Site:	ftp://ftp.openssl.org/source/
1018Home Page:	http://www.openssl.org/
1019Mailing List:	openssl-announce@openssl.org
1020Responsible:	christos, mjf, tls, riastradh, spz
1021License:	OpenSSL and SSLeay license (both BSD-like)
1022Location:	crypto/external/bsd/openssl/dist
1023Notes:
1024- Run openssl2netbsd to get rid of the RCSID identifiers
1025- run make in /usr/src/crypto/external/bsd/openssl/lib/libcrypto/man
1026  to regen man pages.
1027- run make in  /usr/src/crypto/external/bsd/openssl/lib/libcrypto/arch/*
1028  to regen assembly files
1029
1030Package:	pcc
1031Version:	1.1.0.DEVEL 20120325
1032Current Vers:	1.1.0.DEVEL 20120325
1033Maintainer:	Anders Magnusson <ragge@NetBSD.org>
1034Archive Site:	ftp://pcc.ludd.ltu.se/pub/pcc/
1035Home Page:	http://pcc.ludd.ltu.se/
1036Mailing List:	pcc-list@ludd.ltu.se
1037Responsible:	plunky
1038License:	BSD
1039Location:	external/bsd/pcc/dist
1040Notes:
1041This is a development snapshot. See the src/external/bsd/pcc/prepare-import.sh
1042file for details about how to get the latest version from the upstream server
1043and import it.
1044
1045Package:	pdisk
1046Version:	0.8a2
1047Current Vers:	0.8a2
1048Maintainer:	Eryk Vershen <eryk@cfcl.com>
1049Archive Site:	http://cantaforda.com/cfcl/eryk/linux/pdisk/index.html
1050Home Page:	http://cantaforda.com/cfcl/eryk/linux/pdisk/index.html
1051Mailing List:
1052Responsible:	dbj
1053License:	BSD-like
1054Location:	external/bsd/pdisk
1055Notes:
1056This is the disk partition utility used by Apple's mkLinux and OS X
1057It is imported into external/bsd/pdisk.
1058
1059Package:	pdksh
1060Version:	5.2.14p2
1061Current Vers:	5.2.14p2
1062Maintainer:	Michael Rendell <michael@cs.mun.ca>
1063Archive Site:	ftp://ftp.cs.mun.ca/pub/pdksh/
1064Home Page:	http://www.cs.mun.ca/~michael/pdksh/
1065Mailing List:
1066Responsible:	jdolecek
1067License:	Public domain
1068Location:	bin/ksh
1069Notes:
1070pdksh-5.2.14-patches.1 and pdksh-5.2.14-patches.2 have been applied.
1071
1072Package:	PF (openbsd packet filter)
1073Version:	OpenBSD 4.2
1074Current Vers:	OpenBSD 4.3-current
1075Maintainer:	The OpenBSD Project
1076Archive Site:	ftp://ftp.openbsd.org/
1077Home Page:	http://www.openbsd.org/faq/pf/
1078Mailing List:	pf@benzedrine.cx or appropriate OpenBSD mailing list
1079Responsible:	peter, yamt
1080License:	BSD (2-clause)
1081Location:	dist/pf,sys/dist/pf
1082Notes:
1083kernel code is imported into src/sys/dist/pf and src/sys/net has reachover
1084definition (files.pf).  userland code is imported into src/dist/pf, and
1085reachover Makefiles are in src/usr.sbin/pf.
1086
1087Package:	pkg_install
1088Version:	20120221
1089Current Vers:	20120221
1090Maintainer:	The pkgsrc developers
1091Home Page:	http://www.pkgsrc.org/
1092Mailing List:	tech-pkg@NetBSD.org
1093Responsible:	joerg
1094License:	BSD
1095Location:	external/bsd/pkg_install/dist
1096Notes:
1097The authoritative version is in pkgsrc/pkgtools/pkg_install.
1098
1099Package:	ping
1100Version:	980911
1101Current Vers:	980911
1102Maintainer:	Mike Muuss
1103Archive Site:	
1104Home Page:	http://ftp.arl.mil/mike/ping.html
1105Mailing List:
1106Responsible:	christos
1107License:	BSD (3-clause)
1108Location:	sbin/ping
1109Notes:
1110We use err() and friends. We have changes for snprintf, extra
1111formatting in man pages, disallowing flood pinging, alignment fixes,
1112and more. Vern's ping is gone. We are too different from everyone else
1113now to do a new import.
1114
1115Package:	Postfix
1116Version:	2.11.1
1117Current Vers:	2.11.1
1118Maintainer:	Wietse Venema <wietse@porcupine.org>
1119Archive Site:	ftp://postfix.cloud9.net/official/
1120Home Page:	http://www.postfix.org/
1121Mailing List:	postfix-users@postfix.org
1122Responsible:	christos, tron
1123License:	IBM Public License. See also src/external/ibm-public/postfix/dist.
1124Location:	external/ibm-public/postfix/dist
1125Notes:
1126HTML documentation should be kept in sync with the README_FILES.
1127src/gnu/dist/postfix/conf/postfix-files must be kept in sync with our
1128directory layout (the easiest way to check is by running ``postfix
1129set-permissions'').
1130
1131Package:	ppp
1132Version:	2.4.5
1133Current Vers:	2.4.6
1134Maintainer:	Paul Mackerras <paulus@samba.org>
1135Archive Site:	ftp://ftp.samba.org/pub/ppp/
1136Home Page:
1137GIT root:	git://ozlabs.org/~paulus/ppp.git
1138Mailing List:
1139Responsible:	christos, cube
1140License:	BSD (3-clause)
1141Location:	external/bsd/ppp/dist
1142Notes:
1143BSD support was removed from 2.4.0; I added it back and removed
1144some GPL pieces. Multilink support is missing. Repeated pings to
1145Paulus have not yielded results. I've retrofitted pppdump to use
1146net/zlib, and <net/ppp-comp.h> and I now maintain sys-bsd.c. This
1147is clearly a pain. I have not tested the modules code, neither our
1148makefiles make it easy to construct a module, but I left one there
1149as an example.
1150TDB code as found in 2.4.x, x>1 is under the GPL.  Therefore, we're
1151using the version found in 2.4.1.
1152
1153Package:	rcs
1154Version:	5.7
1155Current Vers:	5.9.2
1156Maintainer:	FSF
1157Archive Site:	ftp://ftp.gnu.org/gnu/rcs/
1158Mailing List:	bug-gnu-utils@gnu.org
1159Home Page:	http://www.gnu.org/software/rcs/
1160Responsible:	agc
1161License:	GPLv2+ (5.7), GPLv3+ (5.8 and later)
1162Location:	gnu/usr.bin/rcs
1163Notes:
1164Old versions are available from Purdue (ftp.cs.purdue.edu:/pub/RCS).
1165
1166Package:	root.cache
1167Version:	2014060201 (June 2, 2014)
1168Current Vers:	2014060201 (June 2, 2014)
1169Maintainer:	InterNIC
1170Archive Site:	ftp://ftp.internic.net/domain/named.root
1171Home Page:	ftp://ftp.internic.net/domain/named.root
1172Mailing List:
1173Responsible:	thorpej
1174License:	Public domain
1175Location:	etc/namedb
1176Notes:
1177The root server cache is also included with BIND.  However, the
1178InterNIC version is usually more up to date.
1179
1180Package:	routed
1181Version:	2.32
1182Current Vers:	2.32
1183Maintainer:	Vernon Schryver <vjs@rhyolite.com>
1184Archive Site:	ftp://ftp.rhyolite.com/src/
1185Home Page:	http://www.rhyolite.com/src/
1186Mailing List:
1187Responsible:	christos
1188License:	BSD (4-clause)
1189Location:	sbin/routed
1190Notes:
1191We use the md5 code from libc
1192We don't allow RIP_TRACEON and RIP_TRACEOFF
1193We use arc4random
1194We use strlcpy/snprintf
1195
1196Package:	send-pr (part of GNATS)
1197Version:	3.95
1198Current Vers:	4.1
1199Maintainer:	FSF
1200Archive Site:	ftp://ftp.gnu.org/gnu/gnats/
1201Home Page:	http://www.gnu.org/software/gnats/
1202Mailing List:	bug-gnats@gnu.org
1203License:	GPLv2
1204Responsible:
1205Location:	gnu/usr.bin/send-pr
1206Notes:
1207
1208Package:	SoftFloat
1209Version:	2a
1210Current Vers:	2b
1211Maintainer:	John Hauser <jhauser@jhauser.us>
1212Archive Site:	http://www.jhauser.us/arithmetic/SoftFloat.html
1213Home Page:	http://www.jhauser.us/arithmetic/SoftFloat.html
1214Mailing List:
1215Responsible:	bjh21
1216License:	Public domain
1217Location:	lib/libc/softfloat
1218Notes:
1219Heavily modified for use as a soft float library for GCC.  The actual
1220arithmetic code is unchanged, though, and should behave exactly like the
1221original.
1222
1223Package:	sqlite
1224Version:	3.8.3.1
1225Current Vers:	3.8.3.1
1226Maintainer:	Richard Hipp <drh@sqlite.org>
1227Home Page:	http://www.sqlite.org
1228Responsible:	joerg
1229License:	Public domain
1230Location:	external/public-domain/sqlite/dist
1231Notes:
1232Run cleantags before inporting because sqlite3.c has an RCSID
1233
1234Package:	tcpdump
1235Version:	4.5.1
1236Current Vers:	4.5.1
1237Maintainer:	tcpdump-workers@lists.tcpdump.org
1238Archive Site:	http://www.tcpdump.org/release/
1239Home Page:	http://www.tcpdump.org/
1240Mailing List:	tcpdump-workers@lists.tcpdump.org
1241Responsible:
1242License:	BSD (3-clause)
1243Location:	external/bsd/tcpdump/dist
1244Notes:
1245Use the src/external/bsd/tcpdump/tcpdump2netbsd script to prepare source
1246tree.
1247
1248Package:	TestFloat
1249Version:	2a
1250Current Vers:	2a
1251Maintainer:	John Hauser <jhauser@jhauser.us>
1252Archive Site:	http://www.jhauser.us/arithmetic/TestFloat.html
1253Home Page:	http://www.jhauser.us/arithmetic/TestFloat.html
1254Mailing List:
1255Responsible:	ross
1256License:	BSD (4-clause)
1257Location:	regress/lib/libc/ieeefp/testfloat
1258Notes:
1259
1260Package:	texinfo
1261Version:	4.8
1262Current Vers:	5.2
1263Maintainer:	FSF
1264Archive Site:	ftp://ftp.gnu.org/gnu/texinfo/
1265Home Page:	http://www.gnu.org/software/texinfo/
1266Mailing List:	bug-texinfo@gnu.org
1267Responsible:	
1268License:	GPLv2+ (4.8), GPLv3+ (4.9 and later)
1269Location:	gnu/dist/texinfo
1270Notes:
1271Use src/gnu/dist/texinfo/texinfo2netbsd for preparing the source tree
1272for the import.
1273
1274Package:	tmux
1275Version:	1.9a
1276Current Vers:	1.9a
1277Maintainer:	Nicholas Marriott <nicm@users.sourceforge.net>
1278Archive site:	http://downloads.sourceforge.net/tmux/
1279Home page:	http://tmux.sourceforge.net/
1280Mailing List:	tmux-users@lists.sourceforge.net
1281Responsible:	jmmv
1282License:	BSD
1283Location:	external/bsd/tmux/dist
1284Notes:
1285See src/external/bsd/tmux/README for instructions on how to import a
1286new tmux release.
1287
1288Package:	top
1289Version:	3.8beta1
1290Current Vers:	3.8beta1
1291Maintainer:	William LeFebvre <wnl@groupsys.com>
1292Archive Site:	http://www.unixtop.org/dist/top-3.8beta1.tar.gz
1293Home Page:	http://www.unixtop.org/
1294Mailing List:	top-spinners@ocee.groupsys.com
1295Responsible:	simonb, christos
1296License:	BSD (2-clause)
1297Location:	external/bsd/top/dist
1298Notes:
1299
1300Package:	traceroute
1301Version:	1.4a12
1302Current Vers:	1.4a12
1303Maintainer:	traceroute@ee.lbl.gov
1304Archive Site:	ftp://ftp.ee.lbl.gov/
1305Home Page:	http://ftp.ee.lbl.gov/
1306Mailing List:
1307Responsible:
1308License:	BSD (4-clause)
1309Location:	usr.sbin/traceroute
1310Notes:
1311Added changes from a5 -> a12 manually.
1312
1313Package:	tz
1314Version:	tzcode2014i / tzdata2014i
1315Current Vers:	tzcode2014i / tzdata2014i
1316Maintainer:	Paul Eggert <eggert@cs.ucla.edu>
1317Archive Site:	ftp://ftp.iana.org/tz/releases/
1318Archive Site:	ftp://munnari.oz.au/pub/oldtz/
1319Old Archive Site:	ftp://elsie.nci.nih.gov/pub/
1320Home Page:	http://www.iana.org/time-zones
1321Mailing List:	tz@iana.org
1322Responsible:	kleink, christos, apb
1323License:	Public domain
1324Location:	lib/libc/time/zoneinfo, external/public-domain/tz/share
1325Notes:
1326Don't use src/lib/libc/time/tzcode2netbsd to prepare the source tree for import.
1327Diffs are now applied by hand, since we have too many diffs (re-entrant tzcode,
1328register removal) to apply. The diffs have been submitted upstream but there
1329is too much inertia to apply them. Check for .gitignore files.
1330For the data files, do use external/public-domain/tz/tzdata2netbsd.
1331
1332Package:	wpa_supplicant/hostapd
1333Version:	2.3
1334Current Vers:	2.3
1335Maintainer:	Jouni Malinen <jkmaline@cc.hut.fi>
1336Archive Site:	http://hostap.epitest.fi/releases/
1337Home Page:	http://hostap.epitest.fi/wpa_supplicant/
1338Mailing List:
1339Responsible:	scw, dyoung, christos
1340License:	BSD or GPLv2
1341Location:	external/bsd/wpa/dist
1342Notes:
1343See /usr/src/external/bsd/wpa/NetBSD-upgrade for update instructions.
1344
1345Package:	XFree86
1346Version:	4.5.0
1347Current Vers:	4.8.0
1348Maintainer:	XFree86 Project, Inc.
1349Archive Site:	ftp://ftp.xfree86.org/pub/XFree86/
1350Home Page:	http://www.xfree86.org/
1351Mailing List:	devel@xfree86.org
1352Responsible:	tron
1353License:	XFree
1354Location:	(xsrc)
1355Notes:
13564.x:
1357 Only X4??src-1 to X4??src-6 were imported. X4??src-7 contains postscript
1358 files which we don't need in our tree.
1359 ALL changes must be sent back to the XFree86 repository. Patches should
1360 be submitted back via http://bugzilla.xfree86.org.
1361
1362Package:	zlib
1363Version:	1.2.3
1364Current Vers:	1.2.8
1365Maintainer:	Jean-loup Gailly and Mark Adler <zlib@gzip.org>
1366Archive Site:	http://www.zlib.net/
1367Home Page:	http://www.zlib.net/
1368Mailing List:
1369Responsible:	gwr, tron, christos
1370License:	BSD (3-clause)
1371Location:	common/dist/zlib
1372Notes:
1373Imported to src/common/dist/zlib and shared by the kernel and userland.
1374
1375Package:	services, protocols
1376Version:	2013-02-21 (services), 2013-02-17 (protocols)
1377Current Vers:	2013-11-27 (services), 2013-11-12 (protocols)
1378Maintainer:	IANA
1379Archive Site:	http://www.iana.org/assignments/service-names-port-numbers/service-names-port-numbers.txt (services)
1380Archive Site:	http://www.iana.org/assignments/protocol-numbers/protocol-numbers.txt (protocols)
1381Home Page:	http://www.iana.org/
1382Mailing List:
1383Responsible:	christos
1384License:	None
1385Location:	etc
1386Notes:
13871. Build package net/iana-etc
13882. Add NetBSD rcsid to the generated protocols and services in the package
1389   work area.
13903. Append the local services from the current services file.
13914. Run:
1392	services_mkdb -u services > /usr/src/etc/services
1393	cp protocols /usr/src/etc/protocols
13945. Fix protocols
1395   - fix manet alias to MANET; giving an alias with the same name is a no/op
1396   - protocol 84 is defined for as ttp and iptm, merge the two entries since
1397     libc getprotoent() does not read the whole file and merge in the "files"
1398     implementation.
1399
1400Package:	pigz
1401Version:	2.3.1
1402Current Vers:	2.3.1
1403Maintainer:	Mark Adler <madler@alumni.caltech.edu>
1404Archive Site:	http://zlib.net/pigz/
1405Home Page:	http://zlib.net/pigz/
1406Mailing List:	http://mail.zlib.net/mailman/listinfo/pigz-announce_zlib.net
1407Responsible:	mrg, tls
1408License:	zlib
1409Location:	external/zlib/pigz/dist
1410Notes:
1411
1412Package:	xz
1413Version:	5.0.0
1414Current Vers:	5.0.5 (stable) / 5.1.3alpha (devel)
1415Maintainer:	Lasse Collin <lasse.collin@tukanni.org>
1416Archive Site:	http://tukaani.org/xz/
1417Home Page:	http://tukaani.org/xz/
1418Responsible:	joerg
1419License:	public-domain
1420Location:	external/public-domain/xz/dist
1421Notes:
14221. See prepare-import script for stripping down the distribution.
14232. Update configure.ac and use it to generate include/config.h.
14243. Carefully check for GPL components leaked into the dist area.
1425
1426Package:	mpc
1427Version:	1.0.1
1428Current Vers:	1.0.1
1429Maintainer:	
1430Archive Site:	http://www.multiprecision.org/mpc/download/
1431Home Page:	http://www.multiprecision.org/mpc/
1432Mailing List:	http://www.multiprecision.org/index.php?prog=mpc&page=development
1433Responsible:	mrg
1434License:	LGPL3
1435Location:	external/lgpl3/mpc/dist
1436Notes:
1437
1438Package:	mpfr
1439Version:	3.1.2
1440Current Vers:	3.1.2
1441Maintainer:	
1442Archive Site:	http://www.mpfr.org/mpfr-current/
1443Home Page:	http://www.mpfr.org/
1444Mailing List:	http://websympa.loria.fr/wwsympa/arc/mpfr-announce
1445Responsible:	mrg
1446License:	LGPL3
1447Location:	external/lgpl3/mpfr/dist
1448Notes:
1449
1450Package:	GNU MP
1451Version:	5.1.3
1452Current Vers:	5.1.3
1453Maintainer:	http://gmplib.org/mailman/listinfo/gmp-devel
1454Archive Site:	http://gmplib.org/
1455Home Page:	http://gmplib.org/
1456Mailing List:	http://gmplib.org/mailman/listinfo/gmp-announce
1457Responsible:	mrg
1458License:	LGPL3
1459Location:	external/lgpl3/gmp/dist
1460Notes:
1461
1462Package:	osnet
1463Version:	osnet-20100224
1464Current Vers:	?
1465Maintainer:	?
1466Archive Site:	?
1467Home Page:	?
1468Mailing List:	?
1469Responsible:	?
1470License:	CDDL
1471Location:	external/cddl/osnet
1472Notes:
1473
1474Package:	sljit
1475Version:	0.91 (svn revision 257)
1476Current Vers:	svn revision 268
1477Maintainer:	Zoltán Herczeg <hzmester@freemail.hu
1478Archive Site:	http://sourceforge.net/projects/sljit/
1479Home Page:	http://sljit.sourceforge.net/
1480Mailing List:	none
1481Responsible:	alnsn
1482License:	BSD (2-clause)
1483Location:	sys/external/bsd/sljit/dist
1484Notes:
1485		Need to feed back local changes
1486
1487Package:	tre
1488Version:	0.8.0
1489Current Vers:	0.8.0
1490Maintainer:	http://laurikari.net/tre
1491Archive Site:	http://laurikari.net/tre
1492Home Page:	http://laurikari.net/tre
1493Mailing List:
1494Responsible:	agc, christos
1495License:	BSD (2-clause)
1496Location:	external/bsd/tre/dist
1497Notes:
1498		Need to feed back local changes
1499
1500Package:	TrouSerS
1501Version:	0.3.8
1502Current Vers:	0.3.8
1503Maintainer:	http://trousers.sourceforge.net
1504Archive Site:	http://trousers.sourceforge.net
1505Home Page:	http://trousers.sourceforge.net
1506Mailing List:	http://trousers.sourceforge.net
1507Responsible:	christos
1508License:	CPL
1509Location:	crypto/external/cpl/trousers/dist
1510Notes:
1511		Need to feed back local changes
1512
1513Package:	tpm-tools
1514Version:	1.3.7.1
1515Current Vers:	1.3.7.1
1516Maintainer:	http://trousers.sourceforge.net
1517Archive Site:	http://trousers.sourceforge.net
1518Home Page:	http://trousers.sourceforge.net
1519Mailing List:	http://trousers.sourceforge.net
1520Responsible:	christos
1521License:	CPL
1522Location:	crypto/external/cpl/tpm-tools/dist
1523Notes:
1524		Need to feed back local changes
1525
1526Package:	elftoolchain (libelf/libdwarf)
1527Version:	FreeBSD-2014-03-08
1528Current Vers:	FreeBSD-XXXX-YY-ZZ
1529Maintainer:	Joseph Koshi <jkoshi@freebsd.org>
1530Archive Site:	none
1531Home Page:	none
1532Mailing List:	none
1533Responsible:	christos
1534License:	BSD-like (2-clause)
1535Location:	sys/external/bsd/elftoolchain/dist
1536Notes:
1537		Run prepare-import.sh; next time use svn id.
1538
1539Package:	smbfs
1540Version:	smbfs-1.4.1.tar.gz + FreeBSD-2003-02-16
1541Current Vers:	FreeBSD-XXXX-YY-ZZ
1542Maintainer:	Boris Popov <bp@FreeBSD.org>
1543Archive Site:	none
1544Home Page:	http://people.freebsd.org/~bp/pub/smbfs/smbfs-1.4.1.tar.gz
1545Mailing List:	?
1546Responsible:	christos
1547License:	BSD-like (4-clause)
1548Location:	external/bsd/smbfs
1549Notes:
1550		The kernel portion has been removed from the tar file.
1551		Our kernel smbfs and netsmb directories could move to
1552		external, but this is just make-work.
1553
1554Package:	timeout
1555Version:	FreeBSD-2014-08-01
1556Current Vers:	FreeBSD-XXXX-YY-ZZ
1557Maintainer:	Baptiste Daroussin <bapt@FreeBSD.org>
1558Archive Site:	none
1559Home Page:	none
1560Mailing List:	none
1561Responsible:	christos
1562License:	BSD-like (2-clause)
1563Location:	usr.bin/timeout
1564