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