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