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