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