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