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

Annotation of src/doc/3RDPARTY, Revision 1.946

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

CVSweb <webmaster@jp.NetBSD.org>