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