[BACK]Return to 3RDPARTY CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / doc

Annotation of src/doc/3RDPARTY, Revision 1.1103

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

CVSweb <webmaster@jp.NetBSD.org>