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