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