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