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

Annotation of src/doc/3RDPARTY, Revision 1.1729

1.1729  ! christos    1: #      $NetBSD: 3RDPARTY,v 1.1728 2020/06/13 22:35:23 sevan 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
1.1593    christos   33: # Date:                Date last checked
1.963     apb        34: # Mailing List:        email address or URL related to upstream mailing list
                     35: # License:     description of license
                     36: # Responsible: comma-separated list of NetBSD developers
                     37: # Location:    comma-separated list of subdirectories in the NetBSD src tree
                     38: # Notes:
                     39: # Multiple lines of free-form text,
                     40: # Must be last.
                     41: #
1.31      kanaoka    42:
                     43: Package:       acpica
1.1720    christos   44: Version:       20200430
1.1728    sevan      45: Current Vers:  20200528
1.814     jruoho     46: Maintainer:    Intel
1.1077    christos   47: Archive Site:  http://www.acpica.org/downloads/
1.574     jmcneill   48: Home Page:     http://www.acpica.org/
1.1728    sevan      49: Date:          2020-06-13
1.574     jmcneill   50: Mailing List:  devel@acpica.org
1.816     jruoho     51: License:       BSD-like
1.910     jruoho     52: Responsible:   jruoho
1.913     drochner   53: Location:      sys/external/bsd/acpica/dist
1.31      kanaoka    54: Notes:
1.1077    christos   55: You want the unix2 (dual-licensed) tar file.
1.169     kochi      56: Please read src/sys/dev/acpi/acpica/README before any modification.
1.1       lukem      57:
                     58: Package:       am-utils [amd]
1.1069    christos   59: Version:       6.2
1.1194    christos   60: Current Vers:  6.2
1.1       lukem      61: Maintainer:    Erez Zadok <ezk@cs.columbia.edu>
1.255     wiz        62: Archive Site:  ftp://ftp.am-utils.org/pub/am-utils/
1.335     lukem      63: Home Page:     http://www.am-utils.org/
1.1728    sevan      64: Date:          2020-06-13
1.262     christos   65: Mailing List:  am-utils
1.506     rpaulo     66: Responsible:   christos
1.387     rpaulo     67: License:       BSD (4-clause)
1.913     drochner   68: Location:      external/bsd/am-utils/dist
1.1       lukem      69: Notes:
                     70: Amd2netbsd script to convert to BSD make system and remove unneeded files.
1.262     christos   71: Fix symbolic links before import.
1.913     drochner   72: Check external/bsd/am-utils/include/config.h is correct after import.
1.1240    wiz        73: Update date of release in external/bsd/am-utils/man/Makefile (two places).
1.1       lukem      74:
1.567     jmmv       75: Package:       Automated Testing Framework (ATF)
1.1091    jmmv       76: Version:       0.20
1.1272    kamil      77: Current Vers:  0.21
1.827     jmmv       78: Maintainer:    Julio Merino <jmmv@NetBSD.org>
1.1091    jmmv       79: Archive site:  https://github.com/jmmv/atf/releases
                     80: Home page:     https://github.com/jmmv/atf
1.1728    sevan      81: Date:          2020-06-13
1.570     jmmv       82: Mailing List:  atf-devel@NetBSD.org
1.567     jmmv       83: Responsible:   jmmv
1.595     jmmv       84: License:       The NetBSD Foundation's license (BSD 2-clause)
1.913     drochner   85: Location:      external/bsd/atf/dist
1.567     jmmv       86: Notes:
1.663     jmmv       87: The source files are in external/bsd/atf/dist.
1.827     jmmv       88: Use external/bsd/atf/prepare-import.sh to regenerate the dist/ directory.
1.1091    jmmv       89: Please avoid performing local changes to this package without discussing
                     90: them with the responsible person and/or the mailing list shown above.
                     91: Note that the external/bsd/atf/dist/tools is owned by NetBSD and does not
                     92: exist upstream; however, please continue to discuss any desired changes
                     93: upfront.
1.567     jmmv       94:
1.427     gdamore    95: Package:       ath-hal
1.713     sborrill   96: Version:       FreeBSD SVN revision number 185521
1.1728    sevan      97: Current Vers:  FreeBSD SVN revision number 361486
1.427     gdamore    98: Maintainer:    Sam Leffler <sam@errno.com>
                     99: Archive Site:  none
1.1543    sevan     100: Home Page:     https://svnweb.freebsd.org/base/head/sys/dev/ath/ath_hal/
1.1728    sevan     101: Date:          2020-06-13
1.427     gdamore   102: Mailing List:  none
1.713     sborrill  103: Responsible:   sam, alc
1.962     wiz       104: License:       BSD-like (2-clause), ISC
1.913     drochner  105: Location:      sys/external/isc/atheros_hal/dist
1.427     gdamore   106: Notes:
                    107:
1.1       lukem     108: Package:       bc
                    109: Version:       1.06
1.1593    christos  110: Current Vers:  1.07.1
1.1       lukem     111: Maintainer:    Phil Nelson <phil@cs.wwu.edu>
                    112: Archive Site:  ftp://ftp.gnu.org/gnu/bc/
1.335     lukem     113: Home Page:     http://www.gnu.org/software/bc/
1.1728    sevan     114: Date:          2020-06-13
1.1       lukem     115: Mailing List:  bug-bc@gnu.org
                    116: Responsible:   phil, simonb
1.387     rpaulo    117: License:       GPLv2, LGPGv2.1
1.1548    sevan     118: Location:      external/bsd/bc
1.1       lukem     119: Notes:
                    120: bc includes dc, both of which are in the NetBSD tree.
                    121:
1.683     christos  122: Package:       bind [named and utils]
1.1717    christos  123: Version:       9.16.3/MPL
                    124: Current Vers:  9.16.3/MPL
1.1544    roy       125: Maintainer:    ISC
1.246     wiz       126: Archive Site:  ftp://ftp.isc.org/isc/bind9/
1.962     wiz       127: Home Page:     http://www.isc.org/software/bind/
1.1728    sevan     128: Date:          2020-06-13
1.962     wiz       129: Mailing List:  https://lists.isc.org/mailman/listinfo/bind-announce
                    130: Mailing List:  https://lists.isc.org/mailman/listinfo/bind-users
1.1544    roy       131: Responsible:   christos
1.1410    christos  132: License:       BSD-like (2-clause) / MPL
1.1665    maya      133: Location:      external/mpl/bind/dist
1.1       lukem     134: Notes:
1.683     christos  135: First bind2netbsd script to import into src/external/bsd/bind/dist.
1.1665    maya      136: The Makefiles in src/external/mpl/bind are not handled by the script.
1.610     christos  137: Build bind to generate the include files.
1.683     christos  138: Then binclude4netbsd script to import into src/external/bsd/bind/include.
                    139: The libc and include parts of the resolver are now part of libbind.
                    140:
1.1717    christos  141: Package:       libuv
                    142: Version:       1.38.0
                    143: Current Vers:  1.38.0
                    144: Maintainer:    libuv
                    145: Archive Site:  https://dist.libuv.org/dist/
                    146: Home Page:     https://libuv.org
1.1728    sevan     147: Date:          2020-06-13
1.1717    christos  148: Mailing List:  https://groups.google.com/forum/#!forum/libuv
                    149: Responsible:   christos
                    150: License:       mit
                    151: Location:      external/mit/libuv/dist
                    152: Notes:
                    153:
1.1593    christos  154: Package:       unbound
1.1675    christos  155: Version:       1.9.6
1.1728    sevan     156: Current Vers:  1.10.1
1.1604    christos  157: Maintainer:    Nlnetlabs
1.1352    christos  158: Archive Site:  https://www.unbound.net/downloads/unbound-latest.tar.gz
                    159: Home Page:     https://www.unbound.net/
1.1728    sevan     160: Date:          2020-06-13
1.1352    christos  161: Mailing List:  https://unbound.nlnetlabs.nl/mailman/listinfo/unbound-users
                    162: Responsible:   christos
                    163: License:       BSD-like
                    164: Location:      external/bsd/unbound/dist
                    165: Notes:
                    166: Use cleantags to import
                    167: run configure and update config files in include
                    168:
1.1593    christos  169: Package:       nsd
1.1675    christos  170: Version:       4.2.4
1.1728    sevan     171: Current Vers:  4.3.1
1.1604    christos  172: Maintainer:    Nlnetlabs
1.1391    christos  173: Archive Site:  https://www.nlnetlabs.nl/svn/nsd/
                    174: Home Page:     https://www.nlnetlabs.nl/projects/nsd/
1.1728    sevan     175: Date:          2020-06-13
1.1593    christos  176: Mailing List:  https://open.nlnetlabs.nl/mailman/listinfo/nsd-users/
1.1391    christos  177: Responsible:   christos
                    178: License:       BSD-like
                    179: Location:      external/bsd/nsd/dist
                    180: Notes:
                    181: Use cleantags to import
                    182: run configure and update config files in include
                    183:
1.683     christos  184: Package:       libbind [libc resolver and includes]
1.684     christos  185: Version:       libbind-6.0-rc1
1.962     wiz       186: Current Vers:  libbind-6.0
1.1544    roy       187: Maintainer:    ISC
1.1657    sevan     188: Archive Site:  https://downloads.isc.org/isc/libbind/cur/
                    189: Home Page:     https://www.isc.org/othersoftware/#libbind
1.1593    christos  190: Date:          2019-01-09
1.962     wiz       191: Mailing List:  https://lists.isc.org/mailman/listinfo/bind-workers
1.1544    roy       192: Responsible:   christos
1.683     christos  193: License:       BSD-like (2-clause)
1.913     drochner  194: Location:      external/bsd/libbind/dist
1.683     christos  195: Notes:
                    196: First libbind2netbsd script to import into src/external/bsd/libbind/dist.
1.252     christos  197: Then include4netbsd script to import into src/include.
                    198: Then libc4netbsd script to update the resolver in libc.
                    199: Todo[1]: Update libresolv if needed.
                    200: Todo[2]: A few files in libc/net were imported in the ISC branch but now
                    201:         they are too different or do not exist anymore:
                    202:            gethnamaddr.c getnetent.c getnetnamadr.c sethostent.c
                    203:         Others like getaddrinfo.c could be merged with isc, but it seems
                    204:         that ours is from a more recent version of KAME?
1.518     ghen      205: Todo[3]: net/base64.c is imported from bind but should be moved from net
                    206:         to isc/base64.c.
