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