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