pkgsrc/devel
wiz d6e295dc77 Update to 0.4.6. Bump depends in bl3 file because of shlib major bump.
* Version 0.4.6 (released 2004-05-24)

** The header file idn-free.h is actually installed by 'make install'.

** API and ABI is backwards compatible with the previous version.

* Version 0.4.5 (released 2004-05-21)

** In IDNA ToUnicode, a `free' on a stale pointer fixed by Ulrich Drepper.

** Several memory leaks fixed by Ulrich Drepper.

** Added more SASLPrep and NFKC test vectors.

** Automake 1.8.4 is used.

** API and ABI is backwards compatible with the previous version.
idn_free: ADD.  Wrapper around system `free'.
idn-free.h: ADD.  Prototype for `idn_free'.
                See idn-free.h for discussion.  The interface is
                currently not documented.  Comments and feedback is
                appreciated.

* Version 0.4.4 (released 2004-04-29)

** Fixed two bugs in iSCSI definition, syncing with newly published RFC 3722.
The first bug was an omission of prohibiting the characters in C.1.1,
C.1.2 and C.7 (space characters and characters that are inappropriate
for canonical representation).  The second was a bug in the definition
of the table, causing the entire table to be skipped, of the special
prohibited output character table defined in RFC 3722 (see section 6,
the characters in the table are various ASCII characters and U+3002).

** A few test vectors for iSCSI were added.

** The self tests are linked with libtool -no-install to avoid wrapper script.

** Separated self test utilities into a separate library, shared by all tests.

** More translations.
Added Romanian (by Laurentiu Buzdugan).

** API and ABI is backwards compatible with the previous version.

* Version 0.4.3 (released 2004-04-22)

** Fixed a bug in table processing code to prohibit control characters.
The problem was that the code used a code point of 0 to indicate end
of table, but if (as for table C.2.1) a range starts with 0, this
logic would fail.  The end-of-table test is now that both the start
and end code points of the range is 0.  Table C.2.1 is responsible for
prohibiting non-ASCII control characters, i.e. ASCII 0-31 and 127.
Before, libidn silently accepted such strings without complaining.

** A few test vectors for SASLprep were added.

** The pkg-config script no longer include a -R parameter.

** More translations.
Added Dutch (by Elros Cyriatan), and German (by Roland Illig).

** API and ABI is backwards compatible with the previous version.

* Version 0.4.2 (released 2004-03-20)

** A Punycode implementation in Java was added, by Oliver Hitz.
Eventually hopefully a StringPrep, Nameprep and IDNA implementation
will be added as well.  Currently you need to specify --enable-java to
enable the Java interface.  The Java sources (below java/) are
compiled into byte-code (not native code) into a JAR library.

** More translations.
Added Danish (by Morten Bo Johansen), French (by Michel Robitaille),
Polish (by Jakub Bogusz), and Serbian (by Aleksandar Jelenak).

** Norwegian TLD table added, by Thomas Jacob.

** API and ABI is backwards compatible with the previous version.

* Version 0.4.1 (released 2004-03-08)

** The user messages from the command line utility are now translated.
Currently English and Swedish is supported.

** Logic of stringprep_locale_charset modified.
Future versions will use, in order, $CHARSET iff defined, nl_langinfo
(CODESET) iff working, or fall back to returning "ASCII".  Earlier it
attempted to guess the system locale, in contrast with the current
application's locale, via some setlocale save/set/reset magic.  This
change may require you to invoke setlocale() in your application,
which is (should be) required for non-ASCII to work anyway.  Based on
discussion with Ulrich Drepper.

** The command-line utility now invoke setlocale (LC_ALL, "") at startup.

** Fixed SASLprep tables to prohibit non-ASCII space in output.
Non-ASCII space has always been mapped to ASCII space, so it is not
clear this really have any effect, but the specification require it.

** Building Libidn as part of GLIBC has been updated.
Refer to libc/README for more information.  Incidentally, GLIBC in CVS
now include a copy of Libidn.

** API and ABI is backwards compatible with the previous version.
IDNA_DLOPEN_ERROR: ADD.  Only used internally by Libidn in libc.

* Version 0.4.0 (released 2004-02-28)

** Support for TLD restrictions on IDN strings, contributed by Thomas Jacob.
Many TLDs restrict the set of characters that can be used, from the
full Unicode 3.2 range that is normally available.  This contribution
make it possible for you to test strings for TLD conformance locally.
The code can be disabled by --disable-tld.  If enabled (the default),
the new API "tld.h" is installed which can be used to check a string
for conformance to TLD specific rules.  This add a new self test, and
a new chapter in the manual.  People responsible for maintaining TLD
tables are hereby encouraged to contribute them (under reasonable
licensing terms) for inclusion in future versions of Libidn.  Be
warned that the API for TLD checking may change throughout the 0.4.x
series as we get feedback on it.

** Kerberos 5 stringprep profile macro is no longer documented.
The macro itself will probably be removed in the future, if the
specification is dropped from the Kerberos WG agenda.

** API and ABI is backwards compatible with the previous version.
stringprep_kerberos5: DEPRECATED.
Tld_table_element:
Tld_table:
Tld_rc: ADD.  New data types.
tld_get_4:
tld_get_4z:
tld_get_z: ADD.  New functions to extract TLD from string.
tld_get_table:
tld_default_table: ADD.  New functions to get TLD table from TLD name.
tld_check_4t:
tld_check_4tz: ADD.  New function to provide core TLD operations.
tld_check_4:
tld_check_4z:
tld_check_8z:
tld_check_lz: ADD.  New functions that combine all TLD operations in one call.

* Version 0.3.7 (released 2004-01-22)

** The command line parameter '--' idiom is documented.

** The iSCSI stringprep profile now recognized as "iSCSI".
The earlier name "ISCSIprep" is still recognized, for backwards
compatibility.

** DocBook manuals no longer included (the tools are too unstable).

** API and ABI is backwards compatible with the previous version.

* Version 0.3.6 (released 2004-01-06)

** The manual now contain a troubleshooting section for the command line tool.

** The PHP interface pass the string directly on the command line.

** The macro that create 'idn-int.h' has been updated to latest version.

** API and ABI is backwards compatible with the previous version.

* Version 0.3.5 (released 2003-12-15)

** The program 'idn' accepts input strings directly on the command line.

** The program 'idn' defaults to --idna-to-ascii if no parameter is given.

** The program 'idn' now print user instructions before waiting for input.

** DocBook HTML output not included any longer.
The reason is that the filenames generated by docbook2html appear to
be rather random, so it is difficult to maintain the Makefile.am rules
for them.

** Autoconf 2.59, automake 1.8 and libtool from CVS is used.

** API and ABI is backwards compatible with the previous version.
IDNA_CONTAINS_NON_LDH: ADD.  Same integer value as IDNA_CONTAINS_LDH.
IDNA_CONTAINS_LDH: DEPRECATED.  LDH (letter-digits-hyphens) characters
   		are not an error, but non-LDH characters are, when
   		IDNA_USE_STD3_ASCII_RULES is used.  The logic of the
   		mnemonic name of this error constant was reversed.

* Version 0.3.4 (released 2003-11-09)

** DocBook manuals in XML, PDF, PostScript, ASCII and HTML formats included.
2004-05-26 14:55:21 +00:00
..
aap Move WRKSRC definition away from the first paragraph in a Makefile. 2004-01-20 12:07:06 +00:00
acme update homepage 2004-04-25 12:11:39 +00:00
acunia-jam USE_BUILDLINK3 must be set to "yes" or "no", not defined/undefined. 2004-03-23 04:40:59 +00:00
adocman Convert to buildlink3. 2004-04-12 01:50:32 +00:00
aegis Convert to buildlink3. 2004-04-12 01:58:50 +00:00
ald Let ONLY_FOR_PLATFORM recognize NetBSD 2.0 and future versions. 2004-03-22 03:47:15 +00:00
allegro Correct typo in .include statement. 2004-04-05 17:00:46 +00:00
anjuta Bump PKGREVISION due to update of vte to 0.11.11. 2004-05-07 11:14:05 +00:00
apache-ant Excuse me, I burped. That's: 2004-04-16 15:54:15 +00:00
apache-ant15 Only the JRE is needed. Set USE_JAVA=run. 2004-04-16 15:42:00 +00:00
apel Add emacs21nox in EMACS_VERSIONS_ACCEPTED where appropriate. 2004-05-08 13:35:20 +00:00
apr No longer used. 2004-05-05 00:13:14 +00:00
argtable Convert to buildlink3. 2004-04-25 04:47:26 +00:00
as31 Move WRKSRC definition away from the first paragraph in a Makefile. 2004-01-20 12:07:06 +00:00
asm2html Convert to buildlink3. 2004-04-25 02:51:39 +00:00
astyle Include "../../mk/compiler.mk" to get the value of CC_VERSION before 2004-02-18 13:33:40 +00:00
at-spi Update to 1.4.2: 2004-05-15 12:20:00 +00:00
atk Enable pkgviews installation. 2004-04-24 16:00:16 +00:00
autoconf Make build on Interix. (Older shells don't allow '((' for a double-subshell; 2004-04-26 14:52:39 +00:00
autoconf213 Remove info files entries from PLIST file. 2004-02-13 08:26:03 +00:00
autogen Update autogen to 5.6.0 and bl3ify. 2004-03-01 02:26:13 +00:00
automake Update to 1.8.4: 2004-04-29 13:15:03 +00:00
automake14 Convert to bl3. 2004-04-18 19:09:55 +00:00
avltree
bcc #include <string.h> in two places to fix build problem noticed in Alistair's 2004-01-02 15:30:04 +00:00
binutils Unused. 2004-04-25 23:55:36 +00:00
bison remove this. use USE_GNU_TOOLS+= yacc instead or a BUILD_DEPENDS 2004-03-12 22:38:18 +00:00
blib no longer used. 2004-04-16 12:52:29 +00:00
bmake Update bmake to 20040511 which syncs with -current (and 2.0). 2004-05-11 18:28:32 +00:00
boehm-gc No longer used. 2004-05-12 03:34:01 +00:00
bonobo Unused. 2004-05-04 08:18:26 +00:00
bonobo-conf No longer used. 2004-04-25 20:50:36 +00:00
boost Relinquish maintainership of packages to tech-pkg@NetBSD.org. 2004-04-24 22:46:08 +00:00
buddy Convert to buildlink3. 2004-05-02 23:02:06 +00:00
buildtool Use PREFIX insead of LOCALBASE when specifying where the package is 2004-04-26 16:49:17 +00:00
buildtool-doc bl3ify. 2004-04-25 10:05:15 +00:00
c-cpp-reference Convert to buildlink3 and fix a spelling error in DESCR. 2004-04-25 20:07:04 +00:00
c4 Move WRKSRC definition away from the first paragraph in a Makefile. 2004-01-20 12:07:06 +00:00
cbrowser Convert to buildlink3. 2004-04-25 05:18:52 +00:00
ccache Enable pkgviews installation to allow to build other pkgviews packages 2004-03-10 22:41:30 +00:00
cdecl Convert to buildlink3. 2004-04-25 05:32:01 +00:00
cdk No longer used. 2004-04-26 05:23:43 +00:00
cervisia2 Convert to buildlink3. 2004-05-02 00:26:32 +00:00
cfitsio Move WRKSRC definition away from the first paragraph in a Makefile. 2004-01-20 12:07:06 +00:00
cgdb Drop maintainership; I don't have the enough free time to maintain 2004-05-07 01:14:46 +00:00
check COMMENT should start with a capital letter. 2003-07-21 16:35:12 +00:00
chkpt
chmlib No longer used. 2004-03-07 01:18:15 +00:00
cmake bl3ify, and set USE_LANGUAGES appropriately 2004-02-10 02:44:24 +00:00
cmdline Convert to buildlink3. 2004-04-27 03:09:57 +00:00
coconut Convert to buildlink3. 2004-04-26 22:07:06 +00:00
cook Convert to buildlink3. 2004-04-25 03:59:47 +00:00
cpuflags Update cpuflags to 0.68 2004-05-10 17:39:39 +00:00
cscope Add patch from Kailash Sethuraman in PR 25471 that removes an obsolete 2004-05-05 13:25:27 +00:00
cssc Convert to buildlink3. 2004-04-25 04:47:26 +00:00
cvs Update to 1.11.16: 2004-05-22 10:38:06 +00:00
cvs2cl This does not need buildlink2. Add NO_CONFIGURE. 2004-04-25 05:30:56 +00:00
cvs2html This does not need buildlink2. 2004-04-25 04:02:39 +00:00
cvs2p4
cvs2svn Update to revision 947. 2004-05-12 19:24:18 +00:00
cvsgraph Convert to buildlink3. 2004-04-10 23:38:47 +00:00
cvslock COMMENT should start with a capital letter. 2003-07-21 16:35:12 +00:00
cvsps Enable pkgviews installation. 2004-03-29 03:28:49 +00:00
cvsup Add missing directory. 2004-01-06 05:12:42 +00:00
cvsup-bin Fix bogus DIST_SUBDIR, which broke installation on 1.5* and 2.*. 2004-04-23 18:07:06 +00:00
cvsup-gui CVSup with X11 gui support built from sources via lang/ezm3, if you want to 2004-01-06 00:11:02 +00:00
cvsup-gui-bin Fix bogus DIST_SUBDIR, which broke installation on 1.5* and 2.*. 2004-04-23 18:07:06 +00:00
cvsync s/netbsd.org/NetBSD.org/i 2004-05-12 21:56:52 +00:00
cweb PKGREVISION bump after openssl-security-fix-update to 0.9.6m. 2004-03-26 02:27:34 +00:00
cxref
darts Correct path for BUILDLINK_PKGSRCDIR.darts. 2004-05-08 21:34:43 +00:00
ddd Convert to buildlink3. 2004-04-11 19:23:01 +00:00
dejagnu Correct PLIST. 2004-02-20 19:37:28 +00:00
devhelp Enable use of gtk/glib <=2.2 deprecated stuff to let this package build 2004-04-19 13:41:28 +00:00
device-driver-doc-de Initial import of Jochen Kunz's documentation for writing device drivers 2003-07-29 12:44:39 +00:00
devIL Drop maintainership; I don't have the enough free time to maintain 2004-05-07 01:14:46 +00:00
diffutils Enable pkgviews installation. 2004-05-18 11:58:04 +00:00
distcc Default shell should be @RCD_SCRIPTS_SHELL@ not /bin/sh. 2004-05-02 19:31:48 +00:00
dlcompat no longer used. 2004-05-09 14:24:16 +00:00
dmake Move WRKSRC definition away from the first paragraph in a Makefile. 2004-01-20 12:07:06 +00:00
dmalloc Convert to buildlink3. 2004-04-27 03:09:57 +00:00
doc++ Convert to buildlink3. 2004-04-25 04:06:14 +00:00
doxygen update to Doxygen Release 1.3.7 - ok'd by groo@ 2004-05-10 00:15:49 +00:00
eclipse Update eclipse to 2.1.2: 2004-02-28 18:31:25 +00:00
eel Correct use of freetype headers. 2004-05-14 10:26:37 +00:00
eel2 Update eel2 to 2.6.1. 2004-04-20 01:29:52 +00:00
electricfence simplify by commenting the pkg's Makefile variables as they're 2004-02-04 13:33:36 +00:00
elf Convert to buildlink3. 2004-04-25 05:23:54 +00:00
elfsh PKGNAME_NOREV for WRKSRC, a potential problem. 2004-03-30 06:50:16 +00:00
elib Remove info files entries from PLIST file. 2004-02-13 08:26:03 +00:00
emacs-ilisp COMMENT should start with a capital letter. 2003-07-21 16:35:12 +00:00
emacs20-elib o Register conflict between elib and emacs20-elib in elib's Makefile 2003-11-18 16:29:50 +00:00
epydoc Add new package: 2004-03-28 21:27:58 +00:00
eric3 update to 3.4.2 and bl3ify 2004-05-09 17:06:56 +00:00
exctags Convert to buildlink3. 2004-04-27 03:09:57 +00:00
fastdep Convert to buildlink3. 2004-04-25 04:10:27 +00:00
ffcall Unused. 2004-05-09 11:23:51 +00:00
fhist Convert to buildlink3. 2004-04-25 04:03:16 +00:00
flex add bl3 file. this pkg installs a library 2004-04-27 21:00:14 +00:00
flim Remove info files entries from PLIST file. 2004-02-13 08:26:03 +00:00
fortran-utils Move WRKSRC definition away from the first paragraph in a Makefile. 2004-01-20 12:07:06 +00:00
ftnchek gcc 2.95.3/arm gives "internal compiler error" when compiling this with -O2. 2003-08-02 17:49:37 +00:00
g-wrap Unused. 2004-05-03 16:10:07 +00:00
gail Unused. 2004-04-25 23:45:01 +00:00
gal Unused. 2004-05-04 08:18:26 +00:00
gal2 Add build dependency on pkgconfig. 2004-04-11 14:01:55 +00:00
GConf Unused. 2004-05-04 08:18:26 +00:00
GConf2 Remove extra semicolon in variable declaration which breaks build with 2004-05-04 11:46:26 +00:00
GConf2-ui Update GConf2 and GConf2-ui to 2.6.1: 2004-05-03 20:55:36 +00:00
gconfmm Finish bl3ification. 2004-04-12 05:11:44 +00:00
gcvs Convert to buildlink3. 2004-04-27 04:59:42 +00:00
gdb Convert to buildlink3. 2004-04-26 06:05:24 +00:00
gettext Use USE_BUILTIN.gettext=no instead. I'm not bothering with PKGREVISION this 2004-04-20 13:36:47 +00:00
gettext-lib Garbage collect BUILDLINK_PKGBASE.<pkg> from buildlink3: it is not anymore 2004-05-17 21:32:33 +00:00
gettext-m4 Set NO_BUILDLINK and use BUILD_DIRS instead of custom do-build and 2004-02-17 11:23:45 +00:00
giblib No longer used. 2004-04-11 20:00:30 +00:00
gindent Enable pkgviews installation. 2004-04-22 23:52:19 +00:00
glade Drop the disctinction of xdg and xdg-x11 from USE_DIRS POV. We can choose 2004-04-14 19:30:22 +00:00
glade2 Update to 2.6.0: 2004-04-20 16:40:55 +00:00
glib Make this build under FreeBSD. 2004-04-15 00:07:26 +00:00
glib2 Drop maintainership; I don't have the enough free time to maintain 2004-05-07 01:14:46 +00:00
global GLOBAL-4.7 2004-05-13 02:07:47 +00:00
gmake Pass along any GMAKE_LOCALE to sub-makes so that the value is preserved 2004-03-31 05:19:46 +00:00
gmp Reorder location and setting of BUILDLINK_PACKAGES to match template 2004-03-05 19:25:06 +00:00
gnome-common Update to 2.4.0: 2004-02-10 14:39:40 +00:00
gnome-objc Unused. 2004-04-27 00:44:37 +00:00
gnome2-libole2 Convert to buildlink3. 2004-04-27 03:09:57 +00:00
gnustep-base Unused. 2004-05-09 11:23:51 +00:00
gnustep-examples Use new gnustep build infrastructure. Use buildlink3. Bump PKGREVISION. 2004-04-11 00:26:14 +00:00
gnustep-make Unused. 2004-05-09 11:23:51 +00:00
gnustep-objc Unused. 2004-04-26 09:21:57 +00:00
gob Convert to buildlink3. 2004-04-25 04:07:42 +00:00
gobo-eiffel Relinquish maintainership of packages to tech-pkg@NetBSD.org. 2004-04-24 22:46:08 +00:00
Gorm Update Gorm to 0.7.5 2004-04-19 07:41:11 +00:00
gperf Reorder location and setting of BUILDLINK_PACKAGES to match template 2004-03-05 19:25:06 +00:00
gputils replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make. 2004-01-22 08:24:28 +00:00
gscope Convert to buildlink3. 2004-04-27 03:09:57 +00:00
gtexinfo Use INFO_DIR in the info documentation search path. This is needed 2004-05-08 02:50:03 +00:00
gtkdiff Convert to buildlink3. 2004-04-26 05:36:31 +00:00
gtl Convert to buildlink3. 2004-05-03 20:49:33 +00:00
gtoolkit-examples Set PATCHDIR to match DISTINFO_FILE. 2004-05-13 13:10:19 +00:00
gtranslator Drop maintainership; I don't have the enough free time to maintain 2004-05-07 01:14:46 +00:00
guile-fcgi Convert to buildlink3. 2004-05-03 15:58:55 +00:00
guile-gtk Convert to buildlink3. 2004-05-03 20:49:33 +00:00
guile-oops Convert to bl3 and add conflict with guile>1.4, since both include 2004-05-03 15:57:44 +00:00
guile-slib Convert to buildlink3. 2004-05-03 15:58:55 +00:00
guile-www Convert to buildlink3. 2004-05-03 15:58:55 +00:00
haskell-mode
hdf Unused. 2004-04-29 09:23:55 +00:00
hdf5 Unused. 2004-04-25 23:55:36 +00:00
hptools patch out malloc.h includes for darwin/freebsd 2004-05-07 01:50:15 +00:00
ht Initial import of ht, version 0.7.5: 2004-04-02 09:23:35 +00:00
id-utils Convert to buildlink3. 2004-04-27 04:59:42 +00:00
idiff s/netbsd.org/NetBSD.org/ 2003-07-17 21:31:04 +00:00
ipv6socket_scrub Move WRKSRC definition away from the first paragraph in a Makefile. 2004-01-20 12:07:06 +00:00
isect Convert to buildlink3. 2004-04-25 04:09:01 +00:00
its4 Move WRKSRC definition away from the first paragraph in a Makefile. 2004-01-20 12:07:06 +00:00
jam s/netbsd.org/NetBSD.org/ 2003-07-17 21:31:04 +00:00
javadeps Move WRKSRC definition away from the first paragraph in a Makefile. 2004-01-20 12:07:06 +00:00
jgrasp Revert part of the previous change (we cannot define USE_BUILDLINK3, 2004-05-15 00:47:20 +00:00
jlib COMMENT should start with a capital letter. 2003-07-21 16:35:12 +00:00
kdbg bl3ify 2004-04-23 12:16:41 +00:00
kdebindings2 Convert to buildlink3. 2004-05-02 00:26:32 +00:00
kdesdk2 Convert to buildlink3. 2004-05-03 03:55:43 +00:00
kdesdk3 Unused. 2004-04-24 23:43:41 +00:00
kdevelop Update to kdevelop3.0.3. 2004-04-20 14:17:54 +00:00
kdevelop-base bl3ify and update to kdevelop3.0.3 2004-04-20 14:15:41 +00:00
lcc COMMENT should start with a capital letter. 2003-07-21 16:35:12 +00:00
ldapsdk Convert to buildlink3. 2004-04-27 04:59:42 +00:00
libargparse Unused. 2004-05-09 11:23:51 +00:00
libast No longer used. 2004-04-11 21:23:46 +00:00
libavl Remove info files entries from PLIST. 2004-02-16 10:30:29 +00:00
libbegemot Make this package compile when using gcc 3.3. 2004-05-24 00:24:30 +00:00
libbonobo Print a comment for lib/bonobo-2.0/samples instead of trying to remove it, 2004-05-15 11:24:20 +00:00
libbonoboui Update to 2.6.1: 2004-05-15 11:25:52 +00:00
libctl Convert to buildlink3. 2004-04-27 03:09:57 +00:00
libdockapp No longer used. 2004-04-11 21:07:55 +00:00
libebml call $(BSD_INSTALL) to install files, not "install". 2004-05-16 09:48:13 +00:00
libelf Convert to buildlink3. 2004-04-27 03:09:57 +00:00
libetm Make libetm build on Linux by removing unnecessary system header 2004-04-14 15:08:31 +00:00
libevent libevent has no shlibs. Make BUILDLINK_DEPMETHOD.libevent=build. 2004-04-30 17:26:23 +00:00
libffi No longer used. 2004-04-12 00:00:49 +00:00
libg++ Remove info files entries from PLIST. 2004-02-16 11:21:13 +00:00
libgail-gnome Initial import of libgail-gnome, version 1.0.3: 2004-04-01 18:46:57 +00:00
libgetopt Garbage collect BUILDLINK_PKGBASE.<pkg> from buildlink3: it is not anymore 2004-05-17 21:32:33 +00:00
libglade Unused. 2004-05-04 08:18:26 +00:00
libglade2 No longer used. 2004-05-03 21:19:03 +00:00
libgnome Update to 2.6.1.1: 2004-05-04 21:10:13 +00:00
libgnomeui this version of libgnomeui demands gtk2+>=2.4.1. make it so. 2004-05-06 22:03:36 +00:00
libgphoto2 Add RCS tags 2004-05-07 12:06:47 +00:00
libgsf update to 1.9.1 2004-05-24 18:07:13 +00:00
libhfs COMMENT should start with a capital letter. 2003-07-21 16:35:12 +00:00
libidn Update to 0.4.6. Bump depends in bl3 file because of shlib major bump. 2004-05-26 14:55:21 +00:00
libjit Initial import of libjit-0.0.2. 2004-05-16 01:12:14 +00:00
libmemmgr Move WRKSRC definition away from the first paragraph in a Makefile. 2004-01-20 12:07:06 +00:00
libmm Unused. 2004-05-09 11:23:51 +00:00
libmpeg3 statfs->statvfs. 2004-05-04 13:50:57 +00:00
libnet No longer used. 2004-05-03 05:54:05 +00:00
libntlm Drop maintainership; I don't have the enough free time to maintain 2004-05-07 01:14:46 +00:00
libole2 Unused. 2004-04-27 01:02:45 +00:00
liboop Convert to buildlink3. 2004-04-25 03:47:44 +00:00
libportlib Make libportlib build on Linux by removing unnecessary system header 2004-04-14 15:09:11 +00:00
libproplist Unused. 2004-04-25 00:48:39 +00:00
librsync No longer used. 2004-04-18 23:32:12 +00:00
libscsi s/netbsd.org/NetBSD.org/ 2003-07-17 21:31:04 +00:00
libsigc++ Garbage collect BUILDLINK_PKGBASE.<pkg> from buildlink3: it is not anymore 2004-05-17 21:32:33 +00:00
libsigc++10 Unused. 2004-04-27 01:02:45 +00:00
libslang Unused. 2004-05-12 18:51:41 +00:00
libsmi s/netbsd.org/NetBSD.org/ 2003-07-17 21:31:04 +00:00
libstash COMMENT should start with a capital letter. 2003-07-21 16:35:12 +00:00
libstatgrab Initial import of libstatgrab-0.10 from pkgsrc-wip, packaged by the 2004-05-20 20:48:57 +00:00
libstree Initial import of libstree 0.3.0. 2003-12-04 04:52:46 +00:00
libstroke No longer used. 2004-04-11 20:31:02 +00:00
libtar No longer used. 2004-04-11 20:31:02 +00:00
libtecla Convert to buildlink3. 2004-05-02 23:02:06 +00:00
libtool Use "nb[0-9]*" instead of "nb[0-9]" to accept revisions beyond 9. 2004-05-26 13:51:07 +00:00
libtool-base bump PKGREVISION for OpenBSD shlib name fix. 2004-05-25 15:17:26 +00:00
libtool-info Remove info files entries from PLIST. 2004-02-16 12:53:30 +00:00
libts Move WRKSRC definition away from the first paragraph in a Makefile. 2004-01-20 12:07:06 +00:00
libusb Unused. 2004-05-03 16:10:07 +00:00
libwnck Update to 2.6.1: 2004-05-04 21:33:49 +00:00
ltsa Initial import of ltsa (Labelled Transition System Analyser), version 2.2: 2004-02-29 22:21:19 +00:00
lwp Convert to buildlink3. 2004-04-27 04:29:17 +00:00
m4 Rename NO_CONFIGURE_INFODIR to CONFIGURE_HAS_INFODIR (which defaults to 2004-05-08 16:14:55 +00:00
maketool Convert to buildlink3. 2004-04-22 04:02:46 +00:00
mit-pthreads CONFIG_{GUESS,SUB}_OVERRIDE are now relative to ${WRKSRC} and will 2004-02-14 15:29:15 +00:00
mk-files Update bmake and mk-files. 2004-02-21 00:15:44 +00:00
mph s/@netbsd.org/@NetBSD.org/ in MAINTAINER. 2003-12-24 09:53:47 +00:00
mrproject Convert to buildlink3. 2004-04-25 06:21:11 +00:00
nana Relinquish maintainership of packages to tech-pkg@NetBSD.org. 2004-04-24 22:46:08 +00:00
nasm Remove info files entries from PLIST. 2004-02-16 12:53:30 +00:00
nbitools Change an argument passed to cpp so that it will not confuse buildlink3. 2004-04-29 18:59:25 +00:00
ncurses Match the template builtin.mk file in bsd.builtin.mk, and make the two 2004-03-29 05:43:28 +00:00
netbeans-ide Initial import of netbeans-ide version 3.5.1 (latest stable version), 2004-04-07 13:28:12 +00:00
netcdf Unused. 2004-04-25 23:55:36 +00:00
newfile Convert to buildlink3. 2004-04-25 05:32:01 +00:00
newmkdep Move WRKSRC definition away from the first paragraph in a Makefile. 2004-01-20 12:07:06 +00:00
noweb Move WRKSRC definition away from the first paragraph in a Makefile. 2004-01-20 12:07:06 +00:00
nqc s/netbsd.org/NetBSD.org/ 2003-07-17 21:31:04 +00:00
oaf Unused. 2004-05-04 08:18:26 +00:00
ode Drop maintainership; I don't have the enough free time to maintain 2004-05-07 01:14:46 +00:00
ogre Drop maintainership; I don't have the enough free time to maintain 2004-05-07 01:14:46 +00:00
opencm Convert to buildlink3. 2004-04-25 06:10:09 +00:00
p4 whitespace fixes 2004-01-22 08:47:32 +00:00
p4-docs basename -> ${BASENAME}, from Soren Jacobsen via PR pkg/23539. 2003-11-23 07:14:09 +00:00
p4d mk/bsd.pkg.install.mk now automatically registers 2004-04-23 22:07:52 +00:00
p4pr Move WRKSRC definition away from the first paragraph in a Makefile. 2004-01-20 12:07:06 +00:00
p4web
p5-Algorithm-Annotate Bl3ify and enable pkgviews installation. 2004-04-25 04:20:01 +00:00
p5-Algorithm-Diff Bl3ify and enable pkgviews installation. 2004-04-25 04:18:32 +00:00
p5-Algorithm-Merge Bl3ify and enable pkgviews installation. 2004-04-25 04:18:32 +00:00
p5-AppConfig Bl3ify and enable pkgviews installation. 2004-04-25 04:16:54 +00:00
p5-AtExit Bl3ify and enable pkgviews installation. 2004-04-25 04:16:28 +00:00
p5-Attribute-Handlers Bl3ify and enable pkgviews installation. 2004-04-25 03:27:33 +00:00
p5-Bit-Vector Bl3ify and enable pkgviews installation. 2004-04-25 04:07:06 +00:00
p5-BSD-Resource Bl3ify and enable pkgviews installation. 2004-04-25 04:16:00 +00:00
p5-Cache-Cache Bl3ify and enable pkgviews installation. 2004-04-25 04:15:34 +00:00
p5-Carp-Assert Import p5-Carp-Assert from pkgsrc-wip. Packaged by Hiramatsu 2004-02-20 03:56:38 +00:00
p5-Class-Accessor Import p5-Class-Accessor from pkgsrc-wip. Packaged by Hiramatsu 2004-02-20 04:05:47 +00:00
p5-Class-Container Bl3ify and enable pkgviews installation. 2004-04-25 04:15:06 +00:00
p5-Class-Data-Inheritable Bl3ify and enable pkgviews installation. 2004-04-25 04:38:35 +00:00
p5-Class-Fields Import p5-Class-Fields from pkgsrc-wip. Packaged by Hiramatsu 2004-02-20 04:14:09 +00:00
p5-Class-Loader Bl3ify and enable pkgviews installation. 2004-04-25 04:14:21 +00:00
p5-Class-MethodMaker (note: 2.00 not imported because of some instability there; instead, 2004-03-29 18:55:46 +00:00
p5-Class-ObjectTemplate Bl3ify and enable pkgviews installation. 2004-04-25 04:11:59 +00:00
p5-Class-ReturnValue Convert to buildlink3. 2004-04-27 03:09:57 +00:00
p5-Class-Trigger Import p5-Class-Trigger from pkgsrc-wip. Packaged by Hiramatsu 2004-02-20 04:20:03 +00:00
p5-Compress-Zlib Updated to version 1.33 2004-02-22 16:35:38 +00:00
p5-Config-General Fix my email address. 2004-04-29 14:18:58 +00:00
p5-Config-IniFiles Bl3ify and enable pkgviews installation. 2004-04-25 04:07:45 +00:00
p5-Curses Bl3ify and enable pkgviews installation. 2004-04-25 03:29:44 +00:00
p5-Data-Buffer Added HOMEPAGE. 2004-03-20 22:23:19 +00:00
p5-Data-ShowTable Bl3ify and enable pkgviews installation. 2004-04-25 04:07:45 +00:00
p5-Data-TemporaryBag Import p5-Data-TemporaryBag from pkgsrc-wip. Packaged by xtraeme@. 2004-05-09 05:39:00 +00:00
p5-Date-Calc Bl3ify and enable pkgviews installation. 2004-04-25 04:07:45 +00:00
p5-Date-Manip bl3ify 2004-01-05 22:16:24 +00:00
p5-Devel-Profile Convert to buildlink3. 2004-04-27 03:09:57 +00:00
p5-Devel-SmallProf Bl3ify and enable pkgviews installation. 2004-04-25 04:04:57 +00:00
p5-Devel-StackTrace Convert to buildlink3. 2004-04-27 03:09:57 +00:00
p5-Devel-Symdump Bl3ify and enable pkgviews installation. 2004-04-25 04:02:54 +00:00
p5-Error Bl3ify and enable pkgviews installation. 2004-04-25 04:02:54 +00:00
p5-Event bl3ify 2004-01-05 22:16:24 +00:00
p5-Exception-Class Convert to buildlink3. 2004-04-27 04:59:42 +00:00
p5-Expect Bl3ify and enable pkgviews installation. 2004-04-25 03:49:09 +00:00
p5-ExtUtils-Depends Drop maintainership; I don't have the enough free time to maintain 2004-05-07 01:14:46 +00:00
p5-ExtUtils-F77 Bl3ify and enable pkgviews installation. 2004-04-25 03:49:09 +00:00
p5-ExtUtils-PkgConfig Drop maintainership; I don't have the enough free time to maintain 2004-05-07 01:14:46 +00:00
p5-File-DirSync Bl3ify and enable pkgviews installation. 2004-04-25 03:49:09 +00:00
p5-File-FlockDir Bl3ify and enable pkgviews installation. 2004-04-25 04:00:10 +00:00
p5-File-PathConvert Bl3ify and enable pkgviews installation. 2004-04-25 03:49:09 +00:00
p5-File-Spec bl3ify and enable pkgviews installation. 2004-02-19 22:13:37 +00:00
p5-File-Temp bl3ify 2004-01-05 22:16:24 +00:00
p5-FileHandle-Unget Initial import of p5-FileHandle-Unget-0.14: 2004-05-07 13:32:59 +00:00
p5-FileKGlob Bl3ify and enable pkgviews installation. 2004-04-25 03:49:09 +00:00
p5-FreezeThaw Forgot to add PKG_INSTALLATION_TYPES for pkgviews 2004-02-18 00:23:31 +00:00
p5-Getopt-Simple Import p5-Getopt-Simple from pkgsrc-wip. Packaged by Greg Troxel, and 2004-02-24 03:01:45 +00:00
p5-gettext Bl3ify and enable pkgviews installation. 2004-04-25 03:12:57 +00:00
p5-glib2 Drop maintainership; I don't have the enough free time to maintain 2004-05-07 01:14:46 +00:00
p5-Graph Bl3ify and enable pkgviews installation. 2004-04-25 03:49:09 +00:00
p5-Heap Bl3ify and enable pkgviews installation. 2004-04-25 03:10:53 +00:00
p5-Inline bl3ify 2004-01-05 22:16:24 +00:00
p5-IO-Null Bl3ify and enable pkgviews installation. 2004-04-25 03:49:09 +00:00
p5-IO-String Bl3ify and enable pkgviews installation. 2004-04-25 03:49:09 +00:00
p5-IO-stringy Uses no compiler, so USE_LANGUAGES is empty 2004-03-20 22:27:50 +00:00
p5-IO-Stty Bl3ify and enable pkgviews installation. 2004-04-25 03:49:09 +00:00
p5-IO-Tee Uses no compiler, so USE_LANGUAGES is empty 2004-03-20 22:27:50 +00:00
p5-IO-Tty Bl3ify and enable pkgviews installation. 2004-04-25 03:49:09 +00:00
p5-IO-Zlib Bl3ify and enable pkgviews installation. 2004-04-25 03:49:09 +00:00
p5-IPC-Run Bl3ify and enable pkgviews installation. 2004-04-25 03:43:06 +00:00
p5-IPC-Shareable Bl3ify and enable pkgviews installation. 2004-04-25 03:46:07 +00:00
p5-IPC-SharedCache Bl3ify and enable pkgviews installation. 2004-04-25 03:43:06 +00:00
p5-IPC-ShareLite Bl3ify and enable pkgviews installation. 2004-04-25 03:43:06 +00:00
p5-LDAP Convert to buildlink3. 2004-04-27 04:59:42 +00:00
p5-Log-Agent Bl3ify and enable pkgviews installation. 2004-04-25 03:39:11 +00:00
p5-Log-Dispatch Convert to buildlink3. 2004-04-27 04:59:42 +00:00
p5-Log-Dispatch-Config include p5-Test-Harness/depends.mk instead of explicit DEPENDS on 2004-05-08 04:08:40 +00:00
p5-Log-Dispatch-FileRotate Convert to buildlink3. 2004-04-27 04:59:42 +00:00
p5-Make Bl3ify and enable pkgviews installation. 2004-04-25 03:39:11 +00:00
p5-Memoize Bl3ify and enable pkgviews installation. 2004-04-25 03:35:52 +00:00
p5-Memoize-ExpireLRU Bl3ify and enable pkgviews installation. 2004-04-25 03:37:30 +00:00
p5-Module-Build Add missing manual pages. Sort. 2004-05-02 06:09:43 +00:00
p5-Module-Dependency Convert to buildlink3. 2004-04-27 04:59:42 +00:00
p5-Net-CIDR Bl3ify and enable pkgviews installation. 2004-04-25 03:33:49 +00:00
p5-Net-Netmask Bl3ify and enable pkgviews installation. 2004-04-25 03:32:31 +00:00
p5-Object-Realize-Later Import p5-Object-Realize-Later from pkgsrc-wip. Packaged by Adrian 2004-02-17 03:10:41 +00:00
p5-OLE-Storage_Lite Bl3ify and enable pkgviews installation. 2004-04-25 03:29:44 +00:00
p5-Params-Validate Bl3ify and enable pkgviews installation. 2004-04-25 03:28:10 +00:00
p5-Parse-RecDescent bl3ify 2004-01-05 22:16:24 +00:00
p5-Parse-Yapp Bl3ify and enable pkgviews installation. 2004-04-25 03:22:57 +00:00
p5-perl-headers Move WRKSRC definition away from the first paragraph in a Makefile. 2004-01-20 12:07:06 +00:00
p5-Perl-Tidy Import p5-Perl-Tidy from pkgsrc-wip. Packaged by Adam Migus and 2004-02-22 01:58:09 +00:00
p5-Proc-Daemon Fix my email address. 2004-04-29 14:18:58 +00:00
p5-PV Bl3ify and enable pkgviews installation. 2004-04-25 03:32:31 +00:00
p5-Safe-Hole Bl3ify and enable pkgviews installation. 2004-04-25 03:22:57 +00:00
p5-Scalar-List-Utils Newly imported misc/p5-Scalar-List-Utils is just an update of 2004-02-16 21:33:03 +00:00
p5-Schedule-RateLimiter Initial import of p5-Schedule-RateLimiter into the NetBSD packages collection. 2004-04-12 14:20:57 +00:00
p5-SDL Use bl3. Yet another change I forgot to commit. 2004-03-07 04:23:46 +00:00
p5-Set-IntSpan Bl3ify and enable pkgviews installation. 2004-04-25 03:21:23 +00:00
p5-Set-Scalar Bl3ify and enable pkgviews installation. 2004-04-25 03:21:23 +00:00
p5-SortVersions Add HOMEPAGE. 2004-03-21 01:09:44 +00:00
p5-Storable Update to version 2.12. 2004-05-02 00:22:06 +00:00
p5-subversion Update to Version 1.0.1. 2004-03-29 18:08:33 +00:00
p5-Term-ReadKey Bl3ify and enable pkgviews installation. 2004-04-25 03:20:25 +00:00
p5-Term-ReadLine Updated to version 1.14, based on the patch provided by Adrian Portelli. 2004-05-23 16:43:47 +00:00
p5-Test-Cmd Bl3ify and enable pkgviews installation. 2004-04-25 03:17:53 +00:00
p5-Test-Harness move the p5-Test-Harness DEPENDS to p5-Test-Harness where it belongs, 2004-05-08 04:05:58 +00:00
p5-Test-Inline fix DEPENDS path to p5-Test-Simple. 2004-05-08 04:09:05 +00:00
p5-Test-Simple move the p5-Test-Harness DEPENDS to p5-Test-Harness where it belongs, 2004-05-08 04:05:58 +00:00
p5-Test-Unit Bl3ify and enable pkgviews installation. 2004-04-25 03:12:57 +00:00
p5-Tie-IxHash Bl3ify and enable pkgviews installation. 2004-04-12 18:21:21 +00:00
p5-WeakRef Bl3ify and enable pkgviews installation. 2004-04-23 18:48:49 +00:00
palmos-includes I don't use PalmOS any longer. 2004-04-06 19:25:02 +00:00
pango link ottest against glib2 libs, fixes build on Solaris. 2004-05-09 13:16:02 +00:00
papaya Unused. 2004-04-25 22:59:48 +00:00
pardiff Convert to buildlink3. 2004-04-18 23:41:26 +00:00
patch Follow Grant's advice: use _OPSYS_GPATCH_REQD to influence _NEED_PATCH 2004-05-19 03:26:09 +00:00
pccts Unused. 2004-04-27 00:44:37 +00:00
pcl-cvs Remove info files entries from PLIST. 2004-02-16 14:43:08 +00:00
pcre Unused. 2004-05-10 09:31:03 +00:00
pedisassem Add RCS tags 2004-05-07 12:06:47 +00:00
php4-gettext bl3ify 2004-04-24 23:25:23 +00:00
php4-gmp bl3ify 2004-04-24 23:25:23 +00:00
php4-posix bl3ify 2004-04-24 23:25:23 +00:00
php4-sysvsem bl3ify 2004-04-24 23:25:23 +00:00
php4-sysvshm bl3ify 2004-04-24 23:25:23 +00:00
physfs Fix serious bug where BUILDLINK_PACKAGES wasn't being ordered properly 2004-03-18 09:12:08 +00:00
pilrc Convert to buildlink3. 2004-04-25 02:51:39 +00:00
pkgconfig Revert <poll.h> patch for Interix, as we're no longer using poll(2) there 2004-04-28 14:11:15 +00:00
popt Unused. 2004-05-04 08:18:26 +00:00
prc-tools Do not override config.guess and config.sub. The configure 2004-03-02 19:49:40 +00:00
prcs Remove info files entries from PLIST. 2004-02-16 16:39:02 +00:00
ProjectCenter Switch to new world gnustep style, and while at it, bl3ify. 2004-04-11 00:12:19 +00:00
pth Enable wrappers for waitpid, recv, and send per PR 24704. 2004-04-19 12:16:08 +00:00
pthread-sem Reorder location and setting of BUILDLINK_PACKAGES to match template 2004-03-05 19:25:06 +00:00
ptl2 Convert to buildlink3. 2004-04-27 03:09:57 +00:00
pvs Convert to buildlink3. 2004-05-09 20:19:44 +00:00
pwlib Convert to buildlink3. 2004-05-08 06:41:33 +00:00
py-checker Convert to buildlink3. 2004-04-27 04:59:42 +00:00
py-curses Convert to buildlink3. 2004-04-27 03:43:53 +00:00
py-cursespanel Convert to buildlink3. 2004-04-27 03:43:53 +00:00
py-distutils s/netbsd.org/NetBSD.org/ 2003-07-17 21:31:04 +00:00
py-expect Make this package build with pthread-enabled Python. It will close 2004-03-11 17:43:50 +00:00
py-idle Convert to buildlink3. 2004-05-02 03:55:05 +00:00
py-kjbuckets Convert to buildlink3. 2004-04-27 03:09:57 +00:00
py-kqueue s/netbsd.org/NetBSD.org/ 2003-07-17 21:31:04 +00:00
py-logging Update py-logging to 0.4.9.2. 2004-03-04 16:26:53 +00:00
py-Optik Convert to buildlink3. 2004-04-22 04:34:52 +00:00
py-pexpect Import py-pexpect from pkgsrc-wip. 2004-02-23 16:25:02 +00:00
py-pqueue Convert to buildlink3. 2004-04-27 03:09:57 +00:00
py-readline Convert to buildlink3. 2004-04-27 04:59:42 +00:00
py-subversion Unused. 2004-04-25 23:55:36 +00:00
py-TPG Convert to buildlink3. 2004-04-27 03:09:57 +00:00
py-unit Convert to buildlink3. 2004-04-22 04:02:46 +00:00
py-unitgui Convert to buildlink3. 2004-05-02 03:55:05 +00:00
py-zconfig Convert to buildlink3. 2004-04-27 04:59:42 +00:00
python-mode Move WRKSRC definition away from the first paragraph in a Makefile. 2004-01-20 12:07:06 +00:00
rapidsvn PKGREVISION bump after openssl-security-fix-update to 0.9.6m. 2004-03-26 02:27:34 +00:00
ratfor replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make. 2004-01-22 08:24:28 +00:00
rcs Updated rcs to 5.7nb2 2003-09-02 09:42:55 +00:00
rdp Make this package compile when using gcc 3.3. 2004-05-24 09:36:48 +00:00
re2c s/malloc.h/stdlib.h/ for darwin/freebsd 2004-05-07 01:59:02 +00:00
readline Suppress the "inferring the mode of operation is deprecated" warning by 2004-04-26 08:01:20 +00:00
Renaissance Update Renaissance to 0.8.0. Notable changes include new <splitView>, 2004-04-19 09:36:09 +00:00
roundup update to 0.72 2004-05-23 11:10:09 +00:00
rpc2 Convert to buildlink3. 2004-04-27 04:29:17 +00:00
rt-mysql PKGREVISION bump after openssl-security-fix-update to 0.9.6m. 2004-03-26 02:27:34 +00:00
rt-pgsql PKGREVISION bump after openssl-security-fix-update to 0.9.6m. 2004-03-26 02:27:34 +00:00
ruby-amstd Add ruby to CATEGORIES. 2004-03-16 02:01:09 +00:00
ruby-bsearch Add ruby to CATEGORIES. 2004-03-16 02:01:09 +00:00
ruby-byaccr Add ruby to CATEGORIES. 2004-03-16 02:01:09 +00:00
ruby-filelock Add ruby to CATEGORIES. 2004-03-16 02:01:09 +00:00
ruby-installpkg Add ruby to CATEGORIES. 2004-03-16 02:01:09 +00:00
ruby-mode Add ruby to CATEGORIES. 2004-03-16 02:01:09 +00:00
ruby-mutexm Add ruby to CATEGORIES. 2004-03-16 02:01:09 +00:00
ruby-optparse Add ruby to CATEGORIES. 2004-03-16 02:01:09 +00:00
ruby-racc Add ruby to CATEGORIES. 2004-03-16 02:01:09 +00:00
ruby-rd-mode Use emacs.mk. 2004-05-08 15:10:58 +00:00
ruby-readline Convert to buildlink3. 2004-04-27 03:09:57 +00:00
ruby-ri Add ruby to CATEGORIES. 2004-03-16 02:01:09 +00:00
ruby-strscan Add ruby to CATEGORIES. 2004-03-16 02:01:09 +00:00
ruby-testunit Add ruby to CATEGORIES. 2004-03-16 02:01:09 +00:00
ruby-textbuf Add ruby to CATEGORIES. 2004-03-16 02:01:09 +00:00
ruby-unit Add ruby to CATEGORIES. 2004-03-16 02:01:09 +00:00
ruby-zlib Add ruby to CATEGORIES. 2004-03-16 02:01:09 +00:00
rudiments .include "../../mk/pthread.buildlink3.mk" 2004-05-13 18:00:51 +00:00
rvm Convert to buildlink3. 2004-04-27 04:29:17 +00:00
rx Relinquish maintainership of packages to tech-pkg@NetBSD.org. 2004-04-24 22:46:08 +00:00
sablecc Put these packages into a new pseudo-category called 'java'. 2003-08-23 15:09:51 +00:00
scons initial import of scons-0.95 2004-03-09 19:13:52 +00:00
sdcc Convert to buildlink3 and shut pkglint up. 2004-04-21 03:50:07 +00:00
SDL Convert to buildlink3. 2004-05-05 03:36:22 +00:00
SDL_gfx Changes 2.0.11: 2004-05-25 15:10:27 +00:00
SDL_ttf Follow new FreeType build rules 2004-04-27 15:13:56 +00:00
SDLmm Drop maintainership; I don't have the enough free time to maintain 2004-05-07 01:14:46 +00:00
semantic Install to ${PREFIX}/${INFO_DIR} instead of ${PREFIX}/info. 2004-04-05 22:13:43 +00:00
semi Remove info files entries from PLIST. 2004-02-16 17:55:39 +00:00
sfio Move WRKSRC definition away from the first paragraph in a Makefile. 2004-01-20 12:07:06 +00:00
sgi-stl Convert to buildlink3. 2004-04-27 03:09:57 +00:00
sgi-stl-docs Relinquish maintainership of packages to tech-pkg@NetBSD.org. 2004-04-24 22:46:08 +00:00
slib Relinquish maintainership of packages to tech-pkg@NetBSD.org. 2004-04-24 22:46:08 +00:00
sml-mode Use emacs.mk. 2004-05-08 15:10:58 +00:00
smpeg No longer used. 2004-04-24 19:28:40 +00:00
spiff s/netbsd.org/NetBSD.org/ 2003-07-17 21:31:04 +00:00
splint replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make. 2004-01-22 08:24:28 +00:00
st replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make. 2004-01-22 08:24:28 +00:00
stlport Convert to buildlink3. 2004-04-27 03:09:57 +00:00
stooop Switch to Tcl 8.4 and enable pkgviews installation. 2004-03-30 01:43:55 +00:00
subversion Update to Version 1.0.4. 2004-05-25 14:55:12 +00:00
subversion-base Update to Version 1.0.1. 2004-03-29 18:08:33 +00:00
swig Unused. 2004-05-05 08:27:56 +00:00
swig-build Unused. 2004-05-08 08:53:54 +00:00
swig-perl No longer used. 2004-04-12 00:00:49 +00:00
swig-python Unused. 2004-05-12 18:51:41 +00:00
tavrasm s/malloc.h/stdlib.h for darwin/freebsd 2004-05-07 02:01:19 +00:00
tcl-tclcl Fix serious bug where BUILDLINK_PACKAGES wasn't being ordered properly 2004-03-18 09:12:08 +00:00
tet3 bl3ify 2004-02-19 21:47:00 +00:00
tkcvs Install .tcl files into lib/ instead of share/, as other Tcl packages 2004-04-29 15:46:00 +00:00
tkdiff Update tkdiff to 4.0b2. 2004-03-10 00:17:31 +00:00
tla Enable pkgviews installation. 2004-05-18 11:58:04 +00:00
tmake fix incorrect usage of LOWER_OPSYS in PLIST. 2004-02-11 12:26:51 +00:00
tpasm replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make. 2004-01-22 08:24:28 +00:00
treecc Update devel/treecc to 0.3.0. 2004-05-14 06:57:43 +00:00
trio COMMENT should start with a capital letter. 2003-07-21 16:35:12 +00:00
tvision Convert to buildlink3. 2004-04-25 06:05:45 +00:00
ucl Convert to buildlink3. 2004-04-21 04:04:59 +00:00
uml Convert to buildlink3. 2004-05-03 03:55:43 +00:00
unidiff Move WRKSRC definition away from the first paragraph in a Makefile. 2004-01-20 12:07:06 +00:00
unproven-pthreads Convert to buildlink3. 2004-04-25 06:02:54 +00:00
w32api Add a missing INSTALL_DATA_DIR. 2004-05-24 00:12:21 +00:00
xdelta Convert to buildlink3. 2004-04-18 22:51:02 +00:00
xxgdb Move WRKSRC definition away from the first paragraph in a Makefile. 2004-01-20 12:07:06 +00:00
yasm Drop maintainership; I don't have the enough free time to maintain 2004-05-07 01:14:46 +00:00
z80-asm Convert to buildlink3. 2004-04-18 23:34:27 +00:00
zlib Use CFLAGS when creating the archive. This fixes building under IRIX64 2004-05-26 03:20:38 +00:00
Makefile Added libstatgrab-0.10. 2004-05-20 20:51:12 +00:00