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

Annotation of src/doc/3RDPARTY, Revision 1.1633

1.1633  ! sevan       1: #      $NetBSD: 3RDPARTY,v 1.1632 2019/06/29 06:57:48 wiz 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.1619    christos   44: Version:       20190405
1.1616    christos   45: Current Vers:  20190405
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.1616    christos   49: Date:          2019-04-28
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.1593    christos   64: Date:          2019-01-09
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.1593    christos   81: Date:          2019-01-09
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.1543    sevan      97: Current Vers:  FreeBSD SVN revision number 334197
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.1593    christos  101: Date:          2019-01-09
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.1593    christos  114: Date:          2019-01-09
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.1620    wiz       123: Version:       9.14.1/MPL
                    124: Current Vers:  9.14.1/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.1615    christos  128: Date:          2019-04-27
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.913     drochner  133: Location:      external/bsd/bind/dist
1.1       lukem     134: Notes:
1.683     christos  135: First bind2netbsd script to import into src/external/bsd/bind/dist.
                    136: The Makefiles in src/external/bsd/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.1593    christos  141: Package:       unbound
1.1624    christos  142: Version:       1.9.1
1.1604    christos  143: Current Vers:  1.9.1
                    144: Maintainer:    Nlnetlabs
1.1352    christos  145: Archive Site:  https://www.unbound.net/downloads/unbound-latest.tar.gz
                    146: Home Page:     https://www.unbound.net/
1.1624    christos  147: Date:          2019-05-23
1.1352    christos  148: Mailing List:  https://unbound.nlnetlabs.nl/mailman/listinfo/unbound-users
                    149: Responsible:   christos
                    150: License:       BSD-like
                    151: Location:      external/bsd/unbound/dist
                    152: Notes:
                    153: Use cleantags to import
                    154: run configure and update config files in include
                    155:
1.1593    christos  156: Package:       nsd
1.1623    christos  157: Version:       4.1.27
                    158: Current Vers:  4.1.27
1.1604    christos  159: Maintainer:    Nlnetlabs
1.1391    christos  160: Archive Site:  https://www.nlnetlabs.nl/svn/nsd/
                    161: Home Page:     https://www.nlnetlabs.nl/projects/nsd/
1.1623    christos  162: Date:          2019-05-25
1.1593    christos  163: Mailing List:  https://open.nlnetlabs.nl/mailman/listinfo/nsd-users/
1.1391    christos  164: Responsible:   christos
                    165: License:       BSD-like
                    166: Location:      external/bsd/nsd/dist
                    167: Notes:
                    168: Use cleantags to import
                    169: run configure and update config files in include
                    170:
1.683     christos  171: Package:       libbind [libc resolver and includes]
1.684     christos  172: Version:       libbind-6.0-rc1
1.962     wiz       173: Current Vers:  libbind-6.0
1.1544    roy       174: Maintainer:    ISC
1.683     christos  175: Archive Site:  ftp://ftp.isc.org/isc/libbind/
1.962     wiz       176: Home Page:     http://www.isc.org/software/libbind/
1.1593    christos  177: Date:          2019-01-09
1.962     wiz       178: Mailing List:  https://lists.isc.org/mailman/listinfo/bind-workers
1.1544    roy       179: Responsible:   christos
1.683     christos  180: License:       BSD-like (2-clause)
1.913     drochner  181: Location:      external/bsd/libbind/dist
1.683     christos  182: Notes:
                    183: First libbind2netbsd script to import into src/external/bsd/libbind/dist.
1.252     christos  184: Then include4netbsd script to import into src/include.
                    185: Then libc4netbsd script to update the resolver in libc.
                    186: Todo[1]: Update libresolv if needed.
                    187: Todo[2]: A few files in libc/net were imported in the ISC branch but now
                    188:         they are too different or do not exist anymore:
                    189:            gethnamaddr.c getnetent.c getnetnamadr.c sethostent.c
                    190:         Others like getaddrinfo.c could be merged with isc, but it seems
                    191:         that ours is from a more recent version of KAME?
1.518     ghen      192: Todo[3]: net/base64.c is imported from bind but should be moved from net
                    193:         to isc/base64.c.