1.252     christos  207: Todo[4]: Re-entrant functions of net/*
1.683     christos  208: Todo[5]: Reconcile the doc directory.
1.1       lukem     209:
                    210: Package:       bsd-family-tree
1.1725    sevan     211: Version:       361673
                    212: Current Vers:  361673
1.962     wiz       213: Maintainer:    The FreeBSD Project
1.1543    sevan     214: Archive Site:  https://svnweb.freebsd.org/base/head/share/misc/bsd-family-tree
                    215: Home Page:     https://svnweb.freebsd.org/base/head/share/misc/bsd-family-tree
1.1706    sevan     216: Date:          2020-04-02
1.1       lukem     217: Mailing List:
1.675     jmcneill  218: Responsible:
1.962     wiz       219: License:       BSD (2-clause) (see http://www.freebsd.org/cgi/cvsweb.cgi/src/COPYRIGHT)
1.913     drochner  220: Location:      share/misc/bsd-family-tree
1.1       lukem     221: Notes:
1.1107    apb       222: Please send all updates upstream.  Eitan Adler <lists@eitanadler.com>
                    223: is a FreeBSD committer who has been helpful with incorporating changes
                    224: in the past.
1.1       lukem     225:
1.650     perry     226: Package:       byacc
1.1657    sevan     227: Version:       20190617
1.1728    sevan     228: Current Vers:  20200330
1.650     perry     229: Maintainer:    Thomas Dickey <dickey@invisible-island.net>
                    230: Archive Site:  http://www.invisible-island.net/byacc/byacc.html
                    231: Home Page:     http://www.invisible-island.net/byacc/byacc.html
1.1728    sevan     232: Date:          2020-06-13
1.650     perry     233: Mailing List:
                    234: Responsible:   christos
                    235: License:       Public Domain
1.913     drochner  236: Location:      external/bsd/byacc/dist
1.650     perry     237: Notes:
1.868     christos  238: See /usr/src/external/bsd/byacc/byacc2netbsd for update instructions.
1.650     perry     239:
1.1       lukem     240: Package:       bzip2
1.1636    maya      241: Version:       1.0.8
                    242: Current Vers:  1.0.8
1.1       lukem     243: Maintainer:    Julian Seward <jseward@acm.org>
1.1636    maya      244: Archive Site:  https://sourceware.org/pub/bzip2/
                    245: Home Page:     https://www.sourceware.org/bzip2/
1.1728    sevan     246: Date:          2020-06-13
1.1       lukem     247: Mailing List:
                    248: Responsible:
1.387     rpaulo    249: License:       BSD (4-clause)
1.936     wiz       250: Location:      external/bsd/bzip2
1.1       lukem     251: Notes:
1.936     wiz       252: See /usr/src/external/bsd/bzip2/bzip2netbsd for update instructions.
1.1       lukem     253:
                    254: Package:       Citrus XPG4DL
1.1593    christos  255: Version:
                    256: Current Vers:
1.1       lukem     257: Maintainer:    Citrus
                    258: Archive Site:  http://citrus.bsdclub.org/
1.335     lukem     259: Home Page:     http://citrus.bsdclub.org/
1.1728    sevan     260: Date:          2020-06-13
1.1       lukem     261: Mailing List:  bsd-locale@hauN.org
1.569     wiz       262: Responsible:   tshiozak
1.387     rpaulo    263: License:       Ambiguous. Either BSD or Perl Artistic License
                    264:                See http://citrus.bsdclub.org/#pol_license for more info.
1.913     drochner  265: Location:      lib
1.1       lukem     266: Notes:
                    267: language C multilingualization support suite using wchar_t and other standards.
1.173     itojun    268: The main development playground of Citrus is in NetBSD CVS, so you don't
                    269: need to look for other CVS tree (like citrus CVS tree)
1.1       lukem     270: main trunc has Citrus code in the following places:
1.173     itojun    271: - src/lib/libc/locale, LC_CTYPE: single/multibyte support
                    272: - src/lib/libintl: GNU libc compatible gettext(3) implementation.
                    273: - src/lib/libc/citrus: multibyte LC_CTYPE handling and iconv(3) lower layer
                    274: - src/lib/libc/iconv: iconv(3)
1.1       lukem     275:
                    276: Package:       cron
1.761     christos  277: Version:       4.1
1.680     wiz       278: Current Vers:  4.1
1.1544    roy       279: Maintainer:    ISC
1.376     mrg       280: Archive Site:  ftp://ftp.isc.org/isc/cron/
1.349     junyoung  281: Home Page:
1.1728    sevan     282: Date:          2020-06-13
1.1       lukem     283: Mailing List:
                    284: Responsible:
1.387     rpaulo    285: License:       BSD-like
1.913     drochner  286: Location:      external/bsd/cron/dist
1.1       lukem     287: Notes:
                    288:
                    289: Package:       cvs
1.681     christos  290: Version:       1.12.13
                    291: Current Vers:  1.12.13
1.1       lukem     292: Maintainer:    cvshome
1.375     wiz       293: Archive Site:  http://ftp.gnu.org/non-gnu/cvs/
                    294: Home Page:     http://cvs.nongnu.org/
1.1728    sevan     295: Date:          2020-06-13
1.1       lukem     296: Mailing List:  bug-cvs@gnu.org
1.737     wiz       297: Responsible:   christos
1.387     rpaulo    298: License:       GPLv1, LGPLv2
1.913     drochner  299: Location:      external/gpl2/xcvs/dist
1.1       lukem     300: Notes:
1.913     drochner  301: Use external/gpl2/xcvs/dist/cvs2netbsd for preparing the source tree
1.1       lukem     302: for the import.
1.913     drochner  303: Do not forget to update external/gpl2/xcvs/include/config.h to match
                    304: external/gpl2/xcvs/dist/config.h.in.
1.1       lukem     305:
                    306: Package:       db
                    307: Version:       1.85
1.696     dent      308: Current Vers:  1.86/4.7.25
1.1       lukem     309: Maintainer:    Keith Bostic <bostic@vangogh.cs.berkeley.edu>
1.584     tnn       310: Archive Site:  http://www.oracle.com/technology/software/products/berkeley-db/
                    311: Home Page:     http://www.oracle.com/database/berkeley-db/
1.1593    christos  312: Date:          2019-01-09
1.1       lukem     313: Mailing List:
                    314: Responsible:
1.584     tnn       315: License:       BSD or Oracle Commercial License
1.913     drochner  316: Location:      lib/libc/db
1.1       lukem     317: Notes:
                    318: Note that we cannot use db 2.x for license reasons.
                    319: Three bug fixes against 1.85 sent back to bostic.  Changes to
                    320: man/recno.3, hash/hsearch.c, and hash/ndbm.c (serious).
                    321: Import of DB 1.85 was done via a sh script which converted the
                    322: distribution into the netbsd format.  The script can be found in
                    323: src/lib/libc/db/db2netbsd.
                    324:
                    325: Package:       dhcp
1.1514    christos  326: Version:       4.4.1
1.1687    taca      327: Current Vers:  4.4.2
1.392     rpaulo    328: Maintainer:    mellon
1.1       lukem     329: Archive Site:  ftp://ftp.isc.org/isc/dhcp/
1.696     dent      330: Home Page:     http://www.isc.org/software/dhcp/
1.1728    sevan     331: Date:          2020-06-13
1.1       lukem     332: Mailing List:  dhcp-server@isc.org
                    333: Mailing List:  dhcp-client@isc.org
                    334: Mailing List:  dhcp-announce@isc.org
                    335: Mailing List:  dhcp-bugs@isc.org
                    336: Responsible:   mellon
1.1515    christos  337: License:       MPL
                    338: Location:      external/mpl/dhcp
1.1       lukem     339: Notes:
1.1017    christos  340: Use the dhcp2netbsd script.
1.1       lukem     341:
1.604     joerg     342: Package:       dhcpcd
1.1724    roy       343: Version:       9.1.1
                    344: Current Vers:  9.1.1
1.654     roy       345: Maintainer:    roy
1.666     roy       346: Archive Site:  ftp://roy.marples.name/pub/dhcpcd/
1.654     roy       347: Home Page:     http://roy.marples.name/projects/dhcpcd/
1.1724    roy       348: Date:          2020-06-04
1.654     roy       349: Mailing List:  dhcpcd-discuss@marples.name
1.604     joerg     350: License:       BSD (2-clause)
1.913     drochner  351: Location:      external/bsd/dhcpcd/dist
1.604     joerg     352: Notes:
                    353: Please submit all changes to the author.
                    354:
1.1204    riastrad  355: Package:       drm
                    356: Version:       Linux 3.15
                    357: Current Vers:  ?
                    358: Maintainer:    Intel, AMD, Linux kernel developers
                    359: Archive Site:  git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
                    360: Home Page:     http://dri.freedesktop.org/
                    361: Mailing List:  dri-devel@lists.freedesktop.org
                    362: Responsible:   riastradh
                    363: License:       BSD
                    364: Location:      sys/external/bsd/drm2/dist
                    365: Notes:
                    366: Graphics drivers.   Talk to riastradh@ about updates.  When importing
                    367: from Linux, we map
                    368:        drivers/gpu/drm        ->      sys/external/bsd/drm2/dist/drm
                    369:        include/drm            ->      sys/external/bsd/drm2/dist/include/drm
                    370:        include/uapi/drm               ->      sys/external/bsd/drm2/dist/uapi/drm
                    371: GPL sources are excluded.  In the future, we may import them into
                    372: external/gpl2/drm2 and build them as kernel modules.  Nouveau sources
                    373: (drivers/gpu/drm/nouveau in Linux) must first be processed with the
                    374: script sys/external/bsd/drm2/nouveau/nouveau2netbsd, about which see
                    375: the source for details.
                    376: Vendor tag:    LINUX
                    377: Release tag:   linux-X-Y(-rcZ)-drm-bsd
                    378:        (nouveau got reimported as linux-3-15-drm-bsd-reimport-nouveau)
1.1319    riastrad  379: I neglected to add RCSIDs in the last import (except for nouveau, for
                    380: which nouveau2netbsd adds them).  For the next import, remember to add
                    381: them!
1.1204    riastrad  382:
1.1       lukem     383:
1.1143    apb       384: Package:       ekermit
                    385: Version:       1.7
                    386: Current Vers:  1.7
                    387: Maintainer:    Kermit Project
                    388: Archive Site:  ftp://ftp.kermitproject.org/kermit/ekermit/
                    389: Home Page:     http://www.kermitproject.org/ek.html
1.1728    sevan     390: Date:          2020-06-13
1.1143    apb       391: Mailing List:
                    392: Responsible:   apb
                    393: License:       BSD (3 clause)
                    394: Location:      external/bsd/ekermit
                    395: Notes:
                    396:
1.930     tron      397: Package:       expat
1.1649    maya      398: Version:       2.2.8
1.1657    sevan     399: Current Vers:  2.2.9
1.1330    spz       400: Maintainer:    Expat Project
1.1649    maya      401: Archive Site:  https://github.com/libexpat/libexpat/releases
1.981     jdf       402: Home Page:     http://www.libexpat.org/
1.1728    sevan     403: Date:          2020-06-13
1.930     tron      404: Mailing List:  expat-discuss@libexpat.org
1.1330    spz       405: Responsible:   mrg
1.930     tron      406: License:       MIT
                    407: Location:      src/external/mit/expat/dist
                    408: Notes:
                    409: Please use "expat" as the vendor tag for CVS imports.
                    410:
1.1       lukem     411: Package:       file
1.1729  ! christos  412: Version:       5.39
        !           413: Current Vers:  5.39
1.1       lukem     414: Maintainer:    Christos Zoulas <christos@zoulas.com>
                    415: Archive Site:  ftp://ftp.astron.com/pub/file/
1.946     wiz       416: Home Page:     http://www.darwinsys.com/file/
1.1729  ! christos  417: Date:          2020-06-14
1.1621    christos  418: Mailing List:  file@astron.com
1.1       lukem     419: Responsible:   christos, pooka
1.387     rpaulo    420: License:       BSD (2-clause)
1.913     drochner  421: Location:      external/bsd/file/dist
1.1       lukem     422: Notes:
1.632     christos  423: use file2netbsd
1.1       lukem     424:
                    425: Package:       flex
1.1580    christos  426: Version:       2.6.4
1.1543    sevan     427: Current Vers:  2.6.4
1.651     perry     428: Maintainer:    Will Estes <wlestes@users.sourceforge.net>
1.1389    christos  429: Archive Site:  https://github.com/westes/flex/releases
                    430: Home Page:     https://github.com/westes/flex
1.1728    sevan     431: Date:          2020-06-13
1.651     perry     432: Mailing List:  http://lists.sourceforge.net/mailman/listinfo/flex-announce
                    433: Responsible:
1.894     riz       434: License:       BSD-like
1.913     drochner  435: Location:      external/bsd/flex/dist
1.1       lukem     436: Notes:
1.726     christos  437: There is a flex2netbsd script to help newer imports.
1.1       lukem     438:
                    439: Package:       gcc
1.1696    mrg       440: Version:       7.4.0/8.4.0
1.1728    sevan     441: Current Vers:  7.5.0/8.4.0/9.3.0/10.1
1.501     mrg       442: Maintainer:    FSF
1.1       lukem     443: Archive Site:  ftp://ftp.gnu.org/gnu/gcc/
1.335     lukem     444: Home Page:     http://www.gnu.org/software/gcc/
1.1728    sevan     445: Date:          2020-06-13
1.1       lukem     446: Mailing List:  gcc-bugs@gnu.org
1.1231    mrg       447: Responsible:   mrg, christos, skrll
1.847     mrg       448: License:       GPLv3, LGPLv3.1
1.1105    apb       449: Location:      external/gpl3/gcc.old/dist
1.913     drochner  450: Location:      external/gpl3/gcc/dist
1.1       lukem     451: Notes:
1.1105    apb       452: In the long term, we expect that there will often be two versions,
                    453: in the "gcc" and "gcc.old" directories.  Having two versions allows
                    454: migration from one version of gcc to another to happen for one port
                    455: at a time, instead of for all ports simultaneously.
                    456: When importing a new version of external/gpl3/gcc.old:
                    457:        - copy the current version of external/gpl3/gcc
1.1343    mrg       458:        - import it to a "NETBSD" vendor branch in external/gpl3/gcc.old
1.1105    apb       459: Before importing a new version of external/gpl3/gcc:
1.1059    christos  460:        - delete all .cvsignore and .gitignore files
                    461:        - delete java ada fortran their libraries and testsuites
1.1593    christos  462:        - delete libffi zlib boehm-gc
1.448     mrg       463:        - update gcc/version.c for the NetBSD GCC date
1.847     mrg       464:        - use core/c++/objc/testsuite tarballs
1.1059    christos  465:        - you can use the gcc2netbsd script for the above (except version)
1.1192    skrll     466:        - update tools/gcc/gcc-version.mk
1.1343    mrg       467:        - force generate and copy tools/gcc build version of these files
                    468:          into gcc/dist/gcc/doc: cpp.1 cpp.info gcc.1 gcc.info gcov.1
1.1       lukem     469:
                    470: Package:       gdb
1.1625    christos  471: Version:       8.3
1.1728    sevan     472: Current Vers:  9.2
1.1       lukem     473: Maintainer:    FSF
                    474: Archive Site:  ftp://ftp.gnu.org/gnu/gdb/
1.335     lukem     475: Home Page:     http://www.gnu.org/software/gdb/
1.1728    sevan     476: Date:          2020-06-13
1.1       lukem     477: Mailing List:  bug-gdb@gnu.org
1.885     christos  478: Responsible:   christos
                    479: License:       GPLv3, LGPLv3.1
1.913     drochner  480: Location:      external/gpl3/gdb/dist
1.1       lukem     481: Notes:
1.473     tls       482: When updating GDB, it is imperative to test that:
1.474     christos  483:        - Debugging of kernel cores ("target kvm") works correctly
1.473     tls       484:        - Support for our kernel's remote serial debugging protocol
                    485:          ("options KGDB") works correctly.
1.1       lukem     486:
1.1590    christos  487: Package:       binutils
1.1709    christos  488: Version:       2.34
1.1690    wiz       489: Current Vers:  2.34
1.1590    christos  490: Maintainer:    FSF
                    491: Archive Site:  ftp://ftp.gnu.org/gnu/binutils/
                    492: Home Page:     http://www.gnu.org/software/binutils/
1.1728    sevan     493: Date:          2020-06-13
1.1590    christos  494: Mailing List:  bug-gnu-utils@gnu.org
                    495: Responsible:   thorpej, mrg
                    496: License:       GPLv3, LGPLv3, GPLv2, LGPLv2, BSD
                    497: Location:      external/gpl3/binutils/dist
                    498: Notes:
                    499:
1.1593    christos  500: Package:       autoconf
1.1590    christos  501: Version:       2.69
                    502: Current Vers:  2.69
                    503: Maintainer:    FSF
                    504: Archive Site:  ftp://ftp.gnu.org/gnu/autoconf/
                    505: Home Page:     http://www.gnu.org/software/autoconf/
1.1728    sevan     506: Date:          2020-06-13
1.1590    christos  507: Mailing List:  bug-autoconf@gnu.org
                    508: Responsible:   christos
                    509: License:       GPLv3+
                    510: Location:      external/gpl3/autoconf
                    511: Notes:
                    512: This is only used to re-generate the configure files in tools/compat.
                    513: It is not part of the regular build.
                    514:
1.929     tron      515: Package:       gdtoa
1.1543    sevan     516: Version:       2016-02-19
1.929     tron      517: Current Vers:  $(date)
                    518: Maintainer:    David M. Gay <dmg@acm.org>
                    519: Archive Site:  http://www.netlib.org/fp/
                    520: Home Page:     http://www.netlib.org/fp/
1.1593    christos  521: Date:          2019-01-09
1.929     tron      522: Mailing List:  none
                    523: Responsible:   kleink
                    524: License:       BSD-like
                    525: Location:      lib/libc/gdtoa
                    526: Notes:
                    527: Test suite integrated at this time, but not built (and fails to run).
                    528: No hexadecimal floating-point string conversion for VAX FP yet.
                    529: Only double-precision addressed at this time.
                    530:
1.1       lukem     531:
                    532: Package:       heimdal
1.1677    christos  533: Version:       7.7.0
                    534: Current Vers:  7.7.0
1.1202    pettai    535: Maintainer:    Heimdal <heimdal@h5l.org>
1.1677    christos  536: Archive Site:  https://github.com/heimdal/heimdal/releases/download/
1.1202    pettai    537: Home Page:     http://www.h5l.org/
1.1728    sevan     538: Date:          2020-06-13
1.1202    pettai    539: Mailing List:  heimdal-discuss@sics.se
1.411     wiz       540: Responsible:   joda, lha
1.387     rpaulo    541: License:       BSD
1.913     drochner  542: Location:      crypto/external/bsd/heimdal/dist
1.1       lukem     543: Notes:
                    544:
                    545: Package:       hunt
1.117     wiz       546: Version:       2003-04-16
1.107     wiz       547: Current Vers:  2003-04-16
1.335     lukem     548: Maintainer:    Greg Couch <gregc@cgl.ucsf.edu>
1.1593    christos  549: Archive Site:
1.335     lukem     550: Home Page:     http://www.cgl.ucsf.edu/home/gregc/oss.html
1.1593    christos  551: Date:          2019-01-09
1.1       lukem     552: Responsible:   mrg
1.387     rpaulo    553: License:       BSD (3-clause)
1.913     drochner  554: Location:      games/hunt
1.1       lukem     555: Notes:
                    556:
1.202     martti    557: Package:       ipf
1.923     christos  558: Version:       5.1.1
1.1069    christos  559: Current Vers:  5.1.2
1.1       lukem     560: Maintainer:    Darren Reed
1.1593    christos  561: Archive Site:
                    562: Home Page:
                    563: Date:          2019-01-09
1.1       lukem     564: Mailing List:  ipfilter@postbox.anu.edu.au
1.923     christos  565: Responsible:   darrenr, christos
                    566: License:       BSD-based; see src/external/ipf/dist/IPFILTER.LICENCE
                    567: Location:      external/bsd/ipf,sys/external/bsd/ipf
1.1       lukem     568: Notes:
                    569: ipf2netbsd should be used on a virgin ipfilter source tree.
                    570:
1.284     thorpej   571: Package:       ipsec-tools
1.548     gdt       572: Version:       (ipsec-tools head is NetBSD-current head)
1.284     thorpej   573: Maintainer:    IPsec-Tools project <ipsec-tools-core@lists.sourceforge.net>
1.335     lukem     574: Archive Site:  http://ipsec-tools.sourceforge.net
                    575: Home Page:     http://ipsec-tools.sourceforge.net
1.1593    christos  576: Date:          2019-01-09
1.284     thorpej   577: Mailing List:  ipsec-tools-devel@lists.sourceforge.net
1.549     manu      578: Responsible:   manu, vanhu, mgrooms
1.387     rpaulo    579: License:       BSD (3-clause)
1.913     drochner  580: Location:      crypto/dist/ipsec-tools
1.284     thorpej   581: Notes:
1.548     gdt       582: ipsec-tools is maintained within NetBSD src tree in src/crypto/dist/ipsec-tools
1.550     manu      583: We don't run ipsec-tools' configure as part of the NetBSD build. configure
                    584: generated files are available in the NetBSD source tree at:
                    585:   src/lib/libipsec/config.h
                    586:   src/lib/libipsec/package_version.h
                    587: When configure.ac is updated, run the following:
                    588:   cd src/crypto/dist/ipsec-tools
                    589:   ./bootstrap
                    590:   ./configure --enable-adminport --enable-hybrid --enable-frag \
1.894     riz       591:              --enable-natt --enable-dpd
1.550     manu      592: Then copy package_version.h to src/lib/libipsec and merge config.h with
                    593: src/lib/libipsec/config.h (it needs some manual tweaking)
                    594:
1.894     riz       595: NOTE: As NetBSD HEAD and ipsec-tools HEAD are just the same thing,
1.550     manu      596: NetBSD-current always contains latest ipsec-tools code. On the other hand,
1.894     riz       597: ipsec-tools has stable branches (e.g.: ipsec-tools-0_7-branch), which
1.550     manu      598: are manually pulled up to NetBSD stable branches (e.g.: netbsd-4 is regularly
                    599: sync with ipsec-tools-0_7-branch)
1.284     thorpej   600:
1.1600    christos  601: Package:       jemalloc
                    602: Version:       5.1.0
1.1657    sevan     603: Current Vers:  5.2.1
1.1604    christos  604: Maintainer:    Jason Evans
1.1600    christos  605: Archive Site:  https://github.com/jemalloc/jemalloc
                    606: Home Page:     https://jemalloc.net
1.1728    sevan     607: Date:          2020-06-13
1.1600    christos  608: Mailing List:
                    609: Responsible:   christos
                    610: License:       BSD
                    611: Location:      external/bsd/jemalloc
                    612: Notes:
                    613:
1.1       lukem     614: Package:       KAME IPv6
                    615: Version:       KAME/NetBSD SNAP kit
                    616: Current Vers:  KAME/NetBSD SNAP kit (shipped every week)
                    617: Maintainer:    KAME Project <kame@kame.net>
                    618: Archive Site:  http://www.kame.net/
1.335     lukem     619: Home Page:     http://www.kame.net/
1.1593    christos  620: Date:          2019-01-09
1.1       lukem     621: Mailing List:  snap-users@kame.net
1.569     wiz       622: Responsible:
1.387     rpaulo    623: License:       BSD (3-clause)
1.913     drochner  624: Location:      sys/netinet6
1.1       lukem     625: Notes:
                    626: IPv6 part is based on KAME/NetBSD142 SNAP as of early June 2000, with
                    627: more conservative implementation policy.
                    628: IPsec part is based on KAME/NetBSD14 SNAP as of 12 June 2000.
                    629: Please do not make too many diff-unfriendly changes (like indentation change,
                    630: KNF police).  We need to take diffs across KAME snapshots on upgrades.
                    631: To identify kernel version, check net.inet6.ip6.kame_version, or KAME_VERSION
                    632: in sys/netinet6/in6.h.  No script is available for upgrades.
                    633: "KAME" branch is used for kernel merge work purposes.
                    634: http://www.kame.net/dev/cvsweb.cgi/kame/COVERAGE has functionality comparison
                    635: among KAME/*BSD, *BSD-current and recent *BSD releases.
                    636:
1.1007    jmmv      637: Package:       kyua-atf-compat
                    638: Version:       0.1
1.1546    sevan     639: Current Vers:  0.13
1.1007    jmmv      640: Maintainer:    Julio Merino <jmmv@NetBSD.org>
1.1546    sevan     641: Archive site:  https://github.com/jmmv/kyua
                    642: Home page:     https://github.com/jmmv/kyua
1.1728    sevan     643: Date:          2020-06-13
1.1007    jmmv      644: Mailing List:  kyua-discuss@googlegroups.com
                    645: Responsible:   jmmv
                    646: License:       BSD 3-clause
                    647: Location:      external/bsd/kyua-atf-compat/dist
                    648: Notes:
                    649: The source files are in external/bsd/kyua-atf-compat/dist.
                    650: Use external/bsd/kyua-atf-compat/prepare-import.sh to regenerate the dist/
                    651: directory.
                    652:
1.1006    jmmv      653: Package:       kyua-cli
1.1060    jmmv      654: Version:       0.7
1.1546    sevan     655: Current Vers:  0.9
1.1006    jmmv      656: Maintainer:    Julio Merino <jmmv@NetBSD.org>
1.1546    sevan     657: Archive site:  https://github.com/jmmv/kyua
                    658: Home page:     https://github.com/jmmv/kyua
1.1728    sevan     659: Date:          2020-06-13
1.1006    jmmv      660: Mailing List:  kyua-discuss@googlegroups.com
                    661: Responsible:   jmmv
                    662: License:       BSD 3-clause
                    663: Location:      external/bsd/kyua-cli/dist
                    664: Notes:
                    665: The source files are in external/bsd/kyua-cli/dist.
                    666: Use external/bsd/kyua-cli/prepare-import.sh to regenerate the dist/ directory.
                    667:
1.1004    jmmv      668: Package:       kyua-testers
                    669: Version:       0.1
1.1546    sevan     670: Current Vers:  0.3
1.1004    jmmv      671: Maintainer:    Julio Merino <jmmv@NetBSD.org>
1.1546    sevan     672: Archive site:  https://github.com/jmmv/kyua
                    673: Home page:     https://github.com/jmmv/kyua
1.1728    sevan     674: Date:          2020-06-13
1.1004    jmmv      675: Mailing List:  kyua-discuss@googlegroups.com
                    676: Responsible:   jmmv
                    677: License:       BSD 3-clause
                    678: Location:      external/bsd/kyua-testers/dist
                    679: Notes:
                    680: The source files are in external/bsd/kyua-testers/dist.
                    681: Use external/bsd/kyua-testers/prepare-import.sh to regenerate the dist/
                    682: directory.
                    683:
1.1       lukem     684: Package:       less
1.1053    tron      685: Version:       less-458
1.1728    sevan     686: Current Vers:  less-562
1.823     jakllsch  687: Maintainer:    Mark Nudelman <markn@greenwoodsoftware.com>
1.467     jnemeth   688: Archive Site:  http://www.greenwoodsoftware.com/less/download.html
                    689: Home Page:     http://www.greenwoodsoftware.com/less/
1.1728    sevan     690: Date:          2020-06-13
1.823     jakllsch  691: Mailing List:  less-announce-request@greenwoodsoftware.com
1.1       lukem     692: Responsible:   mrg
1.968     jdf       693: License:       Less License (BSD 2-clause) or GPLv3 (v2 prior to less-418)
1.913     drochner  694: Location:      external/bsd/less/dist
1.1       lukem     695: Notes:
                    696: Many changes to make less act as more when invoked as more.  Beware.
1.850     tron      697: Use the "src/external/bsd/less/less2netbsd" script to prepare source tree
1.918     wiz       698: for importation.  Run ./configure beforehand to generate "defines.h".
1.850     tron      699: Talk to mrg before importing any new version.
1.1       lukem     700:
1.543     joerg     701: Package:       libarchive
1.1640    joerg     702: Version:       3.4.0
1.1728    sevan     703: Current Vers:  3.4.3
1.748     joerg     704: Maintainer:    kientzle@freebsd.org, joerg@NetBSD.org
1.1640    joerg     705: Archive Site:  https://github.com/libarchive/libarchive/releases
1.1540    sevan     706: Home Page:     http://www.libarchive.org
1.1728    sevan     707: Date:          2020-06-13
1.543     joerg     708: Responsible:   joerg
1.918     wiz       709: License:       BSD (2-clause)
1.913     drochner  710: Location:      external/bsd/libarchive/dist
1.543     joerg     711: Notes:
1.748     joerg     712: Distribution is stripped down to the relevant part.
1.543     joerg     713:
1.696     dent      714: Package:       libdevmapper
1.735     haad      715: Version:       1.02.40
1.1728    sevan     716: Current Vers:  2.2.03.09
1.696     dent      717: Maintainer:    lvm-devel@redhat.com
                    718: Archive Site:  ftp://sources.redhat.com/pub/lvm2/
                    719: Home Page:     http://sources.redhat.com/lvm2/
1.1728    sevan     720: Date:          2020-06-13
1.696     dent      721: Responsible:   haad
                    722: License:       LGPLv2.1
1.913     drochner  723: Location:      external/gpl2/lvm2/dist/libdm
1.656     haad      724: Notes:
1.894     riz       725: The lvm2tools and the libdevmapper are now distributed as one source
1.729     snj       726: repository. See the lvm2tools Notes for more information.
1.656     haad      727:
1.263     wiz       728: Package:       libevent
1.1423    snj       729: Version:       2.1.8-stable
1.1657    sevan     730: Current Vers:  2.1.11-stable
1.263     wiz       731: Maintainer:    Niels Provos <provos@citi.umich.edu>
                    732: Archive Site:  http://www.monkey.org/~provos/libevent/
1.335     lukem     733: Home Page:     http://www.monkey.org/~provos/libevent/
1.1728    sevan     734: Date:          2020-06-13
1.1593    christos  735: Responsible:
1.387     rpaulo    736: License:       BSD (3/4-clause)
1.913     drochner  737: Location:      external/bsd/libevent/dist
1.263     wiz       738: Notes:
1.1033    christos  739: - Run the libevent2netbsd script
                    740: - Build the doxygen man pages. Edit the Doxyfile to GENERATE_MAN=yes.
                    741:   man pages are in doxygen/man/man3. Remove the extra man pages that are
                    742:   .so'ing only. Copy the rest to man.
1.263     wiz       743:
1.1072    joerg     744: Package:       llvm
1.1668    joerg     745: Version:       10.0.0git (01f3a59fb3e2542fce74c768718f594d0debd0da)
1.1728    sevan     746: Current Vers.: 10.0.0
1.1463    joerg     747: Maintainer:    llvm-dev@lists.llvm.org
                    748: Home Page:     https://llvm.org
1.1728    sevan     749: Date:          2020-06-13
1.1072    joerg     750: Responsible:   joerg
1.1668    joerg     751: License:       Apache2 with runtime exceptions
                    752: Location:      external/apache2/llvm/dist
1.1072    joerg     753: Notes:
                    754: A CVS ACL is in place for the location to prevent unintentioned commits.
                    755: All changes should come via import from upstream SVN.
                    756:
1.696     dent      757: Package:       lvm2tools
1.735     haad      758: Version:       2.02.56
1.1593    christos  759: Current Vers:  2.03.02
1.696     dent      760: Maintainer:    lvm-devel@redhat.com
                    761: Archive Site:  ftp://sources.redhat.com/pub/lvm2/
                    762: Home Page:     http://sources.redhat.com/lvm2/
1.1593    christos  763: Date:          2019-01-09
1.696     dent      764: Responsible:   haad
                    765: License:       GPLv2
1.913     drochner  766: Location:      external/gpl2/lvm2/dist
1.894     riz       767: Notes:
1.1179    jnemeth   768: Use the src/external/gpl2/lvm2tools/dist/lvm2netbsd script to
                    769: prepare source tree for import. Keep eye on dist/include/configure.h
1.1362    kamil     770: it might change over the releases.  We maintain our own version of
1.1179    jnemeth   771: libdevmapper ioctl protocol code, therefore we should test it before
                    772: import. Talk to haad before importing new version.
1.656     haad      773:
1.1       lukem     774: Package:       libpcap
1.1652    christos  775: Version:       1.9.1
                    776: Current Vers:  1.9.1
1.1       lukem     777: Maintainer:    tcpdump-workers@tcpdump.org
                    778: Archive Site:  http://www.tcpdump.org/release/
1.335     lukem     779: Home Page:     http://www.tcpdump.org/
1.1652    christos  780: Date:          2019-10-01
1.1       lukem     781: Mailing List:  tcpdump-workers@tcpdump.org
1.569     wiz       782: Responsible:   dyoung
1.387     rpaulo    783: License:       BSD (3/4-clause)
1.913     drochner  784: Location:      external/bsd/libpcap/dist
1.1       lukem     785: Notes:
1.1029    christos  786: Use the src/external/bsd/libpcap/libpcap2netbsd script to prepare source
                    787: tree. sys/net/dlt.h is a copy of the dlt constants from pcap.h
1.1       lukem     788:
1.1593    christos  789: Package:       tcpdump
1.1652    christos  790: Version:       4.9.3
                    791: Current Vers:  4.9.3
1.1593    christos  792: Maintainer:    tcpdump-workers@lists.tcpdump.org
                    793: Archive Site:  http://www.tcpdump.org/release/
                    794: Home Page:     http://www.tcpdump.org/
1.1728    sevan     795: Date:          2020-06-13
1.1593    christos  796: Mailing List:  tcpdump-workers@lists.tcpdump.org
                    797: Responsible:
                    798: License:       BSD (3-clause)
                    799: Location:      external/bsd/tcpdump/dist
                    800: Notes:
                    801: Use the src/external/bsd/tcpdump/tcpdump2netbsd script to prepare source
                    802: tree.
                    803:
1.1       lukem     804: Package:       libwrap
                    805: Version:       tcp_wrappers 7.6 w/ large amount of IPv6 changes
1.954     taca      806: Current Vers:  tcp_wrappers 7.6-ipv6.4
1.1       lukem     807: Maintainer:    Wietse Venema <wietse@porcupine.org>
                    808: Archive Site:  ftp://ftp.porcupine.org/pub/security/
1.335     lukem     809: Home Page:     ftp://ftp.porcupine.org/pub/security/
1.1728    sevan     810: Date:          2020-06-13
1.230     junyoung  811: Mailing List:
1.569     wiz       812: Responsible:   cjs
1.387     rpaulo    813: License:       BSD-like
1.913     drochner  814: Location:      lib/libwrap
1.1       lukem     815: Notes:
                    816: We import only libwrap (under src/lib), tcpdchk and tcpdmatch (both
                    817: under src/usr.sbin). We don't use tcpd; that functionality is built
                    818: into inetd. The provided libwrap2netbsd script handles just libwrap.
                    819:
1.782     mbalmer   820: Package:       Lua
1.1536    alnsn     821: Version:       Lua 5.3.5
                    822: Current Vers:  Lua 5.3.5
1.782     mbalmer   823: Maintainer:    PUC Rio
                    824: Home Page:     http://www.lua.org/
1.1728    sevan     825: Date:          2020-06-13
1.782     mbalmer   826: Mailing List:
1.1536    alnsn     827: Responsible:   mbalmer, lneto, salazar, alnsn
1.782     mbalmer   828: License:       MIT
1.913     drochner  829: Location:      external/mit/lua/dist
1.782     mbalmer   830: Notes:
                    831: The default module paths have been changed to not include the current
1.783     snj       832: working directory '.' to avoid potential security problems.
1.782     mbalmer   833:
1.1003    jmmv      834: Package:       Lutok
1.1060    jmmv      835: Version:       0.3
1.1278    kamil     836: Current Vers:  0.4
1.1003    jmmv      837: Maintainer:    Julio Merino <jmmv@NetBSD.org>
1.1279    kamil     838: Archive site:  https://github.com/jmmv/lutok/releases
                    839: Home page:     https://github.com/jmmv/lutok
1.1728    sevan     840: Date:          2020-06-13
1.1003    jmmv      841: Mailing List:  lutok-discuss@googlegroups.com
                    842: Responsible:   jmmv
                    843: License:       BSD 3-clause
                    844: Location:      external/bsd/lutok/dist
                    845: Notes:
                    846: The source files are in external/bsd/lutok/dist.
                    847: Use external/bsd/lutok/prepare-import.sh to regenerate the dist/ directory.
                    848:
1.728     christos  849: Package:       m4
                    850: Version:       20091026
1.1728    sevan     851: Current Vers:  20190628
1.962     wiz       852: Maintainer:    The OpenBSD Project
1.728     christos  853: Archive Site:  http://www.openbsd.org/cgi-bin/cvsweb/src/usr.bin/m4
1.962     wiz       854: Home Page:     http://www.openbsd.org/
1.1728    sevan     855: Date:          2020-06-13
1.1593    christos  856: Mailing List:
1.728     christos  857: License:       BSD 3-clause like (dns-sd)
                    858: Responsible:   christos
1.913     drochner  859: Location:      usr.bin/m4
1.728     christos  860: Notes:
1.1189    christos  861: Uses libc's ohash
1.728     christos  862:
1.718     tsarna    863: Package:       mDNSResponder
1.1504    christos  864: Version:       878.30.4
1.1728    sevan     865: Current Vers:  1096.0.2
1.718     tsarna    866: Maintainer:    Apple
1.1486    hauke     867: Archive Site:  https://www.opensource.apple.com/tarballs/mDNSResponder/
                    868: Home Page:     https://developer.apple.com/bonjour/
1.1728    sevan     869: Date:          2020-06-13
1.718     tsarna    870: Mailing List:  bonjour-dev@lists.apple.com
                    871: License:       Apache2 (mdnsd), BSD 3-clause (libdns_sd),
                    872:                BSD 3-clause like (dns-sd)
                    873: Responsible:   tsarna
1.913     drochner  874: Location:      external/apache2/mDNSResponder/dist
1.718     tsarna    875: Notes:
                    876:
1.1462    wiz       877: Package:       mandoc
1.1602    christos  878: Version:       1.14.5
1.1601    wiz       879: Current Vers:  1.14.5
                    880: Maintainer:    Kristaps Džonsons/Ingo Schwarze
                    881: Archive Site:  http://mandoc.bsd.lv/snapshots/
                    882: Home Page:     http://mandoc.bsd.lv/
1.1728    sevan     883: Date:          2020-06-13
1.1593    christos  884: Mailing List:
1.723     wiz       885: Responsible:   joerg
                    886: License:       BSD (2-clause)
1.913     drochner  887: Location:      external/bsd/mdocml/dist
1.723     wiz       888: Notes:
                    889:
1.1132    riastrad  890: Package:       mesa-demos
                    891: Version:       8.1.0
1.1546    sevan     892: Current Vers:  8.4.0
1.1132    riastrad  893: Maintainer:    mesa-git@?
                    894: Archive Site:  ftp://ftp.freedesktop.org/pub/mesa/demos/
                    895: Home Page:     http://www.mesa3d.org/
1.1728    sevan     896: Date:          2020-06-13
1.1132    riastrad  897: Mailing List:
                    898: Responsible:   riastradh, mrg
                    899: License:       ISC
1.1550    sevan     900: Location:      xsrc/external/mit/mesa-demos/dist
1.1132    riastrad  901: Notes:
                    902: We use only glxinfo and glxgears.  Delete all else on import.
                    903: Vendor tag:    xorg
                    904: Release tag:   mesa-demos-X-Y-Z
                    905:
1.696     dent      906: Package:       mesa-drm
1.703     mrg       907: Version:       git 85b9f737db0d2a845e4d7e2bbf9ad12ff9e2227c
1.696     dent      908: Current Vers:
                    909: Maintainer:    mesa-git@?
                    910: Archive Site:  git://anongit.freedesktop.org/git/mesa/drm
                    911: Home Page:     http://cgit.freedesktop.org/mesa/drm/
1.1593    christos  912: Date:          2019-01-09
1.696     dent      913: Mailing List:
                    914: Responsible:   mrg, bjs
                    915: License:       BSD
1.913     drochner  916: Location:      sys/external/bsd/drm/dist
1.696     dent      917: Notes:
                    918:
1.1137    riastrad  919: Package:       MesaLib
1.1651    maya      920: Version:       19.1.7
1.1728    sevan     921: Current Vers:  20.1.1
1.1137    riastrad  922: Maintainer:    mesa-git@?
                    923: Archive Site:  ftp://ftp.freedesktop.org/pub/mesa/
                    924: Home Page:     http://www.mesa3d.org/
1.1728    sevan     925: Date:          2020-06-13
1.1137    riastrad  926: Mailing List:
                    927: Responsible:   riastradh, mrg
                    928: License:       ISC
                    929: Location:      xsrc/external/mit/MesaLib/dist
                    930: Notes:
                    931: Vendor tag:    xorg
                    932: Release tag:   MesaLib-X-Y-Z
                    933:
1.1       lukem     934: Package:       mopd
                    935: Version:       2.5.3
                    936: Current Vers:  2.5.3
                    937: Maintainer:    Mats O Jansson <maja@celsiustech.se>
1.696     dent      938: Archive Site:  http://www.stacken.kth.se/~moj/mopd.html
1.335     lukem     939: Home Page:     http://www.stacken.kth.se/~moj/mopd.html
1.1593    christos  940: Date:          2019-01-09
1.230     junyoung  941: Mailing List:
1.1       lukem     942: Responsible:   cjs
1.387     rpaulo    943: License:       BSD (4-clause)
1.913     drochner  944: Location:      usr.sbin/mopd
1.1       lukem     945: Notes:
                    946: Delete the otherOS directory before importing.
                    947:
                    948: Package:       nawk
1.1691    christos  949: Version:       2020-02-18
1.1728    sevan     950: Current Vers:  2020-06-12
1.696     dent      951: Maintainer:    Brian Kernighan <bwk@princeton.edu>
1.1587    christos  952: Archive Site:  https://github.com/onetrueawk/awk
1.696     dent      953: Home Page:     http://www.cs.princeton.edu/~bwk/btl.mirror/
1.1728    sevan     954: Date:          2020-06-13
1.1       lukem     955: Mailing List:
                    956: Responsible:   jdolecek
1.387     rpaulo    957: License:       BSD-like
1.913     drochner  958: Location:      external/historical/nawk/dist
1.1       lukem     959: Notes:
                    960: Build maketab from nawk sources and generate proctab.c.
1.776     christos  961: Remove buildwin.bat, missing95.c, ytab.[ch], ytab?.bak, vcvars.bat makefile.win
                    962: then import to src/external/historical/nawk/dist.
1.1       lukem     963:
                    964: Package:       ndbootd
                    965: Version:       0.5
                    966: Current Vers:  0.5
                    967: Maintainer:    Matt Fredette <fredette@alum.mit.edu>
1.696     dent      968: Archive Site:
                    969: Home Page:
1.1593    christos  970: Date:          2019-01-09
1.1       lukem     971: Responsible:   fredette
1.387     rpaulo    972: License:       BSD (4-clause)
1.913     drochner  973: Location:      usr.sbin/ndbootd
1.1       lukem     974: Notes:
                    975: Run ./configure, save config.h, make distclean, rm all autoconf/automake
                    976: and ndbootd-raw.c.  Restore saved config.h, and force it to define
                    977: HAVE_STRICT_ALIGNMENT.  Fix RCS IDs, import.
                    978:
1.421     wiz       979: Package:       ntp
1.1719    christos  980: Version:       4.2.8p14
                    981: Current Vers:  4.2.8p14
1.421     wiz       982: Maintainer:    David L. Mills <mills@udel.edu>
1.1069    christos  983: Archive Site:  http://www.ntp.org/
1.702     kardel    984: Home Page:     http://www.ntp.org/, http://support.ntp.org/
1.1728    sevan     985: Date:          2020-06-13
1.421     wiz       986: Mailing List:
1.455     kardel    987: Responsible:   simonb, jonathan, kardel
1.421     wiz       988: License:       BSD-like
1.913     drochner  989: Location:      external/bsd/ntp/dist
1.421     wiz       990: Notes:
                    991: See /usr/src/dist/ntp/ntp2netbsd for update instructions.
                    992:
1.1       lukem     993: Package:       nvi
1.1064    christos  994: Version:       1.81.6, HEAD as of 2013-11-20
1.652     tsutsui   995: Current Vers:  1.81.6
1.1071    aymeric   996: Maintainer:    Sven Verdoolaege <skimo@kotnet.org>, Keith Bostic
1.1593    christos  997: Archive Site:  git://repo.or.cz/nvi.git
1.1064    christos  998: Home Page:     https://repo.or.cz/w/nvi.git http://www.bostic.com/vi/
1.1728    sevan     999: Date:          2020-06-13
1.230     junyoung 1000: Mailing List:
1.1071    aymeric  1001: Responsible:   christos
1.387     rpaulo   1002: License:       BSD (3/4-clause)
1.1071    aymeric  1003: Location:      external/bsd/nvi/dist
1.1       lukem    1004: Notes:
1.652     tsutsui  1005: We have lots of local fixes.
1.1       lukem    1006:
1.603     lukem    1007: Package:       OpenLDAP
1.1642    christos 1008: Version:       2.4.48
1.1728    sevan    1009: Current Vers:  2.4.50
1.603     lukem    1010: Maintainer:    OpenLDAP Foundation
                   1011: Archive Site:  http://www.openldap.org/
                   1012: Home Page:     http://www.openldap.org/
1.1728    sevan    1013: Date:          2020-06-13
1.603     lukem    1014: Mailing List:
1.1593    christos 1015: Responsible:
1.603     lukem    1016: License:       BSD (3-clause)
1.913     drochner 1017: Location:      external/bsd/openldap/dist
1.603     lukem    1018: Notes:
                   1019:
1.293     christos 1020: Package:       OpenPAM
1.1676    christos 1021: Version:       20190224 (Tabebuia)
1.1657    sevan    1022: Current Vers:  20190224 (Tabebuia)
1.638     wiz      1023: Maintainer:    Dag-Erling Smørgrav <des@FreeBSD.org>
1.276     wiz      1024: Archive Site:  http://www.openpam.org/
1.335     lukem    1025: Home Page:     http://www.openpam.org/
1.1728    sevan    1026: Date:          2020-06-13
1.276     wiz      1027: Mailing List:
                   1028: Responsible:   christos
1.387     rpaulo   1029: License:       BSD (3-clause)
1.913     drochner 1030: Location:      external/bsd/openpam/dist
1.276     wiz      1031: Notes:
                   1032:
1.734     roy      1033: Package:       openresolv
1.1689    roy      1034: Version:       3.10.0
                   1035: Current Vers:  3.10.0
1.734     roy      1036: Maintainer:    roy
                   1037: Archive Site:  ftp://roy.marples.name/pub/openresolv/
                   1038: Home Page:     http://roy.marples.name/projects/openresolv/
1.1689    roy      1039: Date:          2020-01-27
1.734     roy      1040: Mailing List:  openresolv-discuss@marples.name
                   1041: License:       BSD (2-clause)
1.913     drochner 1042: Location:      external/bsd/openresolv/dist
1.734     roy      1043: Notes:
                   1044: Please submit all changes to the author.
                   1045:
1.612     christos 1046: Package:       HPN-SSH
1.988     christos 1047: Version:       6.1p1 13 v14
1.1069    christos 1048: Current Vers:  6.3p1 v14
1.612     christos 1049: Maintainer:    www.psc.edu
1.1593    christos 1050: Archive Site:
1.988     christos 1051: Home Page:     http://www.psc.edu/index.php/hpn-ssh
1.1593    christos 1052: Date:          2019-01-09
1.612     christos 1053: Mailing List:
                   1054: Responsible:   christos
1.1593    christos 1055: License:
1.913     drochner 1056: Location:      crypto/external/bsd/openssh/dist
1.612     christos 1057: Notes:
                   1058: Patch applied after OpenSSH import.
                   1059:
1.1       lukem    1060: Package:       OpenSSH
1.1723    christos 1061: Version:       8.3
1.1722    wiz      1062: Current Vers:  8.3 / portable 8.3p1
1.1       lukem    1063: Maintainer:    OpenSSH
                   1064: Archive Site:  http://www.openssh.com/ftp.html
1.335     lukem    1065: Home Page:     http://www.openssh.com/portable.html
1.1728    sevan    1066: Date:          2020-06-13
1.1       lukem    1067: Mailing List:  openssh-unix-announce@mindrot.org
1.298     itojun   1068: Responsible:   thorpej, christos, elric
1.701     christos 1069: License:       BSD. See src/crypto/external/bsd/openssh/dist/LICENSE
1.913     drochner 1070: Location:      crypto/external/bsd/openssh/dist
1.1       lukem    1071: Notes:
1.701     christos 1072: imported from OpenBSD ssh -- is not from the portable OpenSSH
1.913     drochner 1073: use openssh2netbsd before import.
1.1       lukem    1074: local changes (should always try to bring them back to master openssh tree,
                   1075: markus is very cooperative about it):
                   1076: - default for PermitRootLogin is set to "no"
                   1077: - IgnoreRootRhosts added
                   1078: - look at login.conf to check valid user/access list
1.469     christos 1079: - krb5 support re-added
1.405     christos 1080: - hack in cipher.c #ifdef ACCS because we are missing EVP_acss
1.279     christos 1081:   when someone imports openssl, we can remove this.
1.280     christos 1082: - added moduli from portable openssh
                   1083: - added USE_PAM patches and auth_pam.[ch] from portable openssh
1.786     christos 1084:   (see if there is any difference between the current version of opensshX.Yp1
                   1085:    and the new opensshZ.Wp1) and apply them.
1.701     christos 1086: - conditionalize login_cap
                   1087: - conditionalize bsd_auth
                   1088: - restore krb5, krb4, afs, skey
                   1089: - bring in hpn patches, disable mt aes cipher, keep speedups and cipher none
                   1090: - fix ctype macro arguments
                   1091: - umac is broken, disable it
                   1092: - better ~homedir handling
                   1093: - netbsd style tunnels
                   1094: - urandom, xhome, chrootdir, rescuedir NetBSD handling
                   1095: - utmp/utmpx handling
                   1096: - handle tty posix_vdisable properly
                   1097: - handle setuid and unsetuid the posix way instead of setresuid()
                   1098: - add all missing functions
1.384     christos 1099: - always bump major when importing to avoid api problems.
1.854     christos 1100: - make compile with gcc-4.5; const fixes, fileno() checks, shadow fixes.
1.1537    sevan    1101: - adjust the DEFAULT_PKCS11_WHITELIST for ssh-agent
1.1       lukem    1102:
                   1103: Package:       OpenSSL
1.1714    christos 1104: Version:       1.0.2o/1.1.1g
1.1713    sevan    1105: Current Vers:  1.0.2t/1.1.1g
1.1       lukem    1106: Maintainer:    The OpenSSL Project
                   1107: Archive Site:  ftp://ftp.openssl.org/source/
1.335     lukem    1108: Home Page:     http://www.openssl.org/
1.1728    sevan    1109: Date:          2020-06-13
1.1       lukem    1110: Mailing List:  openssl-announce@openssl.org
1.1144    spz      1111: Responsible:   christos, mjf, tls, riastradh, spz
1.387     rpaulo   1112: License:       OpenSSL and SSLeay license (both BSD-like)
1.913     drochner 1113: Location:      crypto/external/bsd/openssl/dist
1.1       lukem    1114: Notes:
1.380     christos 1115: - Run openssl2netbsd to get rid of the RCSID identifiers
1.708     christos 1116: - run make in /usr/src/crypto/external/bsd/openssl/lib/libcrypto/man
                   1117:   to regen man pages.
1.1327    snj      1118: - run make in /usr/src/crypto/external/bsd/openssl/lib/libcrypto/arch/*
1.953     christos 1119:   to regen assembly files
1.1       lukem    1120:
1.926     plunky   1121: Package:       pcc
1.1550    sevan    1122: Version:       1.1.0.DEVEL 20160208
1.1547    sevan    1123: Current Vers:  1.1.0 20141210
1.932     riz      1124: Maintainer:    Anders Magnusson <ragge@NetBSD.org>
1.926     plunky   1125: Archive Site:  ftp://pcc.ludd.ltu.se/pub/pcc/
                   1126: Home Page:     http://pcc.ludd.ltu.se/
1.1593    christos 1127: Date:          2019-01-09
1.926     plunky   1128: Mailing List:  pcc-list@ludd.ltu.se
                   1129: Responsible:   plunky
                   1130: License:       BSD
                   1131: Location:      external/bsd/pcc/dist
                   1132: Notes:
                   1133: This is a development snapshot. See the src/external/bsd/pcc/prepare-import.sh
                   1134: file for details about how to get the latest version from the upstream server
                   1135: and import it.
                   1136:
1.19      wiz      1137: Package:       pdisk
                   1138: Version:       0.8a2
                   1139: Current Vers:  0.8a2
                   1140: Maintainer:    Eryk Vershen <eryk@cfcl.com>
                   1141: Archive Site:  http://cantaforda.com/cfcl/eryk/linux/pdisk/index.html
1.335     lukem    1142: Home Page:     http://cantaforda.com/cfcl/eryk/linux/pdisk/index.html
1.1593    christos 1143: Date:          2019-01-09
1.19      wiz      1144: Mailing List:
                   1145: Responsible:   dbj
1.387     rpaulo   1146: License:       BSD-like
1.1032    christos 1147: Location:      external/bsd/pdisk
1.19      wiz      1148: Notes:
1.729     snj      1149: This is the disk partition utility used by Apple's mkLinux and OS X
1.1015    wiz      1150: It is imported into external/bsd/pdisk.
1.19      wiz      1151:
1.1       lukem    1152: Package:       pdksh
                   1153: Version:       5.2.14p2
                   1154: Current Vers:  5.2.14p2
                   1155: Maintainer:    Michael Rendell <michael@cs.mun.ca>
1.1593    christos 1156: Archive Site:
                   1157: Home Page:
                   1158: Date:          2019-01-09
1.1       lukem    1159: Mailing List:
1.457     jdolecek 1160: Responsible:   jdolecek
1.387     rpaulo   1161: License:       Public domain
1.913     drochner 1162: Location:      bin/ksh
1.880     reed     1163: Notes:
1.1       lukem    1164: pdksh-5.2.14-patches.1 and pdksh-5.2.14-patches.2 have been applied.
                   1165:
1.421     wiz      1166: Package:       PF (openbsd packet filter)
1.609     peter    1167: Version:       OpenBSD 4.2
1.1537    sevan    1168: Current Vers:  OpenBSD 6.3-current
1.422     peter    1169: Maintainer:    The OpenBSD Project
1.421     wiz      1170: Archive Site:  ftp://ftp.openbsd.org/
                   1171: Home Page:     http://www.openbsd.org/faq/pf/
1.1593    christos 1172: Date:          2019-01-09
1.421     wiz      1173: Mailing List:  pf@benzedrine.cx or appropriate OpenBSD mailing list
1.569     wiz      1174: Responsible:   peter, yamt
1.421     wiz      1175: License:       BSD (2-clause)
1.913     drochner 1176: Location:      dist/pf,sys/dist/pf
1.421     wiz      1177: Notes:
                   1178: kernel code is imported into src/sys/dist/pf and src/sys/net has reachover
                   1179: definition (files.pf).  userland code is imported into src/dist/pf, and
                   1180: reachover Makefiles are in src/usr.sbin/pf.
                   1181:
1.538     joerg    1182: Package:       pkg_install
1.1610    sevan    1183: Version:       20190405
                   1184: Current Vers:  20190405
1.538     joerg    1185: Maintainer:    The pkgsrc developers
1.894     riz      1186: Home Page:     http://www.pkgsrc.org/
1.1593    christos 1187: Date:          2019-01-09
1.539     heinz    1188: Mailing List:  tech-pkg@NetBSD.org
1.538     joerg    1189: Responsible:   joerg
                   1190: License:       BSD
1.913     drochner 1191: Location:      external/bsd/pkg_install/dist
1.538     joerg    1192: Notes:
1.913     drochner 1193: The authoritative version is in pkgsrc/pkgtools/pkg_install.
1.538     joerg    1194:
1.1       lukem    1195: Package:       ping
                   1196: Version:       980911
                   1197: Current Vers:  980911
1.993     christos 1198: Maintainer:    Mike Muuss
1.1593    christos 1199: Archive Site:
1.993     christos 1200: Home Page:     http://ftp.arl.mil/mike/ping.html
1.1593    christos 1201: Date:          2019-01-09
1.1       lukem    1202: Mailing List:
1.392     rpaulo   1203: Responsible:   christos
1.387     rpaulo   1204: License:       BSD (3-clause)
1.913     drochner 1205: Location:      sbin/ping
1.1       lukem    1206: Notes:
                   1207: We use err() and friends. We have changes for snprintf, extra
1.729     snj      1208: formatting in man pages, disallowing flood pinging, alignment fixes,
1.993     christos 1209: and more. Vern's ping is gone. We are too different from everyone else
                   1210: now to do a new import.
1.1       lukem    1211:
1.934     wiz      1212: Package:       Postfix
1.1721    christos 1213: Version:       3.5.2
1.1716    wiz      1214: Current Vers:  3.5.2
1.1       lukem    1215: Maintainer:    Wietse Venema <wietse@porcupine.org>
1.1593    christos 1216: Archive Site:
1.335     lukem    1217: Home Page:     http://www.postfix.org/
1.1728    sevan    1218: Date:          2020-06-13
1.1       lukem    1219: Mailing List:  postfix-users@postfix.org
1.1254    tron     1220: Responsible:   christos
1.704     tron     1221: License:       IBM Public License. See also src/external/ibm-public/postfix/dist.
1.913     drochner 1222: Location:      external/ibm-public/postfix/dist
1.1       lukem    1223: Notes:
                   1224:
                   1225: Package:       ppp
1.1165    christos 1226: Version:       2.4.7
                   1227: Current Vers:  2.4.7
1.1       lukem    1228: Maintainer:    Paul Mackerras <paulus@samba.org>
1.1593    christos 1229: Archive Site:
1.349     junyoung 1230: Home Page:
1.1068    christos 1231: GIT root:      git://ozlabs.org/~paulus/ppp.git
1.1       lukem    1232: Mailing List:
1.447     christos 1233: Responsible:   christos, cube
1.387     rpaulo   1234: License:       BSD (3-clause)
1.1068    christos 1235: Location:      external/bsd/ppp/dist
1.1       lukem    1236: Notes:
                   1237: BSD support was removed from 2.4.0; I added it back and removed
                   1238: some GPL pieces. Multilink support is missing. Repeated pings to
                   1239: Paulus have not yielded results. I've retrofitted pppdump to use
1.397     christos 1240: net/zlib, and <net/ppp-comp.h> and I now maintain sys-bsd.c. This
1.1       lukem    1241: is clearly a pain. I have not tested the modules code, neither our
                   1242: makefiles make it easy to construct a module, but I left one there
                   1243: as an example.
1.447     christos 1244: TDB code as found in 2.4.x, x>1 is under the GPL.  Therefore, we're
                   1245: using the version found in 2.4.1.
1.1       lukem    1246:
                   1247: Package:       root.cache
1.1659    sevan    1248: Version:       2019093001 (September 30, 2019)
                   1249: Current Vers:  2019093001 (September 30, 2019)
1.14      perry    1250: Maintainer:    InterNIC
                   1251: Archive Site:  ftp://ftp.internic.net/domain/named.root
1.335     lukem    1252: Home Page:     ftp://ftp.internic.net/domain/named.root
1.1659    sevan    1253: Date:          2019-10-09
1.1       lukem    1254: Mailing List:
1.507     perry    1255: Responsible:   thorpej
1.387     rpaulo   1256: License:       Public domain
1.913     drochner 1257: Location:      etc/namedb
1.1       lukem    1258: Notes:
                   1259: The root server cache is also included with BIND.  However, the
                   1260: InterNIC version is usually more up to date.
                   1261:
                   1262: Package:       routed
1.727     christos 1263: Version:       2.32
                   1264: Current Vers:  2.32
1.1       lukem    1265: Maintainer:    Vernon Schryver <vjs@rhyolite.com>
1.1593    christos 1266: Archive Site:
                   1267: Home Page:
                   1268: Date:          2019-01-09
1.1       lukem    1269: Mailing List:
1.392     rpaulo   1270: Responsible:   christos
1.387     rpaulo   1271: License:       BSD (4-clause)
1.913     drochner 1272: Location:      sbin/routed
1.1       lukem    1273: Notes:
                   1274: We use the md5 code from libc
                   1275: We don't allow RIP_TRACEON and RIP_TRACEOFF
1.201     christos 1276: We use arc4random
                   1277: We use strlcpy/snprintf
1.1       lukem    1278:
                   1279: Package:       send-pr (part of GNATS)
1.1299    christos 1280: Version:       3.2
                   1281: Current Vers:  4.2
1.1       lukem    1282: Maintainer:    FSF
                   1283: Archive Site:  ftp://ftp.gnu.org/gnu/gnats/
1.335     lukem    1284: Home Page:     http://www.gnu.org/software/gnats/
1.1       lukem    1285: Mailing List:  bug-gnats@gnu.org
1.1299    christos 1286: License:       GPLv2+ (4.1), GPLv3+ (4.2 and later)
1.1       lukem    1287: Responsible:
1.1299    christos 1288: Location:      external/gpl2/send-pr
1.1       lukem    1289: Notes:
1.1299    christos 1290: We have 3.2 with patches to become 3.95 which was never distributed. This
                   1291: is the last "standalone" send-pr version. Newer versions require "query-pr"
                   1292: to be installed and many more changes. It is not worth the hassle.
1.1       lukem    1293:
                   1294: Package:       SoftFloat
                   1295: Version:       2a
1.1547    sevan    1296: Current Vers:  3e
1.144     dent     1297: Maintainer:    John Hauser <jhauser@jhauser.us>
                   1298: Archive Site:  http://www.jhauser.us/arithmetic/SoftFloat.html
1.335     lukem    1299: Home Page:     http://www.jhauser.us/arithmetic/SoftFloat.html
1.1       lukem    1300: Mailing List:
                   1301: Responsible:   bjh21
1.387     rpaulo   1302: License:       Public domain
1.913     drochner 1303: Location:      lib/libc/softfloat
1.1       lukem    1304: Notes:
                   1305: Heavily modified for use as a soft float library for GCC.  The actual
                   1306: arithmetic code is unchanged, though, and should behave exactly like the
                   1307: original.
                   1308:
1.877     joerg    1309: Package:       sqlite
1.1577    christos 1310: Version:       3.26.0
1.1728    sevan    1311: Current Vers:  3.32.2 (2020-06-04)
1.877     joerg    1312: Maintainer:    Richard Hipp <drh@sqlite.org>
                   1313: Home Page:     http://www.sqlite.org
1.1728    sevan    1314: Date:          2020-06-13
1.877     joerg    1315: Responsible:   joerg
                   1316: License:       Public domain
1.913     drochner 1317: Location:      external/public-domain/sqlite/dist
1.877     joerg    1318: Notes:
1.1241    szptvlfn 1319: Run cleantags before importing because sqlite3.c has an RCSID
1.877     joerg    1320:
1.1       lukem    1321:
                   1322: Package:       TestFloat
                   1323: Version:       2a
1.1547    sevan    1324: Current Vers:  3e
1.144     dent     1325: Maintainer:    John Hauser <jhauser@jhauser.us>
                   1326: Archive Site:  http://www.jhauser.us/arithmetic/TestFloat.html
1.335     lukem    1327: Home Page:     http://www.jhauser.us/arithmetic/TestFloat.html
1.1728    sevan    1328: Date:          2020-06-13
1.1       lukem    1329: Mailing List:
                   1330: Responsible:   ross
1.387     rpaulo   1331: License:       BSD (4-clause)
1.913     drochner 1332: Location:      regress/lib/libc/ieeefp/testfloat
1.1       lukem    1333: Notes:
                   1334:
1.1300    christos 1335:
1.1593    christos 1336: Package:       malloc
1.1296    christos 1337: Version:       1995-01-15
                   1338: Current Vers:  1995-01-15
                   1339: Maintainer:    FSF
                   1340: Archive Site:  ftp://prep.ai.mit.edu/old-gnu/malloc.tar.gz
                   1341: Home Page:
                   1342: Mailing List:
                   1343: Responsible:   christos
                   1344: License:       GPLv2+
                   1345: Location:      external/gpl2/libmalloc
                   1346: Notes:
                   1347: The original version of gnumalloc was added (not imported) from
                   1348: prep.ai.mit.edu in src/gnu/lib/libmalloc in 1993. This is the newest
                   1349: version from 1995. It is written by Mike Haertel, and was distributed
                   1350: both standalone and as part of glibc. At some point glibc switched
                   1351: to use Doug Lea's ptmalloc which is now tightly bound with glibc
                   1352: and cannot be separated. The Doug Lea version of malloc is also
                   1353: distributed in a standalone form by Wolfram Gloger in
                   1354: http://www.malloc.de/en/.  We can consider switching to ptmalloc
                   1355: at some point since it will provide an alternative MT malloc, but
                   1356: perhaps this implementation should be kept anyway for historical
                   1357: purposes.
                   1358:
1.819     jmmv     1359: Package:       tmux
1.1685    christos 1360: Version:       3.0a
1.1727    wiz      1361: Current Vers:  3.1b
1.1290    christos 1362: Maintainer:    Nicholas Marriott <nicholas.marriott@gmail.com>
                   1363: Archive site:  https://github.com/tmux/tmux
                   1364: Home page:     http://tmux.github.io
1.1727    wiz      1365: Date:          2020-05-04
1.1290    christos 1366: Mailing List:  tmux-users@googlegroups.com
                   1367: Responsible:   christos
1.819     jmmv     1368: License:       BSD
1.913     drochner 1369: Location:      external/bsd/tmux/dist
1.819     jmmv     1370: Notes:
                   1371: See src/external/bsd/tmux/README for instructions on how to import a
                   1372: new tmux release.
                   1373:
1.1       lukem    1374: Package:       top
1.614     christos 1375: Version:       3.8beta1
                   1376: Current Vers:  3.8beta1
1.1       lukem    1377: Maintainer:    William LeFebvre <wnl@groupsys.com>
1.614     christos 1378: Archive Site:  http://www.unixtop.org/dist/top-3.8beta1.tar.gz
1.335     lukem    1379: Home Page:     http://www.unixtop.org/
1.1       lukem    1380: Mailing List:  top-spinners@ocee.groupsys.com
1.614     christos 1381: Responsible:   simonb, christos
1.387     rpaulo   1382: License:       BSD (2-clause)
1.913     drochner 1383: Location:      external/bsd/top/dist
1.1       lukem    1384: Notes:
                   1385:
                   1386: Package:       traceroute
1.869     christos 1387: Version:       1.4a12
1.1       lukem    1388: Current Vers:  1.4a12
                   1389: Maintainer:    traceroute@ee.lbl.gov
                   1390: Archive Site:  ftp://ftp.ee.lbl.gov/
1.335     lukem    1391: Home Page:     http://ftp.ee.lbl.gov/
1.1       lukem    1392: Mailing List:
                   1393: Responsible:
1.387     rpaulo   1394: License:       BSD (4-clause)
1.913     drochner 1395: Location:      usr.sbin/traceroute
1.1       lukem    1396: Notes:
1.869     christos 1397: Added changes from a5 -> a12 manually.
1.1       lukem    1398:
                   1399: Package:       tz
1.1718    christos 1400: Version:       tzcode2020a / tzdata2020a
1.1715    kre      1401: Current Vers:  tzcode2020a / tzdata2020a
1.975     apb      1402: Maintainer:    Paul Eggert <eggert@cs.ucla.edu>
1.956     christos 1403: Archive Site:  ftp://ftp.iana.org/tz/releases/
1.876     apb      1404: Archive Site:  ftp://munnari.oz.au/pub/oldtz/
1.956     christos 1405: Old Archive Site:      ftp://elsie.nci.nih.gov/pub/
1.920     apb      1406: Home Page:     http://www.iana.org/time-zones
1.1728    sevan    1407: Date:          2020-06-13
1.876     apb      1408: Mailing List:  tz@iana.org
1.1375    kre      1409: Responsible:   kleink, christos, kre
1.387     rpaulo   1410: License:       Public domain
1.1142    wiz      1411: Location:      lib/libc/time/zoneinfo, external/public-domain/tz/share
1.1       lukem    1412: Notes:
1.1077    christos 1413: Don't use src/lib/libc/time/tzcode2netbsd to prepare the source tree for import.
                   1414: Diffs are now applied by hand, since we have too many diffs (re-entrant tzcode,
                   1415: register removal) to apply. The diffs have been submitted upstream but there
                   1416: is too much inertia to apply them. Check for .gitignore files.
1.1149    apb      1417: For the data files, do use external/public-domain/tz/tzdata2netbsd.
1.1       lukem    1418:
1.578     christos 1419: Package:       wpa_supplicant/hostapd
1.1585    christos 1420: Version:       2.7
1.1728    sevan    1421: Current Vers:  2.9
1.365     wiz      1422: Maintainer:    Jouni Malinen <jkmaline@cc.hut.fi>
1.1378    snj      1423: Archive Site:  http://w1.fi/releases/
                   1424: Home Page:     http://w1.fi/wpa_supplicant/
1.1728    sevan    1425: Date:          2020-06-13
1.365     wiz      1426: Mailing List:
1.578     christos 1427: Responsible:   scw, dyoung, christos
1.387     rpaulo   1428: License:       BSD or GPLv2
1.913     drochner 1429: Location:      external/bsd/wpa/dist
1.365     wiz      1430: Notes:
1.772     christos 1431: See /usr/src/external/bsd/wpa/NetBSD-upgrade for update instructions.
1.365     wiz      1432:
1.1       lukem    1433: Package:       zlib
1.1396    christos 1434: Version:       1.2.10
1.1418    nonaka   1435: Current Vers:  1.2.11
1.1       lukem    1436: Maintainer:    Jean-loup Gailly and Mark Adler <zlib@gzip.org>
1.512     taca     1437: Archive Site:  http://www.zlib.net/
                   1438: Home Page:     http://www.zlib.net/
1.1657    sevan    1439: Date:          2019-10-09
1.1       lukem    1440: Mailing List:
1.1254    tron     1441: Responsible:   gwr, christos
1.387     rpaulo   1442: License:       BSD (3-clause)
1.913     drochner 1443: Location:      common/dist/zlib
1.1       lukem    1444: Notes:
1.397     christos 1445: Imported to src/common/dist/zlib and shared by the kernel and userland.
1.1396    christos 1446: Remember to run cleantags
1.534     christos 1447:
                   1448: Package:       services, protocols
1.1658    sevan    1449: Version:       2019-10-09 (services), 2017-10-13 (protocols)
                   1450: Current Vers:  2019-10-09 (services), 2017-10-13 (protocols)
1.534     christos 1451: Maintainer:    IANA
1.961     christos 1452: Archive Site:  http://www.iana.org/assignments/service-names-port-numbers/service-names-port-numbers.txt (services)
1.894     riz      1453: Archive Site:  http://www.iana.org/assignments/protocol-numbers/protocol-numbers.txt (protocols)
                   1454: Home Page:     http://www.iana.org/
1.534     christos 1455: Mailing List:
                   1456: Responsible:   christos
                   1457: License:       None
1.913     drochner 1458: Location:      etc
1.534     christos 1459: Notes:
1.961     christos 1460: 1. Build package net/iana-etc
                   1461: 2. Add NetBSD rcsid to the generated protocols and services in the package
                   1462:    work area.
                   1463: 3. Append the local services from the current services file.
                   1464: 4. Run:
1.534     christos 1465:        services_mkdb -u services > /usr/src/etc/services
                   1466:        cp protocols /usr/src/etc/protocols
1.964     christos 1467: 5. Fix protocols
                   1468:    - fix manet alias to MANET; giving an alias with the same name is a no/op
                   1469:    - protocol 84 is defined for as ttp and iptm, merge the two entries since
                   1470:      libc getprotoent() does not read the whole file and merge in the "files"
                   1471:      implementation.
1.1584    christos 1472:    - add alias carp to vrrp
                   1473:    - put back 240 (pfsync), splitting the unassigned entries
1.769     mrg      1474:
                   1475: Package:       pigz
1.1123    tls      1476: Version:       2.3.1
1.1547    sevan    1477: Current Vers:  2.4
1.769     mrg      1478: Maintainer:    Mark Adler <madler@alumni.caltech.edu>
                   1479: Archive Site:  http://zlib.net/pigz/
                   1480: Home Page:     http://zlib.net/pigz/
                   1481: Mailing List:  http://mail.zlib.net/mailman/listinfo/pigz-announce_zlib.net
1.1123    tls      1482: Responsible:   mrg, tls
1.769     mrg      1483: License:       zlib
1.913     drochner 1484: Location:      external/zlib/pigz/dist
1.769     mrg      1485: Notes:
1.784     joerg    1486:
                   1487: Package:       xz
1.1565    joerg    1488: Version:       5.2.4
1.1726    sevan    1489: Current Vers:  5.2.5
1.784     joerg    1490: Maintainer:    Lasse Collin <lasse.collin@tukanni.org>
                   1491: Archive Site:  http://tukaani.org/xz/
                   1492: Home Page:     http://tukaani.org/xz/
1.1726    sevan    1493: Date:          2020-06-13
1.784     joerg    1494: Responsible:   joerg
                   1495: License:       public-domain
1.913     drochner 1496: Location:      external/public-domain/xz/dist
1.784     joerg    1497: Notes:
                   1498: 1. See prepare-import script for stripping down the distribution.
1.1565    joerg    1499: 2. Use run-configure and double check that the stripped down configure works
                   1500:    for tools.
                   1501: 3. Carefully check for non-autoconf GPL components leaked into the dist area.
1.847     mrg      1502:
                   1503: Package:       mpc
1.1562    wiz      1504: Version:       1.1.0
1.1547    sevan    1505: Current Vers:  1.1.0
1.1593    christos 1506: Maintainer:
1.847     mrg      1507: Archive Site:  http://www.multiprecision.org/mpc/download/
                   1508: Home Page:     http://www.multiprecision.org/mpc/
                   1509: Mailing List:  http://www.multiprecision.org/index.php?prog=mpc&page=development
                   1510: Responsible:   mrg
1.1065    mrg      1511: License:       LGPL3
                   1512: Location:      external/lgpl3/mpc/dist
1.847     mrg      1513: Notes:
                   1514:
                   1515: Package:       mpfr
1.1562    wiz      1516: Version:       4.0.1
1.1547    sevan    1517: Current Vers:  4.0.1
1.1593    christos 1518: Maintainer:
1.847     mrg      1519: Archive Site:  http://www.mpfr.org/mpfr-current/
                   1520: Home Page:     http://www.mpfr.org/
                   1521: Mailing List:  http://websympa.loria.fr/wwsympa/arc/mpfr-announce
                   1522: Responsible:   mrg
                   1523: License:       LGPL3
1.913     drochner 1524: Location:      external/lgpl3/mpfr/dist
1.847     mrg      1525: Notes:
                   1526:
                   1527: Package:       GNU MP
1.1467    mrg      1528: Version:       6.1.2
1.1414    maya     1529: Current Vers:  6.1.2
1.847     mrg      1530: Maintainer:    http://gmplib.org/mailman/listinfo/gmp-devel
                   1531: Archive Site:  http://gmplib.org/
                   1532: Home Page:     http://gmplib.org/
                   1533: Mailing List:  http://gmplib.org/mailman/listinfo/gmp-announce
                   1534: Responsible:   mrg
                   1535: License:       LGPL3
1.913     drochner 1536: Location:      external/lgpl3/gmp/dist
1.847     mrg      1537: Notes:
1.886     christos 1538:
1.1102    apb      1539: Package:       osnet
                   1540: Version:       osnet-20100224
                   1541: Current Vers:  ?
                   1542: Maintainer:    ?
                   1543: Archive Site:  ?
                   1544: Home Page:     ?
                   1545: Mailing List:  ?
                   1546: Responsible:   ?
                   1547: License:       CDDL
                   1548: Location:      external/cddl/osnet
                   1549: Notes:
                   1550:
1.980     alnsn    1551: Package:       sljit
1.1594    alnsn    1552: Version:       0.93 (svn revision 333)
1.1547    sevan    1553: Current Vers:  0.93
1.980     alnsn    1554: Maintainer:    Zoltán Herczeg <hzmester@freemail.hu
                   1555: Archive Site:  http://sourceforge.net/projects/sljit/
                   1556: Home Page:     http://sljit.sourceforge.net/
                   1557: Mailing List:  none
                   1558: Responsible:   alnsn
                   1559: License:       BSD (2-clause)
                   1560: Location:      sys/external/bsd/sljit/dist
                   1561: Notes:
                   1562:                Need to feed back local changes
                   1563:
1.886     christos 1564: Package:       tre
1.1485    rin      1565: Version:       0.8.0, git source as of 20171117
1.886     christos 1566: Current Vers:  0.8.0
                   1567: Maintainer:    http://laurikari.net/tre
1.1485    rin      1568: Archive Site:  https://github.com/laurikari/tre
1.886     christos 1569: Home Page:     http://laurikari.net/tre
1.962     wiz      1570: Mailing List:
1.886     christos 1571: Responsible:   agc, christos
1.962     wiz      1572: License:       BSD (2-clause)
1.913     drochner 1573: Location:      external/bsd/tre/dist
1.886     christos 1574: Notes:
                   1575:                Need to feed back local changes
1.901     christos 1576:
                   1577: Package:       TrouSerS
1.1589    christos 1578: Version:       0.3.14
1.1547    sevan    1579: Current Vers:  0.3.14
1.901     christos 1580: Maintainer:    http://trousers.sourceforge.net
                   1581: Archive Site:  http://trousers.sourceforge.net
                   1582: Home Page:     http://trousers.sourceforge.net
                   1583: Mailing List:  http://trousers.sourceforge.net
                   1584: Responsible:   christos
                   1585: License:       CPL
1.913     drochner 1586: Location:      crypto/external/cpl/trousers/dist
1.901     christos 1587: Notes:
                   1588:                Need to feed back local changes
1.902     christos 1589:
                   1590: Package:       tpm-tools
1.1589    christos 1591: Version:       1.3.9.1
1.1547    sevan    1592: Current Vers:  1.3.9.1
1.902     christos 1593: Maintainer:    http://trousers.sourceforge.net
                   1594: Archive Site:  http://trousers.sourceforge.net
                   1595: Home Page:     http://trousers.sourceforge.net
                   1596: Mailing List:  http://trousers.sourceforge.net
                   1597: Responsible:   christos
                   1598: License:       CPL
1.913     drochner 1599: Location:      crypto/external/cpl/tpm-tools/dist
1.902     christos 1600: Notes:
                   1601:                Need to feed back local changes
1.997     christos 1602:
1.1100    christos 1603: Package:       elftoolchain (libelf/libdwarf)
1.1306    christos 1604: Version:       FreeBSD-2016-02-19-r295822
1.1539    sevan    1605: Current Vers:  0.7.1
1.1100    christos 1606: Maintainer:    Joseph Koshi <jkoshi@freebsd.org>
1.997     christos 1607: Archive Site:  none
1.1539    sevan    1608: Home Page:     http://elftoolchain.sourceforge.net
1.997     christos 1609: Mailing List:  none
                   1610: Responsible:   christos
                   1611: License:       BSD-like (2-clause)
1.1100    christos 1612: Location:      sys/external/bsd/elftoolchain/dist
1.997     christos 1613: Notes:
                   1614:                Run prepare-import.sh; next time use svn id.
1.1076    christos 1615:
1.1140    christos 1616: Package:       timeout
1.1550    sevan    1617: Version:       FreeBSD-2014-07-16 r268763
                   1618: Current Vers:  FreeBSD-2016-05-01 r331720
1.1140    christos 1619: Maintainer:    Baptiste Daroussin <bapt@FreeBSD.org>
                   1620: Archive Site:  none
1.1547    sevan    1621: Home Page:     https://svnweb.freebsd.org/base/head/usr.bin/timeout/
1.1140    christos 1622: Mailing List:  none
                   1623: Responsible:   christos
                   1624: License:       BSD-like (2-clause)
                   1625: Location:      usr.bin/timeout
1.1255    christos 1626:
                   1627: Package:        libproc
                   1628: Version:        FreeBSD-2015-09-24
1.1547    sevan    1629: Current Vers:   FreeBSD-2018-07-27 r336782
1.1255    christos 1630: Maintainer:     Rui Paulo <rpaulo@FreeBSD.org>
                   1631: Archive Site:   none
1.1547    sevan    1632: Home Page:      https://svnweb.freebsd.org/base/head/lib/libproc/
1.1255    christos 1633: Mailing List:   none
                   1634: Responsible:    christos
                   1635: License:        BSD-like (2-clause)
                   1636: Location:       external/bsd/libproc/dist
                   1637:
                   1638: Package:        librtld_db
                   1639: Version:        FreeBSD-2015-09-24
1.1547    sevan    1640: Current Vers:   FreeBSD-2017-11-26 r326219
1.1255    christos 1641: Maintainer:     Rui Paulo <rpaulo@FreeBSD.org>
                   1642: Archive Site:   none
1.1547    sevan    1643: Home Page:      https://svnweb.freebsd.org/base/head/lib/librtld_db/
1.1255    christos 1644: Mailing List:   none
                   1645: Responsible:    christos
                   1646: License:        BSD-like (2-clause)
                   1647: Location:       external/bsd/librtld_db/dist
1.1409    christos 1648:
                   1649: Package:        netcat
                   1650: Version:        OpenBSD-2017-02-06
1.1728    sevan    1651: Current Vers:   OpenBSD-2020-02-12
1.1409    christos 1652: Maintainer:     OpenBSD
1.1547    sevan    1653: Archive Site:   http://cvsweb.openbsd.org/cgi-bin/cvsweb/src/usr.bin/nc/
1.1409    christos 1654: Home Page:      none
1.1728    sevan    1655: Date:          2020-06-13
1.1409    christos 1656: Mailing List:   none
                   1657: Responsible:    christos
                   1658: License:        BSD-like (3-clause)
                   1659: Location:       usr.bin/nc
1.1417    nonaka   1660:
                   1661: Package:       gnu-efi
1.1551    jmcneill 1662: Version:       3.0.8
1.1547    sevan    1663: Current Vers:  3.0.8
1.1417    nonaka   1664: Maintainer:    https://sourceforge.net/projects/gnu-efi/
                   1665: Archive Site:  https://sourceforge.net/projects/gnu-efi/
                   1666: Home Page:     https://sourceforge.net/projects/gnu-efi/
                   1667: Mailing List:  https://sourceforge.net/projects/gnu-efi/
                   1668: Responsible:
                   1669: License:       BSD-like (3-clause)
                   1670: Location:      sys/external/bsd/gnu-efi
1.1429    christos 1671:
                   1672: Package:       dc
                   1673: Version:       20170410
1.1728    sevan    1674: Current Vers:  20190906
1.1429    christos 1675: Maintainer:    The OpenBSD Project
                   1676: Archive Site:  http://www.openbsd.org/cgi-bin/cvsweb/src/usr.bin/dc
                   1677: Home Page:     http://www.openbsd.org/
1.1728    sevan    1678: Date:          2020-06-13
1.1593    christos 1679: Mailing List:
1.1429    christos 1680: License:       BSD
                   1681: Responsible:   christos
                   1682: Location:      usr.bin/dc
                   1683: Notes:
                   1684:                Uses OpenSSL's bignum
1.1446    skrll    1685:
1.1681    wiz      1686: Package:       dtc, libfdt
                   1687: Version:       1.5.1
                   1688: Current Vers:  1.5.1
1.1446    skrll    1689: Maintainer:    David Gibson <david@gibson.dropbear.id.au>, Jon Loeliger <jdl@jdl.com>
                   1690: Archive Site:  https://git.kernel.org/pub/scm/utils/dtc/dtc.git
                   1691: Home Page:     https://git.kernel.org/pub/scm/utils/dtc/dtc.git
                   1692: Mailing List:  mailto:devicetree-compiler@vger.kernel.org
                   1693: Responsible:   skrll
                   1694: License:       GPLv2 (dtc), BSD (libfdt)
                   1695: Location:      external/gpl2/dtc, sys/external/bsd/libfdt
1.1447    skrll    1696: Notes:
                   1697: external/gpl2/dtc/dtc2netbsd should be used to create directories to import
1.1453    jmcneill 1698:
                   1699: Package:       dts
1.1622    jmcneill 1700: Version:       5.1.4
                   1701: Current Vers:  5.1.4
1.1453    jmcneill 1702: Maintainer:    https://www.kernel.org/
                   1703: Archive Site:  https://cdn.kernel.org/pub/linux/kernel/v4.x/
                   1704: Home Page:     https://www.kernel.org/
                   1705: Mailing List:  mailto:devicetree@vger.kernel.org
                   1706: Responsible:   jmcneill
                   1707: License:       GPLv2 and dual GPLv2/X11 license
                   1708: Location:      sys/external/gpl2/dts
1.1494    mlelstv  1709:
                   1710: Package:       iscsi
                   1711: Version:       4.12.4
                   1712: Current Vers:  4.12.4
                   1713: Maintainer:    Intel Corporation
                   1714: Archive Site:
                   1715: Home Page:
                   1716: Mailing List:
                   1717: Responsible:
                   1718: License:       BSD-like (4-clause)
                   1719: Location:      external/bsd/iscsi
                   1720: Notes:
                   1721:
                   1722: Package:       rpi-firmware
1.1593    christos 1723: Version:
                   1724: Current Vers:
                   1725: Maintainer:
1.1494    mlelstv  1726: Archive Site:
                   1727: Home Page:
                   1728: Mailing List:
                   1729: License:       Broadcom, Raspberry Pi (Trading) Ltd
1.1593    christos 1730: Responsible:
1.1494    mlelstv  1731: Location:      external/broadcom/rpi-firmware
                   1732: Notes:
                   1733:
                   1734: Package:       rtwn
1.1593    christos 1735: Version:
                   1736: Current Vers:
                   1737: Maintainer:
1.1494    mlelstv  1738: Archive Site:
                   1739: Home Page:
                   1740: Mailing List:
                   1741: License:       Realtek Semiconductor Corporation
1.1593    christos 1742: Responsible:
1.1494    mlelstv  1743: Location:      external/realtek/rtwn
                   1744: Notes:
                   1745:
                   1746: Package:       urtwn
1.1593    christos 1747: Version:
                   1748: Current Vers:
                   1749: Maintainer:
1.1494    mlelstv  1750: Archive Site:
                   1751: Home Page:
                   1752: Mailing List:
                   1753: License:       Realtek Semiconductor Corporation
1.1593    christos 1754: Responsible:
1.1494    mlelstv  1755: Location:      external/realtek/urtwn/
                   1756: Notes:
                   1757:
                   1758: Package:       repulse
1.1593    christos 1759: Version:
                   1760: Current Vers:
                   1761: Maintainer:
1.1494    mlelstv  1762: Archive Site:
                   1763: Home Page:
                   1764: Mailing List:
                   1765: License:       ALiENDESiGN GbR
1.1593    christos 1766: Responsible:
1.1494    mlelstv  1767: Location:      sys/arch/amiga/dev/repulse_firmware.h
                   1768: Notes:
                   1769:
                   1770: Package:       cxgb
1.1593    christos 1771: Version:
                   1772: Current Vers:
                   1773: Maintainer:
1.1494    mlelstv  1774: Archive Site:
                   1775: Home Page:
                   1776: Mailing List:
                   1777: License:       Chelsio Inc.
1.1593    christos 1778: Responsible:
1.1494    mlelstv  1779: Location:      sys/dev/pci/cxgb/cxgb_firmware_exports.h
                   1780: Notes:
                   1781:
                   1782: Package:       athn
1.1593    christos 1783: Version:
                   1784: Current Vers:
                   1785: Maintainer:
1.1494    mlelstv  1786: Archive Site:
                   1787: Home Page:
                   1788: Mailing List:
                   1789: License:       Atheros Communicatios, Inc.
1.1593    christos 1790: Responsible:
1.1494    mlelstv  1791: Location:      external/atheros/athn
                   1792: Notes:
                   1793:
                   1794: Package:       otus
1.1593    christos 1795: Version:
                   1796: Current Vers:
                   1797: Maintainer:
1.1494    mlelstv  1798: Archive Site:
                   1799: Home Page:
                   1800: Mailing List:
                   1801: License:       Atheros Communicatios, Inc.
1.1593    christos 1802: Responsible:
1.1494    mlelstv  1803: Location:      external/atheros/otus
                   1804: Notes:
                   1805:
                   1806: Package:       intel-fw-eula
1.1593    christos 1807: Version:
                   1808: Current Vers:
                   1809: Maintainer:
1.1494    mlelstv  1810: Archive Site:
                   1811: Home Page:
                   1812: Mailing List:
                   1813: License:       Intel Corporation
1.1593    christos 1814: Responsible:
1.1494    mlelstv  1815: Location:      external/intel-fw-eula
                   1816: Notes:
                   1817:
                   1818: Package:       intel-fw-public
1.1593    christos 1819: Version:
                   1820: Current Vers:
1.1494    mlelstv  1821: Maintainer:
                   1822: Archive Site:
                   1823: Home Page:
                   1824: Mailing List:
                   1825: License:       Intel Corporation
1.1593    christos 1826: Responsible:
1.1494    mlelstv  1827: Location:      external/intel-fw-public
                   1828: Notes:
                   1829:
                   1830: Package:       aic7xxx
1.1593    christos 1831: Version:
                   1832: Current Vers:
1.1494    mlelstv  1833: Maintainer:    Justin T. Gibbs
                   1834: Archive Site:
                   1835: Home Page:
                   1836: Mailing List:
                   1837: License:       Adaptec Inc or LGPL2
1.1593    christos 1838: Responsible:
1.1494    mlelstv  1839: Location:      sys/dev/microcode/aic7xxx
                   1840: Notes:
                   1841:
                   1842: Package:       atmel
1.1593    christos 1843: Version:
                   1844: Current Vers:
                   1845: Maintainer:
1.1494    mlelstv  1846: Archive Site:
                   1847: Home Page:
                   1848: Mailing List:
                   1849: License:       Atmel Corporation
1.1593    christos 1850: Responsible:
1.1494    mlelstv  1851: Location:      sys/dev/microcode/atmel
                   1852: Notes:
                   1853:
                   1854: Package:       bge
1.1593    christos 1855: Version:
                   1856: Current Vers:
                   1857: Maintainer:
1.1494    mlelstv  1858: Archive Site:
                   1859: Home Page:
                   1860: Mailing List:
                   1861: License:       Broadcom Corporation
1.1593    christos 1862: Responsible:
1.1494    mlelstv  1863: Location:      sys/dev/microcode/bge
                   1864: Notes:
                   1865:
                   1866: Package:       bnx
1.1593    christos 1867: Version:
                   1868: Current Vers:
1.1494    mlelstv  1869: Maintainer:    David Christensen <davidch@broadcom.com>
                   1870: Archive Site:
                   1871: Home Page:
                   1872: Mailing List:
                   1873: License:       Broadcom Corporation
1.1593    christos 1874: Responsible:
1.1494    mlelstv  1875: Location:      sys/dev/microcode/bnx
                   1876: Notes:
                   1877:
                   1878: Package:       cylades-z
1.1593    christos 1879: Version:
                   1880: Current Vers:
1.1494    mlelstv  1881: Maintainer:    Cyclades Corp
                   1882: Archive Site:
                   1883: Home Page:
                   1884: Mailing List:
                   1885: License:       unknown
1.1593    christos 1886: Responsible:
1.1494    mlelstv  1887: Location:      sys/dev/microcode/cyclades-z
                   1888: Notes:
                   1889:
                   1890: Package:       i8255x
                   1891: Version:       3.28
1.1593    christos 1892: Current Vers:
1.1494    mlelstv  1893: Maintainer:    Patrick J Luhmann (PJL)
                   1894: Archive Site:
                   1895: Home Page:
                   1896: Mailing List:
                   1897: License:       Intel Corporation
1.1593    christos 1898: Responsible:
1.1494    mlelstv  1899: Location:      sys/dev/microcode/i8255x
                   1900: Notes:
                   1901:
                   1902: Package:       isp
1.1593    christos 1903: Version:
                   1904: Current Vers:
                   1905: Maintainer:
1.1494    mlelstv  1906: Archive Site:
                   1907: Home Page:
                   1908: Mailing List:
                   1909: License:       QLogic, Inc.
1.1593    christos 1910: Responsible:
1.1494    mlelstv  1911: Location:      sys/dev/microcode/isp
                   1912: Notes:
                   1913:
                   1914: Package:       radeon
1.1593    christos 1915: Version:
                   1916: Current Vers:
                   1917: Maintainer:
1.1494    mlelstv  1918: Archive Site:
                   1919: Home Page:
                   1920: Mailing List:
                   1921: License:       Advanced Micro Devices, Inc.
1.1593    christos 1922: Responsible:
1.1494    mlelstv  1923: Location:      sys/dev/microcode/radeon
                   1924: Notes:
                   1925:
                   1926: Package:       ral
1.1593    christos 1927: Version:
                   1928: Current Vers:
1.1494    mlelstv  1929: Maintainer:
                   1930: Archive Site:  http://git.kernel.org/?p=linux/kernel/git/firmware/linux-firmware.git
                   1931: Home Page:
                   1932: Mailing List:
                   1933: License:       Ralink Technology Corp
1.1593    christos 1934: Responsible:
1.1494    mlelstv  1935: Location:      external/realtek/ral
                   1936: Notes:
                   1937:
                   1938: Package:       rum
1.1593    christos 1939: Version:
                   1940: Current Vers:
1.1494    mlelstv  1941: Maintainer:    Paul Lin <paul_lin@ralinktech.com.tw>
                   1942: Archive Site:
                   1943: Home Page:
                   1944: Mailing List:
                   1945: License:       Ralink Technology Corp
1.1593    christos 1946: Responsible:
1.1494    mlelstv  1947: Location:      external/realtek/rum
                   1948: Notes:
                   1949:
                   1950: Package:       run
1.1593    christos 1951: Version:
                   1952: Current Vers:
1.1494    mlelstv  1953: Maintainer:    Paul Lin <paul_lin@ralinktech.com.tw>
                   1954: Archive Site:
                   1955: Home Page:
                   1956: Mailing List:
                   1957: License:       Ralink Technology Corp
1.1593    christos 1958: Responsible:
1.1494    mlelstv  1959: Location:      sys/dev/microcode/run
                   1960: Notes:
                   1961:
                   1962: Package:       siop
1.1593    christos 1963: Version:
                   1964: Current Vers:
1.1494    mlelstv  1965: Maintainer:    Manuel Bouyer, Shuichiro URATA, Michael L. Hitch
                   1966: Archive Site:
                   1967: Home Page:
                   1968: Mailing List:
                   1969: License:       BSD-like (2-clause, 3-clause)
1.1593    christos 1970: Responsible:
1.1494    mlelstv  1971: Location:      sys/dev/microcode/siop
                   1972: Notes:
                   1973:
                   1974: Package:       tigon
                   1975: Version:       12.4.11
                   1976: Current Vers:
                   1977: Maintainer:    wpaul@brak.osd.bsdi.com
1.1499    mlelstv  1978: Archive Site:   https://people.freebsd.org/~wpaul/Alteon/
                   1979: Home Page:     http://www.alteon.com/support/openkits (extinct)
1.1494    mlelstv  1980: Mailing List:
1.1499    mlelstv  1981: License:       Alteon WebSystems, Inc.
1.1593    christos 1982: Responsible:
1.1494    mlelstv  1983: Location:      sys/dev/microcode/tigon
                   1984: Notes:
1.1499    mlelstv  1985: See https://lists.debian.org/debian-legal/2011/10/msg00001.html
                   1986:
1.1494    mlelstv  1987:
                   1988: Package:       typhoon
1.1593    christos 1989: Version:
                   1990: Current Vers:
1.1494    mlelstv  1991: Maintainer:    3Com Corporation
                   1992: Archive Site:
                   1993: Home Page:
                   1994: Mailing List:
                   1995: License:       BSD-like (3-clause)
1.1593    christos 1996: Responsible:
1.1494    mlelstv  1997: Location:      sys/dev/microcode/typhoon
                   1998: Notes:
                   1999:
                   2000: Package:       wi
1.1593    christos 2001: Version:
                   2002: Current Vers:
1.1494    mlelstv  2003: Maintainer:    Symbol Technologies Inc.
                   2004: Archive Site:
                   2005: Home Page:     http://www.symbol.com
                   2006: Mailing List:
                   2007: License:       BSD-like (3-clause)
1.1593    christos 2008: Responsible:
1.1494    mlelstv  2009: Location:      sys/dev/microcode/wi
                   2010: Notes:
                   2011:
                   2012: Package:       yds
1.1593    christos 2013: Version:
                   2014: Current Vers:
1.1494    mlelstv  2015: Maintainer:    Yamaha Corporation
                   2016: Archive Site:
                   2017: Home Page:
                   2018: Mailing List:
                   2019: License:       unknown
1.1593    christos 2020: Responsible:
1.1494    mlelstv  2021: Location:      sys/dev/microcode/yds
                   2022: Notes:
                   2023:
                   2024: Package:       zyd
1.1593    christos 2025: Version:
                   2026: Current Vers:
1.1494    mlelstv  2027: Maintainer:    ZyDAS Technology Corporation
                   2028: Archive Site:
                   2029: Home Page:
                   2030: Mailing List:
                   2031: License:       BSD-like (3-clause)
1.1593    christos 2032: Responsible:
1.1494    mlelstv  2033: Location:      sys/dev/microcode/zyd
                   2034: Notes:
                   2035:
1.1564    christos 2036: Package:       libnv
                   2037: Version:       20180906
                   2038: Current Vers:  $(date)
                   2039: Maintainer:    christos
                   2040: Archive Site:
                   2041: Home Page:
                   2042: Mailing List:
                   2043: License:       BSD-like (2-clause)
1.1593    christos 2044: Responsible:
1.1564    christos 2045: Location:      sys/external/bsd/libnv/dist
                   2046: Notes:
                   2047: To be used only for npf (library and headers are private)
                   2048: Copied from FreeBSD:
                   2049: /usr/src/sys/sys/{d,c,}nv.h
                   2050: /usr/src/lib/libnv/
                   2051: /usr/src/contrib/lib/libnv/
                   2052: /usr/src/share/man/man9/{d,c,}nv.9
1.1590    christos 2053:
                   2054: Package:       gettext
                   2055: Version:       0.16.1 (Last GPLv2+ version)
                   2056: Current Vers:  0.19.8
                   2057: Maintainer:    FSF
                   2058: Archive Site:  ftp://ftp.gnu.org/gnu/gettext/
                   2059: Home Page:     http://www.gnu.org/software/gettext/
                   2060: Mailing List:  bug-gnu-utils@gnu.org
                   2061: Responsible:   christos
                   2062: License:       GPLv2+ (0.16.1), GPLv3+ (0.17 and later)
                   2063: Location:      external/gpl2/gettext
                   2064: Notes:
                   2065: GNU gettext is used for userland tools like msgfmt(1) only.  For libintl,
                   2066: we use BSD-licensed implementation from Citrus project (see entry for
                   2067: "Citrus XPG4DL").  We hope to replace userland tools with BSD-licensed one.
                   2068:
                   2069: Package:       grep
                   2070: Version:       2.5.1a (last GPLv2+ version)
                   2071: Current Vers:  3.1
                   2072: Maintainer:    FSF
                   2073: Archive Site:  ftp://ftp.gnu.org/gnu/grep/
                   2074: Home Page:     http://www.gnu.org/software/grep/
                   2075: Mailing List:  bug-gnu-utils@gnu.org
                   2076: Responsible:   simonb
                   2077: License:       GPLv2+ (2.5.1a), GPLv3+ (2.5.3 and later)
                   2078: Location:      external/gpl2/grep
                   2079: Notes:
                   2080: Use external/gpl2/grep/grep2netbsd for preparing the source tree
                   2081: for the import.
                   2082: On 2 Jan 2004, a non-GNU grep (FreeGrep, https://github.com/howardjp/freegrep;
                   2083: see also http://www.monkey.org/openbsd/archive/tech/0306/msg00129.html)
                   2084: was imported into src/usr.bin/grep;
                   2085: on 16 Feb 2011, the BSD grep implementation from FreeBSD was imported
                   2086: in src/usr.bin/grep, replacing FreeGrep
                   2087: (http://mail-index.NetBSD.org/source-changes/2011/02/16/msg018643.html).
                   2088:
                   2089: Package:       groff
                   2090: Version:       1.19.2 (last GPLv2+ version)
1.1591    christos 2091: Current Vers:  1.22.4
1.1590    christos 2092: Maintainer:    Werner Lemberg/FSF
                   2093: Archive Site:  ftp://ftp.gnu.org/gnu/groff/
                   2094: Home Page:     http://www.gnu.org/software/groff/
                   2095: Mailing List:  bug-groff@gnu.org
1.1593    christos 2096: Responsible:
1.1590    christos 2097: License:       GPLv2+ (1.19.2), GPLv3+ (1.20 and later)
                   2098: Location:      external/gpl2/groff
                   2099: Notes:
                   2100: Use groff2netbsd from external/gpl2/groff/groff2netbsd to prepare the
                   2101: distribution for import.
                   2102: Update MDATE in src/external/gpl2/groff/Makefile.inc.
1.1641    msaitoh  2103:
1.1590    christos 2104: Package:       gmake
                   2105: Version:       3.81 (Last GPlv2+ version)
1.1728    sevan    2106: Current Vers:  4.3
1.1590    christos 2107: Maintainer:    FSF
                   2108: Archive Site:  ftp://ftp.gnu.org/gnu/make/
                   2109: Home Page:     http://www.gnu.org/software/make/
1.1728    sevan    2110: Date:          2020-06-13
1.1590    christos 2111: Mailing List:  bug-make@gnu.org
1.1593    christos 2112: Responsible:
1.1590    christos 2113: License:       GPLv2+ (3.81), GPLv3+ (3.82 and later)
                   2114: Location:      external/gpl2/gmake
                   2115: Notes:
                   2116:
                   2117: Package:       diffutils
                   2118: Version:       2.8.1 (Last GPLv2+ version)
                   2119: Current Vers:  3.6
                   2120: Maintainer:    FSF
                   2121: Archive Site:  ftp://ftp.gnu.org/gnu/diffutils/
                   2122: Home Page:     http://www.gnu.org/software/diffutils/
                   2123: Mailing List:  bug-diffutils@gnu.org
1.1593    christos 2124: Responsible:
1.1590    christos 2125: License:       GPLv2+ (2.8.1), GPLv3+ (2.9 and later)
                   2126: Location:      external/gpl2/diffutils
                   2127: Notes:
                   2128: Use external/gpl2/diffutils/diffutils2netbsd for preparing the source tree
                   2129: for the import.
                   2130:
                   2131: Package:       rcs
                   2132: Version:       5.7 (Last GPLv2+ version)
                   2133: Current Vers:  5.9.4
                   2134: Maintainer:    FSF
                   2135: Archive Site:  ftp://ftp.gnu.org/gnu/rcs/
                   2136: Mailing List:  bug-gnu-utils@gnu.org
                   2137: Home Page:     http://www.gnu.org/software/rcs/
                   2138: Responsible:   agc
                   2139: License:       GPLv2+ (5.7), GPLv3+ (5.8 and later)
                   2140: Location:      external/gpl2/rcs
                   2141: Notes:
                   2142: Old versions are available from Purdue (ftp.cs.purdue.edu:/pub/RCS).
                   2143:
                   2144: Package:       texinfo
                   2145: Version:       4.8a (Last GPLv2+ version)
                   2146: Current Vers:  6.5
                   2147: Maintainer:    FSF
                   2148: Archive Site:  ftp://ftp.gnu.org/gnu/texinfo/
                   2149: Home Page:     http://www.gnu.org/software/texinfo/
                   2150: Mailing List:  bug-texinfo@gnu.org
1.1593    christos 2151: Responsible:
1.1590    christos 2152: License:       GPLv2+ (4.8a), GPLv3+ (4.9 and later)
                   2153: Location:      external/gpl2/texinfo
                   2154: Notes:
                   2155: Use src/external/gpl2/texinfo/texinfo2netbsd for preparing the source tree
                   2156: for the import.
                   2157:
1.1608    kamil    2158: Package:       indent
                   2159: Version:       FreeBSD-2018-11-04 r340138
1.1728    sevan    2160: Current Vers:  FreeBSD-2020-05-21 r361337
1.1608    kamil    2161: Maintainer:    The FreeBSD Project
                   2162: Archive Site:  none
                   2163: Home Page:     https://svnweb.freebsd.org/base/head/usr.bin/indent/
1.1728    sevan    2164: Date:          2020-06-13
1.1608    kamil    2165: Mailing List:  none
                   2166: Responsible:
                   2167: License:       BSD-like (4-clause)
                   2168: Location:      usr.bin/indent
                   2169: Notes:
                   2170: Tests are stored in tests/usr.bin/indent.
1.1641    msaitoh  2171:
                   2172: Package:       ena
                   2173: Version:       0.8.1
1.1728    sevan    2174: Current Vers:  2.1.1
1.1641    msaitoh  2175: Maintainer:    Amazon.com
                   2176: Archive Site:  https://github.com/amzn/amzn-drivers/tree/master/kernel/fbsd/ena
                   2177: Home Page:     https://github.com/amzn/amzn-drivers/
1.1728    sevan    2178: Date:          2020-06-13
1.1641    msaitoh  2179: Mailing List:  none
                   2180: Responsible:
                   2181: License:       BSD-like (2 and 3-clause)
                   2182: Location:      sys/external/bsd/ena-com
                   2183: Notes:
1.1672    christos 2184:
                   2185: Package:       terminfo
                   2186: Version:       20190609
                   2187: Current Vers:  20190609
                   2188: Maintainer:    Thomas Dickey (ncurses)
                   2189: Archive Site:  ftp://ftp.invisible-island.net/ncurses/current
                   2190: Home Page:     https://invisible-island.net/ncurses/
                   2191: Date:          2019-11-27
                   2192: Mailing List:  bug-ncurses@gnu.org
                   2193: Responsible:
                   2194: License:       none
                   2195: Location:      sys/external/bsd/ena-com
                   2196: Notes:
                   2197: Use the import script in /usr/src/share/terminfo
1.1695    christos 2198:
                   2199: Package:       libcbor
                   2200: Version:       20200302
                   2201: Current Vers:  20200302
                   2202: Maintainer:    Pavel Kalvoda
                   2203: Archive Site:  https://github.com/PJK/libcbor.git
                   2204: Home Page:
                   2205: Date:          2020-03-02
                   2206: Mailing List:  christos
                   2207: Responsible:
                   2208: License:       mit
                   2209: Location:      sys/external/mit/libcbor
                   2210: Notes:
                   2211:
                   2212: Package:       pam-u2f
                   2213: Version:       1.0.8
                   2214: Current Vers:  1.0.8
                   2215: Maintainer:    Yubico
                   2216: Archive Site:  https://github.com/Yubico/pam-u2f.git
                   2217: Home Page:     https://developers.yubico.com/pam-u2f/
1.1728    sevan    2218: Date:          2020-06-13
1.1695    christos 2219: Mailing List:  christos
                   2220: Responsible:
                   2221: License:       bsd
                   2222: Location:      sys/external/bsd/pam-u2f
                   2223: Notes:
                   2224:
                   2225: Package:       libfido2
                   2226: Version:       0.5.0
1.1728    sevan    2227: Current Vers:  1.4.0
1.1695    christos 2228: Maintainer:    Yubico
                   2229: Archive Site:  https://github.com/Yubico/libfido2.git
                   2230: Home Page:     https://developers.yubico.com/libfido2/Manuals/
1.1728    sevan    2231: Date:          2020-06-13
1.1695    christos 2232: Mailing List:  christos
                   2233: Responsible:
                   2234: License:       bsd
                   2235: Location:      sys/external/bsd/libfido2
                   2236: Notes:

CVSweb <webmaster@jp.NetBSD.org>