3RDPARTY revision 1.1003 1 # $NetBSD: 3RDPARTY,v 1.1003 2013/02/16 21:40:57 jmmv 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.12
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: less
573 Version: less-444
574 Current Vers: less-451
575 Maintainer: Mark Nudelman <markn (a] greenwoodsoftware.com>
576 Archive Site: http://www.greenwoodsoftware.com/less/download.html
577 Home Page: http://www.greenwoodsoftware.com/less/
578 Mailing List: less-announce-request (a] greenwoodsoftware.com
579 Responsible: mrg
580 License: Less License (BSD 2-clause) or GPLv3 (v2 prior to less-418)
581 Location: external/bsd/less/dist
582 Notes:
583 Many changes to make less act as more when invoked as more. Beware.
584 Use the "src/external/bsd/less/less2netbsd" script to prepare source tree
585 for importation. Run ./configure beforehand to generate "defines.h".
586 Talk to mrg before importing any new version.
587
588 Package: libarchive
589 Version: 2.8.4
590 Current Vers: 2.8.5 (legacy) / 3.0.3 (stable)
591 Maintainer: kientzle (a] freebsd.org, joerg (a] NetBSD.org
592 Archive Site: https://github.com/libarchive/libarchive/downloads
593 Home Page: http://libarchive.github.com/
594 Responsible: joerg
595 License: BSD (2-clause)
596 Location: external/bsd/libarchive/dist
597 Notes:
598 Distribution is stripped down to the relevant part.
599
600 Package: libdevmapper
601 Version: 1.02.40
602 Current Vers: 1.02.40
603 Maintainer: lvm-devel (a] redhat.com
604 Archive Site: ftp://sources.redhat.com/pub/lvm2/
605 Home Page: http://sources.redhat.com/lvm2/
606 Responsible: haad
607 License: LGPLv2.1
608 Location: external/gpl2/lvm2/dist/libdm
609 Notes:
610 The lvm2tools and the libdevmapper are now distributed as one source
611 repository. See the lvm2tools Notes for more information.
612
613 Package: libevent
614 Version: 1.4.12-stable
615 Current Vers: 2.0.2-alpha
616 Maintainer: Niels Provos <provos (a] citi.umich.edu>
617 Archive Site: http://www.monkey.org/~provos/libevent/
618 Home Page: http://www.monkey.org/~provos/libevent/
619 Responsible: provos
620 License: BSD (3/4-clause)
621 Location: external/bsd/libevent/dist
622 Notes:
623
624 Package: lvm2tools
625 Version: 2.02.56
626 Current Vers: 2.02.56
627 Maintainer: lvm-devel (a] redhat.com
628 Archive Site: ftp://sources.redhat.com/pub/lvm2/
629 Home Page: http://sources.redhat.com/lvm2/
630 Responsible: haad
631 License: GPLv2
632 Location: external/gpl2/lvm2/dist
633 Notes:
634 Use the src/external/gpl2/lvm2tools/dist/lvm2netbsd script to prepare source tree
635 for import. Keep eye on dist/include/configure.h it migh change over the releases.
636 We maintain our own version of libdevmapper ioctl protocol code, therefore we
637 should test it before import. Talk to haad before importing new version.
638
639 Package: libpcap
640 Version: 1.1.1
641 Current Vers: 1.1.1
642 Maintainer: tcpdump-workers (a] tcpdump.org
643 Archive Site: http://www.tcpdump.org/release/
644 Home Page: http://www.tcpdump.org/
645 Mailing List: tcpdump-workers (a] tcpdump.org
646 Responsible: dyoung
647 License: BSD (3/4-clause)
648 Location: external/bsd/libpcap/dist
649 Notes:
650 Use the src/external/bsd/libpcap/dist/libpcap2netbsd script to prepare source
651 tree.
652
653 Package: libwrap
654 Version: tcp_wrappers 7.6 w/ large amount of IPv6 changes
655 Current Vers: tcp_wrappers 7.6-ipv6.4
656 Maintainer: Wietse Venema <wietse (a] porcupine.org>
657 Archive Site: ftp://ftp.porcupine.org/pub/security/
658 Home Page: ftp://ftp.porcupine.org/pub/security/
659 Mailing List:
660 Responsible: cjs
661 License: BSD-like
662 Location: lib/libwrap
663 Notes:
664 We import only libwrap (under src/lib), tcpdchk and tcpdmatch (both
665 under src/usr.sbin). We don't use tcpd; that functionality is built
666 into inetd. The provided libwrap2netbsd script handles just libwrap.
667
668 Package: Lua
669 Version: Lua 5.1.4
670 Current Vers: Lua 5.2.1
671 Maintainer: PUC Rio
672 Home Page: http://www.lua.org/
673 Mailing List:
674 Responsible: mbalmer
675 License: MIT
676 Location: external/mit/lua/dist
677 Notes:
678 The default module paths have been changed to not include the current
679 working directory '.' to avoid potential security problems.
680
681 Package: Lutok
682 Version: 0.2
683 Current Vers: 0.2
684 Maintainer: Julio Merino <jmmv (a] NetBSD.org>
685 Archive site: http://code.google.com/p/lutok/downloads/list?can=1
686 Home page: http://code.google.com/p/lutok/
687 Mailing List: lutok-discuss (a] googlegroups.com
688 Responsible: jmmv
689 License: BSD 3-clause
690 Location: external/bsd/lutok/dist
691 Notes:
692 The source files are in external/bsd/lutok/dist.
693 Use external/bsd/lutok/prepare-import.sh to regenerate the dist/ directory.
694
695 Package: m4
696 Version: 20091026
697 Current Vers: 20091026
698 Maintainer: The OpenBSD Project
699 Archive Site: http://www.openbsd.org/cgi-bin/cvsweb/src/usr.bin/m4
700 Home Page: http://www.openbsd.org/
701 Mailing List:
702 License: BSD 3-clause like (dns-sd)
703 Responsible: christos
704 Location: usr.bin/m4
705 Notes:
706 Uses libc's ohash, and strtonum
707
708 Package: mDNSResponder
709 Version: 212.1
710 Current Vers: 258.14
711 Maintainer: Apple
712 Archive Site: http://www.opensource.apple.com/tarballs/mDNSResponder/
713 Home Page: http://developer.apple.com/opensource/internet/bonjour.html
714 Mailing List: bonjour-dev (a] lists.apple.com
715 License: Apache2 (mdnsd), BSD 3-clause (libdns_sd),
716 BSD 3-clause like (dns-sd)
717 Responsible: tsarna
718 Location: external/apache2/mDNSResponder/dist
719 Notes:
720
721 Package: mdocml
722 Version: 1.12.0
723 Current Vers: 1.12.1
724 Maintainer: Kristaps Donsons
725 Archive Site: http://mdocml.bsd.lv/snapshots/
726 Home Page: http://mdocml.bsd.lv/
727 Mailing List:
728 Responsible: joerg
729 License: BSD (2-clause)
730 Location: external/bsd/mdocml/dist
731 Notes:
732
733 Package: mesa-drm
734 Version: git 85b9f737db0d2a845e4d7e2bbf9ad12ff9e2227c
735 Current Vers:
736 Maintainer: mesa-git@?
737 Archive Site: git://anongit.freedesktop.org/git/mesa/drm
738 Home Page: http://cgit.freedesktop.org/mesa/drm/
739 Mailing List:
740 Responsible: mrg, bjs
741 License: BSD
742 Location: sys/external/bsd/drm/dist
743 Notes:
744
745 Package: mopd
746 Version: 2.5.3
747 Current Vers: 2.5.3
748 Maintainer: Mats O Jansson <maja (a] celsiustech.se>
749 Archive Site: http://www.stacken.kth.se/~moj/mopd.html
750 Home Page: http://www.stacken.kth.se/~moj/mopd.html
751 Mailing List:
752 Responsible: cjs
753 License: BSD (4-clause)
754 Location: usr.sbin/mopd
755 Notes:
756 Delete the otherOS directory before importing.
757
758 Package: nawk
759 Version: 2012-12-20
760 Current Vers: 2012-12-20
761 Maintainer: Brian Kernighan <bwk (a] princeton.edu>
762 Archive Site: http://www.cs.princeton.edu/~bwk/btl.mirror/
763 Home Page: http://www.cs.princeton.edu/~bwk/btl.mirror/
764 Mailing List:
765 Responsible: jdolecek
766 License: BSD-like
767 Location: external/historical/nawk/dist
768 Notes:
769 Build maketab from nawk sources and generate proctab.c.
770 Remove buildwin.bat, missing95.c, ytab.[ch], ytab?.bak, vcvars.bat makefile.win
771 then import to src/external/historical/nawk/dist.
772
773 Package: ndbootd
774 Version: 0.5
775 Current Vers: 0.5
776 Maintainer: Matt Fredette <fredette (a] alum.mit.edu>
777 Archive Site:
778 Home Page:
779 Responsible: fredette
780 License: BSD (4-clause)
781 Location: usr.sbin/ndbootd
782 Notes:
783 Run ./configure, save config.h, make distclean, rm all autoconf/automake
784 and ndbootd-raw.c. Restore saved config.h, and force it to define
785 HAVE_STRICT_ALIGNMENT. Fix RCS IDs, import.
786
787 Package: ntp
788 Version: 4.2.6p5
789 Current Vers: 4.2.6p5
790 Maintainer: David L. Mills <mills (a] udel.edu>
791 Archive Site: ftp://ftp.udel.edu/pub/ntp/ntp4/
792 Home Page: http://www.ntp.org/, http://support.ntp.org/
793 Mailing List:
794 Responsible: simonb, jonathan, kardel
795 License: BSD-like
796 Location: external/bsd/ntp/dist
797 Notes:
798 See /usr/src/dist/ntp/ntp2netbsd for update instructions.
799
800 Package: nvi
801 Version: 1.81.6
802 Current Vers: 1.81.6
803 Maintainer: Keith Bostic <bostic (a] bsdi.com>
804 Archive Site: ftp://ftp.bostic.com/pub/
805 Home Page: http://www.bostic.com/vi/
806 Mailing List:
807 Responsible: aymeric, christos
808 License: BSD (3/4-clause)
809 Location: dist/nvi
810 Notes:
811 We have lots of local fixes.
812
813 Package: OpenLDAP
814 Version: 2.4.23
815 Current Vers: 2.4.32
816 Maintainer: OpenLDAP Foundation
817 Archive Site: http://www.openldap.org/
818 Home Page: http://www.openldap.org/
819 Mailing List:
820 Responsible: lukem
821 License: BSD (3-clause)
822 Location: external/bsd/openldap/dist
823 Notes:
824
825 Package: OpenPAM
826 Version: 20111218 (Lycopsida)
827 Current Vers: 20120526 (Micrampelis)
828 Maintainer: Dag-Erling Smrgrav <des (a] FreeBSD.org>
829 Archive Site: http://www.openpam.org/
830 Home Page: http://www.openpam.org/
831 Mailing List:
832 Responsible: christos
833 License: BSD (3-clause)
834 Location: external/bsd/openpam/dist
835 Notes:
836 Next import will need $ Id removal..
837
838 Package: openresolv
839 Version: 3.5.3
840 Current Vers: 3.5.3
841 Maintainer: roy
842 Archive Site: ftp://roy.marples.name/pub/openresolv/
843 Home Page: http://roy.marples.name/projects/openresolv/
844 Mailing List: openresolv-discuss (a] marples.name
845 License: BSD (2-clause)
846 Location: external/bsd/openresolv/dist
847 Notes:
848 Please submit all changes to the author.
849
850 Package: HPN-SSH
851 Version: 6.1p1 13 v14
852 Current Vers: 6.1p1 13 v14
853 Maintainer: www.psc.edu
854 Archive Site: No direct link anymore, @#$#$ psc.
855 Home Page: http://www.psc.edu/index.php/hpn-ssh
856 Mailing List:
857 Responsible: christos
858 License:
859 Location: crypto/external/bsd/openssh/dist
860 Notes:
861 Patch applied after OpenSSH import.
862
863 Package: OpenSSH
864 Version: 6.1
865 Current Vers: 6.1 / portable 6.1p1
866 Maintainer: OpenSSH
867 Archive Site: http://www.openssh.com/ftp.html
868 Home Page: http://www.openssh.com/portable.html
869 Mailing List: openssh-unix-announce (a] mindrot.org
870 Responsible: thorpej, christos, elric
871 License: BSD. See src/crypto/external/bsd/openssh/dist/LICENSE
872 Location: crypto/external/bsd/openssh/dist
873 Notes:
874 imported from OpenBSD ssh -- is not from the portable OpenSSH
875 use openssh2netbsd before import.
876 local changes (should always try to bring them back to master openssh tree,
877 markus is very cooperative about it):
878 - default for PermitRootLogin is set to "no"
879 - IgnoreRootRhosts added
880 - look at login.conf to check valid user/access list
881 - krb5 support re-added
882 - hack in cipher.c #ifdef ACCS because we are missing EVP_acss
883 when someone imports openssl, we can remove this.
884 - added moduli from portable openssh
885 - added USE_PAM patches and auth_pam.[ch] from portable openssh
886 (see if there is any difference between the current version of opensshX.Yp1
887 and the new opensshZ.Wp1) and apply them.
888 - conditionalize login_cap
889 - conditionalize bsd_auth
890 - restore krb5, krb4, afs, skey
891 - bring in hpn patches, disable mt aes cipher, keep speedups and cipher none
892 - fix ctype macro arguments
893 - umac is broken, disable it
894 - better ~homedir handling
895 - netbsd style tunnels
896 - urandom, xhome, chrootdir, rescuedir NetBSD handling
897 - utmp/utmpx handling
898 - handle tty posix_vdisable properly
899 - handle setuid and unsetuid the posix way instead of setresuid()
900 - add all missing functions
901 - always bump major when importing to avoid api problems.
902 - make compile with gcc-4.5; const fixes, fileno() checks, shadow fixes.
903
904 Package: OpenSSL
905 Version: 1.0.1e
906 Current Vers: 1.0.1e with AES-NI patch
907 Maintainer: The OpenSSL Project
908 Archive Site: ftp://ftp.openssl.org/source/
909 Home Page: http://www.openssl.org/
910 Mailing List: openssl-announce (a] openssl.org
911 Responsible: mcr, thorpej, groo, christos, mjf
912 License: OpenSSL and SSLeay license (both BSD-like)
913 Location: crypto/external/bsd/openssl/dist
914 Notes:
915 - Run openssl2netbsd to get rid of the RCSID identifiers
916 - run make in /usr/src/crypto/external/bsd/openssl/lib/libcrypto/man
917 to regen man pages.
918 - run make in /usr/src/crypto/external/bsd/openssl/lib/libcrypto/arch/*
919 to regen assembly files
920
921 Package: pcc
922 Version: 1.1.0.DEVEL 20120325
923 Current Vers: 1.1.0.DEVEL 20120325
924 Maintainer: Anders Magnusson <ragge (a] NetBSD.org>
925 Archive Site: ftp://pcc.ludd.ltu.se/pub/pcc/
926 Home Page: http://pcc.ludd.ltu.se/
927 Mailing List: pcc-list (a] ludd.ltu.se
928 Responsible: plunky
929 License: BSD
930 Location: external/bsd/pcc/dist
931 Notes:
932 This is a development snapshot. See the src/external/bsd/pcc/prepare-import.sh
933 file for details about how to get the latest version from the upstream server
934 and import it.
935
936 Package: pdisk
937 Version: 0.8a2
938 Current Vers: 0.8a2
939 Maintainer: Eryk Vershen <eryk (a] cfcl.com>
940 Archive Site: http://cantaforda.com/cfcl/eryk/linux/pdisk/index.html
941 Home Page: http://cantaforda.com/cfcl/eryk/linux/pdisk/index.html
942 Mailing List:
943 Responsible: dbj
944 License: BSD-like
945 Location: dist/pdisk
946 Notes:
947 This is the disk partition utility used by Apple's mkLinux and OS X
948 It is imported into dist/pdisk, with a reachover makefile in
949 src/sbin/pdisk builds for macppc and mac68k.
950
951 Package: pdksh
952 Version: 5.2.14p2
953 Current Vers: 5.2.14p2
954 Maintainer: Michael Rendell <michael (a] cs.mun.ca>
955 Archive Site: ftp://ftp.cs.mun.ca/pub/pdksh/
956 Home Page: http://www.cs.mun.ca/~michael/pdksh/
957 Mailing List:
958 Responsible: jdolecek
959 License: Public domain
960 Location: bin/ksh
961 Notes:
962 pdksh-5.2.14-patches.1 and pdksh-5.2.14-patches.2 have been applied.
963
964 Package: PF (openbsd packet filter)
965 Version: OpenBSD 4.2
966 Current Vers: OpenBSD 4.3-current
967 Maintainer: The OpenBSD Project
968 Archive Site: ftp://ftp.openbsd.org/
969 Home Page: http://www.openbsd.org/faq/pf/
970 Mailing List: pf (a] benzedrine.cx or appropriate OpenBSD mailing list
971 Responsible: peter, yamt
972 License: BSD (2-clause)
973 Location: dist/pf,sys/dist/pf
974 Notes:
975 kernel code is imported into src/sys/dist/pf and src/sys/net has reachover
976 definition (files.pf). userland code is imported into src/dist/pf, and
977 reachover Makefiles are in src/usr.sbin/pf.
978
979 Package: pkg_install
980 Version: 20120221
981 Current Vers: 20120221
982 Maintainer: The pkgsrc developers
983 Home Page: http://www.pkgsrc.org/
984 Mailing List: tech-pkg (a] NetBSD.org
985 Responsible: joerg
986 License: BSD
987 Location: external/bsd/pkg_install/dist
988 Notes:
989 The authoritative version is in pkgsrc/pkgtools/pkg_install.
990
991 Package: ping
992 Version: 980911
993 Current Vers: 980911
994 Maintainer: Mike Muuss
995 Archive Site:
996 Home Page: http://ftp.arl.mil/mike/ping.html
997 Mailing List:
998 Responsible: christos
999 License: BSD (3-clause)
1000 Location: sbin/ping
1001 Notes:
1002 We use err() and friends. We have changes for snprintf, extra
1003 formatting in man pages, disallowing flood pinging, alignment fixes,
1004 and more. Vern's ping is gone. We are too different from everyone else
1005 now to do a new import.
1006
1007 Package: Postfix
1008 Version: 2.9.5
1009 Current Vers: 2.9.5
1010 Maintainer: Wietse Venema <wietse (a] porcupine.org>
1011 Archive Site: ftp://postfix.cloud9.net/official/
1012 Home Page: http://www.postfix.org/
1013 Mailing List: postfix-users (a] postfix.org
1014 Responsible: christos, tron
1015 License: IBM Public License. See also src/external/ibm-public/postfix/dist.
1016 Location: external/ibm-public/postfix/dist
1017 Notes:
1018 HTML documentation should be kept in sync with the README_FILES.
1019 src/gnu/dist/postfix/conf/postfix-files must be kept in sync with our
1020 directory layout (the easiest way to check is by running ``postfix
1021 set-permissions'').
1022
1023 Package: ppp
1024 Version: 2.4.4
1025 Current Vers: 2.4.4
1026 Maintainer: Paul Mackerras <paulus (a] samba.org>
1027 Archive Site: ftp://ftp.samba.org/pub/ppp/
1028 Home Page:
1029 CVS root: :pserver:cvs (a] pserver.samba.org:/cvsroot (password: cvs)
1030 Mailing List:
1031 Responsible: christos, cube
1032 License: BSD (3-clause)
1033 Location: dist/pppd
1034 Notes:
1035 BSD support was removed from 2.4.0; I added it back and removed
1036 some GPL pieces. Multilink support is missing. Repeated pings to
1037 Paulus have not yielded results. I've retrofitted pppdump to use
1038 net/zlib, and <net/ppp-comp.h> and I now maintain sys-bsd.c. This
1039 is clearly a pain. I have not tested the modules code, neither our
1040 makefiles make it easy to construct a module, but I left one there
1041 as an example.
1042 TDB code as found in 2.4.x, x>1 is under the GPL. Therefore, we're
1043 using the version found in 2.4.1.
1044
1045 Package: rcs
1046 Version: 5.7
1047 Current Vers: 5.8.1
1048 Maintainer: FSF
1049 Archive Site: ftp://ftp.gnu.org/gnu/rcs/
1050 Mailing List: bug-gnu-utils (a] gnu.org
1051 Home Page: http://www.gnu.org/software/rcs/
1052 Responsible: agc
1053 License: GPLv2+ (5.7), GPLv3+ (5.8 and later)
1054 Location: gnu/usr.bin/rcs
1055 Notes:
1056 Old versions are available from Purdue (ftp.cs.purdue.edu:/pub/RCS).
1057
1058 Package: root.cache
1059 Version: 2013010300 (Jan 3, 2013)
1060 Current Vers: 2013010300 (Jan 3, 2013)
1061 Maintainer: InterNIC
1062 Archive Site: ftp://ftp.internic.net/domain/named.root
1063 Home Page: ftp://ftp.internic.net/domain/named.root
1064 Mailing List:
1065 Responsible: thorpej
1066 License: Public domain
1067 Location: etc/namedb
1068 Notes:
1069 The root server cache is also included with BIND. However, the
1070 InterNIC version is usually more up to date.
1071
1072 Package: routed
1073 Version: 2.32
1074 Current Vers: 2.32
1075 Maintainer: Vernon Schryver <vjs (a] rhyolite.com>
1076 Archive Site: ftp://ftp.rhyolite.com/src/
1077 Home Page: http://www.rhyolite.com/src/
1078 Mailing List:
1079 Responsible: christos
1080 License: BSD (4-clause)
1081 Location: sbin/routed
1082 Notes:
1083 We use the md5 code from libc
1084 We don't allow RIP_TRACEON and RIP_TRACEOFF
1085 We use arc4random
1086 We use strlcpy/snprintf
1087
1088 Package: send-pr (part of GNATS)
1089 Version: 3.95
1090 Current Vers: 4.1
1091 Maintainer: FSF
1092 Archive Site: ftp://ftp.gnu.org/gnu/gnats/
1093 Home Page: http://www.gnu.org/software/gnats/
1094 Mailing List: bug-gnats (a] gnu.org
1095 License: GPLv2
1096 Responsible:
1097 Location: gnu/usr.bin/send-pr
1098 Notes:
1099
1100 Package: SoftFloat
1101 Version: 2a
1102 Current Vers: 2b
1103 Maintainer: John Hauser <jhauser (a] jhauser.us>
1104 Archive Site: http://www.jhauser.us/arithmetic/SoftFloat.html
1105 Home Page: http://www.jhauser.us/arithmetic/SoftFloat.html
1106 Mailing List:
1107 Responsible: bjh21
1108 License: Public domain
1109 Location: lib/libc/softfloat
1110 Notes:
1111 Heavily modified for use as a soft float library for GCC. The actual
1112 arithmetic code is unchanged, though, and should behave exactly like the
1113 original.
1114
1115 Package: sqlite
1116 Version: pre-3.6.9 snapshot
1117 Current Vers: 3.7.15
1118 Maintainer: Richard Hipp <drh (a] sqlite.org>
1119 Home Page: http://www.sqlite.org
1120 Responsible: joerg
1121 License: Public domain
1122 Location: external/public-domain/sqlite/dist
1123 Notes:
1124 Initial import uses a pre-release with a number of bug fixes to avoid
1125 unnecessary local changes.
1126
1127 Package: tcpdump
1128 Version: 4.1.1
1129 Current Vers: 4.1.1
1130 Maintainer: tcpdump-workers (a] lists.tcpdump.org
1131 Archive Site: http://www.tcpdump.org/release/
1132 Home Page: http://www.tcpdump.org/
1133 Mailing List: tcpdump-workers (a] lists.tcpdump.org
1134 Responsible:
1135 License: BSD (3-clause)
1136 Location: external/bsd/tcpdump/dist
1137 Notes:
1138 Use the src/external/bsd/tcpdump/dist/tcpdump2netbsd script to prepare source
1139 tree.
1140
1141 Package: TestFloat
1142 Version: 2a
1143 Current Vers: 2a
1144 Maintainer: John Hauser <jhauser (a] jhauser.us>
1145 Archive Site: http://www.jhauser.us/arithmetic/TestFloat.html
1146 Home Page: http://www.jhauser.us/arithmetic/TestFloat.html
1147 Mailing List:
1148 Responsible: ross
1149 License: BSD (4-clause)
1150 Location: regress/lib/libc/ieeefp/testfloat
1151 Notes:
1152
1153 Package: texinfo
1154 Version: 4.8
1155 Current Vers: 4.13
1156 Maintainer: FSF
1157 Archive Site: ftp://ftp.gnu.org/gnu/texinfo/
1158 Home Page: http://www.gnu.org/software/texinfo/
1159 Mailing List: bug-texinfo (a] gnu.org
1160 Responsible:
1161 License: GPLv2+ (4.8), GPLv3+ (4.9 and later)
1162 Location: gnu/dist/texinfo
1163 Notes:
1164 Use src/gnu/dist/texinfo/texinfo2netbsd for preparing the source tree
1165 for the import.
1166
1167 Package: tmux
1168 Version: 1.5
1169 Current Vers: 1.7
1170 Maintainer: Nicholas Marriott <nicm (a] users.sourceforge.net>
1171 Archive site: http://downloads.sourceforge.net/tmux/
1172 Home page: http://tmux.sourceforge.net/
1173 Mailing List: tmux-users (a] lists.sourceforge.net
1174 Responsible: jmmv
1175 License: BSD
1176 Location: external/bsd/tmux/dist
1177 Notes:
1178 See src/external/bsd/tmux/README for instructions on how to import a
1179 new tmux release.
1180
1181 Package: top
1182 Version: 3.8beta1
1183 Current Vers: 3.8beta1
1184 Maintainer: William LeFebvre <wnl (a] groupsys.com>
1185 Archive Site: http://www.unixtop.org/dist/top-3.8beta1.tar.gz
1186 Home Page: http://www.unixtop.org/
1187 Mailing List: top-spinners (a] ocee.groupsys.com
1188 Responsible: simonb, christos
1189 License: BSD (2-clause)
1190 Location: external/bsd/top/dist
1191 Notes:
1192
1193 Package: traceroute
1194 Version: 1.4a12
1195 Current Vers: 1.4a12
1196 Maintainer: traceroute (a] ee.lbl.gov
1197 Archive Site: ftp://ftp.ee.lbl.gov/
1198 Home Page: http://ftp.ee.lbl.gov/
1199 Mailing List:
1200 Responsible:
1201 License: BSD (4-clause)
1202 Location: usr.sbin/traceroute
1203 Notes:
1204 Added changes from a5 -> a12 manually.
1205
1206 Package: tz
1207 Version: tzcode2012h / tzdata2012j
1208 Current Vers: tzcode2012j / tzdata2012j
1209 Maintainer: Paul Eggert <eggert (a] cs.ucla.edu>
1210 Archive Site: ftp://ftp.iana.org/tz/releases/
1211 Archive Site: ftp://munnari.oz.au/pub/oldtz/
1212 Old Archive Site: ftp://elsie.nci.nih.gov/pub/
1213 Home Page: http://www.iana.org/time-zones
1214 Mailing List: tz (a] iana.org
1215 Responsible: kleink, christos, apb
1216 License: Public domain
1217 Location: lib/libc/time,share/zoneinfo
1218 Notes:
1219 Use src/lib/libc/time/tzcode2netbsd to prepare the source tree for import.
1220 The tzcode2012f -> 2012g patch was applied by hand, since we have too
1221 many diffs (re-entrant tzcode) to apply. The diffs have been submitted
1222 upstream but there is too much inertia to apply them. Check for .gitignore
1223 files.
1224
1225 Package: wpa_supplicant/hostapd
1226 Version: 1.0
1227 Current Vers: 1.0
1228 Maintainer: Jouni Malinen <jkmaline (a] cc.hut.fi>
1229 Archive Site: http://hostap.epitest.fi/releases/
1230 Home Page: http://hostap.epitest.fi/wpa_supplicant/
1231 Mailing List:
1232 Responsible: scw, dyoung, christos
1233 License: BSD or GPLv2
1234 Location: external/bsd/wpa/dist
1235 Notes:
1236 See /usr/src/external/bsd/wpa/NetBSD-upgrade for update instructions.
1237
1238 Package: XFree86
1239 Version: 4.5.0
1240 Current Vers: 4.8.0
1241 Maintainer: XFree86 Project, Inc.
1242 Archive Site: ftp://ftp.xfree86.org/pub/XFree86/
1243 Home Page: http://www.xfree86.org/
1244 Mailing List: devel (a] xfree86.org
1245 Responsible: tron
1246 License: XFree
1247 Location: (xsrc)
1248 Notes:
1249 4.x:
1250 Only X4??src-1 to X4??src-6 were imported. X4??src-7 contains postscript
1251 files which we don't need in our tree.
1252 ALL changes must be sent back to the XFree86 repository. Patches should
1253 be submitted back via http://bugzilla.xfree86.org.
1254
1255 Package: zlib
1256 Version: 1.2.3
1257 Current Vers: 1.2.7
1258 Maintainer: Jean-loup Gailly and Mark Adler <zlib (a] gzip.org>
1259 Archive Site: http://www.zlib.net/
1260 Home Page: http://www.zlib.net/
1261 Mailing List:
1262 Responsible: gwr, tron, christos
1263 License: BSD (3-clause)
1264 Location: common/dist/zlib
1265 Notes:
1266 Imported to src/common/dist/zlib and shared by the kernel and userland.
1267
1268 Package: services, protocols
1269 Version: 2012-08-24 (services), 2012-08-21 (protocols)
1270 Current Vers: 2012-08-24 (services), 2012-08-21 (protocols)
1271 Maintainer: IANA
1272 Archive Site: http://www.iana.org/assignments/service-names-port-numbers/service-names-port-numbers.txt (services)
1273 Archive Site: http://www.iana.org/assignments/protocol-numbers/protocol-numbers.txt (protocols)
1274 Home Page: http://www.iana.org/
1275 Mailing List:
1276 Responsible: christos
1277 License: None
1278 Location: etc
1279 Notes:
1280 1. Build package net/iana-etc
1281 2. Add NetBSD rcsid to the generated protocols and services in the package
1282 work area.
1283 3. Append the local services from the current services file.
1284 4. Run:
1285 services_mkdb -u services > /usr/src/etc/services
1286 cp protocols /usr/src/etc/protocols
1287 5. Fix protocols
1288 - fix manet alias to MANET; giving an alias with the same name is a no/op
1289 - protocol 84 is defined for as ttp and iptm, merge the two entries since
1290 libc getprotoent() does not read the whole file and merge in the "files"
1291 implementation.
1292
1293 Package: pigz
1294 Version: 2.1.6
1295 Current Vers: 2.1.6
1296 Maintainer: Mark Adler <madler (a] alumni.caltech.edu>
1297 Archive Site: http://zlib.net/pigz/
1298 Home Page: http://zlib.net/pigz/
1299 Mailing List: http://mail.zlib.net/mailman/listinfo/pigz-announce_zlib.net
1300 Responsible: mrg
1301 License: zlib
1302 Location: external/zlib/pigz/dist
1303 Notes:
1304
1305 Package: xz
1306 Version: 5.0.0
1307 Current Vers: 5.0.4
1308 Maintainer: Lasse Collin <lasse.collin (a] tukanni.org>
1309 Archive Site: http://tukaani.org/xz/
1310 Home Page: http://tukaani.org/xz/
1311 Responsible: joerg
1312 License: public-domain
1313 Location: external/public-domain/xz/dist
1314 Notes:
1315 1. See prepare-import script for stripping down the distribution.
1316 2. Update configure.ac and use it to generate include/config.h.
1317 3. Carefully check for GPL components leaked into the dist area.
1318
1319 Package: mpc
1320 Version: 0.9
1321 Current Vers: 0.9
1322 Maintainer:
1323 Archive Site: http://www.multiprecision.org/mpc/download/
1324 Home Page: http://www.multiprecision.org/mpc/
1325 Mailing List: http://www.multiprecision.org/index.php?prog=mpc&page=development
1326 Responsible: mrg
1327 License: LGPL2
1328 Location: external/lgpl2/mpc/dist
1329 Notes:
1330
1331 Package: mpfr
1332 Version: 3.0.1
1333 Current Vers: 3.0.1
1334 Maintainer:
1335 Archive Site: http://www.mpfr.org/mpfr-current/
1336 Home Page: http://www.mpfr.org/
1337 Mailing List: http://websympa.loria.fr/wwsympa/arc/mpfr-announce
1338 Responsible: mrg
1339 License: LGPL3
1340 Location: external/lgpl3/mpfr/dist
1341 Notes:
1342
1343 Package: GNU MP
1344 Version: 5.0.2
1345 Current Vers: 5.0.2
1346 Maintainer: http://gmplib.org/mailman/listinfo/gmp-devel
1347 Archive Site: http://gmplib.org/
1348 Home Page: http://gmplib.org/
1349 Mailing List: http://gmplib.org/mailman/listinfo/gmp-announce
1350 Responsible: mrg
1351 License: LGPL3
1352 Location: external/lgpl3/gmp/dist
1353 Notes:
1354
1355 Package: sljit
1356 Version: svn revision 186
1357 Current Vers: svn revision 201
1358 Maintainer: Zoltn Herczeg <hzmester (a] freemail.hu
1359 Archive Site: http://sourceforge.net/projects/sljit/
1360 Home Page: http://sljit.sourceforge.net/
1361 Mailing List: none
1362 Responsible: alnsn
1363 License: BSD (2-clause)
1364 Location: sys/external/bsd/sljit/dist
1365 Notes:
1366 Need to feed back local changes
1367
1368 Package: tre
1369 Version: 0.8.0
1370 Current Vers: 0.8.0
1371 Maintainer: http://laurikari.net/tre
1372 Archive Site: http://laurikari.net/tre
1373 Home Page: http://laurikari.net/tre
1374 Mailing List:
1375 Responsible: agc, christos
1376 License: BSD (2-clause)
1377 Location: external/bsd/tre/dist
1378 Notes:
1379 Need to feed back local changes
1380
1381 Package: TrouSerS
1382 Version: 0.3.8
1383 Current Vers: 0.3.8
1384 Maintainer: http://trousers.sourceforge.net
1385 Archive Site: http://trousers.sourceforge.net
1386 Home Page: http://trousers.sourceforge.net
1387 Mailing List: http://trousers.sourceforge.net
1388 Responsible: christos
1389 License: CPL
1390 Location: crypto/external/cpl/trousers/dist
1391 Notes:
1392 Need to feed back local changes
1393
1394 Package: tpm-tools
1395 Version: 1.3.7.1
1396 Current Vers: 1.3.7.1
1397 Maintainer: http://trousers.sourceforge.net
1398 Archive Site: http://trousers.sourceforge.net
1399 Home Page: http://trousers.sourceforge.net
1400 Mailing List: http://trousers.sourceforge.net
1401 Responsible: christos
1402 License: CPL
1403 Location: crypto/external/cpl/tpm-tools/dist
1404 Notes:
1405 Need to feed back local changes
1406
1407 Package: libdwarf
1408 Version: FreeBSD-2013-01-17
1409 Current Vers: FreeBSD-XXXX-YY-ZZ
1410 Maintainer: John Birrell <jb (a] freebsd.org>
1411 Archive Site: none
1412 Home Page: none
1413 Mailing List: none
1414 Responsible: christos
1415 License: BSD-like (2-clause)
1416 Location: sys/external/bsd/libdwarf/dist
1417 Notes:
1418 Run prepare-import.sh; next time use svn id.
1419 Ask jkoshy who the upstream will be.
1420