Fri Aug 6 19:39:26 2010 UTC ()
ACPICA 20100806 is out.

(Not yet time to import; rest of the GPE changes should arrive
before this is updated for the last time before 6.0.)


(jruoho)
diff -r1.773 -r1.774 src/doc/3RDPARTY

cvs diff -r1.773 -r1.774 src/doc/3RDPARTY (switch to unified diff)

--- src/doc/3RDPARTY 2010/08/06 10:59:52 1.773
+++ src/doc/3RDPARTY 2010/08/06 19:39:26 1.774
@@ -1,1028 +1,1028 @@ @@ -1,1028 +1,1028 @@
1# $NetBSD: 3RDPARTY,v 1.773 2010/08/06 10:59:52 christos Exp $ 1# $NetBSD: 3RDPARTY,v 1.774 2010/08/06 19:39:26 jruoho Exp $
2# 2#
3# This file contains a list of the software that has been integrated into 3# This file contains a list of the software that has been integrated into
4# NetBSD where we are not the primary maintainer. 4# NetBSD where we are not the primary maintainer.
5# 5#
6# When you make changes to this software, be sure to discuss it with the 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 7# maintainer and contribute your patches. Divergence from the official
8# sources is not desirable, and should be avoided as much as possible. 8# sources is not desirable, and should be avoided as much as possible.
9# 9#
10# When importing, please deal with the RCS IDs in this way: 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 11# 1. Preserve the RCS IDs in the files by removing the $ signs from
12# the IDs before you do the import. 12# the IDs before you do the import.
13# 2. After the import, add NetBSD RCS IDs to all of the files. 13# 2. After the import, add NetBSD RCS IDs to all of the files.
14# 14#
15# A few notes on the format of this file (for the benefit of 15# A few notes on the format of this file (for the benefit of
16# 3dparty2html): 16# 3dparty2html):
17# 17#
18# 1.) Any line whose first non-whitespace character is # is a comment 18# 1.) Any line whose first non-whitespace character is # is a comment
19# 2.) Entries are separated by blank lines 19# 2.) Entries are separated by blank lines
20# 3.) Every package needs at least the following entries: Package, 20# 3.) Every package needs at least the following entries: Package,
21# Version, Current Vers, and Maintainer. 21# Version, Current Vers, and Maintainer.
22# 4.) Where a field has multiple lines of information, the field tag 22# 4.) Where a field has multiple lines of information, the field tag
23# should be repeated on each line, except: 23# should be repeated on each line, except:
24# 5.) The Notes: field tag should appear on a line by itself. All 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. 25# remaining lines until the end of the record are notes.
26 26
27Package: acpica 27Package: acpica
28Version: 20100528 28Version: 20100528
29Current Vers: 20100702 29Current Vers: 20100806
30Maintainer: INTEL 30Maintainer: INTEL
31Archive Site: http://www.acpica.org/downloads/unix_source_code.php 31Archive Site: http://www.acpica.org/downloads/unix_source_code.php
32Home Page: http://www.acpica.org/ 32Home Page: http://www.acpica.org/
33Mailing List: devel@acpica.org 33Mailing List: devel@acpica.org
34License: http://developer.intel.com/technology/iapc/acpi/license2.htm 34License: http://developer.intel.com/technology/iapc/acpi/license2.htm
35Responsible: jmcneill 35Responsible: jmcneill
36Notes: 36Notes:
37The sources were integrated into src/sys/dev/acpi/acpica/Subsystem. 37The sources were integrated into src/sys/dev/acpi/acpica/Subsystem.
38Please read src/sys/dev/acpi/acpica/README before any modification. 38Please read src/sys/dev/acpi/acpica/README before any modification.
39 39
40Package: am-utils [amd] 40Package: am-utils [amd]
41Version: 6.2a3 41Version: 6.2a3
42Current Vers: 6.2a3 42Current Vers: 6.2a3
43Maintainer: Erez Zadok <ezk@cs.columbia.edu> 43Maintainer: Erez Zadok <ezk@cs.columbia.edu>
44Archive Site: ftp://ftp.am-utils.org/pub/am-utils/ 44Archive Site: ftp://ftp.am-utils.org/pub/am-utils/
45Home Page: http://www.am-utils.org/ 45Home Page: http://www.am-utils.org/
46Mailing List: am-utils 46Mailing List: am-utils
47Responsible: christos 47Responsible: christos
48License: BSD (4-clause) 48License: BSD (4-clause)
49Notes: 49Notes:
50Amd2netbsd script to convert to BSD make system and remove unneeded files. 50Amd2netbsd script to convert to BSD make system and remove unneeded files.
51Fix symbolic links before import. 51Fix symbolic links before import.
52Check src/usr.sbin/amd/include/config.h is correct after import. 52Check src/usr.sbin/amd/include/config.h is correct after import.
53 53
54Package: Automated Testing Framework (ATF) 54Package: Automated Testing Framework (ATF)
55Version: 0.6 55Version: 0.6
56Current Vers: 0.6 56Current Vers: 0.6
57Maintainer: Julio M. Merino Vidal <jmmv@NetBSD.org> 57Maintainer: Julio M. Merino Vidal <jmmv@NetBSD.org>
58Archive site: ftp://ftp.NetBSD.org/pub/NetBSD/misc/jmmv/atf/ 58Archive site: ftp://ftp.NetBSD.org/pub/NetBSD/misc/jmmv/atf/
59Home page: http://www.NetBSD.org/~jmmv/atf/ 59Home page: http://www.NetBSD.org/~jmmv/atf/
60Mailing List: atf-devel@NetBSD.org 60Mailing List: atf-devel@NetBSD.org
61Responsible: jmmv 61Responsible: jmmv
62License: The NetBSD Foundation's license (BSD 2-clause) 62License: The NetBSD Foundation's license (BSD 2-clause)
63Notes: 63Notes:
64The source files are in external/bsd/atf/dist. 64The source files are in external/bsd/atf/dist.
65Given that the primary goal of ATF is to provide a testing framework for 65Given that the primary goal of ATF is to provide a testing framework for
66NetBSD, no local changes should be ever needed. Always direct them to the 66NetBSD, no local changes should be ever needed. Always direct them to the
67maintainer for integration in official releases. 67maintainer for integration in official releases.
68 68
69Package: ath-hal 69Package: ath-hal
70Version: FreeBSD SVN revision number 185521 70Version: FreeBSD SVN revision number 185521
71Current Vers: FreeBSD SVN revision number 185521 71Current Vers: FreeBSD SVN revision number 185521
72Maintainer: Sam Leffler <sam@errno.com> 72Maintainer: Sam Leffler <sam@errno.com>
73Archive Site: none 73Archive Site: none
74Home Page: none 74Home Page: none
75Mailing List: none 75Mailing List: none
76Responsible: sam, alc 76Responsible: sam, alc
77License: BSD-like (2 clause), ISC 77License: BSD-like (2 clause), ISC
78Notes: 78Notes:
79The HAL is located in src/sys/external/isc/atheros_hal 79The HAL is located in src/sys/external/isc/atheros_hal
80 80
81Package: bc 81Package: bc
82Version: 1.06 82Version: 1.06
83Current Vers: 1.06 83Current Vers: 1.06
84Maintainer: Phil Nelson <phil@cs.wwu.edu> 84Maintainer: Phil Nelson <phil@cs.wwu.edu>
85Archive Site: ftp://ftp.gnu.org/gnu/bc/ 85Archive Site: ftp://ftp.gnu.org/gnu/bc/
86Home Page: http://www.gnu.org/software/bc/ 86Home Page: http://www.gnu.org/software/bc/
87Mailing List: bug-bc@gnu.org 87Mailing List: bug-bc@gnu.org
88Responsible: phil, simonb 88Responsible: phil, simonb
89License: GPLv2, LGPGv2.1 89License: GPLv2, LGPGv2.1
90Notes: 90Notes:
91bc includes dc, both of which are in the NetBSD tree. 91bc includes dc, both of which are in the NetBSD tree.
92 92
93Package: bind [named and utils] 93Package: bind [named and utils]
94Version: 9.7.2b1 94Version: 9.7.2b1
95Current Vers: 9.7.2b1 95Current Vers: 9.7.2b1
96Maintainer: Paul Vixie <vixie@vix.com> 96Maintainer: Paul Vixie <vixie@vix.com>
97Archive Site: ftp://ftp.isc.org/isc/bind9/ 97Archive Site: ftp://ftp.isc.org/isc/bind9/
98Home Page: http://www.isc.org/sw/bind/ 98Home Page: http://www.isc.org/sw/bind/
99Mailing List: 99Mailing List:
100Responsible: vixie, christos 100Responsible: vixie, christos
101License: BSD-like (2-clause) 101License: BSD-like (2-clause)
102Notes: 102Notes:
103First bind2netbsd script to import into src/external/bsd/bind/dist. 103First bind2netbsd script to import into src/external/bsd/bind/dist.
104The Makefiles in src/external/bsd/bind are not handled by the script. 104The Makefiles in src/external/bsd/bind are not handled by the script.
105Build bind to generate the include files. 105Build bind to generate the include files.
106Then binclude4netbsd script to import into src/external/bsd/bind/include. 106Then binclude4netbsd script to import into src/external/bsd/bind/include.
107The libc and include parts of the resolver are now part of libbind. 107The libc and include parts of the resolver are now part of libbind.
108 108
109Package: libbind [libc resolver and includes] 109Package: libbind [libc resolver and includes]
110Version: libbind-6.0-rc1 110Version: libbind-6.0-rc1
111Current Vers: libbind-6.0-rc1 111Current Vers: libbind-6.0-rc1
112Maintainer: Paul Vixie <vixie@vix.com> 112Maintainer: Paul Vixie <vixie@vix.com>
113Archive Site: ftp://ftp.isc.org/isc/libbind/ 113Archive Site: ftp://ftp.isc.org/isc/libbind/
114Home Page: http://www.isc.org/sw/bind/ 114Home Page: http://www.isc.org/sw/bind/
115Mailing List: 115Mailing List:
116Responsible: vixie, christos 116Responsible: vixie, christos
117License: BSD-like (2-clause) 117License: BSD-like (2-clause)
118Notes: 118Notes:
119First libbind2netbsd script to import into src/external/bsd/libbind/dist. 119First libbind2netbsd script to import into src/external/bsd/libbind/dist.
120Then include4netbsd script to import into src/include. 120Then include4netbsd script to import into src/include.
121Then libc4netbsd script to update the resolver in libc. 121Then libc4netbsd script to update the resolver in libc.
122Todo[1]: Update libresolv if needed. 122Todo[1]: Update libresolv if needed.
123Todo[2]: A few files in libc/net were imported in the ISC branch but now 123Todo[2]: A few files in libc/net were imported in the ISC branch but now
124 they are too different or do not exist anymore: 124 they are too different or do not exist anymore:
125 gethnamaddr.c getnetent.c getnetnamadr.c sethostent.c 125 gethnamaddr.c getnetent.c getnetnamadr.c sethostent.c
126 Others like getaddrinfo.c could be merged with isc, but it seems 126 Others like getaddrinfo.c could be merged with isc, but it seems
127 that ours is from a more recent version of KAME? 127 that ours is from a more recent version of KAME?
128Todo[3]: net/base64.c is imported from bind but should be moved from net 128Todo[3]: net/base64.c is imported from bind but should be moved from net
129 to isc/base64.c. 129 to isc/base64.c.
130Todo[4]: Re-entrant functions of net/* 130Todo[4]: Re-entrant functions of net/*
131Todo[5]: Reconcile the doc directory. 131Todo[5]: Reconcile the doc directory.
132 132
133Package: binutils 133Package: binutils
134Version: 2.16.1 134Version: 2.16.1
135Current Vers: 2.20.1 135Current Vers: 2.20.1
136Maintainer: FSF 136Maintainer: FSF
137Archive Site: ftp://ftp.gnu.org/gnu/binutils/ 137Archive Site: ftp://ftp.gnu.org/gnu/binutils/
138Home Page: http://www.gnu.org/software/binutils/ 138Home Page: http://www.gnu.org/software/binutils/
139Mailing List: bug-gnu-utils@gnu.org 139Mailing List: bug-gnu-utils@gnu.org
140Responsible: thorpej, mrg 140Responsible: thorpej, mrg
141License: GPLv2, LGPLv2, BSD 141License: GPLv2, LGPLv2, BSD
142Notes: 142Notes:
143 143
144Package: bozohttpd  144Package: bozohttpd
145Version: 20100617 145Version: 20100617
146Current Vers: 20100617 146Current Vers: 20100617
147Maintainer: mrg@eterna.com.au 147Maintainer: mrg@eterna.com.au
148Archive Site: ftp://ftp.NetBSD.org/pub/NetBSD/packages/distfiles/LOCAL_PORTS/ 148Archive Site: ftp://ftp.NetBSD.org/pub/NetBSD/packages/distfiles/LOCAL_PORTS/
149Home Page: http://eterna.com.au/bozohttpd/ 149Home Page: http://eterna.com.au/bozohttpd/
150Mailing List: 150Mailing List:
151Responsible: mrg 151Responsible: mrg
152License: BSD 152License: BSD
153Notes: 153Notes:
1541. Delete "queue.h" from the distribution. 1541. Delete "queue.h" from the distribution.
1552. Integrated as src/libexec/httpd. 1552. Integrated as src/libexec/httpd.
156 156
157Package: bsd-family-tree 157Package: bsd-family-tree
158Version: 1.116 158Version: 1.116
159Current Vers: 1.116 159Current Vers: 1.116
160Maintainer: n/a 160Maintainer: n/a
161Archive Site: http://cvsweb.freebsd.org/src/share/misc/bsd-family-tree 161Archive Site: http://cvsweb.freebsd.org/src/share/misc/bsd-family-tree
162Home Page: http://cvsweb.freebsd.org/src/share/misc/bsd-family-tree 162Home Page: http://cvsweb.freebsd.org/src/share/misc/bsd-family-tree
163Mailing List: 163Mailing List:
164Responsible: 164Responsible:
165License: See URL above. 165License: See URL above.
166Notes: 166Notes:
167 167
168Package: byacc 168Package: byacc
169Version: 20091028 169Version: 20091028
170Current Vers: 20091028 170Current Vers: 20091028
171Maintainer: Thomas Dickey <dickey@invisible-island.net> 171Maintainer: Thomas Dickey <dickey@invisible-island.net>
172Archive Site: http://www.invisible-island.net/byacc/byacc.html 172Archive Site: http://www.invisible-island.net/byacc/byacc.html
173Home Page: http://www.invisible-island.net/byacc/byacc.html 173Home Page: http://www.invisible-island.net/byacc/byacc.html
174Mailing List: 174Mailing List:
175Responsible: christos 175Responsible: christos
176License: Public Domain 176License: Public Domain
177Notes: 177Notes:
178 178
179Package: bzip2 179Package: bzip2
180Version: 1.0.5 180Version: 1.0.5
181Current Vers: 1.0.5 181Current Vers: 1.0.5
182Maintainer: Julian Seward <jseward@acm.org> 182Maintainer: Julian Seward <jseward@acm.org>
183Archive Site: http://sources.redhat.com/bzip2/ 183Archive Site: http://sources.redhat.com/bzip2/
184Home Page: http://www.bzip.org/ 184Home Page: http://www.bzip.org/
185Mailing List: 185Mailing List:
186Responsible: 186Responsible:
187License: BSD (4-clause) 187License: BSD (4-clause)
188Notes: 188Notes:
189See /usr/src/dist/bzip2/bzip2netbsd for update instructions. 189See /usr/src/dist/bzip2/bzip2netbsd for update instructions.
190 190
191Package: Citrus XPG4DL 191Package: Citrus XPG4DL
192Version:  192Version:
193Current Vers:  193Current Vers:
194Maintainer: Citrus 194Maintainer: Citrus
195Archive Site: http://citrus.bsdclub.org/ 195Archive Site: http://citrus.bsdclub.org/
196Home Page: http://citrus.bsdclub.org/ 196Home Page: http://citrus.bsdclub.org/
197Mailing List: bsd-locale@hauN.org 197Mailing List: bsd-locale@hauN.org
198Responsible: tshiozak 198Responsible: tshiozak
199License: Ambiguous. Either BSD or Perl Artistic License 199License: Ambiguous. Either BSD or Perl Artistic License
200 See http://citrus.bsdclub.org/#pol_license for more info. 200 See http://citrus.bsdclub.org/#pol_license for more info.
201Notes: 201Notes:
202language C multilingualization support suite using wchar_t and other standards. 202language C multilingualization support suite using wchar_t and other standards.
203The main development playground of Citrus is in NetBSD CVS, so you don't 203The main development playground of Citrus is in NetBSD CVS, so you don't
204need to look for other CVS tree (like citrus CVS tree) 204need to look for other CVS tree (like citrus CVS tree)
205main trunc has Citrus code in the following places: 205main trunc has Citrus code in the following places:
206- src/lib/libc/locale, LC_CTYPE: single/multibyte support 206- src/lib/libc/locale, LC_CTYPE: single/multibyte support
207- src/lib/libintl: GNU libc compatible gettext(3) implementation. 207- src/lib/libintl: GNU libc compatible gettext(3) implementation.
208- src/lib/libc/citrus: multibyte LC_CTYPE handling and iconv(3) lower layer 208- src/lib/libc/citrus: multibyte LC_CTYPE handling and iconv(3) lower layer
209- src/lib/libc/iconv: iconv(3) 209- src/lib/libc/iconv: iconv(3)
210 210
211Package: cron 211Package: cron
212Version: 4.1 212Version: 4.1
213Current Vers: 4.1 213Current Vers: 4.1
214Maintainer: Paul Vixie <vixie@vix.com> 214Maintainer: Paul Vixie <vixie@vix.com>
215Archive Site: ftp://ftp.isc.org/isc/cron/ 215Archive Site: ftp://ftp.isc.org/isc/cron/
216Home Page: 216Home Page:
217Mailing List: 217Mailing List:
218Responsible: 218Responsible:
219License: BSD-like 219License: BSD-like
220Notes: 220Notes:
221 221
222Package: cvs 222Package: cvs
223Version: 1.12.13 223Version: 1.12.13
224Current Vers: 1.12.13 224Current Vers: 1.12.13
225Maintainer: cvshome 225Maintainer: cvshome
226Archive Site: http://ftp.gnu.org/non-gnu/cvs/ 226Archive Site: http://ftp.gnu.org/non-gnu/cvs/
227Home Page: http://cvs.nongnu.org/ 227Home Page: http://cvs.nongnu.org/
228Mailing List: bug-cvs@gnu.org 228Mailing List: bug-cvs@gnu.org
229Responsible: christos 229Responsible: christos
230License: GPLv1, LGPLv2 230License: GPLv1, LGPLv2
231Notes: 231Notes:
232Use src/gnu/dist/xcvs/cvs2netbsd for preparing the source tree 232Use src/gnu/dist/xcvs/cvs2netbsd for preparing the source tree
233for the import. 233for the import.
234Do not forget to update gnu/usr.bin/xcvs/include/config.h to match 234Do not forget to update gnu/usr.bin/xcvs/include/config.h to match
235gnu/dist/xcvs/config.h.in. 235gnu/dist/xcvs/config.h.in.
236 236
237Package: db 237Package: db
238Version: 1.85 238Version: 1.85
239Current Vers: 1.86/4.7.25 239Current Vers: 1.86/4.7.25
240Maintainer: Keith Bostic <bostic@vangogh.cs.berkeley.edu> 240Maintainer: Keith Bostic <bostic@vangogh.cs.berkeley.edu>
241Archive Site: http://www.oracle.com/technology/software/products/berkeley-db/ 241Archive Site: http://www.oracle.com/technology/software/products/berkeley-db/
242Home Page: http://www.oracle.com/database/berkeley-db/ 242Home Page: http://www.oracle.com/database/berkeley-db/
243Mailing List: 243Mailing List:
244Responsible: 244Responsible:
245License: BSD or Oracle Commercial License 245License: BSD or Oracle Commercial License
246Notes: 246Notes:
247Note that we cannot use db 2.x for license reasons. 247Note that we cannot use db 2.x for license reasons.
248Three bug fixes against 1.85 sent back to bostic. Changes to 248Three bug fixes against 1.85 sent back to bostic. Changes to
249man/recno.3, hash/hsearch.c, and hash/ndbm.c (serious). 249man/recno.3, hash/hsearch.c, and hash/ndbm.c (serious).
250Import of DB 1.85 was done via a sh script which converted the 250Import of DB 1.85 was done via a sh script which converted the
251distribution into the netbsd format. The script can be found in 251distribution into the netbsd format. The script can be found in
252src/lib/libc/db/db2netbsd. 252src/lib/libc/db/db2netbsd.
253 253
254Package: dhcp 254Package: dhcp
255Version: 3.0.3 255Version: 3.0.3
256Current Vers: 3.1.3/4.0.2/4.1.1-P1 256Current Vers: 3.1.3/4.0.2/4.1.1-P1
257Maintainer: mellon 257Maintainer: mellon
258Archive Site: ftp://ftp.isc.org/isc/dhcp/ 258Archive Site: ftp://ftp.isc.org/isc/dhcp/
259Home Page: http://www.isc.org/software/dhcp/ 259Home Page: http://www.isc.org/software/dhcp/
260Mailing List: dhcp-server@isc.org 260Mailing List: dhcp-server@isc.org
261Mailing List: dhcp-client@isc.org 261Mailing List: dhcp-client@isc.org
262Mailing List: dhcp-announce@isc.org 262Mailing List: dhcp-announce@isc.org
263Mailing List: dhcp-bugs@isc.org 263Mailing List: dhcp-bugs@isc.org
264Responsible: mellon 264Responsible: mellon
265License: BSD (3-clause) 265License: BSD (3-clause)
266Notes: 266Notes:
267No changes for NetBSD integration - just import the new distribution on 267No changes for NetBSD integration - just import the new distribution on
268top of the current tree. 268top of the current tree.
269 269
270Package: dhcpcd 270Package: dhcpcd
271Version: 5.2.4 271Version: 5.2.4
272Current Vers: 5.2.4 272Current Vers: 5.2.4
273Maintainer: roy 273Maintainer: roy
274Archive Site: ftp://roy.marples.name/pub/dhcpcd/ 274Archive Site: ftp://roy.marples.name/pub/dhcpcd/
275Home Page: http://roy.marples.name/projects/dhcpcd/ 275Home Page: http://roy.marples.name/projects/dhcpcd/
276Mailing List: dhcpcd-discuss@marples.name 276Mailing List: dhcpcd-discuss@marples.name
277License: BSD (2-clause) 277License: BSD (2-clause)
278Notes: 278Notes:
279Please submit all changes to the author. 279Please submit all changes to the author.
280The distribution doesn't include the Linux specific bits or build system. 280The distribution doesn't include the Linux specific bits or build system.
281 281
282Package: diffutils 282Package: diffutils
283Version: 2.8.1 283Version: 2.8.1
284Current Vers: 2.8.1 284Current Vers: 2.8.1
285Maintainer: FSF 285Maintainer: FSF
286Archive Site: ftp://ftp.gnu.org/gnu/diffutils/ 286Archive Site: ftp://ftp.gnu.org/gnu/diffutils/
287Home Page: http://www.gnu.org/software/diffutils/ 287Home Page: http://www.gnu.org/software/diffutils/
288Mailing List: bug-gnu-utils@gnu.org 288Mailing List: bug-gnu-utils@gnu.org
289Responsible:  289Responsible:
290License: GPLv2 290License: GPLv2
291Notes: 291Notes:
292Use src/gnu/dist/diffutils/diffutils2netbsd for preparing the source tree 292Use src/gnu/dist/diffutils/diffutils2netbsd for preparing the source tree
293for the import. 293for the import.
294 294
295Package: gdtoa 295Package: gdtoa
296Version: 2005-09-23 296Version: 2005-09-23
297Current Vers: 2005-09-23 297Current Vers: 2005-09-23
298Maintainer: David M. Gay <dmg@acm.org> 298Maintainer: David M. Gay <dmg@acm.org>
299Archive Site: http://www.netlib.org/fp/ 299Archive Site: http://www.netlib.org/fp/
300Home Page: http://www.netlib.org/fp/ 300Home Page: http://www.netlib.org/fp/
301Mailing List: none 301Mailing List: none
302Responsible: kleink 302Responsible: kleink
303License: BSD-like 303License: BSD-like
304Notes: 304Notes:
305Test suite not integrated at this time. 305Test suite not integrated at this time.
306No hexadecimal floating-point string conversion for VAX FP yet. 306No hexadecimal floating-point string conversion for VAX FP yet.
307Only double-precision addressed at this time. 307Only double-precision addressed at this time.
308 308
309Package: file 309Package: file
310Version: 5.03 310Version: 5.03
311Current Vers: 5.03 311Current Vers: 5.03
312Maintainer: Christos Zoulas <christos@zoulas.com> 312Maintainer: Christos Zoulas <christos@zoulas.com>
313Archive Site: ftp://ftp.astron.com/pub/file/ 313Archive Site: ftp://ftp.astron.com/pub/file/
314Home Page: 314Home Page:
315Mailing List: file@mx.gw.com 315Mailing List: file@mx.gw.com
316Responsible: christos, pooka 316Responsible: christos, pooka
317License: BSD (2-clause) 317License: BSD (2-clause)
318Notes: 318Notes:
319use file2netbsd 319use file2netbsd
320 320
321Package: flex 321Package: flex
322Version: 2.5.35 322Version: 2.5.35
323Current Vers: 2.5.35 323Current Vers: 2.5.35
324Maintainer: Will Estes <wlestes@users.sourceforge.net> 324Maintainer: Will Estes <wlestes@users.sourceforge.net>
325Archive Site: http://flex.sourceforge.net/ 325Archive Site: http://flex.sourceforge.net/
326Home Page: http://flex.sourceforge.net/ 326Home Page: http://flex.sourceforge.net/
327Mailing List: http://lists.sourceforge.net/mailman/listinfo/flex-announce 327Mailing List: http://lists.sourceforge.net/mailman/listinfo/flex-announce
328Responsible: 328Responsible:
329License: BSD-like  329License: BSD-like
330Notes: 330Notes:
331There is a flex2netbsd script to help newer imports. 331There is a flex2netbsd script to help newer imports.
332 332
333Package: gcc 333Package: gcc
334Version: 4.1.3-20080831 334Version: 4.1.3-20080831
335Current Vers: 4.5.0 335Current Vers: 4.5.0
336Maintainer: FSF 336Maintainer: FSF
337Archive Site: ftp://ftp.gnu.org/gnu/gcc/ 337Archive Site: ftp://ftp.gnu.org/gnu/gcc/
338Home Page: http://www.gnu.org/software/gcc/ 338Home Page: http://www.gnu.org/software/gcc/
339Mailing List: gcc-bugs@gnu.org 339Mailing List: gcc-bugs@gnu.org
340Responsible: thorpej, mrg 340Responsible: thorpej, mrg
341License: GPLv2, LGPLv2.1 341License: GPLv2, LGPLv2.1
342Notes: 342Notes:
343before importing: 343before importing:
344 - delete all .cvsignore and .brik files 344 - delete all .cvsignore and .brik files
345 - delete gcc/java gcc/ada libffi zlib boehm-gc libjava fastjar 345 - delete gcc/java gcc/ada libffi zlib boehm-gc libjava fastjar
346 - delete all related testsuites 346 - delete all related testsuites
347for GCC4: 347for GCC4:
348 - delete all fortran and testsuites 348 - delete all fortran and testsuites
349 - update gcc/version.c for the NetBSD GCC date 349 - update gcc/version.c for the NetBSD GCC date
350 350
351Package: gdb 351Package: gdb
352Version: 6.5 352Version: 6.5
353Current Vers: 7.1 353Current Vers: 7.1
354Maintainer: FSF 354Maintainer: FSF
355Archive Site: ftp://ftp.gnu.org/gnu/gdb/ 355Archive Site: ftp://ftp.gnu.org/gnu/gdb/
356Home Page: http://www.gnu.org/software/gdb/ 356Home Page: http://www.gnu.org/software/gdb/
357Mailing List: bug-gdb@gnu.org 357Mailing List: bug-gdb@gnu.org
358Responsible: thorpej 358Responsible: thorpej
359License: GPLv2, LGPLv2 359License: GPLv2, LGPLv2
360Notes: 360Notes:
361When updating GDB, it is imperative to test that: 361When updating GDB, it is imperative to test that:
362 - Debugging of kernel cores ("target kvm") works correctly 362 - Debugging of kernel cores ("target kvm") works correctly
363 - Support for our kernel's remote serial debugging protocol 363 - Support for our kernel's remote serial debugging protocol
364 ("options KGDB") works correctly. 364 ("options KGDB") works correctly.
365 365
366Package: gettext 366Package: gettext
367Version: 0.14.4 367Version: 0.14.4
368Current Vers: 0.17 368Current Vers: 0.17
369Maintainer: FSF 369Maintainer: FSF
370Archive Site: ftp://ftp.gnu.org/gnu/gettext/ 370Archive Site: ftp://ftp.gnu.org/gnu/gettext/
371Home Page: http://www.gnu.org/software/gettext/ 371Home Page: http://www.gnu.org/software/gettext/
372Mailing List: bug-gnu-utils@gnu.org 372Mailing List: bug-gnu-utils@gnu.org
373Responsible: 373Responsible:
374License: GPLv2 374License: GPLv2
375Notes: 375Notes:
376GNU gettext is used for userland tools like msgfmt(1) only. For libintl, 376GNU gettext is used for userland tools like msgfmt(1) only. For libintl,
377we use BSD-licensed implementation from Citrus project (see entry for 377we use BSD-licensed implementation from Citrus project (see entry for
378"Citrus XPG4DL"). We hope to replace userland tools with BSD-licensed one. 378"Citrus XPG4DL"). We hope to replace userland tools with BSD-licensed one.
379 379
380Package: gkermit 380Package: gkermit
381Version: 1.00 381Version: 1.00
382Current Vers: 1.00 382Current Vers: 1.00
383Maintainer: Kermit Project - Columbia University <kermit@columbia.edu> 383Maintainer: Kermit Project - Columbia University <kermit@columbia.edu>
384Archive Site: ftp://kermit.columbia.edu/kermit/archives/ 384Archive Site: ftp://kermit.columbia.edu/kermit/archives/
385Home Page: http://www.columbia.edu/kermit/ 385Home Page: http://www.columbia.edu/kermit/
386Mailing List: 386Mailing List:
387Responsible: apb 387Responsible: apb
388License: GPLv2 388License: GPLv2
389Notes: 389Notes:
390 390
391Package: grep 391Package: grep
392Version: 2.5.1 392Version: 2.5.1
393Current Vers: 2.5.4 393Current Vers: 2.5.4
394Maintainer: FSF 394Maintainer: FSF
395Archive Site: ftp://ftp.gnu.org/gnu/grep/ 395Archive Site: ftp://ftp.gnu.org/gnu/grep/
396Home Page: http://www.gnu.org/software/grep/ 396Home Page: http://www.gnu.org/software/grep/
397Mailing List: bug-gnu-utils@gnu.org 397Mailing List: bug-gnu-utils@gnu.org
398Responsible: simonb 398Responsible: simonb
399License: GPLv2 (2.5.1), GPLv3 (2.5.3) 399License: GPLv2 (2.5.1), GPLv3 (2.5.3)
400Notes: 400Notes:
401Use src/gnu/dist/grep/grep2netbsd for preparing the source tree 401Use src/gnu/dist/grep/grep2netbsd for preparing the source tree
402for the import. 402for the import.
403A non-gnu grep was imported into src/usr.bin/grep on 2 Jan 2004. It 403A non-gnu grep was imported into src/usr.bin/grep on 2 Jan 2004. It
404needs some tuning before it can replace gnu grep. 404needs some tuning before it can replace gnu grep.
405 (cf. http://www.vocito.com/downloads/software/grep/) 405 (cf. http://www.vocito.com/downloads/software/grep/)
406 406
407Package: groff 407Package: groff
408Version: 1.19.2 408Version: 1.19.2
409Current Vers: 1.20.1 409Current Vers: 1.20.1
410Maintainer: Werner Lemberg/FSF 410Maintainer: Werner Lemberg/FSF
411Archive Site: ftp://ftp.gnu.org/gnu/groff/ 411Archive Site: ftp://ftp.gnu.org/gnu/groff/
412Home Page: http://www.gnu.org/software/groff/ 412Home Page: http://www.gnu.org/software/groff/
413Mailing List: bug-groff@gnu.org 413Mailing List: bug-groff@gnu.org
414Responsible:  414Responsible:
415License: GPLv2 415License: GPLv2
416Notes: 416Notes:
417Use groff2netbsd from src/gnu/dist/groff to prepare the distribution 417Use groff2netbsd from src/gnu/dist/groff to prepare the distribution
418for import. 418for import.
419 419
420Package: heimdal 420Package: heimdal
421Version: 1.1 421Version: 1.1
422Current Vers: 1.2.1 422Current Vers: 1.2.1
423Maintainer: Heimdal <heimdal@pdc.kth.se> 423Maintainer: Heimdal <heimdal@pdc.kth.se>
424Archive Site: ftp://ftp.pdc.kth.se/pub/heimdal/src/ 424Archive Site: ftp://ftp.pdc.kth.se/pub/heimdal/src/
425Home Page: http://www.pdc.kth.se/heimdal/ 425Home Page: http://www.pdc.kth.se/heimdal/
426Mailing List: heimdal-discuss@pdc.kth.se 426Mailing List: heimdal-discuss@pdc.kth.se
427Responsible: joda, lha 427Responsible: joda, lha
428License: BSD 428License: BSD
429Notes: 429Notes:
430 430
431Package: hunt 431Package: hunt
432Version: 2003-04-16 432Version: 2003-04-16
433Current Vers: 2003-04-16 433Current Vers: 2003-04-16
434Maintainer: Greg Couch <gregc@cgl.ucsf.edu> 434Maintainer: Greg Couch <gregc@cgl.ucsf.edu>
435Archive Site: ftp://ftp.cgl.ucsf.edu/pub/hunt.shar.Z 435Archive Site: ftp://ftp.cgl.ucsf.edu/pub/hunt.shar.Z
436Home Page: http://www.cgl.ucsf.edu/home/gregc/oss.html 436Home Page: http://www.cgl.ucsf.edu/home/gregc/oss.html
437Responsible: mrg 437Responsible: mrg
438License: BSD (3-clause) 438License: BSD (3-clause)
439Notes: 439Notes:
440 440
441Package: ipf 441Package: ipf
442Version: 4.1.33 442Version: 4.1.33
443Current Vers: 4.1.33 443Current Vers: 4.1.33
444Maintainer: Darren Reed 444Maintainer: Darren Reed
445Archive Site: http://coombs.anu.edu.au/~avalon/ 445Archive Site: http://coombs.anu.edu.au/~avalon/
446Home Page: http://coombs.anu.edu.au/~avalon/ 446Home Page: http://coombs.anu.edu.au/~avalon/
447Mailing List: ipfilter@postbox.anu.edu.au 447Mailing List: ipfilter@postbox.anu.edu.au
448Responsible: darrenr, mike 448Responsible: darrenr, mike
449License: BSD-based, see src/dist/ipf/IPFILTER.LICENSE 449License: BSD-based, see src/dist/ipf/IPFILTER.LICENSE
450Notes: 450Notes:
451ipf2netbsd should be used on a virgin ipfilter source tree. 451ipf2netbsd should be used on a virgin ipfilter source tree.
452See also dist/ipf/README.NetBSD 452See also dist/ipf/README.NetBSD
453 453
454Package: ipsec-tools 454Package: ipsec-tools
455Version: (ipsec-tools head is NetBSD-current head) 455Version: (ipsec-tools head is NetBSD-current head)
456Maintainer: IPsec-Tools project <ipsec-tools-core@lists.sourceforge.net> 456Maintainer: IPsec-Tools project <ipsec-tools-core@lists.sourceforge.net>
457Archive Site: http://ipsec-tools.sourceforge.net 457Archive Site: http://ipsec-tools.sourceforge.net
458Home Page: http://ipsec-tools.sourceforge.net 458Home Page: http://ipsec-tools.sourceforge.net
459Mailing List: ipsec-tools-devel@lists.sourceforge.net 459Mailing List: ipsec-tools-devel@lists.sourceforge.net
460Responsible: manu, vanhu, mgrooms 460Responsible: manu, vanhu, mgrooms
461License: BSD (3-clause) 461License: BSD (3-clause)
462Notes: 462Notes:
463ipsec-tools is maintained within NetBSD src tree in src/crypto/dist/ipsec-tools 463ipsec-tools is maintained within NetBSD src tree in src/crypto/dist/ipsec-tools
464We don't run ipsec-tools' configure as part of the NetBSD build. configure 464We don't run ipsec-tools' configure as part of the NetBSD build. configure
465generated files are available in the NetBSD source tree at: 465generated files are available in the NetBSD source tree at:
466 src/lib/libipsec/config.h 466 src/lib/libipsec/config.h
467 src/lib/libipsec/package_version.h 467 src/lib/libipsec/package_version.h
468When configure.ac is updated, run the following: 468When configure.ac is updated, run the following:
469 cd src/crypto/dist/ipsec-tools 469 cd src/crypto/dist/ipsec-tools
470 ./bootstrap 470 ./bootstrap
471 ./configure --enable-adminport --enable-hybrid --enable-frag \ 471 ./configure --enable-adminport --enable-hybrid --enable-frag \
472 --enable-natt --enable-dpd  472 --enable-natt --enable-dpd
473Then copy package_version.h to src/lib/libipsec and merge config.h with 473Then copy package_version.h to src/lib/libipsec and merge config.h with
474src/lib/libipsec/config.h (it needs some manual tweaking) 474src/lib/libipsec/config.h (it needs some manual tweaking)
475 475
476NOTE: As NetBSD HEAD and ipsec-tools HEAD are just the same thing,  476NOTE: As NetBSD HEAD and ipsec-tools HEAD are just the same thing,
477NetBSD-current always contains latest ipsec-tools code. On the other hand, 477NetBSD-current always contains latest ipsec-tools code. On the other hand,
478ipsec-tools has stable branches (e.g.: ipsec-tools-0_7-branch), which  478ipsec-tools has stable branches (e.g.: ipsec-tools-0_7-branch), which
479are manually pulled up to NetBSD stable branches (e.g.: netbsd-4 is regularly 479are manually pulled up to NetBSD stable branches (e.g.: netbsd-4 is regularly
480sync with ipsec-tools-0_7-branch) 480sync with ipsec-tools-0_7-branch)
481 481
482Package: KAME IPv6 482Package: KAME IPv6
483Version: KAME/NetBSD SNAP kit 483Version: KAME/NetBSD SNAP kit
484Current Vers: KAME/NetBSD SNAP kit (shipped every week) 484Current Vers: KAME/NetBSD SNAP kit (shipped every week)
485Maintainer: KAME Project <kame@kame.net> 485Maintainer: KAME Project <kame@kame.net>
486Archive Site: http://www.kame.net/ 486Archive Site: http://www.kame.net/
487Home Page: http://www.kame.net/ 487Home Page: http://www.kame.net/
488Mailing List: snap-users@kame.net 488Mailing List: snap-users@kame.net
489Responsible: 489Responsible:
490License: BSD (3-clause) 490License: BSD (3-clause)
491Notes: 491Notes:
492IPv6 part is based on KAME/NetBSD142 SNAP as of early June 2000, with 492IPv6 part is based on KAME/NetBSD142 SNAP as of early June 2000, with
493more conservative implementation policy. 493more conservative implementation policy.
494IPsec part is based on KAME/NetBSD14 SNAP as of 12 June 2000. 494IPsec part is based on KAME/NetBSD14 SNAP as of 12 June 2000.
495Please do not make too many diff-unfriendly changes (like indentation change, 495Please do not make too many diff-unfriendly changes (like indentation change,
496KNF police). We need to take diffs across KAME snapshots on upgrades. 496KNF police). We need to take diffs across KAME snapshots on upgrades.
497To identify kernel version, check net.inet6.ip6.kame_version, or KAME_VERSION 497To identify kernel version, check net.inet6.ip6.kame_version, or KAME_VERSION
498in sys/netinet6/in6.h. No script is available for upgrades. 498in sys/netinet6/in6.h. No script is available for upgrades.
499"KAME" branch is used for kernel merge work purposes. 499"KAME" branch is used for kernel merge work purposes.
500http://www.kame.net/dev/cvsweb.cgi/kame/COVERAGE has functionality comparison 500http://www.kame.net/dev/cvsweb.cgi/kame/COVERAGE has functionality comparison
501among KAME/*BSD, *BSD-current and recent *BSD releases. 501among KAME/*BSD, *BSD-current and recent *BSD releases.
502 502
503Package: less 503Package: less
504Version: less394 504Version: less394
505Current Vers: less429 505Current Vers: less429
506Maintainer: Mark Nudleman <markn@greenwoodsoftware.com> 506Maintainer: Mark Nudleman <markn@greenwoodsoftware.com>
507Archive Site: http://www.greenwoodsoftware.com/less/download.html 507Archive Site: http://www.greenwoodsoftware.com/less/download.html
508Home Page: http://www.greenwoodsoftware.com/less/ 508Home Page: http://www.greenwoodsoftware.com/less/
509Mailing List: 509Mailing List:
510Responsible: mrg 510Responsible: mrg
511License: BSD or GPLv2 511License: BSD or GPLv2
512Notes: 512Notes:
513Many changes to make less act as more when invoked as more. Beware. 513Many changes to make less act as more when invoked as more. Beware.
514Use the src/usr.bin/less/less2netbsd script to prepare source tree 514Use the src/usr.bin/less/less2netbsd script to prepare source tree
515for importation. Run ./configure before hand to generate "defines.h". 515for importation. Run ./configure before hand to generate "defines.h".
516Talk to mrg before importing any new version. (less 381's configure 516Talk to mrg before importing any new version. (less 381's configure
517does not detect NetBSD has a sigset_t due to a bad test; this is fixed 517does not detect NetBSD has a sigset_t due to a bad test; this is fixed
518by hand in defines.h.) 518by hand in defines.h.)
519 519
520Package: libarchive 520Package: libarchive
521Version: 2.8.0 521Version: 2.8.0
522Current Ves.: 2.8.0 522Current Ves.: 2.8.0
523Maintainer: kientzle@freebsd.org, joerg@NetBSD.org 523Maintainer: kientzle@freebsd.org, joerg@NetBSD.org
524Archive Site: http://code.google.com/p/libarchive/ 524Archive Site: http://code.google.com/p/libarchive/
525Home Page: http://code.google.com/p/libarchive/ 525Home Page: http://code.google.com/p/libarchive/
526Responsible: joerg 526Responsible: joerg
527License: BSD 527License: BSD
528Notes: 528Notes:
529Distribution is stripped down to the relevant part. 529Distribution is stripped down to the relevant part.
530 530
531Package: libcdk 531Package: libcdk
532Version: 4.9.9-20000407-myc3 532Version: 4.9.9-20000407-myc3
533Current Vers: cdk-4.9.10-20000923 533Current Vers: cdk-4.9.10-20000923
534Maintainer: mike@vexus.ca 534Maintainer: mike@vexus.ca
535Archive Site: http://www.vexus.ca/products/CDK/ 535Archive Site: http://www.vexus.ca/products/CDK/
536Home Page: http://www.vexus.ca/products/CDK/ 536Home Page: http://www.vexus.ca/products/CDK/
537Responsible: garbled 537Responsible: garbled
538License: BSD (4-clause) 538License: BSD (4-clause)
539Notes: 539Notes:
540Initial port to netbsd curses was done by mycroft. This is a heavily 540Initial port to netbsd curses was done by mycroft. This is a heavily
541modified version of the released CDK 4.9.9. The current version has been 541modified version of the released CDK 4.9.9. The current version has been
542taken over by the Ncurses people, and has a number of changes to it. It 542taken over by the Ncurses people, and has a number of changes to it. It
543might be worthwhile to import at some future date, but for now we should 543might be worthwhile to import at some future date, but for now we should
544leave it alone. (garbled 1/4/2001) 544leave it alone. (garbled 1/4/2001)
545 545
546Package: libdevmapper 546Package: libdevmapper
547Version: 1.02.40 547Version: 1.02.40
548Current Vers: 1.02.40 548Current Vers: 1.02.40
549Maintainer: lvm-devel@redhat.com 549Maintainer: lvm-devel@redhat.com
550Archive Site: ftp://sources.redhat.com/pub/lvm2/ 550Archive Site: ftp://sources.redhat.com/pub/lvm2/
551Home Page: http://sources.redhat.com/lvm2/ 551Home Page: http://sources.redhat.com/lvm2/
552Responsible: haad 552Responsible: haad
553License: LGPLv2.1 553License: LGPLv2.1
554Notes: 554Notes:
555The lvm2tools and the libdevmapper are now distributed as one source  555The lvm2tools and the libdevmapper are now distributed as one source
556repository. See the lvm2tools Notes for more information. 556repository. See the lvm2tools Notes for more information.
557 557
558Package: libevent 558Package: libevent
559Version: 1.4.12-stable 559Version: 1.4.12-stable
560Current Vers: 2.0.2-alpha 560Current Vers: 2.0.2-alpha
561Maintainer: Niels Provos <provos@citi.umich.edu> 561Maintainer: Niels Provos <provos@citi.umich.edu>
562Archive Site: http://www.monkey.org/~provos/libevent/ 562Archive Site: http://www.monkey.org/~provos/libevent/
563Home Page: http://www.monkey.org/~provos/libevent/ 563Home Page: http://www.monkey.org/~provos/libevent/
564Responsible: provos 564Responsible: provos
565License: BSD (3/4-clause) 565License: BSD (3/4-clause)
566Notes: 566Notes:
567 567
568Package: lvm2tools 568Package: lvm2tools
569Version: 2.02.56 569Version: 2.02.56
570Current Vers: 2.02.56 570Current Vers: 2.02.56
571Maintainer: lvm-devel@redhat.com 571Maintainer: lvm-devel@redhat.com
572Archive Site: ftp://sources.redhat.com/pub/lvm2/ 572Archive Site: ftp://sources.redhat.com/pub/lvm2/
573Home Page: http://sources.redhat.com/lvm2/ 573Home Page: http://sources.redhat.com/lvm2/
574Responsible: haad 574Responsible: haad
575License: GPLv2 575License: GPLv2
576Notes:  576Notes:
577Use the src/external/gpl2/lvm2tools/dist/lvm2netbsd script to prepare source tree  577Use the src/external/gpl2/lvm2tools/dist/lvm2netbsd script to prepare source tree
578for import. Keep eye on dist/include/configure.h it migh change over the releases. 578for import. Keep eye on dist/include/configure.h it migh change over the releases.
579We maintain our own version of libdevmapper ioctl protocol code, therefore we  579We maintain our own version of libdevmapper ioctl protocol code, therefore we
580should test it before import. Talk to haad before importing new version. 580should test it before import. Talk to haad before importing new version.
581 581
582Package: libpcap 582Package: libpcap
583Version: 0.9.4 583Version: 0.9.4
584Current Vers: 1.0.0 584Current Vers: 1.0.0
585Maintainer: tcpdump-workers@tcpdump.org 585Maintainer: tcpdump-workers@tcpdump.org
586Archive Site: http://www.tcpdump.org/release/ 586Archive Site: http://www.tcpdump.org/release/
587Home Page: http://www.tcpdump.org/ 587Home Page: http://www.tcpdump.org/
588Mailing List: tcpdump-workers@tcpdump.org 588Mailing List: tcpdump-workers@tcpdump.org
589Responsible: dyoung 589Responsible: dyoung
590License: BSD (3/4-clause) 590License: BSD (3/4-clause)
591Notes: 591Notes:
592 592
593Package: libwrap 593Package: libwrap
594Version: tcp_wrappers 7.6 w/ large amount of IPv6 changes 594Version: tcp_wrappers 7.6 w/ large amount of IPv6 changes
595Current Vers: tcp_wrappers 7.6-ipv6.1 595Current Vers: tcp_wrappers 7.6-ipv6.1
596Maintainer: Wietse Venema <wietse@porcupine.org> 596Maintainer: Wietse Venema <wietse@porcupine.org>
597Archive Site: ftp://ftp.porcupine.org/pub/security/ 597Archive Site: ftp://ftp.porcupine.org/pub/security/
598Home Page: ftp://ftp.porcupine.org/pub/security/ 598Home Page: ftp://ftp.porcupine.org/pub/security/
599Mailing List: 599Mailing List:
600Responsible: cjs 600Responsible: cjs
601License: BSD-like 601License: BSD-like
602Notes: 602Notes:
603We import only libwrap (under src/lib), tcpdchk and tcpdmatch (both 603We import only libwrap (under src/lib), tcpdchk and tcpdmatch (both
604under src/usr.sbin). We don't use tcpd; that functionality is built 604under src/usr.sbin). We don't use tcpd; that functionality is built
605into inetd. The provided libwrap2netbsd script handles just libwrap. 605into inetd. The provided libwrap2netbsd script handles just libwrap.
606 606
607Package: m4 607Package: m4
608Version: 20091026 608Version: 20091026
609Current Vers: 20091026 609Current Vers: 20091026
610Maintainer: OpenBSD 610Maintainer: OpenBSD
611Archive Site: http://www.openbsd.org/cgi-bin/cvsweb/src/usr.bin/m4 611Archive Site: http://www.openbsd.org/cgi-bin/cvsweb/src/usr.bin/m4
612Home Page: http://openbsd.org 612Home Page: http://openbsd.org
613Mailing List:  613Mailing List:
614License: BSD 3-clause like (dns-sd) 614License: BSD 3-clause like (dns-sd)
615Responsible: christos 615Responsible: christos
616Notes: 616Notes:
617Imported in to /usr/src/usr.bin/m4; uses libc's ohash, and strtonum 617Imported in to /usr/src/usr.bin/m4; uses libc's ohash, and strtonum
618 618
619Package: mDNSResponder 619Package: mDNSResponder
620Version: 212.1 620Version: 212.1
621Current Vers: 214 621Current Vers: 214
622Maintainer: Apple 622Maintainer: Apple
623Archive Site: http://www.opensource.apple.com/tarballs/mDNSResponder/ 623Archive Site: http://www.opensource.apple.com/tarballs/mDNSResponder/
624Home Page: http://developer.apple.com/opensource/internet/bonjour.html 624Home Page: http://developer.apple.com/opensource/internet/bonjour.html
625Mailing List: bonjour-dev@lists.apple.com 625Mailing List: bonjour-dev@lists.apple.com
626License: Apache2 (mdnsd), BSD 3-clause (libdns_sd), 626License: Apache2 (mdnsd), BSD 3-clause (libdns_sd),
627 BSD 3-clause like (dns-sd) 627 BSD 3-clause like (dns-sd)
628Responsible: tsarna 628Responsible: tsarna
629Notes: 629Notes:
630The sources were integrated into src/sys/external/apache2/mDNSResponder/dist. 630The sources were integrated into src/sys/external/apache2/mDNSResponder/dist.
631 631
632Package: mdocml 632Package: mdocml
633Version: 1.9.9 633Version: 1.9.9
634Current Vers: 1.9.9 634Current Vers: 1.9.9
635Maintainer: Kristaps Džonsons 635Maintainer: Kristaps Džonsons
636Archive Site: http://mdocml.bsd.lv/snapshots/ 636Archive Site: http://mdocml.bsd.lv/snapshots/
637Home Page: http://mdocml.bsd.lv/ 637Home Page: http://mdocml.bsd.lv/
638Mailing List:  638Mailing List:
639Responsible: joerg 639Responsible: joerg
640License: BSD (2-clause) 640License: BSD (2-clause)
641Notes: 641Notes:
642 642
643Package: mesa-drm 643Package: mesa-drm
644Version: git 85b9f737db0d2a845e4d7e2bbf9ad12ff9e2227c 644Version: git 85b9f737db0d2a845e4d7e2bbf9ad12ff9e2227c
645Current Vers: 645Current Vers:
646Maintainer: mesa-git@? 646Maintainer: mesa-git@?
647Archive Site: git://anongit.freedesktop.org/git/mesa/drm 647Archive Site: git://anongit.freedesktop.org/git/mesa/drm
648Home Page: http://cgit.freedesktop.org/mesa/drm/ 648Home Page: http://cgit.freedesktop.org/mesa/drm/
649Mailing List: 649Mailing List:
650Responsible: mrg, bjs 650Responsible: mrg, bjs
651License: BSD 651License: BSD
652Notes: 652Notes:
653Imported all except for linux-core into src/sys/external/bsd/drm/dist. 653Imported all except for linux-core into src/sys/external/bsd/drm/dist.
654 654
655Package: mopd 655Package: mopd
656Version: 2.5.3 656Version: 2.5.3
657Current Vers: 2.5.3 657Current Vers: 2.5.3
658Maintainer: Mats O Jansson <maja@celsiustech.se> 658Maintainer: Mats O Jansson <maja@celsiustech.se>
659Archive Site: http://www.stacken.kth.se/~moj/mopd.html 659Archive Site: http://www.stacken.kth.se/~moj/mopd.html
660Home Page: http://www.stacken.kth.se/~moj/mopd.html 660Home Page: http://www.stacken.kth.se/~moj/mopd.html
661Mailing List: 661Mailing List:
662Responsible: cjs 662Responsible: cjs
663License: BSD (4-clause) 663License: BSD (4-clause)
664Notes: 664Notes:
665Delete the otherOS directory before importing. 665Delete the otherOS directory before importing.
666 666
667Package: nawk 667Package: nawk
668Version: 2007-05-01 668Version: 2007-05-01
669Current Vers: 2007-10-23 669Current Vers: 2007-10-23
670Maintainer: Brian Kernighan <bwk@princeton.edu> 670Maintainer: Brian Kernighan <bwk@princeton.edu>
671Archive Site: http://www.cs.princeton.edu/~bwk/btl.mirror/ 671Archive Site: http://www.cs.princeton.edu/~bwk/btl.mirror/
672Home Page: http://www.cs.princeton.edu/~bwk/btl.mirror/ 672Home Page: http://www.cs.princeton.edu/~bwk/btl.mirror/
673Mailing List: 673Mailing List:
674Responsible: jdolecek 674Responsible: jdolecek
675License: BSD-like 675License: BSD-like
676Notes: 676Notes:
677Build maketab from nawk sources and generate proctab.c. 677Build maketab from nawk sources and generate proctab.c.
678Remove buildwin.bat, mac.code, missing95.c, ytab.[ch], ytab?.bak, then import 678Remove buildwin.bat, mac.code, missing95.c, ytab.[ch], ytab?.bak, then import
679to src/dist/nawk. 679to src/dist/nawk.
680 680
681Package: ndbootd 681Package: ndbootd
682Version: 0.5 682Version: 0.5
683Current Vers: 0.5 683Current Vers: 0.5
684Maintainer: Matt Fredette <fredette@alum.mit.edu> 684Maintainer: Matt Fredette <fredette@alum.mit.edu>
685Archive Site: 685Archive Site:
686Home Page: 686Home Page:
687Responsible: fredette 687Responsible: fredette
688License: BSD (4-clause) 688License: BSD (4-clause)
689Notes: 689Notes:
690Run ./configure, save config.h, make distclean, rm all autoconf/automake 690Run ./configure, save config.h, make distclean, rm all autoconf/automake
691and ndbootd-raw.c. Restore saved config.h, and force it to define 691and ndbootd-raw.c. Restore saved config.h, and force it to define
692HAVE_STRICT_ALIGNMENT. Fix RCS IDs, import. 692HAVE_STRICT_ALIGNMENT. Fix RCS IDs, import.
693 693
694Package: ntp 694Package: ntp
695Version: 4.2.6 695Version: 4.2.6
696Current Vers: 4.2.4p8 696Current Vers: 4.2.4p8
697Maintainer: David L. Mills <mills@udel.edu> 697Maintainer: David L. Mills <mills@udel.edu>
698Archive Site: ftp://ftp.udel.edu/pub/ntp/ntp4/ 698Archive Site: ftp://ftp.udel.edu/pub/ntp/ntp4/
699Home Page: http://www.ntp.org/, http://support.ntp.org/ 699Home Page: http://www.ntp.org/, http://support.ntp.org/
700Mailing List: 700Mailing List:
701Responsible: simonb, jonathan, kardel 701Responsible: simonb, jonathan, kardel
702License: BSD-like 702License: BSD-like
703Notes: 703Notes:
704See /usr/src/dist/ntp/ntp2netbsd for update instructions. 704See /usr/src/dist/ntp/ntp2netbsd for update instructions.
705 705
706Package: nvi 706Package: nvi
707Version: 1.81.6 707Version: 1.81.6
708Current Vers: 1.81.6 708Current Vers: 1.81.6
709Maintainer: Keith Bostic <bostic@bsdi.com> 709Maintainer: Keith Bostic <bostic@bsdi.com>
710Archive Site: ftp://ftp.bostic.com/pub/ 710Archive Site: ftp://ftp.bostic.com/pub/
711Home Page: http://www.bostic.com/vi/ 711Home Page: http://www.bostic.com/vi/
712Mailing List: 712Mailing List:
713Responsible: aymeric, christos 713Responsible: aymeric, christos
714License: BSD (3/4-clause) 714License: BSD (3/4-clause)
715Notes: 715Notes:
716We have lots of local fixes. 716We have lots of local fixes.
717 717
718Package: OpenLDAP 718Package: OpenLDAP
719Version: 2.4.21 719Version: 2.4.21
720Current Vers: 2.4.21 720Current Vers: 2.4.21
721Maintainer: OpenLDAP Foundation 721Maintainer: OpenLDAP Foundation
722Archive Site: http://www.openldap.org/ 722Archive Site: http://www.openldap.org/
723Home Page: http://www.openldap.org/ 723Home Page: http://www.openldap.org/
724Mailing List: 724Mailing List:
725Responsible: lukem 725Responsible: lukem
726License: BSD (3-clause) 726License: BSD (3-clause)
727Notes: 727Notes:
728Imported into src/external/bsd/openldap/dist/ 728Imported into src/external/bsd/openldap/dist/
729 729
730Package: OpenPAM 730Package: OpenPAM
731Version: 20071221 731Version: 20071221
732Current Vers: 20071221 732Current Vers: 20071221
733Maintainer: Dag-Erling Smørgrav <des@FreeBSD.org> 733Maintainer: Dag-Erling Smørgrav <des@FreeBSD.org>
734Archive Site: http://www.openpam.org/ 734Archive Site: http://www.openpam.org/
735Home Page: http://www.openpam.org/ 735Home Page: http://www.openpam.org/
736Mailing List: 736Mailing List:
737Responsible: christos 737Responsible: christos
738License: BSD (3-clause) 738License: BSD (3-clause)
739Notes: 739Notes:
740Next import will need $ Id removal.. 740Next import will need $ Id removal..
741 741
742Package: openresolv 742Package: openresolv
743Version: 3.3.4 743Version: 3.3.4
744Current Vers: 3.3.4 744Current Vers: 3.3.4
745Maintainer: roy 745Maintainer: roy
746Archive Site: ftp://roy.marples.name/pub/openresolv/ 746Archive Site: ftp://roy.marples.name/pub/openresolv/
747Home Page: http://roy.marples.name/projects/openresolv/ 747Home Page: http://roy.marples.name/projects/openresolv/
748Mailing List: openresolv-discuss@marples.name 748Mailing List: openresolv-discuss@marples.name
749License: BSD (2-clause) 749License: BSD (2-clause)
750Notes: 750Notes:
751Please submit all changes to the author. 751Please submit all changes to the author.
752 752
753Package: HPN-SSH 753Package: HPN-SSH
754Version: 5.2p1 13 v6 754Version: 5.2p1 13 v6
755Current Vers: 5.2p1 13 v6 755Current Vers: 5.2p1 13 v6
756Maintainer: www.psc.edu 756Maintainer: www.psc.edu
757Archive Site: http://www.psc.edu/networking/projects/hpn-ssh/openssh-5.2p1-hpn13v6.diff.gz 757Archive Site: http://www.psc.edu/networking/projects/hpn-ssh/openssh-5.2p1-hpn13v6.diff.gz
758Home Page: http://www.psc.edu/networking/projects/hpn-ssh/ 758Home Page: http://www.psc.edu/networking/projects/hpn-ssh/
759Mailing List: 759Mailing List:
760Responsible: christos 760Responsible: christos
761License:  761License:
762Notes: 762Notes:
763Patch applied after OpenSSH import. 763Patch applied after OpenSSH import.
764 764
765Package: OpenSSH 765Package: OpenSSH
766Version: 5.3 766Version: 5.3
767Current Vers: 5.3 / portable 5.3p1 767Current Vers: 5.3 / portable 5.3p1
768Maintainer: OpenSSH 768Maintainer: OpenSSH
769Archive Site: http://www.openssh.com/ftp.html 769Archive Site: http://www.openssh.com/ftp.html
770Home Page: http://www.openssh.com/portable.html 770Home Page: http://www.openssh.com/portable.html
771Mailing List: openssh-unix-announce@mindrot.org 771Mailing List: openssh-unix-announce@mindrot.org
772Responsible: thorpej, christos, elric 772Responsible: thorpej, christos, elric
773License: BSD. See src/crypto/external/bsd/openssh/dist/LICENSE 773License: BSD. See src/crypto/external/bsd/openssh/dist/LICENSE
774Notes: 774Notes:
775imported from OpenBSD ssh -- is not from the portable OpenSSH 775imported from OpenBSD ssh -- is not from the portable OpenSSH
776into crypto/external/bsd/openssh/dist. use openssh2netbsd before import. 776into crypto/external/bsd/openssh/dist. use openssh2netbsd before import.
777local changes (should always try to bring them back to master openssh tree, 777local changes (should always try to bring them back to master openssh tree,
778markus is very cooperative about it): 778markus is very cooperative about it):
779- default for PermitRootLogin is set to "no" 779- default for PermitRootLogin is set to "no"
780- IgnoreRootRhosts added 780- IgnoreRootRhosts added
781- look at login.conf to check valid user/access list 781- look at login.conf to check valid user/access list
782- krb5 support re-added 782- krb5 support re-added
783- hack in cipher.c #ifdef ACCS because we are missing EVP_acss 783- hack in cipher.c #ifdef ACCS because we are missing EVP_acss
784 when someone imports openssl, we can remove this. 784 when someone imports openssl, we can remove this.
785- added moduli from portable openssh 785- added moduli from portable openssh
786- added USE_PAM patches and auth_pam.[ch] from portable openssh 786- added USE_PAM patches and auth_pam.[ch] from portable openssh
787- conditionalize login_cap 787- conditionalize login_cap
788- conditionalize bsd_auth 788- conditionalize bsd_auth
789- restore krb5, krb4, afs, skey 789- restore krb5, krb4, afs, skey
790- bring in hpn patches, disable mt aes cipher, keep speedups and cipher none 790- bring in hpn patches, disable mt aes cipher, keep speedups and cipher none
791- fix ctype macro arguments 791- fix ctype macro arguments
792- umac is broken, disable it 792- umac is broken, disable it
793- better ~homedir handling 793- better ~homedir handling
794- netbsd style tunnels 794- netbsd style tunnels
795- urandom, xhome, chrootdir, rescuedir NetBSD handling 795- urandom, xhome, chrootdir, rescuedir NetBSD handling
796- utmp/utmpx handling 796- utmp/utmpx handling
797- handle tty posix_vdisable properly 797- handle tty posix_vdisable properly
798- handle setuid and unsetuid the posix way instead of setresuid() 798- handle setuid and unsetuid the posix way instead of setresuid()
799- add all missing functions 799- add all missing functions
800- always bump major when importing to avoid api problems. 800- always bump major when importing to avoid api problems.
801 801
802Package: OpenSSL 802Package: OpenSSL
803Version: SNAP-20091226 803Version: SNAP-20091226
804Current Vers: 0.9.8n/1.0.0 804Current Vers: 0.9.8n/1.0.0
805Maintainer: The OpenSSL Project 805Maintainer: The OpenSSL Project
806Archive Site: ftp://ftp.openssl.org/source/ 806Archive Site: ftp://ftp.openssl.org/source/
807Home Page: http://www.openssl.org/ 807Home Page: http://www.openssl.org/
808Mailing List: openssl-announce@openssl.org 808Mailing List: openssl-announce@openssl.org
809Responsible: mcr, thorpej, groo, christos, mjf 809Responsible: mcr, thorpej, groo, christos, mjf
810License: OpenSSL and SSLeay license (both BSD-like) 810License: OpenSSL and SSLeay license (both BSD-like)
811Notes: 811Notes:
812- Run openssl2netbsd to get rid of the RCSID identifiers 812- Run openssl2netbsd to get rid of the RCSID identifiers
813- run make in /usr/src/crypto/external/bsd/openssl/lib/libcrypto/man 813- run make in /usr/src/crypto/external/bsd/openssl/lib/libcrypto/man
814 to regen man pages. 814 to regen man pages.
815 815
816Package: pdisk 816Package: pdisk
817Version: 0.8a2 817Version: 0.8a2
818Current Vers: 0.8a2 818Current Vers: 0.8a2
819Maintainer: Eryk Vershen <eryk@cfcl.com> 819Maintainer: Eryk Vershen <eryk@cfcl.com>
820Archive Site: http://cantaforda.com/cfcl/eryk/linux/pdisk/index.html 820Archive Site: http://cantaforda.com/cfcl/eryk/linux/pdisk/index.html
821Home Page: http://cantaforda.com/cfcl/eryk/linux/pdisk/index.html 821Home Page: http://cantaforda.com/cfcl/eryk/linux/pdisk/index.html
822Mailing List: 822Mailing List:
823Responsible: dbj 823Responsible: dbj
824License: BSD-like 824License: BSD-like
825Notes: 825Notes:
826This is the disk partition utility used by Apple's mkLinux and OS X 826This is the disk partition utility used by Apple's mkLinux and OS X
827It is imported into dist/pdisk, with a reachover makefile in 827It is imported into dist/pdisk, with a reachover makefile in
828src/sbin/pdisk builds for macppc and mac68k. 828src/sbin/pdisk builds for macppc and mac68k.
829 829
830Package: pdksh 830Package: pdksh
831Version: 5.2.14p2 831Version: 5.2.14p2
832Current Vers: 5.2.14p2 832Current Vers: 5.2.14p2
833Maintainer: Michael Rendell <michael@cs.mun.ca> 833Maintainer: Michael Rendell <michael@cs.mun.ca>
834Archive Site: ftp://ftp.cs.mun.ca/pub/pdksh/ 834Archive Site: ftp://ftp.cs.mun.ca/pub/pdksh/
835Home Page: http://www.cs.mun.ca/~michael/pdksh/ 835Home Page: http://www.cs.mun.ca/~michael/pdksh/
836Mailing List: 836Mailing List:
837Responsible: jdolecek 837Responsible: jdolecek
838License: Public domain 838License: Public domain
839pdksh-5.2.14-patches.1 and pdksh-5.2.14-patches.2 have been applied. 839pdksh-5.2.14-patches.1 and pdksh-5.2.14-patches.2 have been applied.
840 840
841Package: PF (openbsd packet filter) 841Package: PF (openbsd packet filter)
842Version: OpenBSD 4.2 842Version: OpenBSD 4.2
843Current Vers: OpenBSD 4.3-current 843Current Vers: OpenBSD 4.3-current
844Maintainer: The OpenBSD Project 844Maintainer: The OpenBSD Project
845Archive Site: ftp://ftp.openbsd.org/ 845Archive Site: ftp://ftp.openbsd.org/
846Home Page: http://www.openbsd.org/faq/pf/ 846Home Page: http://www.openbsd.org/faq/pf/
847Mailing List: pf@benzedrine.cx or appropriate OpenBSD mailing list 847Mailing List: pf@benzedrine.cx or appropriate OpenBSD mailing list
848Responsible: peter, yamt 848Responsible: peter, yamt
849License: BSD (2-clause) 849License: BSD (2-clause)
850Notes: 850Notes:
851kernel code is imported into src/sys/dist/pf and src/sys/net has reachover 851kernel code is imported into src/sys/dist/pf and src/sys/net has reachover
852definition (files.pf). userland code is imported into src/dist/pf, and 852definition (files.pf). userland code is imported into src/dist/pf, and
853reachover Makefiles are in src/usr.sbin/pf. 853reachover Makefiles are in src/usr.sbin/pf.
854 854
855Package: pkg_install 855Package: pkg_install
856Version: 20081002 856Version: 20081002
857Current Vers.: 20081002 857Current Vers.: 20081002
858Maintainer: The pkgsrc developers 858Maintainer: The pkgsrc developers
859Home Page: http://www.pkgsrc.org 859Home Page: http://www.pkgsrc.org
860Mailing List: tech-pkg@NetBSD.org 860Mailing List: tech-pkg@NetBSD.org
861Responsible: joerg 861Responsible: joerg
862License: BSD 862License: BSD
863Notes: 863Notes:
864The authoritative version used to live in src/usr.sbin/pkg_install and was 864The authoritative version used to live in src/usr.sbin/pkg_install and was
865moved to pkgsrc/pkgtool/pkg_install. Reachover Makefiles are kept in place. 865moved to pkgsrc/pkgtool/pkg_install. Reachover Makefiles are kept in place.
866 866
867Package: ping 867Package: ping
868Version: 980911 868Version: 980911
869Current Vers: 980911 869Current Vers: 980911
870Maintainer: Vernon Schryver <vjs@rhyolite.com> 870Maintainer: Vernon Schryver <vjs@rhyolite.com>
871Archive Site: ftp://ftp.rhyolite.com/src/ 871Archive Site: ftp://ftp.rhyolite.com/src/
872Home Page: http://www.rhyolite.com/src/ 872Home Page: http://www.rhyolite.com/src/
873Mailing List: 873Mailing List:
874Responsible: christos 874Responsible: christos
875License: BSD (3-clause) 875License: BSD (3-clause)
876Notes: 876Notes:
877We use err() and friends. We have changes for snprintf, extra 877We use err() and friends. We have changes for snprintf, extra
878formatting in man pages, disallowing flood pinging, alignment fixes, 878formatting in man pages, disallowing flood pinging, alignment fixes,
879and more. 879and more.
880 880
881Package: postfix 881Package: postfix
882Version: 2.7.1 882Version: 2.7.1
883Current Vers: 2.7.1 883Current Vers: 2.7.1
884Maintainer: Wietse Venema <wietse@porcupine.org> 884Maintainer: Wietse Venema <wietse@porcupine.org>
885Archive Site: ftp://postfix.cloud9.net/official/ 885Archive Site: ftp://postfix.cloud9.net/official/
886Home Page: http://www.postfix.org/ 886Home Page: http://www.postfix.org/
887Mailing List: postfix-users@postfix.org 887Mailing List: postfix-users@postfix.org
888Responsible: christos, tron 888Responsible: christos, tron
889License: IBM Public License. See also src/external/ibm-public/postfix/dist. 889License: IBM Public License. See also src/external/ibm-public/postfix/dist.
890Notes: 890Notes:
891HTML documentation should be kept in sync with the README_FILES. 891HTML documentation should be kept in sync with the README_FILES.
892src/gnu/dist/postfix/conf/postfix-files must be kept in sync with our 892src/gnu/dist/postfix/conf/postfix-files must be kept in sync with our
893directory layout (the easiest way to check is by running ``postfix 893directory layout (the easiest way to check is by running ``postfix
894set-permissions''). 894set-permissions'').
895 895
896Package: ppp 896Package: ppp
897Version: 2.4.4 897Version: 2.4.4
898Current Vers: 2.4.4 898Current Vers: 2.4.4
899Maintainer: Paul Mackerras <paulus@samba.org> 899Maintainer: Paul Mackerras <paulus@samba.org>
900Archive Site: ftp://ftp.samba.org/pub/ppp/ 900Archive Site: ftp://ftp.samba.org/pub/ppp/
901Home Page: 901Home Page:
902CVS root: :pserver:cvs@pserver.samba.org:/cvsroot (password: cvs) 902CVS root: :pserver:cvs@pserver.samba.org:/cvsroot (password: cvs)
903Mailing List: 903Mailing List:
904Responsible: christos, cube 904Responsible: christos, cube
905License: BSD (3-clause) 905License: BSD (3-clause)
906Notes: 906Notes:
907BSD support was removed from 2.4.0; I added it back and removed 907BSD support was removed from 2.4.0; I added it back and removed
908some GPL pieces. Multilink support is missing. Repeated pings to 908some GPL pieces. Multilink support is missing. Repeated pings to
909Paulus have not yielded results. I've retrofitted pppdump to use 909Paulus have not yielded results. I've retrofitted pppdump to use
910net/zlib, and <net/ppp-comp.h> and I now maintain sys-bsd.c. This 910net/zlib, and <net/ppp-comp.h> and I now maintain sys-bsd.c. This
911is clearly a pain. I have not tested the modules code, neither our 911is clearly a pain. I have not tested the modules code, neither our
912makefiles make it easy to construct a module, but I left one there 912makefiles make it easy to construct a module, but I left one there
913as an example. 913as an example.
914TDB code as found in 2.4.x, x>1 is under the GPL. Therefore, we're 914TDB code as found in 2.4.x, x>1 is under the GPL. Therefore, we're
915using the version found in 2.4.1. 915using the version found in 2.4.1.
916 916
917Package: rcs 917Package: rcs
918Version: 5.7 918Version: 5.7
919Current Vers: 5.7 919Current Vers: 5.7
920Maintainer: FSF 920Maintainer: FSF
921Archive Site: ftp://ftp.gnu.org/gnu/rcs/ 921Archive Site: ftp://ftp.gnu.org/gnu/rcs/
922Mailing List: bug-gnu-utils@gnu.org 922Mailing List: bug-gnu-utils@gnu.org
923Home Page: http://www.gnu.org/software/rcs/ 923Home Page: http://www.gnu.org/software/rcs/
924Responsible: agc 924Responsible: agc
925License: GPLv2 925License: GPLv2
926Notes: 926Notes:
927Beta versions are available from Purdue (ftp.cs.purdue.edu:/pub/RCS). 927Beta versions are available from Purdue (ftp.cs.purdue.edu:/pub/RCS).
928 928
929Package: root.cache 929Package: root.cache
930Version: 2008121200 (Dec 12, 2008) 930Version: 2008121200 (Dec 12, 2008)
931Current Vers: 2008121200 (Dec 12, 2008) 931Current Vers: 2008121200 (Dec 12, 2008)
932Maintainer: InterNIC 932Maintainer: InterNIC
933Archive Site: ftp://ftp.internic.net/domain/named.root 933Archive Site: ftp://ftp.internic.net/domain/named.root
934Home Page: ftp://ftp.internic.net/domain/named.root 934Home Page: ftp://ftp.internic.net/domain/named.root
935Mailing List: 935Mailing List:
936Responsible: thorpej 936Responsible: thorpej
937License: Public domain 937License: Public domain
938Notes: 938Notes:
939The root server cache is also included with BIND. However, the 939The root server cache is also included with BIND. However, the
940InterNIC version is usually more up to date. 940InterNIC version is usually more up to date.
941 941
942Package: routed 942Package: routed
943Version: 2.32 943Version: 2.32
944Current Vers: 2.32 944Current Vers: 2.32
945Maintainer: Vernon Schryver <vjs@rhyolite.com> 945Maintainer: Vernon Schryver <vjs@rhyolite.com>
946Archive Site: ftp://ftp.rhyolite.com/src/ 946Archive Site: ftp://ftp.rhyolite.com/src/
947Home Page: http://www.rhyolite.com/src/ 947Home Page: http://www.rhyolite.com/src/
948Mailing List: 948Mailing List:
949Responsible: christos 949Responsible: christos
950License: BSD (4-clause) 950License: BSD (4-clause)
951Notes: 951Notes:
952We use the md5 code from libc 952We use the md5 code from libc
953We don't allow RIP_TRACEON and RIP_TRACEOFF 953We don't allow RIP_TRACEON and RIP_TRACEOFF
954We use arc4random 954We use arc4random
955We use strlcpy/snprintf 955We use strlcpy/snprintf
956 956
957Package: send-pr (part of GNATS) 957Package: send-pr (part of GNATS)
958Version: 3.95 958Version: 3.95
959Current Vers: 4.1 959Current Vers: 4.1
960Maintainer: FSF 960Maintainer: FSF
961Archive Site: ftp://ftp.gnu.org/gnu/gnats/ 961Archive Site: ftp://ftp.gnu.org/gnu/gnats/
962Home Page: http://www.gnu.org/software/gnats/ 962Home Page: http://www.gnu.org/software/gnats/
963Mailing List: bug-gnats@gnu.org 963Mailing List: bug-gnats@gnu.org
964License: GPLv2 964License: GPLv2
965Responsible: 965Responsible:
966Notes: 966Notes:
967 967
968Package: SoftFloat 968Package: SoftFloat
969Version: 2a 969Version: 2a
970Current Vers: 2b 970Current Vers: 2b
971Maintainer: John Hauser <jhauser@jhauser.us> 971Maintainer: John Hauser <jhauser@jhauser.us>
972Archive Site: http://www.jhauser.us/arithmetic/SoftFloat.html 972Archive Site: http://www.jhauser.us/arithmetic/SoftFloat.html
973Home Page: http://www.jhauser.us/arithmetic/SoftFloat.html 973Home Page: http://www.jhauser.us/arithmetic/SoftFloat.html
974Mailing List: 974Mailing List:
975Responsible: bjh21 975Responsible: bjh21
976License: Public domain 976License: Public domain
977Notes: 977Notes:
978Heavily modified for use as a soft float library for GCC. The actual 978Heavily modified for use as a soft float library for GCC. The actual
979arithmetic code is unchanged, though, and should behave exactly like the 979arithmetic code is unchanged, though, and should behave exactly like the
980original. 980original.
981 981
982Package: tcpdump 982Package: tcpdump
983Version: 3.9.7 983Version: 3.9.7
984Current Vers: 4.0.0 984Current Vers: 4.0.0
985Maintainer: tcpdump-workers@lists.tcpdump.org 985Maintainer: tcpdump-workers@lists.tcpdump.org
986Archive Site: http://www.tcpdump.org/release/ 986Archive Site: http://www.tcpdump.org/release/
987Home Page: http://www.tcpdump.org/ 987Home Page: http://www.tcpdump.org/
988Mailing List: tcpdump-workers@lists.tcpdump.org 988Mailing List: tcpdump-workers@lists.tcpdump.org
989Responsible: 989Responsible:
990License: BSD (3-clause) 990License: BSD (3-clause)
991Notes: 991Notes:
992Code will be imported into src/dist/tcpdump. Changes have to go back to 992Code will be imported into src/dist/tcpdump. Changes have to go back to
993tcpdump.org. 993tcpdump.org.
994 994
995Package: termcap.src 995Package: termcap.src
996Version: 9.13.25 996Version: 9.13.25
997Current Vers: 11.0.1 997Current Vers: 11.0.1
998Maintainer: Eric S. Raymond <terminfo@ccil.org> 998Maintainer: Eric S. Raymond <terminfo@ccil.org>
999Archive Site: http://www.catb.org/~esr/terminfo/ 999Archive Site: http://www.catb.org/~esr/terminfo/
1000Home Page: http://www.catb.org/~esr/terminfo/ 1000Home Page: http://www.catb.org/~esr/terminfo/
1001Mailing List: 1001Mailing List:
1002Responsible: 1002Responsible:
1003License: Public domain 1003License: Public domain
1004Notes: 1004Notes:
1005 1005
1006Package: TestFloat 1006Package: TestFloat
1007Version: 2a 1007Version: 2a
1008Current Vers: 2a 1008Current Vers: 2a
1009Maintainer: John Hauser <jhauser@jhauser.us> 1009Maintainer: John Hauser <jhauser@jhauser.us>
1010Archive Site: http://www.jhauser.us/arithmetic/TestFloat.html 1010Archive Site: http://www.jhauser.us/arithmetic/TestFloat.html
1011Home Page: http://www.jhauser.us/arithmetic/TestFloat.html 1011Home Page: http://www.jhauser.us/arithmetic/TestFloat.html
1012Mailing List: 1012Mailing List:
1013Responsible: ross 1013Responsible: ross
1014License: BSD (4-clause) 1014License: BSD (4-clause)
1015Notes: 1015Notes:
1016 1016
1017Package: texinfo 1017Package: texinfo
1018Version: 4.8 1018Version: 4.8
1019Current Vers: 4.13 1019Current Vers: 4.13
1020Maintainer: FSF 1020Maintainer: FSF
1021Archive Site: ftp://ftp.gnu.org/gnu/texinfo/ 1021Archive Site: ftp://ftp.gnu.org/gnu/texinfo/
1022Home Page: http://www.gnu.org/software/texinfo/ 1022Home Page: http://www.gnu.org/software/texinfo/
1023Mailing List: bug-texinfo@gnu.org 1023Mailing List: bug-texinfo@gnu.org
1024Responsible:  1024Responsible:
1025License: GPLv2 (4.9 is GPLv3) 1025License: GPLv2 (4.9 is GPLv3)
1026Notes: 1026Notes:
1027Use src/gnu/dist/texinfo/texinfo2netbsd for preparing the source tree 1027Use src/gnu/dist/texinfo/texinfo2netbsd for preparing the source tree
1028for the import. 1028for the import.