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