3RDPARTY revision 1.1146
1#	$NetBSD: 3RDPARTY,v 1.1146 2014/08/15 11:05:07 christos Exp $
2#
3# This file contains a list of the software that has been integrated into
4# NetBSD where we are not the primary maintainer.
5#
6# When you make changes to this software, be sure to discuss it with the
7# maintainer and contribute your patches.  Divergence from the official
8# sources is not desirable, and should be avoided as much as possible.
9#
10# When importing, please deal with the RCS IDs in this way:
11#   1. Preserve the RCS IDs in the files by removing the $ signs from
12#      the IDs before you do the import.
13#   2. After the import, add NetBSD RCS IDs to all of the files.
14#
15# A few notes on the format of this file (for the benefit of
16# 3rdparty2html):
17#
18# 1.) Any line whose first non-whitespace character is # is a comment;
19# 2.) Entries are separated by blank lines;
20# 3.) Every package needs at least the Package, Version, Current Vers,
21#     and Maintainer fields;
22# 4.) Where a field has multiple lines of information, the field tag
23#     should be repeated on each line, except:
24# 5.) The Notes: field tag should appear on a line by itself; all
25#     remaining lines until the end of the record are notes.
26#
27# Package:	name or brief description (required, must be first)
28# Version:	version that is included with NetBSD (required)
29# Current Vers:	version that is available upstream (required)
30# Maintainer:	name and/or email address of upstream maintainer (required)
31# Archive Site:	URL to archive of upstream releases
32# Home Page:	URL to web page for upstream project
33# Mailing List:	email address or URL related to upstream mailing list
34# License:	description of license
35# Responsible:	comma-separated list of NetBSD developers
36# Location:	comma-separated list of subdirectories in the NetBSD src tree
37# Notes:
38# Multiple lines of free-form text,
39# Must be last.
40#
41
42Package:	acpica
43Version:	20131218
44Current Vers:	20140627
45Maintainer:	Intel
46Archive Site:	http://www.acpica.org/downloads/
47Home Page:	http://www.acpica.org/
48Mailing List:	devel@acpica.org
49License:	BSD-like
50Responsible:	jruoho
51Location:	sys/external/bsd/acpica/dist
52Notes:
53You want the unix2 (dual-licensed) tar file.
54Please read src/sys/dev/acpi/acpica/README before any modification.
55
56Package:	am-utils [amd]
57Version:	6.2
58Current Vers:	6.2rc1
59Maintainer:	Erez Zadok <ezk@cs.columbia.edu>
60Archive Site:	ftp://ftp.am-utils.org/pub/am-utils/
61Home Page:	http://www.am-utils.org/
62Mailing List:	am-utils
63Responsible:	christos
64License:	BSD (4-clause)
65Location:	external/bsd/am-utils/dist
66Notes:
67Amd2netbsd script to convert to BSD make system and remove unneeded files.
68Fix symbolic links before import.
69Check external/bsd/am-utils/include/config.h is correct after import.
70
71Package:	Automated Testing Framework (ATF)
72Version:	0.20
73Current Vers:	0.20
74Maintainer:	Julio Merino <jmmv@NetBSD.org>
75Archive site:	https://github.com/jmmv/atf/releases
76Home page:	https://github.com/jmmv/atf
77Mailing List:	atf-devel@NetBSD.org
78Responsible:	jmmv
79License:	The NetBSD Foundation's license (BSD 2-clause)
80Location:	external/bsd/atf/dist
81Notes:
82The source files are in external/bsd/atf/dist.
83Use external/bsd/atf/prepare-import.sh to regenerate the dist/ directory.
84Please avoid performing local changes to this package without discussing
85them with the responsible person and/or the mailing list shown above.
86Note that the external/bsd/atf/dist/tools is owned by NetBSD and does not
87exist upstream; however, please continue to discuss any desired changes
88upfront.
89
90Package:	ath-hal
91Version:	FreeBSD SVN revision number 185521
92Current Vers:	FreeBSD SVN revision number 185521
93Maintainer:	Sam Leffler <sam@errno.com>
94Archive Site:	none
95Home Page:	none
96Mailing List:	none
97Responsible:	sam, alc
98License:	BSD-like (2-clause), ISC
99Location:	sys/external/isc/atheros_hal/dist
100Notes:
101
102Package:	bc
103Version:	1.06
104Current Vers:	1.06
105Maintainer:	Phil Nelson <phil@cs.wwu.edu>
106Archive Site:	ftp://ftp.gnu.org/gnu/bc/
107Home Page:	http://www.gnu.org/software/bc/
108Mailing List:	bug-bc@gnu.org
109Responsible:	phil, simonb
110License:	GPLv2, LGPGv2.1
111Location:	gnu/dist/bc
112Notes:
113bc includes dc, both of which are in the NetBSD tree.
114
115Package:	bind [named and utils]
116Version:	9.10.0-P2
117Current Vers:	9.10.0-P2
118Maintainer:	Paul Vixie <vixie@vix.com>
119Archive Site:	ftp://ftp.isc.org/isc/bind9/
120Home Page:	http://www.isc.org/software/bind/
121Mailing List:	https://lists.isc.org/mailman/listinfo/bind-announce
122Mailing List:	https://lists.isc.org/mailman/listinfo/bind-users
123Responsible:	vixie, christos
124License:	BSD-like (2-clause)
125Location:	external/bsd/bind/dist
126Notes:
127First bind2netbsd script to import into src/external/bsd/bind/dist.
128The Makefiles in src/external/bsd/bind are not handled by the script.
129Build bind to generate the include files.
130Then binclude4netbsd script to import into src/external/bsd/bind/include.
131The libc and include parts of the resolver are now part of libbind.
132
133Package:	libbind [libc resolver and includes]
134Version:	libbind-6.0-rc1
135Current Vers:	libbind-6.0
136Maintainer:	Paul Vixie <vixie@vix.com>
137Archive Site:	ftp://ftp.isc.org/isc/libbind/
138Home Page:	http://www.isc.org/software/libbind/
139Mailing List:	https://lists.isc.org/mailman/listinfo/bind-workers
140Responsible:	vixie, christos
141License:	BSD-like (2-clause)
142Location:	external/bsd/libbind/dist
143Notes:
144First libbind2netbsd script to import into src/external/bsd/libbind/dist.
145Then include4netbsd script to import into src/include.
146Then libc4netbsd script to update the resolver in libc.
147Todo[1]: Update libresolv if needed.
148Todo[2]: A few files in libc/net were imported in the ISC branch but now
149	 they are too different or do not exist anymore:
150	    gethnamaddr.c getnetent.c getnetnamadr.c sethostent.c
151	 Others like getaddrinfo.c could be merged with isc, but it seems
152	 that ours is from a more recent version of KAME?
153Todo[3]: net/base64.c is imported from bind but should be moved from net
154	 to isc/base64.c.
155Todo[4]: Re-entrant functions of net/*
156Todo[5]: Reconcile the doc directory.
157
158Package:	binutils
159Version:	2.23.2
160Current Vers:	2.24
161Maintainer:	FSF
162Archive Site:	ftp://ftp.gnu.org/gnu/binutils/
163Home Page:	http://www.gnu.org/software/binutils/
164Mailing List:	bug-gnu-utils@gnu.org
165Responsible:	thorpej, mrg
166License:	GPLv3, LGPLv3, GPLv2, LGPLv2, BSD
167Location:	external/gpl3/binutils/dist
168Notes:
169
170Package:	bozohttpd
171Version:	20100617
172Current Vers:	20100617
173Maintainer:	mrg@eterna.com.au
174Archive Site:	ftp://ftp.NetBSD.org/pub/NetBSD/packages/distfiles/LOCAL_PORTS/
175Home Page:	http://eterna.com.au/bozohttpd/
176Mailing List:
177Responsible:	mrg
178License:	BSD
179Location:	libexec/httpd
180Notes:
181Delete "queue.h" from the distribution.
182
183Package:	bsd-family-tree
184Version:	1.151
185Current Vers:	1.156
186Maintainer:	The FreeBSD Project
187Archive Site:	http://www.freebsd.org/cgi/cvsweb.cgi/src/share/misc/bsd-family-tree
188Home Page:	http://www.freebsd.org/cgi/cvsweb.cgi/src/share/misc/bsd-family-tree
189Mailing List:
190Responsible:
191License:	BSD (2-clause) (see http://www.freebsd.org/cgi/cvsweb.cgi/src/COPYRIGHT)
192Location:	share/misc/bsd-family-tree
193Notes:
194Please send all updates upstream.  Eitan Adler <lists@eitanadler.com>
195is a FreeBSD committer who has been helpful with incorporating changes
196in the past.
197
198Package:	byacc
199Version:	20130304
200Current Vers:	20130925
201Maintainer:	Thomas Dickey <dickey@invisible-island.net>
202Archive Site:	http://www.invisible-island.net/byacc/byacc.html
203Home Page:	http://www.invisible-island.net/byacc/byacc.html
204Mailing List:
205Responsible:	christos
206License:	Public Domain
207Location:	external/bsd/byacc/dist
208Notes:
209See /usr/src/external/bsd/byacc/byacc2netbsd for update instructions.
210
211Package:	bzip2
212Version:	1.0.6
213Current Vers:	1.0.6
214Maintainer:	Julian Seward <jseward@acm.org>
215Archive Site:	http://sources.redhat.com/bzip2/
216Home Page:	http://www.bzip.org/
217Mailing List:
218Responsible:
219License:	BSD (4-clause)
220Location:	external/bsd/bzip2
221Notes:
222See /usr/src/external/bsd/bzip2/bzip2netbsd for update instructions.
223
224Package:	Citrus XPG4DL
225Version:	
226Current Vers:	
227Maintainer:	Citrus
228Archive Site:	http://citrus.bsdclub.org/
229Home Page:	http://citrus.bsdclub.org/
230Mailing List:	bsd-locale@hauN.org
231Responsible:	tshiozak
232License:	Ambiguous. Either BSD or Perl Artistic License
233		See http://citrus.bsdclub.org/#pol_license for more info.
234Location:	lib
235Notes:
236language C multilingualization support suite using wchar_t and other standards.
237The main development playground of Citrus is in NetBSD CVS, so you don't
238need to look for other CVS tree (like citrus CVS tree)
239main trunc has Citrus code in the following places:
240- src/lib/libc/locale, LC_CTYPE: single/multibyte support
241- src/lib/libintl: GNU libc compatible gettext(3) implementation.
242- src/lib/libc/citrus: multibyte LC_CTYPE handling and iconv(3) lower layer
243- src/lib/libc/iconv: iconv(3)
244
245Package:	cron
246Version:	4.1
247Current Vers:	4.1
248Maintainer:	Paul Vixie <vixie@vix.com>
249Archive Site:	ftp://ftp.isc.org/isc/cron/
250Home Page:
251Mailing List:
252Responsible:
253License:	BSD-like
254Location:	external/bsd/cron/dist
255Notes:
256
257Package:	cvs
258Version:	1.12.13
259Current Vers:	1.12.13
260Maintainer:	cvshome
261Archive Site:	http://ftp.gnu.org/non-gnu/cvs/
262Home Page:	http://cvs.nongnu.org/
263Mailing List:	bug-cvs@gnu.org
264Responsible:	christos
265License:	GPLv1, LGPLv2
266Location:	external/gpl2/xcvs/dist
267Notes:
268Use external/gpl2/xcvs/dist/cvs2netbsd for preparing the source tree
269for the import.
270Do not forget to update external/gpl2/xcvs/include/config.h to match
271external/gpl2/xcvs/dist/config.h.in.
272
273Package:	db
274Version:	1.85
275Current Vers:	1.86/4.7.25
276Maintainer:	Keith Bostic <bostic@vangogh.cs.berkeley.edu>
277Archive Site:	http://www.oracle.com/technology/software/products/berkeley-db/
278Home Page:	http://www.oracle.com/database/berkeley-db/
279Mailing List:
280Responsible:
281License:	BSD or Oracle Commercial License
282Location:	lib/libc/db
283Notes:
284Note that we cannot use db 2.x for license reasons.
285Three bug fixes against 1.85 sent back to bostic.  Changes to
286man/recno.3, hash/hsearch.c, and hash/ndbm.c (serious).
287Import of DB 1.85 was done via a sh script which converted the
288distribution into the netbsd format.  The script can be found in
289src/lib/libc/db/db2netbsd.
290
291Package:	dhcp
292Version:	4.3.0
293Current Vers:	4.3.0
294Maintainer:	mellon
295Archive Site:	ftp://ftp.isc.org/isc/dhcp/
296Home Page:	http://www.isc.org/software/dhcp/
297Mailing List:	dhcp-server@isc.org
298Mailing List:	dhcp-client@isc.org
299Mailing List:	dhcp-announce@isc.org
300Mailing List:	dhcp-bugs@isc.org
301Responsible:	mellon
302License:	BSD (3-clause)
303Location:	external/bsd/dhcp
304Notes:
305Use the dhcp2netbsd script.
306
307Package:	dhcpcd
308Version:	6.4.3
309Current Vers:	6.4.3
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:	ekermit
335Version:	1.7
336Current Vers:	1.7
337Maintainer:	Kermit Project
338Archive Site:	ftp://ftp.kermitproject.org/kermit/ekermit/
339Home Page:	http://www.kermitproject.org/ek.html
340Mailing List:
341Responsible:	apb
342License:	BSD (3 clause)
343Location:	external/bsd/ekermit
344Notes:
345
346Package:	expat
347Version:	2.1.0
348Current Vers:	2.1.0
349Maintainer:	mrg
350Archive Site:	http://sourceforge.net/projects/expat/files/expat/
351Home Page:	http://www.libexpat.org/
352Mailing List:	expat-discuss@libexpat.org
353Responsible:
354License:	MIT
355Location:	src/external/mit/expat/dist
356Notes:
357Please use "expat" as the vendor tag for CVS imports.
358
359Package:	file
360Version:	5.19
361Current Vers:	5.19
362Maintainer:	Christos Zoulas <christos@zoulas.com>
363Archive Site:	ftp://ftp.astron.com/pub/file/
364Home Page:	http://www.darwinsys.com/file/
365Mailing List:	file@mx.gw.com
366Responsible:	christos, pooka
367License:	BSD (2-clause)
368Location:	external/bsd/file/dist
369Notes:
370use file2netbsd
371
372Package:	flex
373Version:	2.5.37
374Current Vers:	2.5.37
375Maintainer:	Will Estes <wlestes@users.sourceforge.net>
376Archive Site:	http://flex.sourceforge.net/
377Home Page:	http://flex.sourceforge.net/
378Mailing List:	http://lists.sourceforge.net/mailman/listinfo/flex-announce
379Responsible:
380License:	BSD-like
381Location:	external/bsd/flex/dist
382Notes:
383There is a flex2netbsd script to help newer imports.
384
385Package:	gcc
386Version:	4.1.3-20080831/4.5.4/4.8.3
387Current Vers:	4.8.3
388Maintainer:	FSF
389Archive Site:	ftp://ftp.gnu.org/gnu/gcc/
390Home Page:	http://www.gnu.org/software/gcc/
391Mailing List:	gcc-bugs@gnu.org
392Responsible:	thorpej, mrg
393License:	GPLv3, LGPLv3.1
394Location:	gnu/dist/gcc4
395Location:	external/gpl3/gcc.old/dist
396Location:	external/gpl3/gcc/dist
397Notes:
398As of April 2014, there are three versions of gcc in the NetBSD tree.
399In the long term, we expect that there will often be two versions,
400in the "gcc" and "gcc.old" directories.  Having two versions allows
401migration from one version of gcc to another to happen for one port
402at a time, instead of for all ports simultaneously.
403When importing a new version of external/gpl3/gcc.old:
404	- copy the current version of external/gpl3/gcc
405	- import it to a "NETBSD" vendor branch in externalgpl3/gcc.old
406Before importing a new version of external/gpl3/gcc:
407	- delete all .cvsignore and .gitignore files
408	- delete java ada fortran their libraries and testsuites
409	- delete libffi zlib boehm-gc 
410	- update gcc/version.c for the NetBSD GCC date
411	- use core/c++/objc/testsuite tarballs
412	- you can use the gcc2netbsd script for the above (except version)
413
414Package:	gdb
415Version:	7.7.1
416Current Vers:	7.7.1
417Maintainer:	FSF
418Archive Site:	ftp://ftp.gnu.org/gnu/gdb/
419Home Page:	http://www.gnu.org/software/gdb/
420Mailing List:	bug-gdb@gnu.org
421Responsible:	christos
422License:	GPLv3, LGPLv3.1
423Location:	external/gpl3/gdb/dist
424Notes:
425When updating GDB, it is imperative to test that:
426	- Debugging of kernel cores ("target kvm") works correctly
427	- Support for our kernel's remote serial debugging protocol
428	  ("options KGDB") works correctly.
429
430Package:	gdtoa
431Version:	2011-03-19
432Current Vers:	$(date)
433Maintainer:	David M. Gay <dmg@acm.org>
434Archive Site:	http://www.netlib.org/fp/
435Home Page:	http://www.netlib.org/fp/
436Mailing List:	none
437Responsible:	kleink
438License:	BSD-like
439Location:	lib/libc/gdtoa
440Notes:
441Test suite integrated at this time, but not built (and fails to run).
442No hexadecimal floating-point string conversion for VAX FP yet.
443Only double-precision addressed at this time.
444
445Package:	gettext
446Version:	0.14.4
447Current Vers:	0.18
448Maintainer:	FSF
449Archive Site:	ftp://ftp.gnu.org/gnu/gettext/
450Home Page:	http://www.gnu.org/software/gettext/
451Mailing List:	bug-gnu-utils@gnu.org
452Responsible:
453License:	GPLv2
454Location:	gnu/dist/gettext
455Notes:
456GNU gettext is used for userland tools like msgfmt(1) only.  For libintl,
457we use BSD-licensed implementation from Citrus project (see entry for
458"Citrus XPG4DL").  We hope to replace userland tools with BSD-licensed one.
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.13.1
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-demos
803Version:	8.1.0
804Current Vers:	8.2.0
805Maintainer:	mesa-git@?
806Archive Site:	ftp://ftp.freedesktop.org/pub/mesa/demos/
807Home Page:	http://www.mesa3d.org/
808Mailing List:
809Responsible:	riastradh, mrg
810License:	ISC
811Location:	xsrc/external/mit/MesaDemos/dist
812Notes:
813We use only glxinfo and glxgears.  Delete all else on import.
814Vendor tag:	xorg
815Release tag:	mesa-demos-X-Y-Z
816
817Package:	mesa-drm
818Version:	git 85b9f737db0d2a845e4d7e2bbf9ad12ff9e2227c
819Current Vers:
820Maintainer:	mesa-git@?
821Archive Site:	git://anongit.freedesktop.org/git/mesa/drm
822Home Page:	http://cgit.freedesktop.org/mesa/drm/
823Mailing List:
824Responsible:	mrg, bjs
825License:	BSD
826Location:	sys/external/bsd/drm/dist
827Notes:
828
829Package:	MesaLib
830Version:	7.11.2
831Current Vers:	10.2.3
832Maintainer:	mesa-git@?
833Archive Site:	ftp://ftp.freedesktop.org/pub/mesa/
834Home Page:	http://www.mesa3d.org/
835Mailing List:
836Responsible:	riastradh, mrg
837License:	ISC
838Location:	xsrc/external/mit/MesaLib/dist
839Notes:
840Vendor tag:	xorg
841Release tag:	MesaLib-X-Y-Z
842
843Package:	mopd
844Version:	2.5.3
845Current Vers:	2.5.3
846Maintainer:	Mats O Jansson <maja@celsiustech.se>
847Archive Site:	http://www.stacken.kth.se/~moj/mopd.html
848Home Page:	http://www.stacken.kth.se/~moj/mopd.html
849Mailing List:
850Responsible:	cjs
851License:	BSD (4-clause)
852Location:	usr.sbin/mopd
853Notes:
854Delete the otherOS directory before importing.
855
856Package:	nawk
857Version:	2012-12-20
858Current Vers:	2012-12-20
859Maintainer:	Brian Kernighan <bwk@princeton.edu>
860Archive Site:	http://www.cs.princeton.edu/~bwk/btl.mirror/
861Home Page:	http://www.cs.princeton.edu/~bwk/btl.mirror/
862Mailing List:
863Responsible:	jdolecek
864License:	BSD-like
865Location:	external/historical/nawk/dist
866Notes:
867Build maketab from nawk sources and generate proctab.c.
868Remove buildwin.bat, missing95.c, ytab.[ch], ytab?.bak, vcvars.bat makefile.win
869then import to src/external/historical/nawk/dist.
870
871Package:	ndbootd
872Version:	0.5
873Current Vers:	0.5
874Maintainer:	Matt Fredette <fredette@alum.mit.edu>
875Archive Site:
876Home Page:
877Responsible:	fredette
878License:	BSD (4-clause)
879Location:	usr.sbin/ndbootd
880Notes:
881Run ./configure, save config.h, make distclean, rm all autoconf/automake
882and ndbootd-raw.c.  Restore saved config.h, and force it to define
883HAVE_STRICT_ALIGNMENT.  Fix RCS IDs, import.
884
885Package:	ntp
886Version:	4.2.7p404
887Current Vers:	4.2.6p5/4.2.7p404
888Maintainer:	David L. Mills <mills@udel.edu>
889Archive Site:	http://www.ntp.org/
890Home Page:	http://www.ntp.org/, http://support.ntp.org/
891Mailing List:
892Responsible:	simonb, jonathan, kardel
893License:	BSD-like
894Location:	external/bsd/ntp/dist
895Notes:
896See /usr/src/dist/ntp/ntp2netbsd for update instructions.
897
898Package:	nvi
899Version:	1.81.6, HEAD as of 2013-11-20
900Current Vers:	1.81.6
901Maintainer:	Sven Verdoolaege <skimo@kotnet.org>, Keith Bostic
902Archive Site:	git://repo.or.cz/nvi.git, ftp://ftp.bostic.com/pub/
903Home Page:	https://repo.or.cz/w/nvi.git http://www.bostic.com/vi/
904Mailing List:
905Responsible:	christos
906License:	BSD (3/4-clause)
907Location:	external/bsd/nvi/dist
908Notes:
909We have lots of local fixes.
910
911Package:	OpenLDAP
912Version:	2.4.39
913Current Vers:	2.4.39
914Maintainer:	OpenLDAP Foundation
915Archive Site:	http://www.openldap.org/
916Home Page:	http://www.openldap.org/
917Mailing List:
918Responsible:	
919License:	BSD (3-clause)
920Location:	external/bsd/openldap/dist
921Notes:
922
923Package:	OpenPAM
924Version:	20130907 (Nummularia)
925Current Vers:	20130907 (Nummularia)
926Maintainer:	Dag-Erling Smørgrav <des@FreeBSD.org>
927Archive Site:	http://www.openpam.org/
928Home Page:	http://www.openpam.org/
929Mailing List:
930Responsible:	christos
931License:	BSD (3-clause)
932Location:	external/bsd/openpam/dist
933Notes:
934Next import will need moving lib sources to lib/libpam
935
936Package:	openresolv
937Version:	3.5.6
938Current Vers:	3.5.6
939Maintainer:	roy
940Archive Site:	ftp://roy.marples.name/pub/openresolv/
941Home Page:	http://roy.marples.name/projects/openresolv/
942Mailing List: 	openresolv-discuss@marples.name
943License:	BSD (2-clause)
944Location:	external/bsd/openresolv/dist
945Notes:
946Please submit all changes to the author.
947
948Package:	HPN-SSH
949Version:	6.1p1 13 v14
950Current Vers:	6.3p1 v14
951Maintainer:	www.psc.edu
952Archive Site:	No direct link anymore, @#$#$ psc.
953Home Page:	http://www.psc.edu/index.php/hpn-ssh
954Mailing List:
955Responsible:	christos
956License:	
957Location:	crypto/external/bsd/openssh/dist
958Notes:
959Patch applied after OpenSSH import.
960
961Package:	OpenSSH
962Version:	6.4
963Current Vers:	6.4 / portable 6.4p1
964Maintainer:	OpenSSH
965Archive Site:	http://www.openssh.com/ftp.html
966Home Page:	http://www.openssh.com/portable.html
967Mailing List:	openssh-unix-announce@mindrot.org
968Responsible:	thorpej, christos, elric
969License:	BSD. See src/crypto/external/bsd/openssh/dist/LICENSE
970Location:	crypto/external/bsd/openssh/dist
971Notes:
972imported from OpenBSD ssh -- is not from the portable OpenSSH
973use openssh2netbsd before import.
974local changes (should always try to bring them back to master openssh tree,
975markus is very cooperative about it):
976- default for PermitRootLogin is set to "no"
977- IgnoreRootRhosts added
978- look at login.conf to check valid user/access list
979- krb5 support re-added
980- hack in cipher.c #ifdef ACCS because we are missing EVP_acss
981  when someone imports openssl, we can remove this.
982- added moduli from portable openssh
983- added USE_PAM patches and auth_pam.[ch] from portable openssh
984  (see if there is any difference between the current version of opensshX.Yp1
985   and the new opensshZ.Wp1) and apply them.
986- conditionalize login_cap
987- conditionalize bsd_auth
988- restore krb5, krb4, afs, skey
989- bring in hpn patches, disable mt aes cipher, keep speedups and cipher none
990- fix ctype macro arguments
991- umac is broken, disable it
992- better ~homedir handling
993- netbsd style tunnels
994- urandom, xhome, chrootdir, rescuedir NetBSD handling
995- utmp/utmpx handling
996- handle tty posix_vdisable properly
997- handle setuid and unsetuid the posix way instead of setresuid()
998- add all missing functions
999- always bump major when importing to avoid api problems.
1000- make compile with gcc-4.5; const fixes, fileno() checks, shadow fixes.
1001
1002Package:	OpenSSL
1003Version:	1.0.1i
1004Current Vers:	1.0.1i
1005Maintainer:	The OpenSSL Project
1006Archive Site:	ftp://ftp.openssl.org/source/
1007Home Page:	http://www.openssl.org/
1008Mailing List:	openssl-announce@openssl.org
1009Responsible:	christos, mjf, tls, riastradh, spz
1010License:	OpenSSL and SSLeay license (both BSD-like)
1011Location:	crypto/external/bsd/openssl/dist
1012Notes:
1013- Run openssl2netbsd to get rid of the RCSID identifiers
1014- run make in /usr/src/crypto/external/bsd/openssl/lib/libcrypto/man
1015  to regen man pages.
1016- run make in  /usr/src/crypto/external/bsd/openssl/lib/libcrypto/arch/*
1017  to regen assembly files
1018
1019Package:	pcc
1020Version:	1.1.0.DEVEL 20120325
1021Current Vers:	1.1.0.DEVEL 20120325
1022Maintainer:	Anders Magnusson <ragge@NetBSD.org>
1023Archive Site:	ftp://pcc.ludd.ltu.se/pub/pcc/
1024Home Page:	http://pcc.ludd.ltu.se/
1025Mailing List:	pcc-list@ludd.ltu.se
1026Responsible:	plunky
1027License:	BSD
1028Location:	external/bsd/pcc/dist
1029Notes:
1030This is a development snapshot. See the src/external/bsd/pcc/prepare-import.sh
1031file for details about how to get the latest version from the upstream server
1032and import it.
1033
1034Package:	pdisk
1035Version:	0.8a2
1036Current Vers:	0.8a2
1037Maintainer:	Eryk Vershen <eryk@cfcl.com>
1038Archive Site:	http://cantaforda.com/cfcl/eryk/linux/pdisk/index.html
1039Home Page:	http://cantaforda.com/cfcl/eryk/linux/pdisk/index.html
1040Mailing List:
1041Responsible:	dbj
1042License:	BSD-like
1043Location:	external/bsd/pdisk
1044Notes:
1045This is the disk partition utility used by Apple's mkLinux and OS X
1046It is imported into external/bsd/pdisk.
1047
1048Package:	pdksh
1049Version:	5.2.14p2
1050Current Vers:	5.2.14p2
1051Maintainer:	Michael Rendell <michael@cs.mun.ca>
1052Archive Site:	ftp://ftp.cs.mun.ca/pub/pdksh/
1053Home Page:	http://www.cs.mun.ca/~michael/pdksh/
1054Mailing List:
1055Responsible:	jdolecek
1056License:	Public domain
1057Location:	bin/ksh
1058Notes:
1059pdksh-5.2.14-patches.1 and pdksh-5.2.14-patches.2 have been applied.
1060
1061Package:	PF (openbsd packet filter)
1062Version:	OpenBSD 4.2
1063Current Vers:	OpenBSD 4.3-current
1064Maintainer:	The OpenBSD Project
1065Archive Site:	ftp://ftp.openbsd.org/
1066Home Page:	http://www.openbsd.org/faq/pf/
1067Mailing List:	pf@benzedrine.cx or appropriate OpenBSD mailing list
1068Responsible:	peter, yamt
1069License:	BSD (2-clause)
1070Location:	dist/pf,sys/dist/pf
1071Notes:
1072kernel code is imported into src/sys/dist/pf and src/sys/net has reachover
1073definition (files.pf).  userland code is imported into src/dist/pf, and
1074reachover Makefiles are in src/usr.sbin/pf.
1075
1076Package:	pkg_install
1077Version:	20120221
1078Current Vers:	20120221
1079Maintainer:	The pkgsrc developers
1080Home Page:	http://www.pkgsrc.org/
1081Mailing List:	tech-pkg@NetBSD.org
1082Responsible:	joerg
1083License:	BSD
1084Location:	external/bsd/pkg_install/dist
1085Notes:
1086The authoritative version is in pkgsrc/pkgtools/pkg_install.
1087
1088Package:	ping
1089Version:	980911
1090Current Vers:	980911
1091Maintainer:	Mike Muuss
1092Archive Site:	
1093Home Page:	http://ftp.arl.mil/mike/ping.html
1094Mailing List:
1095Responsible:	christos
1096License:	BSD (3-clause)
1097Location:	sbin/ping
1098Notes:
1099We use err() and friends. We have changes for snprintf, extra
1100formatting in man pages, disallowing flood pinging, alignment fixes,
1101and more. Vern's ping is gone. We are too different from everyone else
1102now to do a new import.
1103
1104Package:	Postfix
1105Version:	2.11.1
1106Current Vers:	2.11.1
1107Maintainer:	Wietse Venema <wietse@porcupine.org>
1108Archive Site:	ftp://postfix.cloud9.net/official/
1109Home Page:	http://www.postfix.org/
1110Mailing List:	postfix-users@postfix.org
1111Responsible:	christos, tron
1112License:	IBM Public License. See also src/external/ibm-public/postfix/dist.
1113Location:	external/ibm-public/postfix/dist
1114Notes:
1115HTML documentation should be kept in sync with the README_FILES.
1116src/gnu/dist/postfix/conf/postfix-files must be kept in sync with our
1117directory layout (the easiest way to check is by running ``postfix
1118set-permissions'').
1119
1120Package:	ppp
1121Version:	2.4.5
1122Current Vers:	2.4.6
1123Maintainer:	Paul Mackerras <paulus@samba.org>
1124Archive Site:	ftp://ftp.samba.org/pub/ppp/
1125Home Page:
1126GIT root:	git://ozlabs.org/~paulus/ppp.git
1127Mailing List:
1128Responsible:	christos, cube
1129License:	BSD (3-clause)
1130Location:	external/bsd/ppp/dist
1131Notes:
1132BSD support was removed from 2.4.0; I added it back and removed
1133some GPL pieces. Multilink support is missing. Repeated pings to
1134Paulus have not yielded results. I've retrofitted pppdump to use
1135net/zlib, and <net/ppp-comp.h> and I now maintain sys-bsd.c. This
1136is clearly a pain. I have not tested the modules code, neither our
1137makefiles make it easy to construct a module, but I left one there
1138as an example.
1139TDB code as found in 2.4.x, x>1 is under the GPL.  Therefore, we're
1140using the version found in 2.4.1.
1141
1142Package:	rcs
1143Version:	5.7
1144Current Vers:	5.9.2
1145Maintainer:	FSF
1146Archive Site:	ftp://ftp.gnu.org/gnu/rcs/
1147Mailing List:	bug-gnu-utils@gnu.org
1148Home Page:	http://www.gnu.org/software/rcs/
1149Responsible:	agc
1150License:	GPLv2+ (5.7), GPLv3+ (5.8 and later)
1151Location:	gnu/usr.bin/rcs
1152Notes:
1153Old versions are available from Purdue (ftp.cs.purdue.edu:/pub/RCS).
1154
1155Package:	root.cache
1156Version:	2014060201 (June 2, 2014)
1157Current Vers:	2014060201 (June 2, 2014)
1158Maintainer:	InterNIC
1159Archive Site:	ftp://ftp.internic.net/domain/named.root
1160Home Page:	ftp://ftp.internic.net/domain/named.root
1161Mailing List:
1162Responsible:	thorpej
1163License:	Public domain
1164Location:	etc/namedb
1165Notes:
1166The root server cache is also included with BIND.  However, the
1167InterNIC version is usually more up to date.
1168
1169Package:	routed
1170Version:	2.32
1171Current Vers:	2.32
1172Maintainer:	Vernon Schryver <vjs@rhyolite.com>
1173Archive Site:	ftp://ftp.rhyolite.com/src/
1174Home Page:	http://www.rhyolite.com/src/
1175Mailing List:
1176Responsible:	christos
1177License:	BSD (4-clause)
1178Location:	sbin/routed
1179Notes:
1180We use the md5 code from libc
1181We don't allow RIP_TRACEON and RIP_TRACEOFF
1182We use arc4random
1183We use strlcpy/snprintf
1184
1185Package:	send-pr (part of GNATS)
1186Version:	3.95
1187Current Vers:	4.1
1188Maintainer:	FSF
1189Archive Site:	ftp://ftp.gnu.org/gnu/gnats/
1190Home Page:	http://www.gnu.org/software/gnats/
1191Mailing List:	bug-gnats@gnu.org
1192License:	GPLv2
1193Responsible:
1194Location:	gnu/usr.bin/send-pr
1195Notes:
1196
1197Package:	SoftFloat
1198Version:	2a
1199Current Vers:	2b
1200Maintainer:	John Hauser <jhauser@jhauser.us>
1201Archive Site:	http://www.jhauser.us/arithmetic/SoftFloat.html
1202Home Page:	http://www.jhauser.us/arithmetic/SoftFloat.html
1203Mailing List:
1204Responsible:	bjh21
1205License:	Public domain
1206Location:	lib/libc/softfloat
1207Notes:
1208Heavily modified for use as a soft float library for GCC.  The actual
1209arithmetic code is unchanged, though, and should behave exactly like the
1210original.
1211
1212Package:	sqlite
1213Version:	3.8.3.1
1214Current Vers:	3.8.3.1
1215Maintainer:	Richard Hipp <drh@sqlite.org>
1216Home Page:	http://www.sqlite.org
1217Responsible:	joerg
1218License:	Public domain
1219Location:	external/public-domain/sqlite/dist
1220Notes:
1221Run cleantags before inporting because sqlite3.c has an RCSID
1222
1223Package:	tcpdump
1224Version:	4.5.1
1225Current Vers:	4.5.1
1226Maintainer:	tcpdump-workers@lists.tcpdump.org
1227Archive Site:	http://www.tcpdump.org/release/
1228Home Page:	http://www.tcpdump.org/
1229Mailing List:	tcpdump-workers@lists.tcpdump.org
1230Responsible:
1231License:	BSD (3-clause)
1232Location:	external/bsd/tcpdump/dist
1233Notes:
1234Use the src/external/bsd/tcpdump/tcpdump2netbsd script to prepare source
1235tree.
1236
1237Package:	TestFloat
1238Version:	2a
1239Current Vers:	2a
1240Maintainer:	John Hauser <jhauser@jhauser.us>
1241Archive Site:	http://www.jhauser.us/arithmetic/TestFloat.html
1242Home Page:	http://www.jhauser.us/arithmetic/TestFloat.html
1243Mailing List:
1244Responsible:	ross
1245License:	BSD (4-clause)
1246Location:	regress/lib/libc/ieeefp/testfloat
1247Notes:
1248
1249Package:	texinfo
1250Version:	4.8
1251Current Vers:	5.2
1252Maintainer:	FSF
1253Archive Site:	ftp://ftp.gnu.org/gnu/texinfo/
1254Home Page:	http://www.gnu.org/software/texinfo/
1255Mailing List:	bug-texinfo@gnu.org
1256Responsible:	
1257License:	GPLv2+ (4.8), GPLv3+ (4.9 and later)
1258Location:	gnu/dist/texinfo
1259Notes:
1260Use src/gnu/dist/texinfo/texinfo2netbsd for preparing the source tree
1261for the import.
1262
1263Package:	tmux
1264Version:	1.9a
1265Current Vers:	1.9a
1266Maintainer:	Nicholas Marriott <nicm@users.sourceforge.net>
1267Archive site:	http://downloads.sourceforge.net/tmux/
1268Home page:	http://tmux.sourceforge.net/
1269Mailing List:	tmux-users@lists.sourceforge.net
1270Responsible:	jmmv
1271License:	BSD
1272Location:	external/bsd/tmux/dist
1273Notes:
1274See src/external/bsd/tmux/README for instructions on how to import a
1275new tmux release.
1276
1277Package:	top
1278Version:	3.8beta1
1279Current Vers:	3.8beta1
1280Maintainer:	William LeFebvre <wnl@groupsys.com>
1281Archive Site:	http://www.unixtop.org/dist/top-3.8beta1.tar.gz
1282Home Page:	http://www.unixtop.org/
1283Mailing List:	top-spinners@ocee.groupsys.com
1284Responsible:	simonb, christos
1285License:	BSD (2-clause)
1286Location:	external/bsd/top/dist
1287Notes:
1288
1289Package:	traceroute
1290Version:	1.4a12
1291Current Vers:	1.4a12
1292Maintainer:	traceroute@ee.lbl.gov
1293Archive Site:	ftp://ftp.ee.lbl.gov/
1294Home Page:	http://ftp.ee.lbl.gov/
1295Mailing List:
1296Responsible:
1297License:	BSD (4-clause)
1298Location:	usr.sbin/traceroute
1299Notes:
1300Added changes from a5 -> a12 manually.
1301
1302Package:	tz
1303Version:	tzcode2014f / tzdata2014f
1304Current Vers:	tzcode2014f / tzdata2014f
1305Maintainer:	Paul Eggert <eggert@cs.ucla.edu>
1306Archive Site:	ftp://ftp.iana.org/tz/releases/
1307Archive Site:	ftp://munnari.oz.au/pub/oldtz/
1308Old Archive Site:	ftp://elsie.nci.nih.gov/pub/
1309Home Page:	http://www.iana.org/time-zones
1310Mailing List:	tz@iana.org
1311Responsible:	kleink, christos, apb
1312License:	Public domain
1313Location:	lib/libc/time/zoneinfo, external/public-domain/tz/share
1314Notes:
1315Don't use src/lib/libc/time/tzcode2netbsd to prepare the source tree for import.
1316Diffs are now applied by hand, since we have too many diffs (re-entrant tzcode,
1317register removal) to apply. The diffs have been submitted upstream but there
1318is too much inertia to apply them. Check for .gitignore files.
1319For the data files, do use external/public-domain/tz/tzdata2netbsd. You might
1320need to download the NEWS file separately if it's missing.
1321
1322Package:	wpa_supplicant/hostapd
1323Version:	2.0
1324Current Vers:	2.2
1325Maintainer:	Jouni Malinen <jkmaline@cc.hut.fi>
1326Archive Site:	http://hostap.epitest.fi/releases/
1327Home Page:	http://hostap.epitest.fi/wpa_supplicant/
1328Mailing List:
1329Responsible:	scw, dyoung, christos
1330License:	BSD or GPLv2
1331Location:	external/bsd/wpa/dist
1332Notes:
1333See /usr/src/external/bsd/wpa/NetBSD-upgrade for update instructions.
1334
1335Package:	XFree86
1336Version:	4.5.0
1337Current Vers:	4.8.0
1338Maintainer:	XFree86 Project, Inc.
1339Archive Site:	ftp://ftp.xfree86.org/pub/XFree86/
1340Home Page:	http://www.xfree86.org/
1341Mailing List:	devel@xfree86.org
1342Responsible:	tron
1343License:	XFree
1344Location:	(xsrc)
1345Notes:
13464.x:
1347 Only X4??src-1 to X4??src-6 were imported. X4??src-7 contains postscript
1348 files which we don't need in our tree.
1349 ALL changes must be sent back to the XFree86 repository. Patches should
1350 be submitted back via http://bugzilla.xfree86.org.
1351
1352Package:	zlib
1353Version:	1.2.3
1354Current Vers:	1.2.8
1355Maintainer:	Jean-loup Gailly and Mark Adler <zlib@gzip.org>
1356Archive Site:	http://www.zlib.net/
1357Home Page:	http://www.zlib.net/
1358Mailing List:
1359Responsible:	gwr, tron, christos
1360License:	BSD (3-clause)
1361Location:	common/dist/zlib
1362Notes:
1363Imported to src/common/dist/zlib and shared by the kernel and userland.
1364
1365Package:	services, protocols
1366Version:	2013-02-21 (services), 2013-02-17 (protocols)
1367Current Vers:	2013-11-27 (services), 2013-11-12 (protocols)
1368Maintainer:	IANA
1369Archive Site:	http://www.iana.org/assignments/service-names-port-numbers/service-names-port-numbers.txt (services)
1370Archive Site:	http://www.iana.org/assignments/protocol-numbers/protocol-numbers.txt (protocols)
1371Home Page:	http://www.iana.org/
1372Mailing List:
1373Responsible:	christos
1374License:	None
1375Location:	etc
1376Notes:
13771. Build package net/iana-etc
13782. Add NetBSD rcsid to the generated protocols and services in the package
1379   work area.
13803. Append the local services from the current services file.
13814. Run:
1382	services_mkdb -u services > /usr/src/etc/services
1383	cp protocols /usr/src/etc/protocols
13845. Fix protocols
1385   - fix manet alias to MANET; giving an alias with the same name is a no/op
1386   - protocol 84 is defined for as ttp and iptm, merge the two entries since
1387     libc getprotoent() does not read the whole file and merge in the "files"
1388     implementation.
1389
1390Package:	pigz
1391Version:	2.3.1
1392Current Vers:	2.3.1
1393Maintainer:	Mark Adler <madler@alumni.caltech.edu>
1394Archive Site:	http://zlib.net/pigz/
1395Home Page:	http://zlib.net/pigz/
1396Mailing List:	http://mail.zlib.net/mailman/listinfo/pigz-announce_zlib.net
1397Responsible:	mrg, tls
1398License:	zlib
1399Location:	external/zlib/pigz/dist
1400Notes:
1401
1402Package:	xz
1403Version:	5.0.0
1404Current Vers:	5.0.5 (stable) / 5.1.3alpha (devel)
1405Maintainer:	Lasse Collin <lasse.collin@tukanni.org>
1406Archive Site:	http://tukaani.org/xz/
1407Home Page:	http://tukaani.org/xz/
1408Responsible:	joerg
1409License:	public-domain
1410Location:	external/public-domain/xz/dist
1411Notes:
14121. See prepare-import script for stripping down the distribution.
14132. Update configure.ac and use it to generate include/config.h.
14143. Carefully check for GPL components leaked into the dist area.
1415
1416Package:	mpc
1417Version:	1.0.1
1418Current Vers:	1.0.1
1419Maintainer:	
1420Archive Site:	http://www.multiprecision.org/mpc/download/
1421Home Page:	http://www.multiprecision.org/mpc/
1422Mailing List:	http://www.multiprecision.org/index.php?prog=mpc&page=development
1423Responsible:	mrg
1424License:	LGPL3
1425Location:	external/lgpl3/mpc/dist
1426Notes:
1427
1428Package:	mpfr
1429Version:	3.1.2
1430Current Vers:	3.1.2
1431Maintainer:	
1432Archive Site:	http://www.mpfr.org/mpfr-current/
1433Home Page:	http://www.mpfr.org/
1434Mailing List:	http://websympa.loria.fr/wwsympa/arc/mpfr-announce
1435Responsible:	mrg
1436License:	LGPL3
1437Location:	external/lgpl3/mpfr/dist
1438Notes:
1439
1440Package:	GNU MP
1441Version:	5.1.3
1442Current Vers:	5.1.3
1443Maintainer:	http://gmplib.org/mailman/listinfo/gmp-devel
1444Archive Site:	http://gmplib.org/
1445Home Page:	http://gmplib.org/
1446Mailing List:	http://gmplib.org/mailman/listinfo/gmp-announce
1447Responsible:	mrg
1448License:	LGPL3
1449Location:	external/lgpl3/gmp/dist
1450Notes:
1451
1452Package:	osnet
1453Version:	osnet-20100224
1454Current Vers:	?
1455Maintainer:	?
1456Archive Site:	?
1457Home Page:	?
1458Mailing List:	?
1459Responsible:	?
1460License:	CDDL
1461Location:	external/cddl/osnet
1462Notes:
1463
1464Package:	sljit
1465Version:	0.91 (svn revision 257)
1466Current Vers:	svn revision 268
1467Maintainer:	Zoltán Herczeg <hzmester@freemail.hu
1468Archive Site:	http://sourceforge.net/projects/sljit/
1469Home Page:	http://sljit.sourceforge.net/
1470Mailing List:	none
1471Responsible:	alnsn
1472License:	BSD (2-clause)
1473Location:	sys/external/bsd/sljit/dist
1474Notes:
1475		Need to feed back local changes
1476
1477Package:	tre
1478Version:	0.8.0
1479Current Vers:	0.8.0
1480Maintainer:	http://laurikari.net/tre
1481Archive Site:	http://laurikari.net/tre
1482Home Page:	http://laurikari.net/tre
1483Mailing List:
1484Responsible:	agc, christos
1485License:	BSD (2-clause)
1486Location:	external/bsd/tre/dist
1487Notes:
1488		Need to feed back local changes
1489
1490Package:	TrouSerS
1491Version:	0.3.8
1492Current Vers:	0.3.8
1493Maintainer:	http://trousers.sourceforge.net
1494Archive Site:	http://trousers.sourceforge.net
1495Home Page:	http://trousers.sourceforge.net
1496Mailing List:	http://trousers.sourceforge.net
1497Responsible:	christos
1498License:	CPL
1499Location:	crypto/external/cpl/trousers/dist
1500Notes:
1501		Need to feed back local changes
1502
1503Package:	tpm-tools
1504Version:	1.3.7.1
1505Current Vers:	1.3.7.1
1506Maintainer:	http://trousers.sourceforge.net
1507Archive Site:	http://trousers.sourceforge.net
1508Home Page:	http://trousers.sourceforge.net
1509Mailing List:	http://trousers.sourceforge.net
1510Responsible:	christos
1511License:	CPL
1512Location:	crypto/external/cpl/tpm-tools/dist
1513Notes:
1514		Need to feed back local changes
1515
1516Package:	elftoolchain (libelf/libdwarf)
1517Version:	FreeBSD-2014-03-08
1518Current Vers:	FreeBSD-XXXX-YY-ZZ
1519Maintainer:	Joseph Koshi <jkoshi@freebsd.org>
1520Archive Site:	none
1521Home Page:	none
1522Mailing List:	none
1523Responsible:	christos
1524License:	BSD-like (2-clause)
1525Location:	sys/external/bsd/elftoolchain/dist
1526Notes:
1527		Run prepare-import.sh; next time use svn id.
1528
1529Package:	smbfs
1530Version:	smbfs-1.4.1.tar.gz + FreeBSD-2003-02-16
1531Current Vers:	FreeBSD-XXXX-YY-ZZ
1532Maintainer:	Boris Popov <bp@FreeBSD.org>
1533Archive Site:	none
1534Home Page:	http://people.freebsd.org/~bp/pub/smbfs/smbfs-1.4.1.tar.gz
1535Mailing List:	?
1536Responsible:	christos
1537License:	BSD-like (4-clause)
1538Location:	external/bsd/smbfs
1539Notes:
1540		The kernel portion has been removed from the tar file.
1541		Our kernel smbfs and netsmb directories could move to
1542		external, but this is just make-work.
1543
1544Package:	timeout
1545Version:	FreeBSD-2014-08-01
1546Current Vers:	FreeBSD-XXXX-YY-ZZ
1547Maintainer:	Baptiste Daroussin <bapt@FreeBSD.org>
1548Archive Site:	none
1549Home Page:	none
1550Mailing List:	none
1551Responsible:	christos
1552License:	BSD-like (2-clause)
1553Location:	usr.bin/timeout
1554