1# $NetBSD: 3RDPARTY,v 1.447 2006/06/29 21:55:26 christos 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# 3dparty2html): 17# 18# 1.) Any line whose first non-whitespace character is # is a comment 19# 2.) Entries are separated by blank lines 20# 3.) Every package needs at least the following entries: Package, 21# Version, Current Vers, and Maintainer. 22# 4.) Where a field has multiple lines of information, the field tag 23# should be repeated on each line, except: 24# 5.) The Notes: field tag should appear on a line by itself. All 25# remaining lines until the end of the record are notes. 26 27Package: acpica 28Version: 20060217 29Current Vers: 20060608 30Maintainer: INTEL 31Archive Site: http://developer.intel.com/technology/IAPC/acpi/downloads.htm 32Home Page: http://developer.intel.com/technology/IAPC/acpi/ 33Mailing List: acpi-devel@lists.sourceforge.net 34License: http://developer.intel.com/technology/iapc/acpi/license2.htm 35Responsible: kochi 36Notes: 37The sources were integrated into src/sys/dev/acpi/acpica/Subsystem. 38Please read src/sys/dev/acpi/acpica/README before any modification. 39 40Package: am-utils [amd] 41Version: 6.1.3 42Current Vers: 6.1.3 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, rpaulo 48License: BSD (4-clause) 49Notes: 50Amd2netbsd script to convert to BSD make system and remove unneeded files. 51Fix symbolic links before import. 52Check src/usr.sbin/amd/include/config.h is correct after import. 53 54Package: ath-hal 55Version: 0.9.17.2 56Current Vers: 0.9.17.2 57Maintainer: Sam Leffler <sam@errno.com> 58Archive Site: none 59Home Page: none 60Mailing List: none 61Responsible: sam, dyoung, gdamore 62License: Redistribution without changes (binary only) 63Notes: 64The HAL is binary only, and located in src/sys/contrib/dev/ath 65 66Package: bc 67Version: 1.06 68Current Vers: 1.06 69Maintainer: Phil Nelson <phil@cs.wwu.edu> 70Archive Site: ftp://ftp.gnu.org/gnu/bc/ 71Home Page: http://www.gnu.org/software/bc/ 72Mailing List: bug-bc@gnu.org 73Responsible: phil, simonb 74License: GPLv2, LGPGv2.1 75Notes: 76bc includes dc, both of which are in the NetBSD tree. 77 78Package: bind/named 79Version: libc/includes: 9.3.0, bind: 9.3.2 80Current Vers: 9.3.2 81Maintainer: Paul Vixie <vixie@vix.com> 82Archive Site: ftp://ftp.isc.org/isc/bind9/ 83Home Page: http://www.isc.org/sw/bind/ 84Mailing List: 85Responsible: vixie, itojun, christos 86License: BSD-like (2-clause) 87Notes: 88First bind2netbsd script to import into src/dist/bind. 89The Makefiles in src/usr.sbin/bind are not handled by the script. 90Then binclude4netbsd script to import into src/usr.sbin/bind/include. 91Then include4netbsd script to import into src/include. 92Then libc4netbsd script to update the resolver in libc. 93Todo[1]: Update libresolv if needed. 94Todo[2]: A few files in libc/net were imported in the ISC branch but now 95 they are too different or do not exist anymore: 96 gethnamaddr.c getnetent.c getnetnamadr.c sethostent.c 97 Others like getaddrinfo.c could be merged with isc, but it seems 98 that ours is from a more recent version of KAME? 99Todo[3]: net/base64.c could be imported from bind and should be moved from 100 net to isc/base64.c. 101Todo[4]: Re-entrant functions of net/* 102 103Package: binutils 104Version: 2.16.1 105Current Vers: 2.16.1 106Maintainer: FSF 107Archive Site: ftp://ftp.gnu.org/gnu/binutils/ 108Home Page: http://www.gnu.org/software/binutils/ 109Mailing List: bug-gnu-utils@gnu.org 110Responsible: thorpej, mrg 111License: GPLv2, LGPLv2, BSD 112Notes: 113 114Package: bsd-family-tree 115Version: 1.105 116Current Vers: 1.105 117Maintainer: n/a 118Archive Site: http://cvsweb.freebsd.org/src/share/misc/bsd-family-tree 119Home Page: http://cvsweb.freebsd.org/src/share/misc/bsd-family-tree 120Mailing List: 121Responsible: rpaulo 122License: See URL above. 123Notes: 124 125Package: bzip2 126Version: 1.0.2 127Current Vers: 1.0.3 128Maintainer: Julian Seward <jseward@acm.org> 129Archive Site: http://sources.redhat.com/bzip2/ 130Home Page: http://www.bzip.org/ 131Mailing List: 132Responsible: 133License: BSD (4-clause) 134Notes: 135See /usr/src/dist/bzip2/bzip2netbsd for update instructions. 136 137Package: Citrus XPG4DL 138Version: ? 139Current Vers: ? 140Maintainer: Citrus 141Archive Site: http://citrus.bsdclub.org/ 142Home Page: http://citrus.bsdclub.org/ 143Mailing List: bsd-locale@hauN.org 144Responsible: itojun, tshiozak 145License: Ambiguous. Either BSD or Perl Artistic License 146 See http://citrus.bsdclub.org/#pol_license for more info. 147Notes: 148language C multilingualization support suite using wchar_t and other standards. 149The main development playground of Citrus is in NetBSD CVS, so you don't 150need to look for other CVS tree (like citrus CVS tree) 151main trunc has Citrus code in the following places: 152- src/lib/libc/locale, LC_CTYPE: single/multibyte support 153- src/lib/libintl: GNU libc compatible gettext(3) implementation. 154- src/lib/libc/citrus: multibyte LC_CTYPE handling and iconv(3) lower layer 155- src/lib/libc/iconv: iconv(3) 156 157Package: cron 158Version: 3.0 159Current Vers: 4.1 160Maintainer: Paul Vixie <vixie@vix.com> 161Archive Site: ftp://ftp.isc.org/isc/cron/ 162Home Page: 163Mailing List: 164Responsible: 165License: BSD-like 166Notes: 167 168Package: cvs 169Version: 1.11.22 170Current Vers: 1.11.22/1.12.13 171Maintainer: cvshome 172Archive Site: http://ftp.gnu.org/non-gnu/cvs/ 173Home Page: http://cvs.nongnu.org/ 174Mailing List: bug-cvs@gnu.org 175Responsible: christos, wiz 176License: GPLv1, LGPLv2 177Notes: 178Use src/gnu/dist/cvs/cvs2netbsd for preparing the source tree 179for the import. 180Do not forget to update gnu/usr.bin/cvs/include/config.h to match 181gnu/dist/cvs/config.h.in. 182If you want to upgrade to 1.12.XX, please talk to christos first. 183I have merged all the changes already. 184 185Package: db 186Version: 1.85 187Current Vers: 1.86/4.3.28 188Maintainer: Keith Bostic <bostic@vangogh.cs.berkeley.edu> 189Archive Site: http://www.sleepycat.com/download/index.shtml 190Home Page: http://www.sleepycat.com/products/db.shtml 191Mailing List: 192Responsible: 193License: BSD or specific SleepyCat license 194Notes: 195Note that we cannot use db 2.x for license reasons. 196Three bug fixes against 1.85 sent back to bostic. Changes to 197man/recno.3, hash/hsearch.c, and hash/ndbm.c (serious). 198Import of DB 1.85 was done via a sh script which converted the 199distribution into the netbsd format. The script can be found in 200src/lib/libc/db/db2netbsd. 201 202Package: dhcp 203Version: 3.0.3 204Current Vers: 3.0.3 205Maintainer: mellon 206Archive Site: ftp://ftp.isc.org/isc/dhcp/ 207Home Page: http://www.isc.org/sw/dhcp/ 208Mailing List: dhcp-server@isc.org 209Mailing List: dhcp-client@isc.org 210Mailing List: dhcp-announce@isc.org 211Mailing List: dhcp-bugs@isc.org 212Responsible: mellon 213License: BSD (3-clause) 214Notes: 215No changes for NetBSD integration - just import the new distribution on 216top of the current tree. 217 218Package: diffutils 219Version: 2.8.1 220Current Vers: 2.8.1 221Maintainer: FSF 222Archive Site: ftp://ftp.gnu.org/gnu/diffutils/ 223Home Page: http://www.gnu.org/software/diffutils/ 224Mailing List: bug-gnu-utils@gnu.org 225Responsible: wiz 226License: GPLv2 227Notes: 228Use src/gnu/dist/diffutils/diffutils2netbsd for preparing the source tree 229for the import. 230 231Package: gdtoa 232Version: 2005-09-23 233Current Vers: 2005-09-23 234Maintainer: David M. Gay <dmg@acm.org> 235Archive Site: ftp://netlib.lucent.com/netlib/fp/ 236Home Page: http://www.netlib.org/fp/ 237Mailing List: none 238Responsible: kleink 239License: BSD-like 240Notes: 241Test suite not integrated at this time. 242No hexadecimal floating-point string conversion for VAX FP yet. 243Only double-precision addressed at this time. 244 245Package: file 246Version: 4.16 247Current Vers: 4.17 248Maintainer: Christos Zoulas <christos@zoulas.com> 249Archive Site: ftp://ftp.astron.com/pub/file/ 250Home Page: 251Mailing List: file@mx.gw.com 252Responsible: christos, pooka 253License: BSD (2-clause) 254Notes: 255 256Package: flex 257Version: 2.5.4 258Current Vers: 2.5.4a/2.5.31 259Maintainer: Vern Paxson <vern@ee.lbl.gov> 260Archive Site: ftp://ftp.gnu.org/gnu/non-gnu/flex/ 261Home Page: http://lex.sourceforge.net/ 262Mailing List: 263Responsible: mikel 264License: BSD-like 265Notes: 266flex 2.5.4a contains only copyright notice changes over version 2.5.4; 267internally not even the version number changed. 268Newer flex will be found in: 269 http://sourceforge.net/projects/lex/ 270 271Package: gcc 272Version: 3.3.6/4.1.2-20060602 273Current Vers: 3.3.6/4.1.1 274Maintainer: cygnus 275Archive Site: ftp://ftp.gnu.org/gnu/gcc/ 276Home Page: http://www.gnu.org/software/gcc/ 277Mailing List: gcc-bugs@gnu.org 278Responsible: thorpej, mrg 279License: GPLv2, LGPLv2.1 280Notes: 281before importing: 282 - delete all .cvsignore and .brik files 283 - delete gcc/java gcc/ada libffi zlib boehm-gc libjava fastjar 284 - delete all related testsuites 285for GCC4: 286 - delete all fortran and testsuites 287 288Package: gdb 289Version: 5.3/6.4 290Current Vers: 6.4 291Maintainer: FSF 292Archive Site: ftp://ftp.gnu.org/gnu/gdb/ 293Home Page: http://www.gnu.org/software/gdb/ 294Mailing List: bug-gdb@gnu.org 295Responsible: thorpej, mrg 296License: GPLv2, LGPLv2 297Notes: 298 299Package: gettext 300Version: 0.14.4 301Current Vers: 0.14.5 302Maintainer: FSF 303Archive Site: ftp://ftp.gnu.org/gnu/gettext/ 304Home Page: http://www.gnu.org/software/gettext/ 305Mailing List: bug-gnu-utils@gnu.org 306Responsible: itojun 307License: GPLv2 308Notes: 309GNU gettext is used for userland tools like msgfmt(1) only. For libintl, 310we use BSD-licensed implementation from Citrus project (see entry for 311"Citrus XPG4DL"). We hope to replace userland tools with BSD-licensed one. 312 313Package: grep 314Version: 2.5.1 315Current Vers: 2.5.1a 316Maintainer: FSF 317Archive Site: ftp://ftp.gnu.org/gnu/grep/ 318Home Page: http://www.gnu.org/software/grep/ 319Mailing List: bug-gnu-utils@gnu.org 320Responsible: simonb, wiz 321License: GPLv2 322Notes: 323Use src/gnu/dist/grep/grep2netbsd for preparing the source tree 324for the import. 325A non-gnu grep was imported into src/usr.bin/grep on 2 Jan 2004. It 326needs some tuning before it can replace gnu grep. 327 (cf. http://www.vocito.com/downloads/software/grep/) 328 329Package: groff 330Version: 1.19.2 331Current Vers: 1.19.2 332Maintainer: Werner Lemberg/FSF 333Archive Site: ftp://ftp.gnu.org/gnu/groff/ 334Home Page: http://www.gnu.org/software/groff/ 335Mailing List: bug-groff@gnu.org 336Responsible: wiz 337License: GPLv2 338Notes: 339Use groff2netbsd from src/gnu/dist/groff to prepare the distribution 340for import. 341 342Package: heimdal 343Version: 0.6.2 344Current Vers: 0.7.1 345Maintainer: Heimdal <heimdal@pdc.kth.se> 346Archive Site: ftp://ftp.pdc.kth.se/pub/heimdal/src/ 347Home Page: http://www.pdc.kth.se/heimdal/ 348Mailing List: heimdal-discuss@pdc.kth.se 349Responsible: joda, lha 350License: BSD 351Notes: 352 353Package: hostapd 354Version: 0.4.9 355Current Vers: 0.4.9 356Maintainer: Jouni Malinen <jkmaline@cc.hut.fi> 357Archive Site: http://hostap.epitest.fi/releases/ 358Home Page: http://hostap.epitest.fi/hostapd/ 359Mailing List: 360Responsible: rpaulo 361License: BSD or GPLv2 362Notes: 363See /usr/src/dist/hostapd/NetBSD-upgrade for update instructions. 364 365Package: hunt 366Version: 2003-04-16 367Current Vers: 2003-04-16 368Maintainer: Greg Couch <gregc@cgl.ucsf.edu> 369Archive Site: ftp://ftp.cgl.ucsf.edu/pub/hunt.shar.Z 370Home Page: http://www.cgl.ucsf.edu/home/gregc/oss.html 371Responsible: mrg 372License: BSD (3-clause) 373Notes: 374 375Package: ipf 376Version: 4.1.13 377Current Vers: 4.1.13 378Maintainer: Darren Reed 379Archive Site: http://coombs.anu.edu.au/~avalon/ 380Home Page: http://coombs.anu.edu.au/~avalon/ 381Mailing List: ipfilter@postbox.anu.edu.au 382Responsible: darrenr, mike, martti 383License: BSD-based, see src/dist/ipf/IPFILTER.LICENSE 384Notes: 385ipf2netbsd should be used on a virgin ipfilter source tree. 386 387Package: ipsec-tools 388Version: 0.6.3 389Current Vers: 0.6.5 390Maintainer: IPsec-Tools project <ipsec-tools-core@lists.sourceforge.net> 391Archive Site: http://ipsec-tools.sourceforge.net 392Home Page: http://ipsec-tools.sourceforge.net 393Mailing List: ipsec-tools-devel@lists.sourceforge.net 394Responsible: manu 395License: BSD (3-clause) 396Notes: 397See src/crypto/dist/ipsec-tools/netbsd-import.sh to import newer versions 398 399Package: KAME IPv6 400Version: KAME/NetBSD SNAP kit 401Current Vers: KAME/NetBSD SNAP kit (shipped every week) 402Maintainer: KAME Project <kame@kame.net> 403Archive Site: http://www.kame.net/ 404Home Page: http://www.kame.net/ 405Mailing List: snap-users@kame.net 406Responsible: itojun 407License: BSD (3-clause) 408Notes: 409IPv6 part is based on KAME/NetBSD142 SNAP as of early June 2000, with 410more conservative implementation policy. 411IPsec part is based on KAME/NetBSD14 SNAP as of 12 June 2000. 412Please do not make too many diff-unfriendly changes (like indentation change, 413KNF police). We need to take diffs across KAME snapshots on upgrades. 414To identify kernel version, check net.inet6.ip6.kame_version, or KAME_VERSION 415in sys/netinet6/in6.h. No script is available for upgrades. 416"KAME" branch is used for kernel merge work purposes. 417http://www.kame.net/dev/cvsweb.cgi/kame/COVERAGE has functionality comparison 418among KAME/*BSD, *BSD-current and recent *BSD releases. 419 420Package: less 421Version: less381 422Current Vers: less382 423Maintainer: Mark Nudleman <markn@greenwoodsoftware.com> 424Archive Site: ftp://ftp.gnu.org/gnu/less/ 425Home Page: http://www.gnu.org/software/less/ 426Mailing List: 427Responsible: mrg 428License: BSD or GPLv2 429Notes: 430Many changes to make less act as more when invoked as more. Beware. 431Use the src/usr.bin/less/less2netbsd script to prepare source tree 432for importation. Run ./configure before hand to generate "defines.h". 433Talk to mrg before importing any new version. (less 381's configure 434does not detect NetBSD has a sigset_t due to a bad test; this is fixed 435by hand in defines.h.) 436 437Package: libcdk 438Version: 4.9.9-20000407-myc3 439Current Vers: cdk-4.9.10-20000923 440Maintainer: mike@vexus.ca 441Archive Site: http://www.vexus.ca/products/CDK/ 442Home Page: http://www.vexus.ca/products/CDK/ 443Responsible: garbled 444License: BSD (4-clause) 445Notes: 446Initial port to netbsd curses was done by mycroft. This is a heavily 447modified version of the released CDK 4.9.9. The current version has been 448taken over by the Ncurses people, and has a number of changes to it. It 449might be worthwhile to import at some future date, but for now we should 450leave it alone. (garbled 1/4/2001) 451 452Package: libevent 453Version: 1.0c 454Current Vers: 1.1a 455Maintainer: Niels Provos <provos@citi.umich.edu> 456Archive Site: http://www.monkey.org/~provos/libevent/ 457Home Page: http://www.monkey.org/~provos/libevent/ 458Responsible: provos 459License: BSD (3/4-clause) 460Notes: 461 462Package: libpcap 463Version: 0.9.4 464Current Vers: 0.9.4 465Maintainer: tcpdump-workers@tcpdump.org 466Archive Site: http://www.tcpdump.org/release/ 467Home Page: http://www.tcpdump.org/ 468Mailing List: tcpdump-workers@tcpdump.org 469Responsible: itojun,dyoung 470License: BSD (3/4-clause) 471Notes: 472 473Package: libwrap 474Version: tcp_wrappers 7.6 w/ large amount of IPv6 changes 475Current Vers: tcp_wrappers 7.6-ipv6.1 476Maintainer: Wietse Venema <wietse@porcupine.org> 477Archive Site: ftp://ftp.porcupine.org/pub/security/ 478Home Page: ftp://ftp.porcupine.org/pub/security/ 479Mailing List: 480Responsible: cjs, itojun 481License: BSD-like 482Notes: 483We import only libwrap (under src/lib), tcpdchk and tcpdmatch (both 484under src/usr.sbin). We don't use tcpd; that functionality is built 485into inetd. The provided libwrap2netbsd script handles just libwrap. 486 487Package: mopd 488Version: 2.5.3 489Current Vers: 2.5.3 490Maintainer: Mats O Jansson <maja@celsiustech.se> 491Archive Site: BROKEN ftp://ftp.stacken.kth.se/pub/OS/NetBSD/mopd/ 492Home Page: http://www.stacken.kth.se/~moj/mopd.html 493Mailing List: 494Responsible: cjs 495License: BSD (4-clause) 496Notes: 497Delete the otherOS directory before importing. 498 499Package: nawk 500Version: 2005-04-24 501Current Vers: 2005-04-24 502Maintainer: Brian Kernighan <bwk@bell-labs.com> (Lucent Technologies) 503Archive Site: http://cm.bell-labs.com/who/bwk/ 504Home Page: http://cm.bell-labs.com/who/bwk/ 505Mailing List: 506Responsible: jdolecek 507License: BSD-like 508Notes: 509Build maketab from nawk sources and generate proctab.c. 510Remove buildwin.bat, mac.code, missing95.c, ytab.[ch], ytab?.bak, then import 511to src/dist/nawk. 512 513Package: ndbootd 514Version: 0.5 515Current Vers: 0.5 516Maintainer: Matt Fredette <fredette@alum.mit.edu> 517Archive Site: BROKEN http://mit.edu/fredette/www/ndbootd/ 518Home Page: BROKEN http://stuff.mit.edu/people/fredette/home.html 519Responsible: fredette 520License: BSD (4-clause) 521Notes: 522Run ./configure, save config.h, make distclean, rm all autoconf/automake 523and ndbootd-raw.c. Restore saved config.h, and force it to define 524HAVE_STRICT_ALIGNMENT. Fix RCS IDs, import. 525 526Package: ntp 527Version: 4.2.2 528Current Vers: 4.2.2 529Maintainer: David L. Mills <mills@udel.edu> 530Archive Site: ftp://ftp.udel.edu/pub/ntp/ntp4/ 531Home Page: http://www.ntp.org/, http://ntp.isc.org/ 532Mailing List: 533Responsible: simonb, jonathan 534License: BSD-like 535Notes: 536See /usr/src/dist/ntp/ntp2netbsd for update instructions. 537 538Package: nvi 539Version: 1.79 540Current Vers: 1.79 541Maintainer: Keith Bostic <bostic@bsdi.com> 542Archive Site: ftp://ftp.bostic.com/pub/ 543Home Page: http://www.bostic.com/vi/ 544Mailing List: 545Responsible: aymeric 546License: BSD (3/4-clause) 547Notes: 548We have lots of local bug fixes, and the point of importing 1.81.x would 549be to get multibyte characters support. For now this means waiting for 550additions in our libcurses. 551 552Package: OpenPAM 553Version: 20050616 554Current Vers: 20050616 555Maintainer: Dag-Erling Sm�rgrav <des@FreeBSD.org> 556Archive Site: http://www.openpam.org/ 557Home Page: http://www.openpam.org/ 558Mailing List: 559Responsible: christos 560License: BSD (3-clause) 561Notes: 562 563Package: OpenSSH 564Version: 4.3 565Current Vers: 4.3 / portable 4.3p1 566Maintainer: OpenSSH 567Archive Site: http://www.openssh.com/ftp.html 568Home Page: http://www.openssh.com/portable.html 569Mailing List: openssh-unix-announce@mindrot.org 570Responsible: thorpej, christos, elric 571License: BSD or more free. See src/crypto/dist/ssh/LICENSE 572Notes: 573imported from OpenBSD usr.bin/ssh (it is not from the portable OpenSSH) 574into crypto/dist/openssh. use openssh2netbsd before import. 575local changes (should always try to bring them back to master openssh tree, 576markus is very cooperative about it): 577- default for PermitRootLogin is set to "no" 578- IgnoreRootRhosts added 579- look at login.conf to check valid user/access list 580- krb4 and krb5 support re-added 581- hack in cipher.c #ifdef ACCS because we are missing EVP_acss 582 when someone imports openssl, we can remove this. 583- uidswap.c changed order of set{e,}{u,g}id so that it works on NetBSD 584- added moduli from portable openssh 585- added USE_PAM patches and auth_pam.[ch] from portable openssh 586- always bump major when importing to avoid api problems. 587 588Package: OpenSSL 589Version: 0.9.8a 590Current Vers: 0.9.8a 591Maintainer: The OpenSSL Project 592Archive Site: ftp://ftp.openssl.org/source/ 593Home Page: http://www.openssl.org/ 594Mailing List: openssl-announce@openssl.org 595Responsible: mcr, thorpej, itojun, groo, christos 596License: OpenSSL and SSLeay license (both BSD-like) 597Notes: 598- Run openssl2netbsd to get rid of the RCSID identifiers 599- run make in /usr/src/lib/libcrypto/man to regen man pages. 600 601Package: pdisk 602Version: 0.8a2 603Current Vers: 0.8a2 604Maintainer: Eryk Vershen <eryk@cfcl.com> 605Archive Site: http://cantaforda.com/cfcl/eryk/linux/pdisk/index.html 606Home Page: http://cantaforda.com/cfcl/eryk/linux/pdisk/index.html 607Mailing List: 608Responsible: dbj 609License: BSD-like 610Notes: 611This is the disk partition utility used by Apple's mkLinux and osX 612It is imported into dist/pdisk, with a reachover makefile in 613src/sbin/pdisk builds for macppc and mac68k. 614 615Package: pdksh 616Version: 5.2.14p2 617Current Vers: 5.2.14p2 618Maintainer: Michael Rendell <michael@cs.mun.ca> 619Archive Site: ftp://ftp.cs.mun.ca/pub/pdksh/ 620Home Page: http://www.cs.mun.ca/~michael/pdksh/ 621Mailing List: 622Responsible: 623License: Public domain 624pdksh-5.2.14-patches.1 and pdksh-5.2.14-patches.2 have been applied. 625 626Package: PF (openbsd packet filter) 627Version: OpenBSD 3.7 628Current Vers: OpenBSD 3.9-current 629Maintainer: The OpenBSD Project 630Archive Site: ftp://ftp.openbsd.org/ 631Home Page: http://www.openbsd.org/faq/pf/ 632Mailing List: pf@benzedrine.cx or appropriate OpenBSD mailing list 633Responsible: itojun, peter, yamt 634License: BSD (2-clause) 635Notes: 636kernel code is imported into src/sys/dist/pf and src/sys/net has reachover 637definition (files.pf). userland code is imported into src/dist/pf, and 638reachover Makefiles are in src/usr.sbin/pf. 639 640Package: ping 641Version: 980911 642Current Vers: 980911 643Maintainer: Vernon Schryver <vjs@rhyolite.com> 644Archive Site: ftp://ftp.rhyolite.com/src/ 645Home Page: http://www.rhyolite.com/src/ 646Mailing List: 647Responsible: christos 648License: BSD (3-clause) 649Notes: 650We use err() and friends. We have changes for snprintf, extra 651formating in man pages, disallowing flood pinging, alignment fixes, 652and more. 653 654Package: postfix 655Version: 2.2.10 656Current Vers: 2.2.10/2.3-20060207 657Maintainer: Wietse Venema <wietse@porcupine.org> 658Archive Site: ftp://postfix.cloud9.net/official/ 659Home Page: http://www.postfix.org/ 660Mailing List: postfix-users@postfix.org 661Responsible: perry, rpaulo 662License: Several. See src/gnu/dist/postfix 663Notes: 664HTML documentation should be kept in sync with the README_FILES. 665src/gnu/dist/postfix/conf/postfix-files must be kept in sync with our 666directory layout (the easiest way to check is by running ``postfix 667set-permissions''). 668 669Package: ppp 670Version: 2.4.4 671Current Vers: 2.4.4 672Maintainer: Paul Mackerras <paulus@samba.org> 673Archive Site: ftp://ftp.samba.org/pub/ppp/ 674Home Page: 675CVS root: :pserver:cvs@pserver.samba.org:/cvsroot (password: cvs) 676Mailing List: 677Responsible: christos, cube 678License: BSD (3-clause) 679Notes: 680BSD support was removed from 2.4.0; I added it back and removed 681some GPL pieces. Multilink support is missing. Repeated pings to 682Paulus have not yielded results. I've retrofitted pppdump to use 683net/zlib, and <net/ppp-comp.h> and I now maintain sys-bsd.c. This 684is clearly a pain. I have not tested the modules code, neither our 685makefiles make it easy to construct a module, but I left one there 686as an example. 687TDB code as found in 2.4.x, x>1 is under the GPL. Therefore, we're 688using the version found in 2.4.1. 689 690Package: rcs 691Version: 5.7 692Current Vers: 5.7 693Maintainer: FSF 694Archive Site: ftp://ftp.gnu.org/gnu/rcs/ 695Mailing List: bug-gnu-utils@gnu.org 696Home Page: http://www.gnu.org/software/rcs/ 697Responsible: mycroft 698License: GPLv2 699Notes: 700Beta versions are available from Purdue (ftp.cs.purdue.edu:/pub/RCS). 701 702Package: root.cache 703Version: 2004012900 (Jan 29, 2004) 704Current Vers: 2004012900 (Jan 29, 2004) 705Maintainer: InterNIC 706Archive Site: ftp://ftp.internic.net/domain/named.root 707Home Page: ftp://ftp.internic.net/domain/named.root 708Mailing List: 709Responsible: perry, thorpej 710License: Public domain 711Notes: 712The root server cache is also included with BIND. However, the 713InterNIC version is usually more up to date. 714 715Package: routed 716Version: 2.28 717Current Vers: 2.30 718Maintainer: Vernon Schryver <vjs@rhyolite.com> 719Archive Site: ftp://ftp.rhyolite.com/src/ 720Home Page: http://www.rhyolite.com/src/ 721Mailing List: 722Responsible: christos 723License: BSD (4-clause) 724Notes: 725We use the md5 code from libc 726We don't allow RIP_TRACEON and RIP_TRACEOFF 727We use arc4random 728We use strlcpy/snprintf 729 730Package: send-pr (part of GNATS) 731Version: 3.95 732Current Vers: 4.1 733Maintainer: FSF 734Archive Site: ftp://ftp.gnu.org/gnu/gnats/ 735Home Page: http://www.gnu.org/software/gnats/ 736Mailing List: bug-gnats@gnu.org 737License: GPLv2 738Responsible: 739Notes: 740 741Package: SoftFloat 742Version: 2a 743Current Vers: 2b 744Maintainer: John Hauser <jhauser@jhauser.us> 745Archive Site: http://www.jhauser.us/arithmetic/SoftFloat.html 746Home Page: http://www.jhauser.us/arithmetic/SoftFloat.html 747Mailing List: 748Responsible: bjh21 749License: Public domain 750Notes: 751Heavily modified for use as a soft float library for GCC. The actual 752arithmetic code is unchanged, though, and should behave exactly like the 753original. 754 755Package: tcpdump 756Version: 3.8.3 757Current Vers: 3.9.4 758Maintainer: tcpdump-workers@lists.tcpdump.org 759Archive Site: http://www.tcpdump.org/release/ 760Home Page: http://www.tcpdump.org/ 761Mailing List: tcpdump-workers@lists.tcpdump.org 762Responsible: itojun 763License: BSD (3-clause) 764Notes: 765Code will be imported into src/dist/tcpdump. Changes have to go back to 766tcpdump.org. 767 768Package: termcap.src 769Version: 9.13.25 770Current Vers: 11.0.1 771Maintainer: Eric S. Raymond <terminfo@ccil.org> 772Archive Site: http://www.catb.org/~esr/terminfo/ 773Home Page: http://www.catb.org/~esr/terminfo/ 774Mailing List: 775Responsible: 776License: Public domain 777Notes: 778 779Package: TestFloat 780Version: 2a 781Current Vers: 2a 782Maintainer: John Hauser <jhauser@jhauser.us> 783Archive Site: http://www.jhauser.us/arithmetic/TestFloat.html 784Home Page: http://www.jhauser.us/arithmetic/TestFloat.html 785Mailing List: 786Responsible: ross 787License: BSD (4-clause) 788Notes: 789 790Package: texinfo 791Version: 4.7 792Current Vers: 4.8 793Maintainer: FSF 794Archive Site: ftp://ftp.gnu.org/gnu/texinfo/ 795Home Page: http://www.gnu.org/software/texinfo/ 796Mailing List: bug-texinfo@gnu.org 797Responsible: wiz 798License: GPLv2 799Notes: 800Use src/gnu/dist/texinfo/texinfo2netbsd for preparing the source tree 801for the import. 802 803Package: top 804Version: 3.5beta12 805Current Vers: 3.6beta3 806Maintainer: William LeFebvre <wnl@groupsys.com> 807Archive Site: ftp://ftp.groupsys.com/pub/top/ 808Home Page: http://www.unixtop.org/ 809Mailing List: top-spinners@ocee.groupsys.com 810Responsible: simonb 811License: BSD (2-clause) 812Notes: 813Remove all non-current NetBSD machine definitions and man page 814extensions in machine/ before importing. 815After importing, run: 816 ./Configure <netbsd-module-name> 817 rm machine/*.desc Make.desc SYNOPSIS machine.c 818 cvs commit -m "Update ./Configure'd files." top.local.h top.1 819 820Package: traceroute 821Version: 1.4a5 822Current Vers: 1.4a12 823Maintainer: traceroute@ee.lbl.gov 824Archive Site: ftp://ftp.ee.lbl.gov/ 825Home Page: http://ftp.ee.lbl.gov/ 826Mailing List: 827Responsible: 828License: BSD (4-clause) 829Notes: 830 831Package: tz 832Version: tzcode2004a / tzdata2006a 833Current Vers: tzcode2006a / tzdata2006a 834Maintainer: Arthur David Olson <ado@elsie.nci.nih.gov> 835Archive Site: ftp://elsie.nci.nih.gov/pub/ 836Home Page: 837Mailing List: tz@elsie.nci.nih.gov 838Responsible: kleink 839License: Public domain 840Notes: 841Use src/lib/libc/time/tzcode2netbsd to prepare the source tree 842for import. 843 844Package: uucp 845Version: 1.06.1 846Current Vers: 1.07 847Maintainer: Ian Lance Taylor <ian@airs.com> 848Archive Site: ftp://ftp.gnu.org/gnu/uucp/ 849Home Page: http://www.airs.com/ian/uucp.html 850Mailing List: taylor-uucp@cirr.com 851Responsible: tron 852License: GPLv2 853Notes: 854 855Package: wpa_supplicant 856Version: 0.4.9 857Current Vers: 0.4.9 858Maintainer: Jouni Malinen <jkmaline@cc.hut.fi> 859Archive Site: http://hostap.epitest.fi/releases/ 860Home Page: http://hostap.epitest.fi/ 861Mailing List: 862Responsible: scw, dyoung 863License: BSD or GPLv2 864Notes: 865See /usr/src/dist/wpa_supplicant/NetBSD-upgrade for update instructions. 866 867Package: XFree86 868Version: 4.5.0 869Current Vers: 4.6.0 870Maintainer: XFree86 Project, Inc. 871Archive Site: ftp://ftp.xfree86.org/pub/XFree86/ 872Home Page: http://www.xfree86.org/ 873Mailing List: devel@xfree86.org 874Responsible: tron 875License: XFree 876Notes: 8774.x: 878 Only X4??src-1 to X4??src-6 were imported. X4??src-7 contains postscript 879 files which we don't need in our tree. 880 ALL changes must be sent back to the XFree86 repository. Patches should 881 be submitted back via http://bugzilla.xfree86.org. 882 883Package: Xorg 884Version: 7.0 885Current Vers: 7.0 886Maintainer: The X.Org Foundation 887Archive Site: http://xorg.freedesktop.org/releases/X11R7.0/src/ 888Home Page: http://www.x.org/ 889Mailing List: xorg@lists.freedesktop.org 890Responsible: macallan 891License: XFree 892Notes: This is the modular branch tagged as XORG-7_0 pulled from 893 xorg's cvs repository. 894 895Package: zlib 896Version: 1.2.3 897Current Vers: 1.2.3 898Maintainer: Jean-loup Gailly and Mark Adler <zlib@gzip.org> 899Archive Site: http://www.gzip.org/zlib/ 900Home Page: http://www.gzip.org/zlib/ 901Mailing List: 902Responsible: gwr, tron, christos 903License: BSD (3-clause) 904Notes: 905Imported to src/common/dist/zlib and shared by the kernel and userland. 906