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