1.252     christos  194: Todo[4]: Re-entrant functions of net/*
1.683     christos  195: Todo[5]: Reconcile the doc directory.
1.1       lukem     196:
1.894     riz       197: Package:       bozohttpd
1.1549    sevan     198: Version:       20170201
1.1543    sevan     199: Current Vers:  20170201
1.696     dent      200: Maintainer:    mrg@eterna.com.au
1.697     dent      201: Archive Site:  ftp://ftp.NetBSD.org/pub/NetBSD/packages/distfiles/LOCAL_PORTS/
1.696     dent      202: Home Page:     http://eterna.com.au/bozohttpd/
1.1593    christos  203: Date:          2019-01-09
1.696     dent      204: Mailing List:
                    205: Responsible:   mrg
                    206: License:       BSD
1.913     drochner  207: Location:      libexec/httpd
1.696     dent      208: Notes:
1.913     drochner  209: Delete "queue.h" from the distribution.
1.696     dent      210:
1.1       lukem     211: Package:       bsd-family-tree
1.1630    sevan     212: Version:       349295
                    213: Current Vers:  349295
1.962     wiz       214: Maintainer:    The FreeBSD Project
1.1543    sevan     215: Archive Site:  https://svnweb.freebsd.org/base/head/share/misc/bsd-family-tree
                    216: Home Page:     https://svnweb.freebsd.org/base/head/share/misc/bsd-family-tree
1.1630    sevan     217: Date:          2019-06-22
1.1       lukem     218: Mailing List:
1.675     jmcneill  219: Responsible:
1.962     wiz       220: License:       BSD (2-clause) (see http://www.freebsd.org/cgi/cvsweb.cgi/src/COPYRIGHT)
1.913     drochner  221: Location:      share/misc/bsd-family-tree
1.1       lukem     222: Notes:
1.1107    apb       223: Please send all updates upstream.  Eitan Adler <lists@eitanadler.com>
                    224: is a FreeBSD committer who has been helpful with incorporating changes
                    225: in the past.
1.1       lukem     226:
1.650     perry     227: Package:       byacc
1.1579    christos  228: Version:       20180609
1.1543    sevan     229: Current Vers:  20180609
1.650     perry     230: Maintainer:    Thomas Dickey <dickey@invisible-island.net>
                    231: Archive Site:  http://www.invisible-island.net/byacc/byacc.html
                    232: Home Page:     http://www.invisible-island.net/byacc/byacc.html
1.1593    christos  233: Date:          2019-01-09
1.650     perry     234: Mailing List:
                    235: Responsible:   christos
                    236: License:       Public Domain
1.913     drochner  237: Location:      external/bsd/byacc/dist
1.650     perry     238: Notes:
1.868     christos  239: See /usr/src/external/bsd/byacc/byacc2netbsd for update instructions.
1.650     perry     240:
1.1       lukem     241: Package:       bzip2
1.937     wiz       242: Version:       1.0.6
1.936     wiz       243: Current Vers:  1.0.6
1.1       lukem     244: Maintainer:    Julian Seward <jseward@acm.org>
1.1593    christos  245: Archive Site:  http://sources.redhat.com/bzip2/files/
1.335     lukem     246: Home Page:     http://www.bzip.org/
1.1593    christos  247: Date:          2019-01-09
1.1       lukem     248: Mailing List:
                    249: Responsible:
1.387     rpaulo    250: License:       BSD (4-clause)
1.936     wiz       251: Location:      external/bsd/bzip2
1.1       lukem     252: Notes:
1.936     wiz       253: See /usr/src/external/bsd/bzip2/bzip2netbsd for update instructions.
1.1       lukem     254:
                    255: Package:       Citrus XPG4DL
1.1593    christos  256: Version:
                    257: Current Vers:
1.1       lukem     258: Maintainer:    Citrus
                    259: Archive Site:  http://citrus.bsdclub.org/
1.335     lukem     260: Home Page:     http://citrus.bsdclub.org/
1.1593    christos  261: Date:          2019-01-09
1.1       lukem     262: Mailing List:  bsd-locale@hauN.org
1.569     wiz       263: Responsible:   tshiozak
1.387     rpaulo    264: License:       Ambiguous. Either BSD or Perl Artistic License
                    265:                See http://citrus.bsdclub.org/#pol_license for more info.
1.913     drochner  266: Location:      lib
1.1       lukem     267: Notes:
                    268: language C multilingualization support suite using wchar_t and other standards.
1.173     itojun    269: The main development playground of Citrus is in NetBSD CVS, so you don't
                    270: need to look for other CVS tree (like citrus CVS tree)
1.1       lukem     271: main trunc has Citrus code in the following places:
1.173     itojun    272: - src/lib/libc/locale, LC_CTYPE: single/multibyte support
                    273: - src/lib/libintl: GNU libc compatible gettext(3) implementation.
                    274: - src/lib/libc/citrus: multibyte LC_CTYPE handling and iconv(3) lower layer
                    275: - src/lib/libc/iconv: iconv(3)
1.1       lukem     276:
                    277: Package:       cron
1.761     christos  278: Version:       4.1
1.680     wiz       279: Current Vers:  4.1
1.1544    roy       280: Maintainer:    ISC
1.376     mrg       281: Archive Site:  ftp://ftp.isc.org/isc/cron/
1.349     junyoung  282: Home Page:
1.1593    christos  283: Date:          2019-01-09
1.1       lukem     284: Mailing List:
                    285: Responsible:
1.387     rpaulo    286: License:       BSD-like
1.913     drochner  287: Location:      external/bsd/cron/dist
1.1       lukem     288: Notes:
                    289:
                    290: Package:       cvs
1.681     christos  291: Version:       1.12.13
                    292: Current Vers:  1.12.13
1.1       lukem     293: Maintainer:    cvshome
1.375     wiz       294: Archive Site:  http://ftp.gnu.org/non-gnu/cvs/
                    295: Home Page:     http://cvs.nongnu.org/
1.1593    christos  296: Date:          2019-01-09
1.1       lukem     297: Mailing List:  bug-cvs@gnu.org
1.737     wiz       298: Responsible:   christos
1.387     rpaulo    299: License:       GPLv1, LGPLv2
1.913     drochner  300: Location:      external/gpl2/xcvs/dist
1.1       lukem     301: Notes:
1.913     drochner  302: Use external/gpl2/xcvs/dist/cvs2netbsd for preparing the source tree
1.1       lukem     303: for the import.
1.913     drochner  304: Do not forget to update external/gpl2/xcvs/include/config.h to match
                    305: external/gpl2/xcvs/dist/config.h.in.
1.1       lukem     306:
                    307: Package:       db
                    308: Version:       1.85
1.696     dent      309: Current Vers:  1.86/4.7.25
1.1       lukem     310: Maintainer:    Keith Bostic <bostic@vangogh.cs.berkeley.edu>
1.584     tnn       311: Archive Site:  http://www.oracle.com/technology/software/products/berkeley-db/
                    312: Home Page:     http://www.oracle.com/database/berkeley-db/
1.1593    christos  313: Date:          2019-01-09
1.1       lukem     314: Mailing List:
                    315: Responsible:
1.584     tnn       316: License:       BSD or Oracle Commercial License
1.913     drochner  317: Location:      lib/libc/db
1.1       lukem     318: Notes:
                    319: Note that we cannot use db 2.x for license reasons.
                    320: Three bug fixes against 1.85 sent back to bostic.  Changes to
                    321: man/recno.3, hash/hsearch.c, and hash/ndbm.c (serious).
                    322: Import of DB 1.85 was done via a sh script which converted the
                    323: distribution into the netbsd format.  The script can be found in
                    324: src/lib/libc/db/db2netbsd.
                    325:
                    326: Package:       dhcp
1.1514    christos  327: Version:       4.4.1
                    328: Current Vers:  4.4.1
1.392     rpaulo    329: Maintainer:    mellon
1.1       lukem     330: Archive Site:  ftp://ftp.isc.org/isc/dhcp/
1.696     dent      331: Home Page:     http://www.isc.org/software/dhcp/
1.1593    christos  332: Date:          2019-01-09
1.1       lukem     333: Mailing List:  dhcp-server@isc.org
                    334: Mailing List:  dhcp-client@isc.org
                    335: Mailing List:  dhcp-announce@isc.org
                    336: Mailing List:  dhcp-bugs@isc.org
                    337: Responsible:   mellon
1.1515    christos  338: License:       MPL
                    339: Location:      external/mpl/dhcp
1.1       lukem     340: Notes:
1.1017    christos  341: Use the dhcp2netbsd script.
1.1       lukem     342:
1.604     joerg     343: Package:       dhcpcd
1.1631    roy       344: Version:       7.2.3
                    345: Current Vers:  7.2.3
1.654     roy       346: Maintainer:    roy
1.666     roy       347: Archive Site:  ftp://roy.marples.name/pub/dhcpcd/
1.654     roy       348: Home Page:     http://roy.marples.name/projects/dhcpcd/
1.1631    roy       349: Date:          2019-06-26
1.654     roy       350: Mailing List:  dhcpcd-discuss@marples.name
1.604     joerg     351: License:       BSD (2-clause)
1.913     drochner  352: Location:      external/bsd/dhcpcd/dist
1.604     joerg     353: Notes:
                    354: Please submit all changes to the author.
                    355:
1.1204    riastrad  356: Package:       drm
                    357: Version:       Linux 3.15
                    358: Current Vers:  ?
                    359: Maintainer:    Intel, AMD, Linux kernel developers
                    360: Archive Site:  git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
                    361: Home Page:     http://dri.freedesktop.org/
                    362: Mailing List:  dri-devel@lists.freedesktop.org
                    363: Responsible:   riastradh
                    364: License:       BSD
                    365: Location:      sys/external/bsd/drm2/dist
                    366: Notes:
                    367: Graphics drivers.   Talk to riastradh@ about updates.  When importing
                    368: from Linux, we map
                    369:        drivers/gpu/drm        ->      sys/external/bsd/drm2/dist/drm
                    370:        include/drm            ->      sys/external/bsd/drm2/dist/include/drm
                    371:        include/uapi/drm               ->      sys/external/bsd/drm2/dist/uapi/drm
                    372: GPL sources are excluded.  In the future, we may import them into
                    373: external/gpl2/drm2 and build them as kernel modules.  Nouveau sources
                    374: (drivers/gpu/drm/nouveau in Linux) must first be processed with the
                    375: script sys/external/bsd/drm2/nouveau/nouveau2netbsd, about which see
                    376: the source for details.
                    377: Vendor tag:    LINUX
                    378: Release tag:   linux-X-Y(-rcZ)-drm-bsd
                    379:        (nouveau got reimported as linux-3-15-drm-bsd-reimport-nouveau)
1.1319    riastrad  380: I neglected to add RCSIDs in the last import (except for nouveau, for
                    381: which nouveau2netbsd adds them).  For the next import, remember to add
                    382: them!
1.1204    riastrad  383:
1.1       lukem     384:
1.1143    apb       385: Package:       ekermit
                    386: Version:       1.7
                    387: Current Vers:  1.7
                    388: Maintainer:    Kermit Project
                    389: Archive Site:  ftp://ftp.kermitproject.org/kermit/ekermit/
                    390: Home Page:     http://www.kermitproject.org/ek.html
1.1593    christos  391: Date:          2019-01-09
1.1143    apb       392: Mailing List:
                    393: Responsible:   apb
                    394: License:       BSD (3 clause)
                    395: Location:      external/bsd/ekermit
                    396: Notes:
                    397:
1.930     tron      398: Package:       expat
1.1454    christos  399: Version:       2.2.1
1.1632    wiz       400: Current Vers:  2.2.7
1.1330    spz       401: Maintainer:    Expat Project
1.930     tron      402: Archive Site:  http://sourceforge.net/projects/expat/files/expat/
1.981     jdf       403: Home Page:     http://www.libexpat.org/
1.1593    christos  404: Date:          2019-01-09
1.930     tron      405: Mailing List:  expat-discuss@libexpat.org
1.1330    spz       406: Responsible:   mrg
1.930     tron      407: License:       MIT
                    408: Location:      src/external/mit/expat/dist
                    409: Notes:
                    410: Please use "expat" as the vendor tag for CVS imports.
                    411:
1.1       lukem     412: Package:       file
1.1621    christos  413: Version:       5.37
                    414: Current Vers:  5.37
1.1       lukem     415: Maintainer:    Christos Zoulas <christos@zoulas.com>
                    416: Archive Site:  ftp://ftp.astron.com/pub/file/
1.946     wiz       417: Home Page:     http://www.darwinsys.com/file/
1.1621    christos  418: Date:          2019-05-22
                    419: Mailing List:  file@astron.com
1.1       lukem     420: Responsible:   christos, pooka
1.387     rpaulo    421: License:       BSD (2-clause)
1.913     drochner  422: Location:      external/bsd/file/dist
1.1       lukem     423: Notes:
1.632     christos  424: use file2netbsd
1.1       lukem     425:
                    426: Package:       flex
1.1580    christos  427: Version:       2.6.4
1.1543    sevan     428: Current Vers:  2.6.4
1.651     perry     429: Maintainer:    Will Estes <wlestes@users.sourceforge.net>
1.1389    christos  430: Archive Site:  https://github.com/westes/flex/releases
                    431: Home Page:     https://github.com/westes/flex
1.1593    christos  432: Date:          2019-01-09
1.651     perry     433: Mailing List:  http://lists.sourceforge.net/mailman/listinfo/flex-announce
                    434: Responsible:
1.894     riz       435: License:       BSD-like
1.913     drochner  436: Location:      external/bsd/flex/dist
1.1       lukem     437: Notes:
1.726     christos  438: There is a flex2netbsd script to help newer imports.
1.1       lukem     439:
                    440: Package:       gcc
1.1627    sevan     441: Version:       7.4.0
1.1617    wiz       442: Current Vers:  6.5/7.4/8.2/9.1
1.501     mrg       443: Maintainer:    FSF
1.1       lukem     444: Archive Site:  ftp://ftp.gnu.org/gnu/gcc/
1.335     lukem     445: Home Page:     http://www.gnu.org/software/gcc/
1.1627    sevan     446: Date:          2019-06-17
1.1       lukem     447: Mailing List:  gcc-bugs@gnu.org
1.1231    mrg       448: Responsible:   mrg, christos, skrll
1.847     mrg       449: License:       GPLv3, LGPLv3.1
1.1105    apb       450: Location:      external/gpl3/gcc.old/dist
1.913     drochner  451: Location:      external/gpl3/gcc/dist
1.1       lukem     452: Notes:
1.1105    apb       453: In the long term, we expect that there will often be two versions,
                    454: in the "gcc" and "gcc.old" directories.  Having two versions allows
                    455: migration from one version of gcc to another to happen for one port
                    456: at a time, instead of for all ports simultaneously.
                    457: When importing a new version of external/gpl3/gcc.old:
                    458:        - copy the current version of external/gpl3/gcc
1.1343    mrg       459:        - import it to a "NETBSD" vendor branch in external/gpl3/gcc.old
1.1105    apb       460: Before importing a new version of external/gpl3/gcc:
1.1059    christos  461:        - delete all .cvsignore and .gitignore files
                    462:        - delete java ada fortran their libraries and testsuites
1.1593    christos  463:        - delete libffi zlib boehm-gc
1.448     mrg       464:        - update gcc/version.c for the NetBSD GCC date
1.847     mrg       465:        - use core/c++/objc/testsuite tarballs
1.1059    christos  466:        - you can use the gcc2netbsd script for the above (except version)
1.1192    skrll     467:        - update tools/gcc/gcc-version.mk
1.1343    mrg       468:        - force generate and copy tools/gcc build version of these files
                    469:          into gcc/dist/gcc/doc: cpp.1 cpp.info gcc.1 gcc.info gcov.1
1.1       lukem     470:
                    471: Package:       gdb
1.1625    christos  472: Version:       8.3
1.1620    wiz       473: Current Vers:  8.3
1.1       lukem     474: Maintainer:    FSF
                    475: Archive Site:  ftp://ftp.gnu.org/gnu/gdb/
1.335     lukem     476: Home Page:     http://www.gnu.org/software/gdb/
1.1627    sevan     477: Date:          2019-06-17
1.1       lukem     478: Mailing List:  bug-gdb@gnu.org
1.885     christos  479: Responsible:   christos
                    480: License:       GPLv3, LGPLv3.1
1.913     drochner  481: Location:      external/gpl3/gdb/dist
1.1       lukem     482: Notes:
1.473     tls       483: When updating GDB, it is imperative to test that:
1.474     christos  484:        - Debugging of kernel cores ("target kvm") works correctly
1.473     tls       485:        - Support for our kernel's remote serial debugging protocol
                    486:          ("options KGDB") works correctly.
1.1       lukem     487:
1.1590    christos  488: Package:       binutils
                    489: Version:       2.31.1
1.1627    sevan     490: Current Vers:  2.32
1.1590    christos  491: Maintainer:    FSF
                    492: Archive Site:  ftp://ftp.gnu.org/gnu/binutils/
                    493: Home Page:     http://www.gnu.org/software/binutils/
1.1627    sevan     494: Date:          2019-06-17
1.1590    christos  495: Mailing List:  bug-gnu-utils@gnu.org
                    496: Responsible:   thorpej, mrg
                    497: License:       GPLv3, LGPLv3, GPLv2, LGPLv2, BSD
                    498: Location:      external/gpl3/binutils/dist
                    499: Notes:
                    500:
1.1593    christos  501: Package:       autoconf
1.1590    christos  502: Version:       2.69
                    503: Current Vers:  2.69
                    504: Maintainer:    FSF
                    505: Archive Site:  ftp://ftp.gnu.org/gnu/autoconf/
                    506: Home Page:     http://www.gnu.org/software/autoconf/
1.1593    christos  507: Date:          2019-01-09
1.1590    christos  508: Mailing List:  bug-autoconf@gnu.org
                    509: Responsible:   christos
                    510: License:       GPLv3+
                    511: Location:      external/gpl3/autoconf
                    512: Notes:
                    513: This is only used to re-generate the configure files in tools/compat.
                    514: It is not part of the regular build.
                    515:
1.929     tron      516: Package:       gdtoa
1.1543    sevan     517: Version:       2016-02-19
1.929     tron      518: Current Vers:  $(date)
                    519: Maintainer:    David M. Gay <dmg@acm.org>
                    520: Archive Site:  http://www.netlib.org/fp/
                    521: Home Page:     http://www.netlib.org/fp/
1.1593    christos  522: Date:          2019-01-09
1.929     tron      523: Mailing List:  none
                    524: Responsible:   kleink
                    525: License:       BSD-like
                    526: Location:      lib/libc/gdtoa
                    527: Notes:
                    528: Test suite integrated at this time, but not built (and fails to run).
                    529: No hexadecimal floating-point string conversion for VAX FP yet.
                    530: Only double-precision addressed at this time.
                    531:
1.1       lukem     532:
                    533: Package:       heimdal
1.1404    christos  534: Version:       7.1.0 (HEAD-2017-01-28)
1.1543    sevan     535: Current Vers:  7.5.0
1.1202    pettai    536: Maintainer:    Heimdal <heimdal@h5l.org>
                    537: Archive Site:  ftp://ftp.h5l.org/pub/heimdal/src/
                    538: Home Page:     http://www.h5l.org/
1.1593    christos  539: Date:          2019-01-09
1.1202    pettai    540: Mailing List:  heimdal-discuss@sics.se
1.411     wiz       541: Responsible:   joda, lha
1.387     rpaulo    542: License:       BSD
1.913     drochner  543: Location:      crypto/external/bsd/heimdal/dist
1.1       lukem     544: Notes:
                    545:
                    546: Package:       hunt
1.117     wiz       547: Version:       2003-04-16
1.107     wiz       548: Current Vers:  2003-04-16
1.335     lukem     549: Maintainer:    Greg Couch <gregc@cgl.ucsf.edu>
1.1593    christos  550: Archive Site:
1.335     lukem     551: Home Page:     http://www.cgl.ucsf.edu/home/gregc/oss.html
1.1593    christos  552: Date:          2019-01-09
1.1       lukem     553: Responsible:   mrg
1.387     rpaulo    554: License:       BSD (3-clause)
1.913     drochner  555: Location:      games/hunt
1.1       lukem     556: Notes:
                    557:
1.202     martti    558: Package:       ipf
1.923     christos  559: Version:       5.1.1
1.1069    christos  560: Current Vers:  5.1.2
1.1       lukem     561: Maintainer:    Darren Reed
1.1593    christos  562: Archive Site:
                    563: Home Page:
                    564: Date:          2019-01-09
1.1       lukem     565: Mailing List:  ipfilter@postbox.anu.edu.au
1.923     christos  566: Responsible:   darrenr, christos
                    567: License:       BSD-based; see src/external/ipf/dist/IPFILTER.LICENCE
                    568: Location:      external/bsd/ipf,sys/external/bsd/ipf
1.1       lukem     569: Notes:
                    570: ipf2netbsd should be used on a virgin ipfilter source tree.
                    571:
1.284     thorpej   572: Package:       ipsec-tools
1.548     gdt       573: Version:       (ipsec-tools head is NetBSD-current head)
1.284     thorpej   574: Maintainer:    IPsec-Tools project <ipsec-tools-core@lists.sourceforge.net>
1.335     lukem     575: Archive Site:  http://ipsec-tools.sourceforge.net
                    576: Home Page:     http://ipsec-tools.sourceforge.net
1.1593    christos  577: Date:          2019-01-09
1.284     thorpej   578: Mailing List:  ipsec-tools-devel@lists.sourceforge.net
1.549     manu      579: Responsible:   manu, vanhu, mgrooms
1.387     rpaulo    580: License:       BSD (3-clause)
1.913     drochner  581: Location:      crypto/dist/ipsec-tools
1.284     thorpej   582: Notes:
1.548     gdt       583: ipsec-tools is maintained within NetBSD src tree in src/crypto/dist/ipsec-tools
1.550     manu      584: We don't run ipsec-tools' configure as part of the NetBSD build. configure
                    585: generated files are available in the NetBSD source tree at:
                    586:   src/lib/libipsec/config.h
                    587:   src/lib/libipsec/package_version.h
                    588: When configure.ac is updated, run the following:
                    589:   cd src/crypto/dist/ipsec-tools
                    590:   ./bootstrap
                    591:   ./configure --enable-adminport --enable-hybrid --enable-frag \
1.894     riz       592:              --enable-natt --enable-dpd
1.550     manu      593: Then copy package_version.h to src/lib/libipsec and merge config.h with
                    594: src/lib/libipsec/config.h (it needs some manual tweaking)
                    595:
1.894     riz       596: NOTE: As NetBSD HEAD and ipsec-tools HEAD are just the same thing,
1.550     manu      597: NetBSD-current always contains latest ipsec-tools code. On the other hand,
1.894     riz       598: ipsec-tools has stable branches (e.g.: ipsec-tools-0_7-branch), which
1.550     manu      599: are manually pulled up to NetBSD stable branches (e.g.: netbsd-4 is regularly
                    600: sync with ipsec-tools-0_7-branch)
1.284     thorpej   601:
1.1600    christos  602: Package:       jemalloc
                    603: Version:       5.1.0
                    604: Current Vers:  5.1.0
1.1604    christos  605: Maintainer:    Jason Evans
1.1600    christos  606: Archive Site:  https://github.com/jemalloc/jemalloc
                    607: Home Page:     https://jemalloc.net
                    608: Date:          2019-03-04
                    609: Mailing List:
                    610: Responsible:   christos
                    611: License:       BSD
                    612: Location:      external/bsd/jemalloc
                    613: Notes:
                    614:
1.1       lukem     615: Package:       KAME IPv6
                    616: Version:       KAME/NetBSD SNAP kit
                    617: Current Vers:  KAME/NetBSD SNAP kit (shipped every week)
                    618: Maintainer:    KAME Project <kame@kame.net>
                    619: Archive Site:  http://www.kame.net/
1.335     lukem     620: Home Page:     http://www.kame.net/
1.1593    christos  621: Date:          2019-01-09
1.1       lukem     622: Mailing List:  snap-users@kame.net
1.569     wiz       623: Responsible:
1.387     rpaulo    624: License:       BSD (3-clause)
1.913     drochner  625: Location:      sys/netinet6
1.1       lukem     626: Notes:
                    627: IPv6 part is based on KAME/NetBSD142 SNAP as of early June 2000, with
                    628: more conservative implementation policy.
                    629: IPsec part is based on KAME/NetBSD14 SNAP as of 12 June 2000.
                    630: Please do not make too many diff-unfriendly changes (like indentation change,
                    631: KNF police).  We need to take diffs across KAME snapshots on upgrades.
                    632: To identify kernel version, check net.inet6.ip6.kame_version, or KAME_VERSION
                    633: in sys/netinet6/in6.h.  No script is available for upgrades.
                    634: "KAME" branch is used for kernel merge work purposes.
                    635: http://www.kame.net/dev/cvsweb.cgi/kame/COVERAGE has functionality comparison
                    636: among KAME/*BSD, *BSD-current and recent *BSD releases.
                    637:
1.1007    jmmv      638: Package:       kyua-atf-compat
                    639: Version:       0.1
1.1546    sevan     640: Current Vers:  0.13
1.1007    jmmv      641: Maintainer:    Julio Merino <jmmv@NetBSD.org>
1.1546    sevan     642: Archive site:  https://github.com/jmmv/kyua
                    643: Home page:     https://github.com/jmmv/kyua
1.1593    christos  644: Date:          2019-01-09
1.1007    jmmv      645: Mailing List:  kyua-discuss@googlegroups.com
                    646: Responsible:   jmmv
                    647: License:       BSD 3-clause
                    648: Location:      external/bsd/kyua-atf-compat/dist
                    649: Notes:
                    650: The source files are in external/bsd/kyua-atf-compat/dist.
                    651: Use external/bsd/kyua-atf-compat/prepare-import.sh to regenerate the dist/
                    652: directory.
                    653:
1.1006    jmmv      654: Package:       kyua-cli
1.1060    jmmv      655: Version:       0.7
1.1546    sevan     656: Current Vers:  0.9
1.1006    jmmv      657: Maintainer:    Julio Merino <jmmv@NetBSD.org>
1.1546    sevan     658: Archive site:  https://github.com/jmmv/kyua
                    659: Home page:     https://github.com/jmmv/kyua
1.1593    christos  660: Date:          2019-01-09
1.1006    jmmv      661: Mailing List:  kyua-discuss@googlegroups.com
                    662: Responsible:   jmmv
                    663: License:       BSD 3-clause
                    664: Location:      external/bsd/kyua-cli/dist
                    665: Notes:
                    666: The source files are in external/bsd/kyua-cli/dist.
                    667: Use external/bsd/kyua-cli/prepare-import.sh to regenerate the dist/ directory.
                    668:
1.1004    jmmv      669: Package:       kyua-testers
                    670: Version:       0.1
1.1546    sevan     671: Current Vers:  0.3
1.1004    jmmv      672: Maintainer:    Julio Merino <jmmv@NetBSD.org>
1.1546    sevan     673: Archive site:  https://github.com/jmmv/kyua
                    674: Home page:     https://github.com/jmmv/kyua
1.1593    christos  675: Date:          2019-01-09
1.1004    jmmv      676: Mailing List:  kyua-discuss@googlegroups.com
                    677: Responsible:   jmmv
                    678: License:       BSD 3-clause
                    679: Location:      external/bsd/kyua-testers/dist
                    680: Notes:
                    681: The source files are in external/bsd/kyua-testers/dist.
                    682: Use external/bsd/kyua-testers/prepare-import.sh to regenerate the dist/
                    683: directory.
                    684:
1.1       lukem     685: Package:       less
1.1053    tron      686: Version:       less-458
1.1540    sevan     687: Current Vers:  less-530
1.823     jakllsch  688: Maintainer:    Mark Nudelman <markn@greenwoodsoftware.com>
1.467     jnemeth   689: Archive Site:  http://www.greenwoodsoftware.com/less/download.html
                    690: Home Page:     http://www.greenwoodsoftware.com/less/
1.1593    christos  691: Date:          2019-01-09
1.823     jakllsch  692: Mailing List:  less-announce-request@greenwoodsoftware.com
1.1       lukem     693: Responsible:   mrg
1.968     jdf       694: License:       Less License (BSD 2-clause) or GPLv3 (v2 prior to less-418)
1.913     drochner  695: Location:      external/bsd/less/dist
1.1       lukem     696: Notes:
                    697: Many changes to make less act as more when invoked as more.  Beware.
1.850     tron      698: Use the "src/external/bsd/less/less2netbsd" script to prepare source tree
1.918     wiz       699: for importation.  Run ./configure beforehand to generate "defines.h".
1.850     tron      700: Talk to mrg before importing any new version.
1.1       lukem     701:
1.543     joerg     702: Package:       libarchive
1.1434    joerg     703: Version:       3.3.2pre
1.1540    sevan     704: Current Vers:  3.3.2
1.748     joerg     705: Maintainer:    kientzle@freebsd.org, joerg@NetBSD.org
1.918     wiz       706: Archive Site:  https://github.com/libarchive/libarchive/downloads
1.1540    sevan     707: Home Page:     http://www.libarchive.org
1.1593    christos  708: Date:          2019-01-09
1.543     joerg     709: Responsible:   joerg
1.918     wiz       710: License:       BSD (2-clause)
1.913     drochner  711: Location:      external/bsd/libarchive/dist
1.543     joerg     712: Notes:
1.748     joerg     713: Distribution is stripped down to the relevant part.
1.543     joerg     714:
1.696     dent      715: Package:       libdevmapper
1.735     haad      716: Version:       1.02.40
1.1593    christos  717: Current Vers:  2.2.03.02
1.696     dent      718: Maintainer:    lvm-devel@redhat.com
                    719: Archive Site:  ftp://sources.redhat.com/pub/lvm2/
                    720: Home Page:     http://sources.redhat.com/lvm2/
1.1593    christos  721: Date:          2019-01-09
1.696     dent      722: Responsible:   haad
                    723: License:       LGPLv2.1
1.913     drochner  724: Location:      external/gpl2/lvm2/dist/libdm
1.656     haad      725: Notes:
1.894     riz       726: The lvm2tools and the libdevmapper are now distributed as one source
1.729     snj       727: repository. See the lvm2tools Notes for more information.
1.656     haad      728:
1.263     wiz       729: Package:       libevent
1.1423    snj       730: Version:       2.1.8-stable
                    731: Current Vers:  2.1.8-stable
1.263     wiz       732: Maintainer:    Niels Provos <provos@citi.umich.edu>
                    733: Archive Site:  http://www.monkey.org/~provos/libevent/
1.335     lukem     734: Home Page:     http://www.monkey.org/~provos/libevent/
1.1593    christos  735: Date:          2019-01-09
                    736: Responsible:
1.387     rpaulo    737: License:       BSD (3/4-clause)
1.913     drochner  738: Location:      external/bsd/libevent/dist
1.263     wiz       739: Notes:
1.1033    christos  740: - Run the libevent2netbsd script
                    741: - Build the doxygen man pages. Edit the Doxyfile to GENERATE_MAN=yes.
                    742:   man pages are in doxygen/man/man3. Remove the extra man pages that are
                    743:   .so'ing only. Copy the rest to man.
1.263     wiz       744:
1.1072    joerg     745: Package:       llvm
1.1532    joerg     746: Version:       7.0.0svn (r337282)
1.1606    wiz       747: Current Vers.: 8.0.0
1.1463    joerg     748: Maintainer:    llvm-dev@lists.llvm.org
                    749: Home Page:     https://llvm.org
1.1593    christos  750: Date:          2019-01-09
1.1072    joerg     751: Responsible:   joerg
                    752: License:       BSD/MIT
                    753: Location:      external/bsd/llvm/dist
                    754: Notes:
                    755: A CVS ACL is in place for the location to prevent unintentioned commits.
                    756: All changes should come via import from upstream SVN.
                    757:
1.696     dent      758: Package:       lvm2tools
1.735     haad      759: Version:       2.02.56
1.1593    christos  760: Current Vers:  2.03.02
1.696     dent      761: Maintainer:    lvm-devel@redhat.com
                    762: Archive Site:  ftp://sources.redhat.com/pub/lvm2/
                    763: Home Page:     http://sources.redhat.com/lvm2/
1.1593    christos  764: Date:          2019-01-09
1.696     dent      765: Responsible:   haad
                    766: License:       GPLv2
1.913     drochner  767: Location:      external/gpl2/lvm2/dist
1.894     riz       768: Notes:
1.1179    jnemeth   769: Use the src/external/gpl2/lvm2tools/dist/lvm2netbsd script to
                    770: prepare source tree for import. Keep eye on dist/include/configure.h
1.1362    kamil     771: it might change over the releases.  We maintain our own version of
1.1179    jnemeth   772: libdevmapper ioctl protocol code, therefore we should test it before
                    773: import. Talk to haad before importing new version.
1.656     haad      774:
1.1       lukem     775: Package:       libpcap
1.1561    christos  776: Version:       1.9.0
1.1540    sevan     777: Current Vers:  1.9.0
1.1       lukem     778: Maintainer:    tcpdump-workers@tcpdump.org
                    779: Archive Site:  http://www.tcpdump.org/release/
1.335     lukem     780: Home Page:     http://www.tcpdump.org/
1.1593    christos  781: Date:          2019-01-09
1.1       lukem     782: Mailing List:  tcpdump-workers@tcpdump.org
1.569     wiz       783: Responsible:   dyoung
1.387     rpaulo    784: License:       BSD (3/4-clause)
1.913     drochner  785: Location:      external/bsd/libpcap/dist
1.1       lukem     786: Notes:
1.1029    christos  787: Use the src/external/bsd/libpcap/libpcap2netbsd script to prepare source
                    788: tree. sys/net/dlt.h is a copy of the dlt constants from pcap.h
1.1       lukem     789:
1.1593    christos  790: Package:       tcpdump
                    791: Version:       4.9.2
                    792: Current Vers:  4.9.2
                    793: Maintainer:    tcpdump-workers@lists.tcpdump.org
                    794: Archive Site:  http://www.tcpdump.org/release/
                    795: Home Page:     http://www.tcpdump.org/
                    796: Date:          2019-01-09
                    797: Mailing List:  tcpdump-workers@lists.tcpdump.org
                    798: Responsible:
                    799: License:       BSD (3-clause)
                    800: Location:      external/bsd/tcpdump/dist
                    801: Notes:
                    802: Use the src/external/bsd/tcpdump/tcpdump2netbsd script to prepare source
                    803: tree.
                    804:
1.1       lukem     805: Package:       libwrap
                    806: Version:       tcp_wrappers 7.6 w/ large amount of IPv6 changes
1.954     taca      807: Current Vers:  tcp_wrappers 7.6-ipv6.4
1.1       lukem     808: Maintainer:    Wietse Venema <wietse@porcupine.org>
                    809: Archive Site:  ftp://ftp.porcupine.org/pub/security/
1.335     lukem     810: Home Page:     ftp://ftp.porcupine.org/pub/security/
1.1593    christos  811: Date:          2019-01-09
1.230     junyoung  812: Mailing List:
1.569     wiz       813: Responsible:   cjs
1.387     rpaulo    814: License:       BSD-like
1.913     drochner  815: Location:      lib/libwrap
1.1       lukem     816: Notes:
                    817: We import only libwrap (under src/lib), tcpdchk and tcpdmatch (both
                    818: under src/usr.sbin). We don't use tcpd; that functionality is built
                    819: into inetd. The provided libwrap2netbsd script handles just libwrap.
                    820:
1.782     mbalmer   821: Package:       Lua
1.1536    alnsn     822: Version:       Lua 5.3.5
                    823: Current Vers:  Lua 5.3.5
1.782     mbalmer   824: Maintainer:    PUC Rio
                    825: Home Page:     http://www.lua.org/
1.1593    christos  826: Date:          2019-01-09
1.782     mbalmer   827: Mailing List:
1.1536    alnsn     828: Responsible:   mbalmer, lneto, salazar, alnsn
1.782     mbalmer   829: License:       MIT
1.913     drochner  830: Location:      external/mit/lua/dist
1.782     mbalmer   831: Notes:
                    832: The default module paths have been changed to not include the current
1.783     snj       833: working directory '.' to avoid potential security problems.
1.782     mbalmer   834:
1.1003    jmmv      835: Package:       Lutok
1.1060    jmmv      836: Version:       0.3
1.1278    kamil     837: Current Vers:  0.4
1.1003    jmmv      838: Maintainer:    Julio Merino <jmmv@NetBSD.org>
1.1279    kamil     839: Archive site:  https://github.com/jmmv/lutok/releases
                    840: Home page:     https://github.com/jmmv/lutok
1.1593    christos  841: Date:          2019-01-09
1.1003    jmmv      842: Mailing List:  lutok-discuss@googlegroups.com
                    843: Responsible:   jmmv
                    844: License:       BSD 3-clause
                    845: Location:      external/bsd/lutok/dist
                    846: Notes:
                    847: The source files are in external/bsd/lutok/dist.
                    848: Use external/bsd/lutok/prepare-import.sh to regenerate the dist/ directory.
                    849:
1.728     christos  850: Package:       m4
                    851: Version:       20091026
1.1593    christos  852: Current Vers:  20161231
1.962     wiz       853: Maintainer:    The OpenBSD Project
1.728     christos  854: Archive Site:  http://www.openbsd.org/cgi-bin/cvsweb/src/usr.bin/m4
1.962     wiz       855: Home Page:     http://www.openbsd.org/
1.1593    christos  856: Date:          2019-01-09
                    857: Mailing List:
1.728     christos  858: License:       BSD 3-clause like (dns-sd)
                    859: Responsible:   christos
1.913     drochner  860: Location:      usr.bin/m4
1.728     christos  861: Notes:
1.1189    christos  862: Uses libc's ohash
1.728     christos  863:
1.718     tsarna    864: Package:       mDNSResponder
1.1504    christos  865: Version:       878.30.4
                    866: Current Vers:  878.30.4
1.718     tsarna    867: Maintainer:    Apple
1.1486    hauke     868: Archive Site:  https://www.opensource.apple.com/tarballs/mDNSResponder/
                    869: Home Page:     https://developer.apple.com/bonjour/
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/
                    883: Date:          2019-03-10
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.1593    christos  896: Date:          2019-01-09
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.1609    maya      920: Version:       18.3.4
                    921: Current Vers:  19.0.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.1609    maya      925: Date:          2019-04-05
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.993     christos  949: Version:       2012-12-20
                    950: Current Vers:  2012-12-20
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.1593    christos  954: Date:          2019-01-09
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.1569    christos  980: Version:       4.2.8p12
1.1546    sevan     981: Current Vers:  4.2.8p12
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.1593    christos  985: Date:          2019-01-09
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.1593    christos  999: Date:          2019-01-09
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.1501    christos 1008: Version:       2.4.45
1.1593    christos 1009: Current Vers:  2.4.47
1.603     lukem    1010: Maintainer:    OpenLDAP Foundation
                   1011: Archive Site:  http://www.openldap.org/
                   1012: Home Page:     http://www.openldap.org/
1.1593    christos 1013: Date:          2019-01-09
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.1441    christos 1021: Version:       20170430 (Resedacea)
                   1022: Current Vers:  20170430 (Resedacea)
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.1593    christos 1026: Date:          2019-01-09
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.1388    roy      1034: Version:       3.9.0
                   1035: Current Vers:  3.9.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.1593    christos 1039: Date:          2019-01-09
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.1613    christos 1061: Version:       8.0
1.1612    sevan    1062: Current Vers:  8.0 / portable 8.0p1
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.1613    christos 1066: Date:          2019-04-20
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.1626    christos 1104: Version:       1.0.2o/1.1.1c
                   1105: Current Vers:  1.0.2r/1.1.1c
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.1626    christos 1109: Date:          2019-06-09
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.1416    christos 1213: Version:       3.1.4
1.1633  ! sevan    1214: Current Vers:  3.1.13/3.2.10/3.3.5/3.4.6
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.1633  ! sevan    1218: Date:          2019-07-03
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:
1.432     rpaulo   1224: HTML documentation should be kept in sync with the README_FILES.
                   1225: src/gnu/dist/postfix/conf/postfix-files must be kept in sync with our
                   1226: directory layout (the easiest way to check is by running ``postfix
                   1227: set-permissions'').
1.1       lukem    1228:
                   1229: Package:       ppp
1.1165    christos 1230: Version:       2.4.7
                   1231: Current Vers:  2.4.7
1.1       lukem    1232: Maintainer:    Paul Mackerras <paulus@samba.org>
1.1593    christos 1233: Archive Site:
1.349     junyoung 1234: Home Page:
1.1068    christos 1235: GIT root:      git://ozlabs.org/~paulus/ppp.git
1.1       lukem    1236: Mailing List:
1.447     christos 1237: Responsible:   christos, cube
1.387     rpaulo   1238: License:       BSD (3-clause)
1.1068    christos 1239: Location:      external/bsd/ppp/dist
1.1       lukem    1240: Notes:
                   1241: BSD support was removed from 2.4.0; I added it back and removed
                   1242: some GPL pieces. Multilink support is missing. Repeated pings to
                   1243: Paulus have not yielded results. I've retrofitted pppdump to use
1.397     christos 1244: net/zlib, and <net/ppp-comp.h> and I now maintain sys-bsd.c. This
1.1       lukem    1245: is clearly a pain. I have not tested the modules code, neither our
                   1246: makefiles make it easy to construct a module, but I left one there
                   1247: as an example.
1.447     christos 1248: TDB code as found in 2.4.x, x>1 is under the GPL.  Therefore, we're
                   1249: using the version found in 2.4.1.
1.1       lukem    1250:
                   1251: Package:       root.cache
1.1587    christos 1252: Version:       2018111402 (November 14, 2018)
1.1588    wiz      1253: Current Vers:  2018111402 (November 14, 2018)
1.14      perry    1254: Maintainer:    InterNIC
                   1255: Archive Site:  ftp://ftp.internic.net/domain/named.root
1.335     lukem    1256: Home Page:     ftp://ftp.internic.net/domain/named.root
1.1593    christos 1257: Date:          2019-01-09
1.1       lukem    1258: Mailing List:
1.507     perry    1259: Responsible:   thorpej
1.387     rpaulo   1260: License:       Public domain
1.913     drochner 1261: Location:      etc/namedb
1.1       lukem    1262: Notes:
                   1263: The root server cache is also included with BIND.  However, the
                   1264: InterNIC version is usually more up to date.
                   1265:
                   1266: Package:       routed
1.727     christos 1267: Version:       2.32
                   1268: Current Vers:  2.32
1.1       lukem    1269: Maintainer:    Vernon Schryver <vjs@rhyolite.com>
1.1593    christos 1270: Archive Site:
                   1271: Home Page:
                   1272: Date:          2019-01-09
1.1       lukem    1273: Mailing List:
1.392     rpaulo   1274: Responsible:   christos
1.387     rpaulo   1275: License:       BSD (4-clause)
1.913     drochner 1276: Location:      sbin/routed
1.1       lukem    1277: Notes:
                   1278: We use the md5 code from libc
                   1279: We don't allow RIP_TRACEON and RIP_TRACEOFF
1.201     christos 1280: We use arc4random
                   1281: We use strlcpy/snprintf
1.1       lukem    1282:
                   1283: Package:       send-pr (part of GNATS)
1.1299    christos 1284: Version:       3.2
                   1285: Current Vers:  4.2
1.1       lukem    1286: Maintainer:    FSF
                   1287: Archive Site:  ftp://ftp.gnu.org/gnu/gnats/
1.335     lukem    1288: Home Page:     http://www.gnu.org/software/gnats/
1.1       lukem    1289: Mailing List:  bug-gnats@gnu.org
1.1299    christos 1290: License:       GPLv2+ (4.1), GPLv3+ (4.2 and later)
1.1       lukem    1291: Responsible:
1.1299    christos 1292: Location:      external/gpl2/send-pr
1.1       lukem    1293: Notes:
1.1299    christos 1294: We have 3.2 with patches to become 3.95 which was never distributed. This
                   1295: is the last "standalone" send-pr version. Newer versions require "query-pr"
                   1296: to be installed and many more changes. It is not worth the hassle.
1.1       lukem    1297:
                   1298: Package:       SoftFloat
                   1299: Version:       2a
1.1547    sevan    1300: Current Vers:  3e
1.144     dent     1301: Maintainer:    John Hauser <jhauser@jhauser.us>
                   1302: Archive Site:  http://www.jhauser.us/arithmetic/SoftFloat.html
1.335     lukem    1303: Home Page:     http://www.jhauser.us/arithmetic/SoftFloat.html
1.1       lukem    1304: Mailing List:
                   1305: Responsible:   bjh21
1.387     rpaulo   1306: License:       Public domain
1.913     drochner 1307: Location:      lib/libc/softfloat
1.1       lukem    1308: Notes:
                   1309: Heavily modified for use as a soft float library for GCC.  The actual
                   1310: arithmetic code is unchanged, though, and should behave exactly like the
                   1311: original.
                   1312:
1.877     joerg    1313: Package:       sqlite
1.1577    christos 1314: Version:       3.26.0
1.1576    maya     1315: Current Vers:  3.26.0 (2018-12-01)
1.877     joerg    1316: Maintainer:    Richard Hipp <drh@sqlite.org>
                   1317: Home Page:     http://www.sqlite.org
                   1318: Responsible:   joerg
                   1319: License:       Public domain
1.913     drochner 1320: Location:      external/public-domain/sqlite/dist
1.877     joerg    1321: Notes:
1.1241    szptvlfn 1322: Run cleantags before importing because sqlite3.c has an RCSID
1.877     joerg    1323:
1.1       lukem    1324:
                   1325: Package:       TestFloat
                   1326: Version:       2a
1.1547    sevan    1327: Current Vers:  3e
1.144     dent     1328: Maintainer:    John Hauser <jhauser@jhauser.us>
                   1329: Archive Site:  http://www.jhauser.us/arithmetic/TestFloat.html
1.335     lukem    1330: Home Page:     http://www.jhauser.us/arithmetic/TestFloat.html
1.1       lukem    1331: Mailing List:
                   1332: Responsible:   ross
1.387     rpaulo   1333: License:       BSD (4-clause)
1.913     drochner 1334: Location:      regress/lib/libc/ieeefp/testfloat
1.1       lukem    1335: Notes:
                   1336:
1.1300    christos 1337:
1.1593    christos 1338: Package:       malloc
1.1296    christos 1339: Version:       1995-01-15
                   1340: Current Vers:  1995-01-15
                   1341: Maintainer:    FSF
                   1342: Archive Site:  ftp://prep.ai.mit.edu/old-gnu/malloc.tar.gz
                   1343: Home Page:
                   1344: Mailing List:
                   1345: Responsible:   christos
                   1346: License:       GPLv2+
                   1347: Location:      external/gpl2/libmalloc
                   1348: Notes:
                   1349: The original version of gnumalloc was added (not imported) from
                   1350: prep.ai.mit.edu in src/gnu/lib/libmalloc in 1993. This is the newest
                   1351: version from 1995. It is written by Mike Haertel, and was distributed
                   1352: both standalone and as part of glibc. At some point glibc switched
                   1353: to use Doug Lea's ptmalloc which is now tightly bound with glibc
                   1354: and cannot be separated. The Doug Lea version of malloc is also
                   1355: distributed in a standalone form by Wolfram Gloger in
                   1356: http://www.malloc.de/en/.  We can consider switching to ptmalloc
                   1357: at some point since it will provide an alternative MT malloc, but
                   1358: perhaps this implementation should be kept anyway for historical
                   1359: purposes.
                   1360:
1.819     jmmv     1361: Package:       tmux
1.1587    christos 1362: Version:       2.8
                   1363: Current Vers:  2.8
1.1290    christos 1364: Maintainer:    Nicholas Marriott <nicholas.marriott@gmail.com>
                   1365: Archive site:  https://github.com/tmux/tmux
                   1366: Home page:     http://tmux.github.io
                   1367: Mailing List:  tmux-users@googlegroups.com
                   1368: Responsible:   christos
1.819     jmmv     1369: License:       BSD
1.913     drochner 1370: Location:      external/bsd/tmux/dist
1.819     jmmv     1371: Notes:
                   1372: See src/external/bsd/tmux/README for instructions on how to import a
                   1373: new tmux release.
                   1374:
1.1       lukem    1375: Package:       top
1.614     christos 1376: Version:       3.8beta1
                   1377: Current Vers:  3.8beta1
1.1       lukem    1378: Maintainer:    William LeFebvre <wnl@groupsys.com>
1.614     christos 1379: Archive Site:  http://www.unixtop.org/dist/top-3.8beta1.tar.gz
1.335     lukem    1380: Home Page:     http://www.unixtop.org/
1.1       lukem    1381: Mailing List:  top-spinners@ocee.groupsys.com
1.614     christos 1382: Responsible:   simonb, christos
1.387     rpaulo   1383: License:       BSD (2-clause)
1.913     drochner 1384: Location:      external/bsd/top/dist
1.1       lukem    1385: Notes:
                   1386:
                   1387: Package:       traceroute
1.869     christos 1388: Version:       1.4a12
1.1       lukem    1389: Current Vers:  1.4a12
                   1390: Maintainer:    traceroute@ee.lbl.gov
                   1391: Archive Site:  ftp://ftp.ee.lbl.gov/
1.335     lukem    1392: Home Page:     http://ftp.ee.lbl.gov/
1.1       lukem    1393: Mailing List:
                   1394: Responsible:
1.387     rpaulo   1395: License:       BSD (4-clause)
1.913     drochner 1396: Location:      usr.sbin/traceroute
1.1       lukem    1397: Notes:
1.869     christos 1398: Added changes from a5 -> a12 manually.
1.1       lukem    1399:
                   1400: Package:       tz
1.1607    christos 1401: Version:       tzcode2019a / tzdata2019a
1.1605    kre      1402: Current Vers:  tzcode2019a / tzdata2019a
1.975     apb      1403: Maintainer:    Paul Eggert <eggert@cs.ucla.edu>
1.956     christos 1404: Archive Site:  ftp://ftp.iana.org/tz/releases/
1.876     apb      1405: Archive Site:  ftp://munnari.oz.au/pub/oldtz/
1.956     christos 1406: Old Archive Site:      ftp://elsie.nci.nih.gov/pub/
1.920     apb      1407: Home Page:     http://www.iana.org/time-zones
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.1575    maya     1421: Current Vers:  2.7
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.365     wiz      1425: Mailing List:
1.578     christos 1426: Responsible:   scw, dyoung, christos
1.387     rpaulo   1427: License:       BSD or GPLv2
1.913     drochner 1428: Location:      external/bsd/wpa/dist
1.365     wiz      1429: Notes:
1.772     christos 1430: See /usr/src/external/bsd/wpa/NetBSD-upgrade for update instructions.
1.365     wiz      1431:
1.1       lukem    1432: Package:       zlib
1.1396    christos 1433: Version:       1.2.10
1.1418    nonaka   1434: Current Vers:  1.2.11
1.1       lukem    1435: Maintainer:    Jean-loup Gailly and Mark Adler <zlib@gzip.org>
1.512     taca     1436: Archive Site:  http://www.zlib.net/
                   1437: Home Page:     http://www.zlib.net/
1.1       lukem    1438: Mailing List:
1.1254    tron     1439: Responsible:   gwr, christos
1.387     rpaulo   1440: License:       BSD (3-clause)
1.913     drochner 1441: Location:      common/dist/zlib
1.1       lukem    1442: Notes:
1.397     christos 1443: Imported to src/common/dist/zlib and shared by the kernel and userland.
1.1396    christos 1444: Remember to run cleantags
1.534     christos 1445:
                   1446: Package:       services, protocols
1.1584    christos 1447: Version:       2018-12-19 (services), 2017-10-13 (protocols)
                   1448: Current Vers:  2018-12-19 (services), 2017-10-13 (protocols)
1.534     christos 1449: Maintainer:    IANA
1.961     christos 1450: Archive Site:  http://www.iana.org/assignments/service-names-port-numbers/service-names-port-numbers.txt (services)
1.894     riz      1451: Archive Site:  http://www.iana.org/assignments/protocol-numbers/protocol-numbers.txt (protocols)
                   1452: Home Page:     http://www.iana.org/
1.534     christos 1453: Mailing List:
                   1454: Responsible:   christos
                   1455: License:       None
1.913     drochner 1456: Location:      etc
1.534     christos 1457: Notes:
1.961     christos 1458: 1. Build package net/iana-etc
                   1459: 2. Add NetBSD rcsid to the generated protocols and services in the package
                   1460:    work area.
                   1461: 3. Append the local services from the current services file.
                   1462: 4. Run:
1.534     christos 1463:        services_mkdb -u services > /usr/src/etc/services
                   1464:        cp protocols /usr/src/etc/protocols
1.964     christos 1465: 5. Fix protocols
                   1466:    - fix manet alias to MANET; giving an alias with the same name is a no/op
                   1467:    - protocol 84 is defined for as ttp and iptm, merge the two entries since
                   1468:      libc getprotoent() does not read the whole file and merge in the "files"
                   1469:      implementation.
1.1584    christos 1470:    - add alias carp to vrrp
                   1471:    - put back 240 (pfsync), splitting the unassigned entries
1.769     mrg      1472:
                   1473: Package:       pigz
1.1123    tls      1474: Version:       2.3.1
1.1547    sevan    1475: Current Vers:  2.4
1.769     mrg      1476: Maintainer:    Mark Adler <madler@alumni.caltech.edu>
                   1477: Archive Site:  http://zlib.net/pigz/
                   1478: Home Page:     http://zlib.net/pigz/
                   1479: Mailing List:  http://mail.zlib.net/mailman/listinfo/pigz-announce_zlib.net
1.1123    tls      1480: Responsible:   mrg, tls
1.769     mrg      1481: License:       zlib
1.913     drochner 1482: Location:      external/zlib/pigz/dist
1.769     mrg      1483: Notes:
1.784     joerg    1484:
                   1485: Package:       xz
1.1565    joerg    1486: Version:       5.2.4
1.1547    sevan    1487: Current Vers:  5.2.4
1.784     joerg    1488: Maintainer:    Lasse Collin <lasse.collin@tukanni.org>
                   1489: Archive Site:  http://tukaani.org/xz/
                   1490: Home Page:     http://tukaani.org/xz/
                   1491: Responsible:   joerg
                   1492: License:       public-domain
1.913     drochner 1493: Location:      external/public-domain/xz/dist
1.784     joerg    1494: Notes:
                   1495: 1. See prepare-import script for stripping down the distribution.
1.1565    joerg    1496: 2. Use run-configure and double check that the stripped down configure works
                   1497:    for tools.
                   1498: 3. Carefully check for non-autoconf GPL components leaked into the dist area.
1.847     mrg      1499:
                   1500: Package:       mpc
1.1562    wiz      1501: Version:       1.1.0
1.1547    sevan    1502: Current Vers:  1.1.0
1.1593    christos 1503: Maintainer:
1.847     mrg      1504: Archive Site:  http://www.multiprecision.org/mpc/download/
                   1505: Home Page:     http://www.multiprecision.org/mpc/
                   1506: Mailing List:  http://www.multiprecision.org/index.php?prog=mpc&page=development
                   1507: Responsible:   mrg
1.1065    mrg      1508: License:       LGPL3
                   1509: Location:      external/lgpl3/mpc/dist
1.847     mrg      1510: Notes:
                   1511:
                   1512: Package:       mpfr
1.1562    wiz      1513: Version:       4.0.1
1.1547    sevan    1514: Current Vers:  4.0.1
1.1593    christos 1515: Maintainer:
1.847     mrg      1516: Archive Site:  http://www.mpfr.org/mpfr-current/
                   1517: Home Page:     http://www.mpfr.org/
                   1518: Mailing List:  http://websympa.loria.fr/wwsympa/arc/mpfr-announce
                   1519: Responsible:   mrg
                   1520: License:       LGPL3
1.913     drochner 1521: Location:      external/lgpl3/mpfr/dist
1.847     mrg      1522: Notes:
                   1523:
                   1524: Package:       GNU MP
1.1467    mrg      1525: Version:       6.1.2
1.1414    maya     1526: Current Vers:  6.1.2
1.847     mrg      1527: Maintainer:    http://gmplib.org/mailman/listinfo/gmp-devel
                   1528: Archive Site:  http://gmplib.org/
                   1529: Home Page:     http://gmplib.org/
                   1530: Mailing List:  http://gmplib.org/mailman/listinfo/gmp-announce
                   1531: Responsible:   mrg
                   1532: License:       LGPL3
1.913     drochner 1533: Location:      external/lgpl3/gmp/dist
1.847     mrg      1534: Notes:
1.886     christos 1535:
1.1102    apb      1536: Package:       osnet
                   1537: Version:       osnet-20100224
                   1538: Current Vers:  ?
                   1539: Maintainer:    ?
                   1540: Archive Site:  ?
                   1541: Home Page:     ?
                   1542: Mailing List:  ?
                   1543: Responsible:   ?
                   1544: License:       CDDL
                   1545: Location:      external/cddl/osnet
                   1546: Notes:
                   1547:
1.980     alnsn    1548: Package:       sljit
1.1594    alnsn    1549: Version:       0.93 (svn revision 333)
1.1547    sevan    1550: Current Vers:  0.93
1.980     alnsn    1551: Maintainer:    Zoltán Herczeg <hzmester@freemail.hu
                   1552: Archive Site:  http://sourceforge.net/projects/sljit/
                   1553: Home Page:     http://sljit.sourceforge.net/
                   1554: Mailing List:  none
                   1555: Responsible:   alnsn
                   1556: License:       BSD (2-clause)
                   1557: Location:      sys/external/bsd/sljit/dist
                   1558: Notes:
                   1559:                Need to feed back local changes
                   1560:
1.886     christos 1561: Package:       tre
1.1485    rin      1562: Version:       0.8.0, git source as of 20171117
1.886     christos 1563: Current Vers:  0.8.0
                   1564: Maintainer:    http://laurikari.net/tre
1.1485    rin      1565: Archive Site:  https://github.com/laurikari/tre
1.886     christos 1566: Home Page:     http://laurikari.net/tre
1.962     wiz      1567: Mailing List:
1.886     christos 1568: Responsible:   agc, christos
1.962     wiz      1569: License:       BSD (2-clause)
1.913     drochner 1570: Location:      external/bsd/tre/dist
1.886     christos 1571: Notes:
                   1572:                Need to feed back local changes
1.901     christos 1573:
                   1574: Package:       TrouSerS
1.1589    christos 1575: Version:       0.3.14
1.1547    sevan    1576: Current Vers:  0.3.14
1.901     christos 1577: Maintainer:    http://trousers.sourceforge.net
                   1578: Archive Site:  http://trousers.sourceforge.net
                   1579: Home Page:     http://trousers.sourceforge.net
                   1580: Mailing List:  http://trousers.sourceforge.net
                   1581: Responsible:   christos
                   1582: License:       CPL
1.913     drochner 1583: Location:      crypto/external/cpl/trousers/dist
1.901     christos 1584: Notes:
                   1585:                Need to feed back local changes
1.902     christos 1586:
                   1587: Package:       tpm-tools
1.1589    christos 1588: Version:       1.3.9.1
1.1547    sevan    1589: Current Vers:  1.3.9.1
1.902     christos 1590: Maintainer:    http://trousers.sourceforge.net
                   1591: Archive Site:  http://trousers.sourceforge.net
                   1592: Home Page:     http://trousers.sourceforge.net
                   1593: Mailing List:  http://trousers.sourceforge.net
                   1594: Responsible:   christos
                   1595: License:       CPL
1.913     drochner 1596: Location:      crypto/external/cpl/tpm-tools/dist
1.902     christos 1597: Notes:
                   1598:                Need to feed back local changes
1.997     christos 1599:
1.1100    christos 1600: Package:       elftoolchain (libelf/libdwarf)
1.1306    christos 1601: Version:       FreeBSD-2016-02-19-r295822
1.1539    sevan    1602: Current Vers:  0.7.1
1.1100    christos 1603: Maintainer:    Joseph Koshi <jkoshi@freebsd.org>
1.997     christos 1604: Archive Site:  none
1.1539    sevan    1605: Home Page:     http://elftoolchain.sourceforge.net
1.997     christos 1606: Mailing List:  none
                   1607: Responsible:   christos
                   1608: License:       BSD-like (2-clause)
1.1100    christos 1609: Location:      sys/external/bsd/elftoolchain/dist
1.997     christos 1610: Notes:
                   1611:                Run prepare-import.sh; next time use svn id.
1.1076    christos 1612:
                   1613: Package:       smbfs
                   1614: Version:       smbfs-1.4.1.tar.gz + FreeBSD-2003-02-16
1.1547    sevan    1615: Current Vers:  smbfs-1.4.5.tar.gz
1.1076    christos 1616: Maintainer:    Boris Popov <bp@FreeBSD.org>
1.1547    sevan    1617: Archive Site:  http://people.freebsd.org/~bp/pub/smbfs/smbfs-1.4.1.tar.gz
                   1618: Home Page:     http://people.freebsd.org/~bp/pub/smbfs/
1.1076    christos 1619: License:       BSD-like (4-clause)
                   1620: Location:      external/bsd/smbfs
                   1621: Notes:
                   1622:                The kernel portion has been removed from the tar file.
                   1623:                Our kernel smbfs and netsmb directories could move to
                   1624:                external, but this is just make-work.
1.1140    christos 1625:
                   1626: Package:       timeout
1.1550    sevan    1627: Version:       FreeBSD-2014-07-16 r268763
                   1628: Current Vers:  FreeBSD-2016-05-01 r331720
1.1140    christos 1629: Maintainer:    Baptiste Daroussin <bapt@FreeBSD.org>
                   1630: Archive Site:  none
1.1547    sevan    1631: Home Page:     https://svnweb.freebsd.org/base/head/usr.bin/timeout/
1.1140    christos 1632: Mailing List:  none
                   1633: Responsible:   christos
                   1634: License:       BSD-like (2-clause)
                   1635: Location:      usr.bin/timeout
1.1255    christos 1636:
                   1637: Package:        libproc
                   1638: Version:        FreeBSD-2015-09-24
1.1547    sevan    1639: Current Vers:   FreeBSD-2018-07-27 r336782
1.1255    christos 1640: Maintainer:     Rui Paulo <rpaulo@FreeBSD.org>
                   1641: Archive Site:   none
1.1547    sevan    1642: Home Page:      https://svnweb.freebsd.org/base/head/lib/libproc/
1.1255    christos 1643: Mailing List:   none
                   1644: Responsible:    christos
                   1645: License:        BSD-like (2-clause)
                   1646: Location:       external/bsd/libproc/dist
                   1647:
                   1648: Package:        librtld_db
                   1649: Version:        FreeBSD-2015-09-24
1.1547    sevan    1650: Current Vers:   FreeBSD-2017-11-26 r326219
1.1255    christos 1651: Maintainer:     Rui Paulo <rpaulo@FreeBSD.org>
                   1652: Archive Site:   none
1.1547    sevan    1653: Home Page:      https://svnweb.freebsd.org/base/head/lib/librtld_db/
1.1255    christos 1654: Mailing List:   none
                   1655: Responsible:    christos
                   1656: License:        BSD-like (2-clause)
                   1657: Location:       external/bsd/librtld_db/dist
1.1409    christos 1658:
                   1659: Package:        netcat
                   1660: Version:        OpenBSD-2017-02-06
1.1547    sevan    1661: Current Vers:   OpenBSD-2018-08-10
1.1409    christos 1662: Maintainer:     OpenBSD
1.1547    sevan    1663: Archive Site:   http://cvsweb.openbsd.org/cgi-bin/cvsweb/src/usr.bin/nc/
1.1409    christos 1664: Home Page:      none
                   1665: Mailing List:   none
                   1666: Responsible:    christos
                   1667: License:        BSD-like (3-clause)
                   1668: Location:       usr.bin/nc
1.1417    nonaka   1669:
                   1670: Package:       gnu-efi
1.1551    jmcneill 1671: Version:       3.0.8
1.1547    sevan    1672: Current Vers:  3.0.8
1.1417    nonaka   1673: Maintainer:    https://sourceforge.net/projects/gnu-efi/
                   1674: Archive Site:  https://sourceforge.net/projects/gnu-efi/
                   1675: Home Page:     https://sourceforge.net/projects/gnu-efi/
                   1676: Mailing List:  https://sourceforge.net/projects/gnu-efi/
                   1677: Responsible:
                   1678: License:       BSD-like (3-clause)
                   1679: Location:      sys/external/bsd/gnu-efi
1.1429    christos 1680:
                   1681: Package:       dc
                   1682: Version:       20170410
1.1547    sevan    1683: Current Vers:  20171217
1.1429    christos 1684: Maintainer:    The OpenBSD Project
                   1685: Archive Site:  http://www.openbsd.org/cgi-bin/cvsweb/src/usr.bin/dc
                   1686: Home Page:     http://www.openbsd.org/
1.1593    christos 1687: Mailing List:
1.1429    christos 1688: License:       BSD
                   1689: Responsible:   christos
                   1690: Location:      usr.bin/dc
                   1691: Notes:
                   1692:                Uses OpenSSL's bignum
1.1446    skrll    1693:
                   1694: Package:       dtc,libfdt
1.1447    skrll    1695: Version:       1.4.4
1.1578    sevan    1696: Current Vers:  1.4.7
1.1446    skrll    1697: Maintainer:    David Gibson <david@gibson.dropbear.id.au>, Jon Loeliger <jdl@jdl.com>
                   1698: Archive Site:  https://git.kernel.org/pub/scm/utils/dtc/dtc.git
                   1699: Home Page:     https://git.kernel.org/pub/scm/utils/dtc/dtc.git
                   1700: Mailing List:  mailto:devicetree-compiler@vger.kernel.org
                   1701: Responsible:   skrll
                   1702: License:       GPLv2 (dtc), BSD (libfdt)
                   1703: Location:      external/gpl2/dtc, sys/external/bsd/libfdt
1.1447    skrll    1704: Notes:
                   1705: external/gpl2/dtc/dtc2netbsd should be used to create directories to import
1.1453    jmcneill 1706:
                   1707: Package:       dts
1.1622    jmcneill 1708: Version:       5.1.4
                   1709: Current Vers:  5.1.4
1.1453    jmcneill 1710: Maintainer:    https://www.kernel.org/
                   1711: Archive Site:  https://cdn.kernel.org/pub/linux/kernel/v4.x/
                   1712: Home Page:     https://www.kernel.org/
                   1713: Mailing List:  mailto:devicetree@vger.kernel.org
                   1714: Responsible:   jmcneill
                   1715: License:       GPLv2 and dual GPLv2/X11 license
                   1716: Location:      sys/external/gpl2/dts
1.1494    mlelstv  1717:
                   1718: Package:       iscsi
                   1719: Version:       4.12.4
                   1720: Current Vers:  4.12.4
                   1721: Maintainer:    Intel Corporation
                   1722: Archive Site:
                   1723: Home Page:
                   1724: Mailing List:
                   1725: Responsible:
                   1726: License:       BSD-like (4-clause)
                   1727: Location:      external/bsd/iscsi
                   1728: Notes:
                   1729:
                   1730: Package:       rpi-firmware
1.1593    christos 1731: Version:
                   1732: Current Vers:
                   1733: Maintainer:
1.1494    mlelstv  1734: Archive Site:
                   1735: Home Page:
                   1736: Mailing List:
                   1737: License:       Broadcom, Raspberry Pi (Trading) Ltd
1.1593    christos 1738: Responsible:
1.1494    mlelstv  1739: Location:      external/broadcom/rpi-firmware
                   1740: Notes:
                   1741:
                   1742: Package:       rtwn
1.1593    christos 1743: Version:
                   1744: Current Vers:
                   1745: Maintainer:
1.1494    mlelstv  1746: Archive Site:
                   1747: Home Page:
                   1748: Mailing List:
                   1749: License:       Realtek Semiconductor Corporation
1.1593    christos 1750: Responsible:
1.1494    mlelstv  1751: Location:      external/realtek/rtwn
                   1752: Notes:
                   1753:
                   1754: Package:       urtwn
1.1593    christos 1755: Version:
                   1756: Current Vers:
                   1757: Maintainer:
1.1494    mlelstv  1758: Archive Site:
                   1759: Home Page:
                   1760: Mailing List:
                   1761: License:       Realtek Semiconductor Corporation
1.1593    christos 1762: Responsible:
1.1494    mlelstv  1763: Location:      external/realtek/urtwn/
                   1764: Notes:
                   1765:
                   1766: Package:       repulse
1.1593    christos 1767: Version:
                   1768: Current Vers:
                   1769: Maintainer:
1.1494    mlelstv  1770: Archive Site:
                   1771: Home Page:
                   1772: Mailing List:
                   1773: License:       ALiENDESiGN GbR
1.1593    christos 1774: Responsible:
1.1494    mlelstv  1775: Location:      sys/arch/amiga/dev/repulse_firmware.h
                   1776: Notes:
                   1777:
                   1778: Package:       cxgb
1.1593    christos 1779: Version:
                   1780: Current Vers:
                   1781: Maintainer:
1.1494    mlelstv  1782: Archive Site:
                   1783: Home Page:
                   1784: Mailing List:
                   1785: License:       Chelsio Inc.
1.1593    christos 1786: Responsible:
1.1494    mlelstv  1787: Location:      sys/dev/pci/cxgb/cxgb_firmware_exports.h
                   1788: Notes:
                   1789:
                   1790: Package:       athn
1.1593    christos 1791: Version:
                   1792: Current Vers:
                   1793: Maintainer:
1.1494    mlelstv  1794: Archive Site:
                   1795: Home Page:
                   1796: Mailing List:
                   1797: License:       Atheros Communicatios, Inc.
1.1593    christos 1798: Responsible:
1.1494    mlelstv  1799: Location:      external/atheros/athn
                   1800: Notes:
                   1801:
                   1802: Package:       otus
1.1593    christos 1803: Version:
                   1804: Current Vers:
                   1805: Maintainer:
1.1494    mlelstv  1806: Archive Site:
                   1807: Home Page:
                   1808: Mailing List:
                   1809: License:       Atheros Communicatios, Inc.
1.1593    christos 1810: Responsible:
1.1494    mlelstv  1811: Location:      external/atheros/otus
                   1812: Notes:
                   1813:
                   1814: Package:       intel-fw-eula
1.1593    christos 1815: Version:
                   1816: Current Vers:
                   1817: Maintainer:
1.1494    mlelstv  1818: Archive Site:
                   1819: Home Page:
                   1820: Mailing List:
                   1821: License:       Intel Corporation
1.1593    christos 1822: Responsible:
1.1494    mlelstv  1823: Location:      external/intel-fw-eula
                   1824: Notes:
                   1825:
                   1826: Package:       intel-fw-public
1.1593    christos 1827: Version:
                   1828: Current Vers:
1.1494    mlelstv  1829: Maintainer:
                   1830: Archive Site:
                   1831: Home Page:
                   1832: Mailing List:
                   1833: License:       Intel Corporation
1.1593    christos 1834: Responsible:
1.1494    mlelstv  1835: Location:      external/intel-fw-public
                   1836: Notes:
                   1837:
                   1838: Package:       aic7xxx
1.1593    christos 1839: Version:
                   1840: Current Vers:
1.1494    mlelstv  1841: Maintainer:    Justin T. Gibbs
                   1842: Archive Site:
                   1843: Home Page:
                   1844: Mailing List:
                   1845: License:       Adaptec Inc or LGPL2
1.1593    christos 1846: Responsible:
1.1494    mlelstv  1847: Location:      sys/dev/microcode/aic7xxx
                   1848: Notes:
                   1849:
                   1850: Package:       atmel
1.1593    christos 1851: Version:
                   1852: Current Vers:
                   1853: Maintainer:
1.1494    mlelstv  1854: Archive Site:
                   1855: Home Page:
                   1856: Mailing List:
                   1857: License:       Atmel Corporation
1.1593    christos 1858: Responsible:
1.1494    mlelstv  1859: Location:      sys/dev/microcode/atmel
                   1860: Notes:
                   1861:
                   1862: Package:       bge
1.1593    christos 1863: Version:
                   1864: Current Vers:
                   1865: Maintainer:
1.1494    mlelstv  1866: Archive Site:
                   1867: Home Page:
                   1868: Mailing List:
                   1869: License:       Broadcom Corporation
1.1593    christos 1870: Responsible:
1.1494    mlelstv  1871: Location:      sys/dev/microcode/bge
                   1872: Notes:
                   1873:
                   1874: Package:       bnx
1.1593    christos 1875: Version:
                   1876: Current Vers:
1.1494    mlelstv  1877: Maintainer:    David Christensen <davidch@broadcom.com>
                   1878: Archive Site:
                   1879: Home Page:
                   1880: Mailing List:
                   1881: License:       Broadcom Corporation
1.1593    christos 1882: Responsible:
1.1494    mlelstv  1883: Location:      sys/dev/microcode/bnx
                   1884: Notes:
                   1885:
                   1886: Package:       cylades-z
1.1593    christos 1887: Version:
                   1888: Current Vers:
1.1494    mlelstv  1889: Maintainer:    Cyclades Corp
                   1890: Archive Site:
                   1891: Home Page:
                   1892: Mailing List:
                   1893: License:       unknown
1.1593    christos 1894: Responsible:
1.1494    mlelstv  1895: Location:      sys/dev/microcode/cyclades-z
                   1896: Notes:
                   1897:
                   1898: Package:       i8255x
                   1899: Version:       3.28
1.1593    christos 1900: Current Vers:
1.1494    mlelstv  1901: Maintainer:    Patrick J Luhmann (PJL)
                   1902: Archive Site:
                   1903: Home Page:
                   1904: Mailing List:
                   1905: License:       Intel Corporation
1.1593    christos 1906: Responsible:
1.1494    mlelstv  1907: Location:      sys/dev/microcode/i8255x
                   1908: Notes:
                   1909:
                   1910: Package:       isp
1.1593    christos 1911: Version:
                   1912: Current Vers:
                   1913: Maintainer:
1.1494    mlelstv  1914: Archive Site:
                   1915: Home Page:
                   1916: Mailing List:
                   1917: License:       QLogic, Inc.
1.1593    christos 1918: Responsible:
1.1494    mlelstv  1919: Location:      sys/dev/microcode/isp
                   1920: Notes:
                   1921:
                   1922: Package:       radeon
1.1593    christos 1923: Version:
                   1924: Current Vers:
                   1925: Maintainer:
1.1494    mlelstv  1926: Archive Site:
                   1927: Home Page:
                   1928: Mailing List:
                   1929: License:       Advanced Micro Devices, Inc.
1.1593    christos 1930: Responsible:
1.1494    mlelstv  1931: Location:      sys/dev/microcode/radeon
                   1932: Notes:
                   1933:
                   1934: Package:       ral
1.1593    christos 1935: Version:
                   1936: Current Vers:
1.1494    mlelstv  1937: Maintainer:
                   1938: Archive Site:  http://git.kernel.org/?p=linux/kernel/git/firmware/linux-firmware.git
                   1939: Home Page:
                   1940: Mailing List:
                   1941: License:       Ralink Technology Corp
1.1593    christos 1942: Responsible:
1.1494    mlelstv  1943: Location:      external/realtek/ral
                   1944: Notes:
                   1945:
                   1946: Package:       rum
1.1593    christos 1947: Version:
                   1948: Current Vers:
1.1494    mlelstv  1949: Maintainer:    Paul Lin <paul_lin@ralinktech.com.tw>
                   1950: Archive Site:
                   1951: Home Page:
                   1952: Mailing List:
                   1953: License:       Ralink Technology Corp
1.1593    christos 1954: Responsible:
1.1494    mlelstv  1955: Location:      external/realtek/rum
                   1956: Notes:
                   1957:
                   1958: Package:       run
1.1593    christos 1959: Version:
                   1960: Current Vers:
1.1494    mlelstv  1961: Maintainer:    Paul Lin <paul_lin@ralinktech.com.tw>
                   1962: Archive Site:
                   1963: Home Page:
                   1964: Mailing List:
                   1965: License:       Ralink Technology Corp
1.1593    christos 1966: Responsible:
1.1494    mlelstv  1967: Location:      sys/dev/microcode/run
                   1968: Notes:
                   1969:
                   1970: Package:       siop
1.1593    christos 1971: Version:
                   1972: Current Vers:
1.1494    mlelstv  1973: Maintainer:    Manuel Bouyer, Shuichiro URATA, Michael L. Hitch
                   1974: Archive Site:
                   1975: Home Page:
                   1976: Mailing List:
                   1977: License:       BSD-like (2-clause, 3-clause)
1.1593    christos 1978: Responsible:
1.1494    mlelstv  1979: Location:      sys/dev/microcode/siop
                   1980: Notes:
                   1981:
                   1982: Package:       tigon
                   1983: Version:       12.4.11
                   1984: Current Vers:
                   1985: Maintainer:    wpaul@brak.osd.bsdi.com
1.1499    mlelstv  1986: Archive Site:   https://people.freebsd.org/~wpaul/Alteon/
                   1987: Home Page:     http://www.alteon.com/support/openkits (extinct)
1.1494    mlelstv  1988: Mailing List:
1.1499    mlelstv  1989: License:       Alteon WebSystems, Inc.
1.1593    christos 1990: Responsible:
1.1494    mlelstv  1991: Location:      sys/dev/microcode/tigon
                   1992: Notes:
1.1499    mlelstv  1993: See https://lists.debian.org/debian-legal/2011/10/msg00001.html
                   1994:
1.1494    mlelstv  1995:
                   1996: Package:       typhoon
1.1593    christos 1997: Version:
                   1998: Current Vers:
1.1494    mlelstv  1999: Maintainer:    3Com Corporation
                   2000: Archive Site:
                   2001: Home Page:
                   2002: Mailing List:
                   2003: License:       BSD-like (3-clause)
1.1593    christos 2004: Responsible:
1.1494    mlelstv  2005: Location:      sys/dev/microcode/typhoon
                   2006: Notes:
                   2007:
                   2008: Package:       wi
1.1593    christos 2009: Version:
                   2010: Current Vers:
1.1494    mlelstv  2011: Maintainer:    Symbol Technologies Inc.
                   2012: Archive Site:
                   2013: Home Page:     http://www.symbol.com
                   2014: Mailing List:
                   2015: License:       BSD-like (3-clause)
1.1593    christos 2016: Responsible:
1.1494    mlelstv  2017: Location:      sys/dev/microcode/wi
                   2018: Notes:
                   2019:
                   2020: Package:       yds
1.1593    christos 2021: Version:
                   2022: Current Vers:
1.1494    mlelstv  2023: Maintainer:    Yamaha Corporation
                   2024: Archive Site:
                   2025: Home Page:
                   2026: Mailing List:
                   2027: License:       unknown
1.1593    christos 2028: Responsible:
1.1494    mlelstv  2029: Location:      sys/dev/microcode/yds
                   2030: Notes:
                   2031:
                   2032: Package:       zyd
1.1593    christos 2033: Version:
                   2034: Current Vers:
1.1494    mlelstv  2035: Maintainer:    ZyDAS Technology Corporation
                   2036: Archive Site:
                   2037: Home Page:
                   2038: Mailing List:
                   2039: License:       BSD-like (3-clause)
1.1593    christos 2040: Responsible:
1.1494    mlelstv  2041: Location:      sys/dev/microcode/zyd
                   2042: Notes:
                   2043:
1.1564    christos 2044: Package:       libnv
                   2045: Version:       20180906
                   2046: Current Vers:  $(date)
                   2047: Maintainer:    christos
                   2048: Archive Site:
                   2049: Home Page:
                   2050: Mailing List:
                   2051: License:       BSD-like (2-clause)
1.1593    christos 2052: Responsible:
1.1564    christos 2053: Location:      sys/external/bsd/libnv/dist
                   2054: Notes:
                   2055: To be used only for npf (library and headers are private)
                   2056: Copied from FreeBSD:
                   2057: /usr/src/sys/sys/{d,c,}nv.h
                   2058: /usr/src/lib/libnv/
                   2059: /usr/src/contrib/lib/libnv/
                   2060: /usr/src/share/man/man9/{d,c,}nv.9
1.1590    christos 2061:
                   2062: Package:       gettext
                   2063: Version:       0.16.1 (Last GPLv2+ version)
                   2064: Current Vers:  0.19.8
                   2065: Maintainer:    FSF
                   2066: Archive Site:  ftp://ftp.gnu.org/gnu/gettext/
                   2067: Home Page:     http://www.gnu.org/software/gettext/
                   2068: Mailing List:  bug-gnu-utils@gnu.org
                   2069: Responsible:   christos
                   2070: License:       GPLv2+ (0.16.1), GPLv3+ (0.17 and later)
                   2071: Location:      external/gpl2/gettext
                   2072: Notes:
                   2073: GNU gettext is used for userland tools like msgfmt(1) only.  For libintl,
                   2074: we use BSD-licensed implementation from Citrus project (see entry for
                   2075: "Citrus XPG4DL").  We hope to replace userland tools with BSD-licensed one.
                   2076:
                   2077: Package:       grep
                   2078: Version:       2.5.1a (last GPLv2+ version)
                   2079: Current Vers:  3.1
                   2080: Maintainer:    FSF
                   2081: Archive Site:  ftp://ftp.gnu.org/gnu/grep/
                   2082: Home Page:     http://www.gnu.org/software/grep/
                   2083: Mailing List:  bug-gnu-utils@gnu.org
                   2084: Responsible:   simonb
                   2085: License:       GPLv2+ (2.5.1a), GPLv3+ (2.5.3 and later)
                   2086: Location:      external/gpl2/grep
                   2087: Notes:
                   2088: Use external/gpl2/grep/grep2netbsd for preparing the source tree
                   2089: for the import.
                   2090: On 2 Jan 2004, a non-GNU grep (FreeGrep, https://github.com/howardjp/freegrep;
                   2091: see also http://www.monkey.org/openbsd/archive/tech/0306/msg00129.html)
                   2092: was imported into src/usr.bin/grep;
                   2093: on 16 Feb 2011, the BSD grep implementation from FreeBSD was imported
                   2094: in src/usr.bin/grep, replacing FreeGrep
                   2095: (http://mail-index.NetBSD.org/source-changes/2011/02/16/msg018643.html).
                   2096:
                   2097: Package:       groff
                   2098: Version:       1.19.2 (last GPLv2+ version)
1.1591    christos 2099: Current Vers:  1.22.4
1.1590    christos 2100: Maintainer:    Werner Lemberg/FSF
                   2101: Archive Site:  ftp://ftp.gnu.org/gnu/groff/
                   2102: Home Page:     http://www.gnu.org/software/groff/
                   2103: Mailing List:  bug-groff@gnu.org
1.1593    christos 2104: Responsible:
1.1590    christos 2105: License:       GPLv2+ (1.19.2), GPLv3+ (1.20 and later)
                   2106: Location:      external/gpl2/groff
                   2107: Notes:
                   2108: Use groff2netbsd from external/gpl2/groff/groff2netbsd to prepare the
                   2109: distribution for import.
                   2110: Update MDATE in src/external/gpl2/groff/Makefile.inc.
                   2111: Package:       gmake
                   2112: Version:       3.81 (Last GPlv2+ version)
                   2113: Current Vers:  4.2
                   2114: Maintainer:    FSF
                   2115: Archive Site:  ftp://ftp.gnu.org/gnu/make/
                   2116: Home Page:     http://www.gnu.org/software/make/
                   2117: Mailing List:  bug-make@gnu.org
1.1593    christos 2118: Responsible:
1.1590    christos 2119: License:       GPLv2+ (3.81), GPLv3+ (3.82 and later)
                   2120: Location:      external/gpl2/gmake
                   2121: Notes:
                   2122:
                   2123: Package:       diffutils
                   2124: Version:       2.8.1 (Last GPLv2+ version)
                   2125: Current Vers:  3.6
                   2126: Maintainer:    FSF
                   2127: Archive Site:  ftp://ftp.gnu.org/gnu/diffutils/
                   2128: Home Page:     http://www.gnu.org/software/diffutils/
                   2129: Mailing List:  bug-diffutils@gnu.org
1.1593    christos 2130: Responsible:
1.1590    christos 2131: License:       GPLv2+ (2.8.1), GPLv3+ (2.9 and later)
                   2132: Location:      external/gpl2/diffutils
                   2133: Notes:
                   2134: Use external/gpl2/diffutils/diffutils2netbsd for preparing the source tree
                   2135: for the import.
                   2136:
                   2137: Package:       rcs
                   2138: Version:       5.7 (Last GPLv2+ version)
                   2139: Current Vers:  5.9.4
                   2140: Maintainer:    FSF
                   2141: Archive Site:  ftp://ftp.gnu.org/gnu/rcs/
                   2142: Mailing List:  bug-gnu-utils@gnu.org
                   2143: Home Page:     http://www.gnu.org/software/rcs/
                   2144: Responsible:   agc
                   2145: License:       GPLv2+ (5.7), GPLv3+ (5.8 and later)
                   2146: Location:      external/gpl2/rcs
                   2147: Notes:
                   2148: Old versions are available from Purdue (ftp.cs.purdue.edu:/pub/RCS).
                   2149:
                   2150: Package:       texinfo
                   2151: Version:       4.8a (Last GPLv2+ version)
                   2152: Current Vers:  6.5
                   2153: Maintainer:    FSF
                   2154: Archive Site:  ftp://ftp.gnu.org/gnu/texinfo/
                   2155: Home Page:     http://www.gnu.org/software/texinfo/
                   2156: Mailing List:  bug-texinfo@gnu.org
1.1593    christos 2157: Responsible:
1.1590    christos 2158: License:       GPLv2+ (4.8a), GPLv3+ (4.9 and later)
                   2159: Location:      external/gpl2/texinfo
                   2160: Notes:
                   2161: Use src/external/gpl2/texinfo/texinfo2netbsd for preparing the source tree
                   2162: for the import.
                   2163:
1.1608    kamil    2164: Package:       indent
                   2165: Version:       FreeBSD-2018-11-04 r340138
                   2166: Current Vers:  FreeBSD-2018-11-04 r340138
                   2167: Maintainer:    The FreeBSD Project
                   2168: Archive Site:  none
                   2169: Home Page:     https://svnweb.freebsd.org/base/head/usr.bin/indent/
                   2170: Mailing List:  none
                   2171: Responsible:
                   2172: License:       BSD-like (4-clause)
                   2173: Location:      usr.bin/indent
                   2174: Notes:
                   2175: Tests are stored in tests/usr.bin/indent.

CVSweb <webmaster@jp.NetBSD.org>