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