pkgsrc/devel
grant f2d340cc2a Updated p5-Params-Validate to 0.72.
changes since 0.59:

0.72 Dec 3, 2003

- If a normalize_keys callback returns the same normalized key for two
different inputs, Params::Validate will die.

- The pure Perl implementation had a bug where if the same hash
reference was used for the spec in multiple calls to validate(), then
any call made after a parameter failed a validation check could
exhibit strange behaviors (like parameters passing that shouldn't,
etc.).  This was due to the fact that the Perl implementation uses
each() internally, and was leaving the hash's iterator partially
iterated.  Reported via an apparent problem with DateTime.pm by Jost
Krieger.


0.71 Dec 2, 2003

- Suppressed some annoying "subroutine redefined" warnings if the pure
Perl version ended up being loaded after attempting to load the XS
version.


0.70 Nov 23, 2003

- Any validation call that used a callback leaked memory when using
the XS version.  This was introduced in 0.67, when callbacks started
receiving a reference to the parameters as a second argument.
Reported by Eugene van der Pijll.


0.69 Nov 3, 2003

- The key normalization feature introduced in 0.66 leaked one SV*
every time a parameter _hash_ was run through the XS version of
validate() or validate_with().  This happened if one of
normalize_keys, allow_extra, or ignore_case was set, or if
validate_with() was used.  Upgrading is strongly recommended!
Reported by Ruslan.


0.68 Oct 21, 2003

- Added spiffy new parameter dependency feature.  Implemented by
Daisuke Maki.


0.67 Oct 10, 2003

- The test count for 06-option.t was off.  Reported by Christian
Schaffner.

- Validation callbacks now receive a reference to the (normalized)
parameter hash/array as their second argument.

- Shut up an "unitialized value in subroutine entry" warning caused by
calling validate_pos() with an undef value in the parameter array.
This was introduced in 0.66.


0.66 Oct 08, 2003

- Skip a few more tests under Perl 5.6.0.  Patch from Christian
Schaffner.

- Error messages now include the stringified value of the variable
that was invalid.  Implemented by Daisuke Maki.

- Added a new parameter normalization callback feature, the
"normalize_keys" option.  Implemented by Daisuke Maki.

** The "strip_leading" and "ignore_case" options are now deprecated.
Use the new "normalize" feature instead.


0.65 Aug 07, 2003

- It is now possible to turn validation on and off at runtime.  To
make this easier, it can be set via the PERL_NO_VALIDATION environment
variable, or the $Params::Validate::NO_VALIDATION global variable.  Go
ahead, shoot yourself in the foot with it!


0.64 Jul 14, 2003

- Fix an XS compilation error under 5.6.1:

 Validate.xs: In function `validate_isa':
 Validate.xs:381: `perl_on_error' undeclared (first use in this function)


0.63 Jul 14, 2003

- The XS version of validate_with failed if the params key contained
an array reference containing a single hash reference.  Since this
works with the pure Perl version, it should work with the XS version.
Reported by Diab Jerius.  Bug #2791 on rt.cpan.org.


0.62 Jun 25, 2003

- Remove a warn() statement left in from debugging.  Reported by Shane
McCarron.


0.61 Jun 23, 2003

- The last release had some debugging code left in which tried to load
Devel::StackTrace.  Reported by Iain Truskett.


0.60 Jun 21, 2003

- Fixed a weird segfault that could occur with Perl 5.6.1 when a
user-defined on_fail callback died with an object as its argument.
This only happened with the XS version of the code.  Reported by Ken
Williams.

The end result is that the version of the XS code that is used with
Perl 5.6.0 and 5.6.1 is slightly slower than that used with 5.00503 or
5.8.0, as it requires an additional Perl-level wrapper.

- Use XSLoader in preference to Dynaloader with Perl 5.6.0+.
2003-12-29 12:03:30 +00:00
..
aap s/netbsd.org/NetBSD.org/ 2003-07-17 21:21:03 +00:00
acme s/netbsd.org/NetBSD.org/ 2003-07-17 21:21:03 +00:00
acunia-jam s/netbsd.org/NetBSD.org/ 2003-07-17 21:21:03 +00:00
adocman Fix REPLACE_PERL: pathnames listed should be relative to ${WRKSRC}. 2003-09-02 12:48:33 +00:00
aegis update to 4.15, based upon PR 23414 (update to 4.12) by Marko Schuetz 2003-11-27 16:13:55 +00:00
ald s/netbsd.org/NetBSD.org/ 2003-07-17 21:21:03 +00:00
anjuta PKGREVISION++ due to devel/popt update. 2003-11-12 01:31:47 +00:00
apache-ant Use EXTRACT_CMD_OPTS.zip to customize the flags passed to the unzip 2003-11-22 23:55:15 +00:00
apel Missing dependency for XEmacs. 2003-09-12 02:49:44 +00:00
apr Bump PKGREVISION (thanks Thomas Klausner). 2003-12-03 15:30:26 +00:00
argtable COMMENT should start with a capital letter. 2003-07-21 16:35:12 +00:00
as31 s/netbsd.org/NetBSD.org/ 2003-07-17 21:21:03 +00:00
asm2html Update to 1.4, provided by the maintainer Douwe Kiela in PR 21319: 2003-06-03 13:55:23 +00:00
astyle Fix build with gcc3. 2003-11-05 15:27:41 +00:00
atk Unneeded since 1.4.1 update. 2003-12-13 00:47:03 +00:00
autoconf The 2.59 distfile is on ftp.gnu.org, so enable 2003-12-16 21:25:53 +00:00
autoconf213 USE_NEW_TEXINFO is unnecessary now. 2003-08-09 10:38:23 +00:00
autogen Bump PKGREVISION (libxml2, libxslt and imlib2 were updated). 2003-12-04 19:48:24 +00:00
automake Update to 1.8: 2003-12-11 16:32:34 +00:00
automake14 Add TEST_TARGET 2003-10-19 01:34:13 +00:00
automake17 Conflict with 1.7 versions of automake package since 2003-12-12 19:39:19 +00:00
avltree s/netbsd.org/NetBSD.org/ 2003-07-17 21:21:03 +00:00
bcc Make this compile on archs where size_t != unsigned int. 2003-08-02 20:24:59 +00:00
binutils clarify comment (thanks to tv at duh org) 2003-10-28 15:54:31 +00:00
bison USE_NEW_TEXINFO is unnecessary now. 2003-08-09 10:38:23 +00:00
blib Initial import of blib-1.0.2: Blinkenlights library 2003-12-27 22:37:44 +00:00
bmake Update bmake to 20031222 - matches NetBSD make as of that date. 2003-12-22 23:26:43 +00:00
boehm-gc Add a patch from Christian Limpach wrt to signal handling. 2003-12-03 00:14:16 +00:00
bonobo PKGREVISION++ due to devel/popt update. 2003-11-12 01:31:47 +00:00
bonobo-activation Bump PKGREVISION (libxml2, libxslt and imlib2 were updated). 2003-12-04 19:48:24 +00:00
bonobo-conf PKGREVISION++ due to devel/popt update. 2003-11-12 01:31:47 +00:00
boost Add buildlink2.mk. 2003-09-25 16:18:32 +00:00
buildtool Use GNU m4 under NetBSD 1.5.x to fix some problems *sigh*. 2003-09-15 14:49:44 +00:00
buildtool-doc Bump PKGREVISION (libxml2, libxslt and imlib2 were updated). 2003-12-04 19:48:24 +00:00
c-cpp-reference x11/kde3/ -> meta-pkgs/kde3/ 2003-07-30 15:56:08 +00:00
c4 s/netbsd.org/NetBSD.org/ 2003-07-17 21:21:03 +00:00
cbrowser COMMENT should start with a capital letter. 2003-07-21 16:35:12 +00:00
ccache s/netbsd.org/NetBSD.org/ 2003-07-17 21:21:03 +00:00
cdecl COMMENT should start with a capital letter. 2003-07-21 16:35:12 +00:00
cdk Back out last change related to moving ncurses/buildlink2.mk to 2003-09-28 09:13:55 +00:00
cervisia Depend on latest kde1. Bump PKGREVISION. 2003-08-01 17:26:38 +00:00
cervisia2 s/netbsd.org/NetBSD.org/ 2003-07-17 21:21:03 +00:00
cfitsio s/netbsd.org/NetBSD.org/ 2003-07-17 21:21:03 +00:00
check COMMENT should start with a capital letter. 2003-07-21 16:35:12 +00:00
chkpt s/netbsd.org/NetBSD.org/ 2003-07-17 21:21:03 +00:00
cmake Back out last change related to moving ncurses/buildlink2.mk to 2003-09-28 09:13:55 +00:00
cmdline s/netbsd.org/NetBSD.org/ 2003-07-17 21:21:03 +00:00
coconut Bump PKGREVISION for atk library major bump. 2003-12-13 00:45:21 +00:00
cook s/netbsd.org/NetBSD.org/ 2003-07-17 21:21:03 +00:00
cpuflags Update cpuflags to 0.59: 2003-12-04 10:13:26 +00:00
cscope Back out last change related to moving ncurses/buildlink2.mk to 2003-09-28 09:13:55 +00:00
cssc Set USE_GCC_SHLIB. Fixes linking on Solaris. 2003-11-03 14:56:04 +00:00
cvs Update to 1.11.10: 2003-12-12 22:05:55 +00:00
cvs2cl s/netbsd.org/NetBSD.org/ 2003-07-17 21:21:03 +00:00
cvs2html COMMENT should start with a capital letter. 2003-07-21 16:35:12 +00:00
cvs2p4 s/netbsd.org/NetBSD.org/ 2003-07-17 21:21:03 +00:00
cvsgraph COMMENT should start with a capital letter. 2003-07-21 16:35:12 +00:00
cvslock COMMENT should start with a capital letter. 2003-07-21 16:35:12 +00:00
cvsps COMMENT should start with a capital letter. 2003-07-21 16:35:12 +00:00
cvsup MESSAGE file is specifically talking about "NetBSD" kernel configuration. 2003-12-11 09:22:18 +00:00
cvsup-gui MESSAGE file is specifically talking about "NetBSD" kernel configuration. 2003-12-11 09:22:18 +00:00
cvsync cvsync 0.24.13 2003-11-28 23:52:10 +00:00
cweb Adjust dependancies and bump PKGREVISION due to: 2003-12-24 13:02:00 +00:00
cxref s/netbsd.org/NetBSD.org/ 2003-07-17 21:21:03 +00:00
ddd Fix another build problem, this time under NetBSD 1.6.1_STABLE. 2003-09-23 19:26:01 +00:00
dejagnu s/netbsd.org/NetBSD.org/ 2003-07-17 21:21:03 +00:00
devhelp Bump PKGREVISION due to gnome-vfs2 update (fam removed as dependancy). 2003-12-28 23:37:05 +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 Initial import of devIL-1.6.6 from pkgsrc-wip. 2003-12-03 19:00:02 +00:00
diffutils USE_NEW_TEXINFO is unnecessary now. 2003-08-09 10:38:23 +00:00
distcc Update to 2.12: 2003-12-21 09:49:25 +00:00
dlcompat s/netbsd.org/NetBSD.org/ 2003-07-17 21:21:03 +00:00
dmake Install man page. Bump PKGREVISION. Closes PR 22952 by Greg A. Woods. 2003-09-25 18:49:08 +00:00
dmalloc USE_NEW_TEXINFO is unnecessary now. 2003-08-09 10:38:23 +00:00
doc++ COMMENT should start with a capital letter. 2003-07-21 16:35:12 +00:00
doxygen Adjust dependancies and bump PKGREVISION due to: 2003-12-24 13:02:00 +00:00
eclipse Put these packages into a new pseudo-category called 'java'. 2003-08-23 15:09:51 +00:00
eel PKGREVISION++ due to devel/popt update. 2003-11-12 01:31:47 +00:00
eel2 Bump PKGREVISION due to gnome-vfs2 update (fam removed as dependancy). 2003-12-28 23:37:05 +00:00
electricfence
elf mk/curses.buildlink2.mk has been removed, so go back to 2003-09-28 23:01:15 +00:00
elfsh s/netbsd.org/NetBSD.org/ 2003-07-17 21:21:03 +00:00
elib o Register conflict between elib and emacs20-elib in elib's Makefile 2003-11-18 16:29:50 +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
eric3 s/@netbsd.org/@NetBSD.org/ in MAINTAINER. 2003-12-24 09:53:47 +00:00
exctags s/netbsd.org/NetBSD.org/ 2003-07-17 21:21:03 +00:00
eXdbm Add buildlink2.mk. 2003-05-02 22:41:20 +00:00
fastdep Fix build with GCC 2.95. 2003-12-22 10:31:45 +00:00
ffcall COMMENT should start with a capital letter. 2003-07-21 16:35:12 +00:00
fhist COMMENT should start with a capital letter. 2003-07-21 16:35:12 +00:00
flex Add TEST_TARGET 2003-10-19 01:34:13 +00:00
flim Correct XEmacs support. 2003-08-18 13:14:32 +00:00
fortran-utils s/netbsd.org/NetBSD.org/ 2003-07-17 21:21:03 +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 update HOMEPAGE 2003-09-19 05:18:35 +00:00
gail Update to 1.4.1, based on work done by xtraeme@. 2003-12-14 19:52:00 +00:00
gal PKGREVISION++ due to devel/popt update. 2003-11-12 01:31:47 +00:00
gal2 Bump PKGREVISION due to gnome-vfs2 update (fam removed as dependancy). 2003-12-28 23:37:05 +00:00
GConf PKGREVISION++ due to devel/popt update. 2003-11-12 01:31:47 +00:00
GConf2 Missed to document GCONF2_ENTRIES; do it now. 2003-12-28 14:34:08 +00:00
GConf2-ui Update to 2.4.0.1 to sync with GConf2. Closes PR pkg/23698 by Min Sik Kim. 2003-12-14 19:45:45 +00:00
gconfmm Bump PKGREVISION for atk library major bump. 2003-12-13 00:45:21 +00:00
gcvs USE_NEW_TEXINFO is unnecessary now. 2003-08-09 10:38:23 +00:00
gdb Under Linux, gdbserver is built and installed. So set up PLIST.common 2003-10-24 18:49:52 +00:00
gettext If we're on AIX, don't remove the .a library: it's the shared library. 2003-12-05 18:15:49 +00:00
gettext-lib add -DSTATIC=static to the Darwin-specific defines so that libintl 2003-09-25 03:00:57 +00:00
gettext-m4 COMMENT should start with a capital letter. 2003-07-21 16:35:12 +00:00
giblib Bump PKGREVISION (libxml2, libxslt and imlib2 were updated). 2003-12-04 19:48:24 +00:00
gindent USE_NEW_TEXINFO is unnecessary now. 2003-08-09 10:38:23 +00:00
glade PKGREVISION++ due to devel/popt update. 2003-11-12 01:31:47 +00:00
glade2 Bump PKGREVISION due to gnome-vfs2 update (fam removed as dependancy). 2003-12-28 23:37:05 +00:00
glib get rid of USE_GCC2/3 in pkg Makefiles, and set GCC_REQD or 2003-09-17 19:39:58 +00:00
glib2 Add missing patch. 2003-11-13 10:58:43 +00:00
global USE_NEW_TEXINFO is unnecessary now. 2003-08-09 10:38:23 +00:00
gmake USE_NEW_TEXINFO is unnecessary now. 2003-08-09 10:38:23 +00:00
gmp Add math to CATEGORIES. 2003-12-02 21:57:26 +00:00
gnome-common s/netbsd.org/NetBSD.org/ 2003-07-17 21:21:03 +00:00
gnome-objc get rid of USE_GCC2/3 in pkg Makefiles, and set GCC_REQD or 2003-09-17 19:39:58 +00:00
gnome2-libole2 s/netbsd.org/NetBSD.org/ 2003-07-17 21:21:03 +00:00
gnustep-base patch-ac was missing 2003-12-08 09:17:36 +00:00
gnustep-examples PLIST fix, not gnustep-make handles some of the directories 2003-12-08 15:43:23 +00:00
gnustep-make Use a more portable test construct for compatability with Solaris and 2003-12-17 14:55:58 +00:00
gnustep-objc Oops! Wrong buildlink - fixed 2003-12-05 09:23:41 +00:00
gob s/netbsd.org/NetBSD.org/ 2003-07-17 21:21:03 +00:00
gobo-eiffel COMMENT should start with a capital letter. 2003-07-21 16:35:12 +00:00
Gorm s/@netbsd.org/@NetBSD.org/ in MAINTAINER. 2003-12-24 09:53:47 +00:00
gperf New in 3.0.1: 2003-12-03 15:56:16 +00:00
gputils s/@netbsd.org/@NetBSD.org/ in MAINTAINER. 2003-12-24 09:53:47 +00:00
gscope PKGREVISION++ due to devel/popt update. 2003-11-12 01:31:47 +00:00
gtexinfo USE_NEW_TEXINFO is unnecessary now. 2003-08-09 10:38:23 +00:00
gtkdiff PKGREVISION++ due to devel/popt update. 2003-11-12 01:31:47 +00:00
gtl Set LIBTOOL_OVERRIDE, USE_BUILDLINK2 and USE_GCC_SHLIB. Fixes building on 2003-11-03 18:17:55 +00:00
gtoolkit-examples PKGREVISION bump for libiconv update. 2003-07-13 13:50:19 +00:00
gtranslator Bump PKGREVISION due to gnome-vfs2 update (fam removed as dependancy). 2003-12-28 23:37:05 +00:00
guile-fcgi PKGREVISION bump for libiconv update. 2003-07-13 13:50:19 +00:00
guile-gtk s/netbsd.org/NetBSD.org/ 2003-07-17 21:21:03 +00:00
guile-oops USE_NEW_TEXINFO is unnecessary now. 2003-08-09 10:38:23 +00:00
guile-slib s/netbsd.org/NetBSD.org/ 2003-07-17 21:21:03 +00:00
guile-www USE_NEW_TEXINFO is unnecessary now. 2003-08-09 10:38:23 +00:00
haskell-mode s/netbsd.org/NetBSD.org/ 2003-07-17 21:21:03 +00:00
hdf s/netbsd.org/NetBSD.org/ 2003-07-17 21:31:04 +00:00
hdf5 Correct PLIST for version for 1.6.0. 2003-08-06 06:49:35 +00:00
hptools s/netbsd.org/NetBSD.org/ 2003-07-17 21:31:04 +00:00
id-utils USE_NEW_TEXINFO is unnecessary now. 2003-08-09 10:38:23 +00:00
idiff s/netbsd.org/NetBSD.org/ 2003-07-17 21:31:04 +00:00
ipv6socket_scrub COMMENT should start with a capital letter. 2003-07-21 16:35:12 +00:00
isect Add definitions for DEINSTALL_EXTRA_TMPL and INSTALL_EXTRA_TMPL if 2003-08-30 22:51:11 +00:00
its4 patch-aa: Patch removes re-declaration of default param val. 2003-11-13 03:53:40 +00:00
jam s/netbsd.org/NetBSD.org/ 2003-07-17 21:31:04 +00:00
javadeps Put these packages into a new pseudo-category called 'java'. 2003-08-23 15:09:51 +00:00
jlib COMMENT should start with a capital letter. 2003-07-21 16:35:12 +00:00
kdbg Bump PKGREVISION for libogg (or, in 5 cases, libao) updates. 2003-12-08 14:41:38 +00:00
kdebindings2 PKGREVISION bump for libiconv update. 2003-07-13 13:50:19 +00:00
kdesdk2 PKGREVISION bump for libiconv update. 2003-07-13 13:50:19 +00:00
kdesdk3 Bump PKGREVISION for libogg (or, in 5 cases, libao) updates. 2003-12-08 14:41:38 +00:00
kdevelop "It's" stands for "it is" (or "it has"). The apostrophe is not used 2003-08-30 02:14:19 +00:00
kdevelop-base Bump PKGREVISION for libogg (or, in 5 cases, libao) updates. 2003-12-08 14:41:38 +00:00
lcc COMMENT should start with a capital letter. 2003-07-21 16:35:12 +00:00
ldapsdk s/netbsd.org/NetBSD.org/ 2003-07-17 21:31:04 +00:00
libargparse Set LIBTOOL_OVERRIDE, USE_BUILDLINK2 and USE_GCC_SHLIB. Fixes linking on 2003-11-03 18:27:54 +00:00
libast Bump PKGREVISION (libxml2, libxslt and imlib2 were updated). 2003-12-04 19:48:24 +00:00
libavl USE_NEW_TEXINFO is unnecessary now. 2003-08-09 10:38:23 +00:00
libbegemot COMMENT should start with a capital letter. 2003-07-21 16:35:12 +00:00
libbonobo Add .idl files, missed in previous commit. 2003-12-15 00:42:37 +00:00
libbonoboui Bump PKGREVISION due to gnome-vfs2 update (fam removed as dependancy). 2003-12-28 23:37:05 +00:00
libctl s/netbsd.org/NetBSD.org/ 2003-07-17 21:31:04 +00:00
libdockapp COMMENT should start with a capital letter. 2003-07-21 16:35:12 +00:00
libetm s/@netbsd.org/@NetBSD.org/ in MAINTAINER. 2003-12-24 09:53:47 +00:00
libevent COMMENT should start with a capital letter. 2003-07-21 16:35:12 +00:00
libffi s/@netbsd.org/@NetBSD.org/ in MAINTAINER. 2003-12-24 09:53:47 +00:00
libg++ USE_NEW_TEXINFO is unnecessary now. 2003-08-09 10:38:23 +00:00
libgetopt s/netbsd.org/NetBSD.org/ 2003-07-17 21:31:04 +00:00
libglade Include converters/libiconv/buildlink2.mk. 2003-09-18 04:01:17 +00:00
libglade2 Bump PKGREVISION for atk library major bump. 2003-12-13 00:45:21 +00:00
libgnome Bump PKGREVISION due to gnome-vfs2 update (fam removed as dependancy). 2003-12-28 23:37:05 +00:00
libgnomeui Bump PKGREVISION due to gnome-vfs2 update (fam removed as dependancy). 2003-12-28 23:37:05 +00:00
libgphoto2 upgrade libgphoto2 buildlink file to -2.1.2, and bump the package revision 2003-09-28 18:57:00 +00:00
libgsf Bump PKGREVISION due to gnome-vfs2 update (fam removed as dependancy). 2003-12-28 23:37:05 +00:00
libgtop USE_NEW_TEXINFO is unnecessary now. 2003-08-09 10:38:23 +00:00
libgtop2 This package is one of the pathological texinfo users, where the size of 2003-12-13 23:20:46 +00:00
libhfs COMMENT should start with a capital letter. 2003-07-21 16:35:12 +00:00
libidn Initial import of libidn-0.3.3 from pkgsrc-wip. 2003-12-03 19:17:10 +00:00
libmemmgr s/@netbsd.org/@NetBSD.org/ in MAINTAINER. 2003-12-24 09:53:47 +00:00
libmm s/netbsd.org/NetBSD.org/ 2003-07-17 21:31:04 +00:00
libmpeg3 raw new lines are forbidden in string literals; avoid them 2003-07-28 15:01:27 +00:00
libnet Bump PKGREVISION and requirement in buildlink2.mk, since last gcc3-related 2003-10-29 18:39:45 +00:00
libntlm Initial import of libntlm-0.3.2 from pkgsrc-wip. 2003-12-03 19:18:15 +00:00
libole2 s/netbsd.org/NetBSD.org/ 2003-07-17 21:31:04 +00:00
liboop Initial import of liboop-0.9 into The NetBSD Packages Collection. 2003-09-27 08:14:50 +00:00
libportlib s/@netbsd.org/@NetBSD.org/ in MAINTAINER. 2003-12-24 09:53:47 +00:00
libproplist s/netbsd.org/NetBSD.org/ 2003-07-17 21:31:04 +00:00
librsync PKGREVISION++ due to devel/popt update. 2003-11-12 01:31:47 +00:00
libscsi s/netbsd.org/NetBSD.org/ 2003-07-17 21:31:04 +00:00
libsigc++ Set USE_GCC_SHLIB and correct LIBTOOL_OVERRIDE. Fixes linking on Solaris. 2003-11-06 17:11:59 +00:00
libsigc++10 COMMENT should start with a capital letter. 2003-07-21 16:35:12 +00:00
libslang Back out last change related to moving ncurses/buildlink2.mk to 2003-09-28 09:13:55 +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
libstree Initial import of libstree 0.3.0. 2003-12-04 04:52:46 +00:00
libstroke s/netbsd.org/NetBSD.org/ 2003-07-17 21:31:04 +00:00
libtar COMMENT should start with a capital letter. 2003-07-21 16:35:12 +00:00
libtool Removed patches for libtool.m4 and aclocal.m4 which provided fixes 2003-12-12 18:05:38 +00:00
libtool-base Specify the category when including other files and when depending on other 2003-09-18 16:25:08 +00:00
libtool-info Specify the category when including other files and when depending on other 2003-09-18 16:25:08 +00:00
libts s/@netbsd.org/@NetBSD.org/ in MAINTAINER. 2003-12-24 09:53:47 +00:00
libusb s/netbsd.org/NetBSD.org/ 2003-07-17 21:31:04 +00:00
libwnck Update to 2.4.0.1, based on work done by xtraeme@ and Min Sik Kim. 2003-12-14 19:50:21 +00:00
loudmouth update to 0.14.1 2003-12-16 07:48:19 +00:00
lwp update to 1.10 2003-08-25 10:20:15 +00:00
m4 Make sure that only base name of the make program is used to construct 2003-09-23 14:44:43 +00:00
maketool add USE_PKGLOCALEDIR. 2003-09-27 15:29:47 +00:00
mit-pthreads s/netbsd.org/NetBSD.org/ 2003-07-17 21:31:04 +00:00
mk-files Update mk-files to 20030930 2003-09-30 17:59:59 +00:00
mph s/@netbsd.org/@NetBSD.org/ in MAINTAINER. 2003-12-24 09:53:47 +00:00
mrproject PKGREVISION++ due to devel/popt update. 2003-11-12 01:31:47 +00:00
nana USE_NEW_TEXINFO is unnecessary now. 2003-08-09 10:38:23 +00:00
nasm Update to 0.98.38: 2003-10-05 09:45:13 +00:00
nbitools s/netbsd.org/NetBSD.org/ 2003-07-17 21:31:04 +00:00
ncurses Allow ncurses to install useful reset, tset, tput and clear utilities 2003-12-20 08:49:27 +00:00
netcdf Add RCS Ids to patches (hi rtr!). 2003-11-29 00:14:54 +00:00
newfile PKGREVISION bump for libiconv update. 2003-07-13 13:50:19 +00:00
newmkdep COMMENT should start with a capital letter. 2003-07-21 16:35:12 +00:00
noweb s/netbsd.org/NetBSD.org/ 2003-07-17 21:31:04 +00:00
nqc s/netbsd.org/NetBSD.org/ 2003-07-17 21:31:04 +00:00
oaf PKGREVISION++ due to devel/popt update. 2003-11-12 01:31:47 +00:00
ode Initial import of ode-0.039 from pkgsrc-wip. 2003-12-03 19:00:56 +00:00
ogre s/wip/devel/ 2003-12-03 21:18:10 +00:00
opencm PKGREVISION++ after openssl update. 2003-11-12 03:39:39 +00:00
p4 s/netbsd.org/NetBSD.org/ 2003-07-17 21:31:04 +00:00
p4-docs basename -> ${BASENAME}, from Soren Jacobsen via PR pkg/23539. 2003-11-23 07:14:09 +00:00
p4d Instead of including bsd.pkg.install.mk directly in a package Makefile, 2003-01-28 22:03:00 +00:00
p4pr s/netbsd.org/NetBSD.org/ 2003-07-17 21:31:04 +00:00
p4web Initial import of p4web 2002.1. 2002-09-01 05:29:12 +00:00
p5-Algorithm-Annotate import p5-Algorithm-Annotate-0.10. 2003-12-03 16:04:15 +00:00
p5-Algorithm-Diff import p5-Algorithm-Diff-1.15. 2003-12-03 15:58:53 +00:00
p5-Algorithm-Merge import p5-Algorithm-Merge-0.04. 2003-12-03 16:07:56 +00:00
p5-AppConfig Change MAINTAINER to "tech-pkg" instead of the previous "packages". 2003-12-03 22:14:45 +00:00
p5-AtExit s/netbsd.org/NetBSD.org/ 2003-07-17 21:31:04 +00:00
p5-Attribute-Handlers s/netbsd.org/NetBSD.org/ 2003-07-17 21:31:04 +00:00
p5-Bit-Vector s/netbsd.org/NetBSD.org/ 2003-07-17 21:31:04 +00:00
p5-BSD-Resource Change MAINTAINER from packages@ to tech-pkg@. (Noticed by jmmv.) 2003-10-31 19:09:14 +00:00
p5-Cache-Cache Remove duplicate dependency on p5-IPC-ShareLite. 2003-08-31 09:52:02 +00:00
p5-Class-Container Scalar::Util is recommended by Class::Container, and required by 2003-10-11 04:26:10 +00:00
p5-Class-Data-Inheritable Import p5-Class-Data-Inheritable version 0.02. 2003-08-30 18:58:33 +00:00
p5-Class-Loader COMMENT should start with a capital letter. 2003-07-21 16:35:12 +00:00
p5-Class-ObjectTemplate s/netbsd.org/NetBSD.org/ 2003-07-17 21:31:04 +00:00
p5-Class-ReturnValue COMMENT should start with a capital letter. 2003-07-21 16:35:12 +00:00
p5-Compress-Zlib COMMENT should start with a capital letter. 2003-07-21 16:35:12 +00:00
p5-Config-General "It's" stands for "it is" (or "it has"). The apostrophe is not used 2003-08-30 02:14:19 +00:00
p5-Config-IniFiles s/netbsd.org/NetBSD.org/ 2003-07-17 21:31:04 +00:00
p5-Curses Back out last change related to moving ncurses/buildlink2.mk to 2003-09-28 09:13:55 +00:00
p5-Data-Buffer COMMENT should start with a capital letter. 2003-07-21 16:35:12 +00:00
p5-Data-ShowTable s/netbsd.org/NetBSD.org/ 2003-07-17 21:31:04 +00:00
p5-Date-Calc COMMENT should start with a capital letter. 2003-07-21 16:35:12 +00:00
p5-Date-Manip Update to 5.42a: 2003-07-25 12:02:23 +00:00
p5-Devel-SmallProf COMMENT should start with a capital letter. 2003-07-21 16:35:12 +00:00
p5-Devel-StackTrace Update to 1.03: 2003-09-19 09:33:33 +00:00
p5-Devel-Symdump COMMENT should start with a capital letter. 2003-07-21 16:35:12 +00:00
p5-Error s/netbsd.org/NetBSD.org/ 2003-07-17 21:31:04 +00:00
p5-Event s/netbsd.org/NetBSD.org/ 2003-07-17 21:31:04 +00:00
p5-Exception-Class s/@netbsd.org/@NetBSD.org/ in MAINTAINER. 2003-12-24 09:53:47 +00:00
p5-Expect COMMENT should start with a capital letter. 2003-07-21 16:35:12 +00:00
p5-ExtUtils-F77 s/netbsd.org/NetBSD.org/ 2003-07-17 21:31:04 +00:00
p5-File-DirSync Initial import of p5-File-DirSync 1.11 into the NetBSD Packages 2003-12-17 06:25:44 +00:00
p5-File-FlockDir s/netbsd.org/NetBSD.org/ 2003-07-17 21:31:04 +00:00
p5-File-PathConvert s/netbsd.org/NetBSD.org/ 2003-07-17 21:31:04 +00:00
p5-File-Spec CPAN File::Spec - portably perform operations on file names. 2003-10-09 06:21:59 +00:00
p5-File-Temp COMMENT should start with a capital letter. 2003-07-21 16:35:12 +00:00
p5-FileKGlob s/netbsd.org/NetBSD.org/ 2003-07-17 21:31:04 +00:00
p5-FreezeThaw COMMENT should start with a capital letter. 2003-07-21 16:35:12 +00:00
p5-gettext COMMENT should start with a capital letter. 2003-07-21 16:35:12 +00:00
p5-Graph s/netbsd.org/NetBSD.org/ 2003-07-17 21:31:04 +00:00
p5-Heap s/netbsd.org/NetBSD.org/ 2003-07-17 21:31:04 +00:00
p5-Inline Update p5-Inline to 0.44 2003-09-06 03:33:18 +00:00
p5-IO-Null s/netbsd.org/NetBSD.org/ 2003-07-17 21:31:04 +00:00
p5-IO-String s/netbsd.org/NetBSD.org/ 2003-07-17 21:31:04 +00:00
p5-IO-stringy s/netbsd.org/NetBSD.org/ 2003-07-17 21:31:04 +00:00
p5-IO-Stty s/netbsd.org/NetBSD.org/ 2003-07-17 21:31:04 +00:00
p5-IO-Tty s/netbsd.org/NetBSD.org/ 2003-07-17 21:31:04 +00:00
p5-IO-Zlib COMMENT should start with a capital letter. 2003-07-21 16:35:12 +00:00
p5-IPC-Run s/netbsd.org/NetBSD.org/ 2003-07-17 21:31:04 +00:00
p5-IPC-Shareable s/netbsd.org/NetBSD.org/ 2003-07-17 21:31:04 +00:00
p5-IPC-SharedCache s/netbsd.org/NetBSD.org/ 2003-07-17 21:31:04 +00:00
p5-IPC-ShareLite Update p5-IPC-ShareLite from 0.08 to 0.09. 2003-08-31 10:01:43 +00:00
p5-LDAP Place WRKSRC where it belongs, to make pkglint happy; ok'ed by wiz. 2003-03-29 12:40:00 +00:00
p5-Log-Agent COMMENT should start with a capital letter. 2003-07-21 16:35:12 +00:00
p5-Log-Dispatch COMMENT should start with a capital letter. 2003-07-21 16:35:12 +00:00
p5-Log-Dispatch-Config s/netbsd.org/NetBSD.org/ 2003-07-17 21:31:04 +00:00
p5-Make Use buildlink2. Use perl5/module.mk. 2002-10-13 22:22:45 +00:00
p5-Memoize correct HOMEPAGE 2003-12-19 06:24:55 +00:00
p5-Memoize-ExpireLRU Initial import of p5-Memoize-ExpireLRU into the NetBSD Packages 2003-12-19 06:45:19 +00:00
p5-Module-Build Updated p5-Module-Build to 0.21. 2003-12-29 11:54:49 +00:00
p5-Module-Dependency s/netbsd.org/NetBSD.org/ 2003-07-17 21:31:04 +00:00
p5-Net-CIDR Initial import of p5-Net-CIDR 0.09 into the NetBSD Packages Collection. 2003-12-09 04:53:57 +00:00
p5-OLE-Storage_Lite s/netbsd.org/NetBSD.org/ 2003-07-17 21:31:04 +00:00
p5-Params-Validate Updated p5-Params-Validate to 0.72. 2003-12-29 12:03:30 +00:00
p5-Parse-RecDescent COMMENT should start with a capital letter. 2003-07-21 16:35:12 +00:00
p5-Parse-Yapp fix typo in SVR4_PKGNAME 2003-12-03 19:22:07 +00:00
p5-perl-headers Fix error invented in last commit. 2003-09-21 21:04:39 +00:00
p5-Proc-Daemon Initial import of p5-Proc-Daemon version 0.02 into the NetBSD Packages 2003-03-04 17:02:40 +00:00
p5-PV s/netbsd.org/NetBSD.org/ 2003-07-17 21:31:04 +00:00
p5-Safe-Hole Use buildlink2. Use perl5/module.mk. 2002-10-13 22:22:45 +00:00
p5-Scalar-List-Utils Import p5-Scalar-List-Utils version 1.12. 2003-08-30 19:01:32 +00:00
p5-SDL Bump PKGREVISION for libogg (or, in 5 cases, libao) updates. 2003-12-08 14:41:38 +00:00
p5-Set-IntSpan Initial import of Set::IntSpan into the NetBSD packages collection 2003-09-14 20:27:50 +00:00
p5-Set-Scalar COMMENT should start with a capital letter. 2003-07-21 16:35:12 +00:00
p5-SortVersions COMMENT should start with a capital letter. 2003-07-21 16:35:12 +00:00
p5-Storable Fix binary package: use PERL5_SITEARCH instead of PERL5_ARCHLIB for the 2003-09-17 16:52:09 +00:00
p5-subversion Update to 0.34.0. 2003-12-06 03:01:57 +00:00
p5-Term-ReadKey s/netbsd.org/NetBSD.org/ 2003-07-17 21:31:04 +00:00
p5-Term-ReadLine This needs ncurses. Include the buildlink2.mk so it works on systems 2003-12-11 17:27:24 +00:00
p5-Test-Cmd COMMENT should start with a capital letter. 2003-07-21 16:35:12 +00:00
p5-Test-Harness COMMENT should start with a capital letter. 2003-07-21 16:35:12 +00:00
p5-Test-Inline s/netbsd.org/NetBSD.org/ 2003-07-17 21:31:04 +00:00
p5-Test-Simple COMMENT should start with a capital letter. 2003-07-21 16:35:12 +00:00
p5-Test-Unit s/netbsd.org/NetBSD.org/ 2003-07-17 21:31:04 +00:00
p5-Tie-IxHash s/netbsd.org/NetBSD.org/ 2003-07-17 21:31:04 +00:00
p5-WeakRef s/netbsd.org/NetBSD.org/ 2003-07-17 21:31:04 +00:00
palmos-includes Use EXTRACT_CMD_OPTS.zip to customize the flags passed to the unzip 2003-11-22 23:55:15 +00:00
pango Changes 1.2.5: Add mprefixups.[ch] to xft_sources as well as ft2_sources 2003-09-08 14:17:42 +00:00
papaya Override config.guess and config.sub to make the pkg recognize shark. 2003-10-28 23:22:54 +00:00
pardiff COMMENT should start with a capital letter. 2003-07-21 16:35:12 +00:00
patch s/netbsd.org/NetBSD.org/ 2003-07-17 21:31:04 +00:00
pccts Check for __STDC_HOSTED__ to see whether or not to use prototypes and 2003-11-09 06:15:24 +00:00
pcl-cvs o Register conflict between elib and emacs20-elib in elib's Makefile 2003-11-18 16:29:50 +00:00
pcre Update to 4.5: 2003-12-12 22:33:36 +00:00
pedisassem COMMENT should start with a capital letter. 2003-07-21 16:35:12 +00:00
php3-pcre s/netbsd.org/NetBSD.org/ 2003-07-17 21:31:04 +00:00
php4-gettext Update PHP to final 4.3.3 2003-08-31 19:55:21 +00:00
php4-gmp Update PHP to final 4.3.3 2003-08-31 19:55:21 +00:00
php4-posix Update PHP to final 4.3.3 2003-08-31 19:55:21 +00:00
php4-sysvsem Update PHP to final 4.3.3 2003-08-31 19:55:21 +00:00
php4-sysvshm Update PHP to final 4.3.3 2003-08-31 19:55:21 +00:00
physfs Set USE_GCC_SHLIB. Fixes linking on Solaris. 2003-11-06 17:39:30 +00:00
pilrc s/tr/${TR}/g from Soren Jacobsen PR pkg/23631. 2003-12-03 02:42:35 +00:00
pkgconfig Add TEST_TARGET to enable testing 2003-08-27 20:45:22 +00:00
popt Remove bogus const which caused gcc 3.3.2 to issue warnings like 2003-11-24 19:13:19 +00:00
prc-tools drop me as maintainers -- I don't use it any more 2003-10-11 14:20:20 +00:00
prcs USE_NEW_TEXINFO is unnecessary now. 2003-08-09 10:38:23 +00:00
ProjectCenter Noteworthy changes in version `0.3.6': 2003-12-05 10:33:34 +00:00
pth s/netbsd.org/NetBSD.org/ 2003-07-17 21:31:04 +00:00
ptl2 s/netbsd.org/NetBSD.org/ 2003-07-17 21:31:04 +00:00
pvs USE_NEW_TEXINFO is unnecessary now. 2003-08-09 10:38:23 +00:00
pwlib s/netbsd.org/NetBSD.org/ 2003-07-17 21:31:04 +00:00
py-checker update to 0.8.13 2003-12-02 23:37:26 +00:00
py-curses Back out last change related to moving ncurses/buildlink2.mk to 2003-09-28 09:13:55 +00:00
py-cursespanel Back out last change related to moving ncurses/buildlink2.mk to 2003-09-28 09:13:55 +00:00
py-distutils s/netbsd.org/NetBSD.org/ 2003-07-17 21:31:04 +00:00
py-expect s/netbsd.org/NetBSD.org/ 2003-07-17 21:31:04 +00:00
py-idle Fix PYTHON_PATCH_SCRIPTS: pathnames listed should be relative to ${WRKSRC}. 2003-09-02 13:21:30 +00:00
py-kjbuckets s/@netbsd.org/@NetBSD.org/ in MAINTAINER. 2003-12-24 09:53:47 +00:00
py-kqueue s/netbsd.org/NetBSD.org/ 2003-07-17 21:31:04 +00:00
py-logging hange extension.mk to also install optimized files for distutils packages. 2003-09-14 16:43:45 +00:00
py-Optik Add USE_BUILDLINK2 so this picks up a proper depend 2003-09-21 09:39:21 +00:00
py-pqueue add some... 2003-07-25 16:01:15 +00:00
py-readline COMMENT should start with a capital letter. 2003-07-21 16:35:12 +00:00
py-subversion Update to 0.34.0. 2003-12-06 03:01:57 +00:00
py-TPG Add USE_BUILDLINK2 so this picks up a proper depend 2003-09-25 15:43:35 +00:00
py-unit Add USE_BUILDLINK2 so this picks up a proper depend 2003-09-21 09:33:29 +00:00
py-unitgui hange extension.mk to also install optimized files for distutils packages. 2003-09-14 16:43:45 +00:00
py-zconfig hange extension.mk to also install optimized files for distutils packages. 2003-09-14 16:43:45 +00:00
python-mode Add emacs-nox11 to the list of suported Emacs versions, this closes 2003-11-08 08:59:45 +00:00
rapidsvn Make this work with (and require) Subversion 0.35.0. 2003-12-20 18:20:36 +00:00
ratfor s/netbsd.org/NetBSD.org/ 2003-07-17 21:31:04 +00:00
rcs Updated rcs to 5.7nb2 2003-09-02 09:42:55 +00:00
rdp COMMENT should start with a capital letter. 2003-07-21 16:35:12 +00:00
re2c Initial import of re2c-0.9.1 into the NetBSD Packages Collection. 2003-07-29 16:17:41 +00:00
readline update HOMEPAGE 2003-09-19 05:18:35 +00:00
roundup update to roundup-0.6.4 2003-12-25 19:51:45 +00:00
rpc2 update to 1.19 2003-08-25 10:28:43 +00:00
rt-mysql s/netbsd.org/NetBSD.org/ 2003-07-17 21:31:04 +00:00
rt-pgsql Initial import of a pkg for the RT ticketing system. 2002-09-19 21:41:18 +00:00
ruby-amstd Update DESCR file to current version. 2003-09-02 17:21:56 +00:00
ruby-bsearch s/netbsd.org/NetBSD.org/ 2003-07-17 21:31:04 +00:00
ruby-byaccr It seems that old MASTER_SITES is no longer available. 2003-08-30 07:29:53 +00:00
ruby-filelock s/netbsd.org/NetBSD.org/ 2003-07-17 21:31:04 +00:00
ruby-installpkg use DIST_SUBDIR as ruby. 2003-07-07 03:40:20 +00:00
ruby-mode s/netbsd.org/NetBSD.org/ 2003-07-17 21:31:04 +00:00
ruby-mutexm s/netbsd.org/NetBSD.org/ 2003-07-17 21:31:04 +00:00
ruby-optparse Improve HOMEPAGE's URL a little bit. 2003-08-30 07:55:22 +00:00
ruby-racc Forgot to commit PLIST. 2003-08-30 08:30:26 +00:00
ruby-racc-runtime share distinfo file with ruby-racc package. 2003-08-30 08:23:16 +00:00
ruby-rd-mode Update ruby-rd-mode package to 0.6.14 with the update of ruby-rdtool package. 2003-09-10 16:00:24 +00:00
ruby-readline Bump PKGREVISION for packages which install files into RUBY_ARCHLIBDIR, 2003-12-19 12:04:20 +00:00
ruby-ri s/netbsd.org/NetBSD.org/ 2003-07-17 21:31:04 +00:00
ruby-strscan Update ruby-strscan package to 0.6.7. 2003-08-30 07:54:03 +00:00
ruby-testunit Initial importing ruby-testunit 0.1.8 package based on PR pkg/22136 by 2003-10-05 09:29:53 +00:00
ruby-textbuf s/netbsd.org/NetBSD.org/ 2003-07-17 21:31:04 +00:00
ruby-unit Update ruby-unit package to 0.5.6. 2003-08-30 08:36:53 +00:00
ruby-zlib Importing ruby-zlib 0.6.0 into devel category. 2003-08-30 07:16:42 +00:00
rvm update to 1.8 2003-08-25 10:31:07 +00:00
rx USE_NEW_TEXINFO is unnecessary now. 2003-08-09 10:38:23 +00:00
sablecc Put these packages into a new pseudo-category called 'java'. 2003-08-23 15:09:51 +00:00
sdcc s/netbsd.org/NetBSD.org/ 2003-07-17 21:31:04 +00:00
SDL Revert my change so sdl-config is not buildlinked. Like, imlib-config 2003-12-08 20:25:51 +00:00
SDL_gfx s/@netbsd.org/@NetBSD.org/ in MAINTAINER. 2003-12-24 09:53:47 +00:00
SDL_ttf Bump revision due to SDL update, and sync versions in buildlink files where 2003-07-26 21:41:08 +00:00
SDLmm Change my email address to the NetBSD one, ok'ed by wiz@ 2003-08-28 20:05:13 +00:00
semantic USE_NEW_TEXINFO is unnecessary now. 2003-08-09 10:38:23 +00:00
semi Depends on misc/bbdb and www/w3, for consistent PLIST independent on 2003-09-04 13:49:41 +00:00
sfio Fit into 24 lines 2003-10-18 12:15:14 +00:00
sgi-stl s/netbsd.org/NetBSD.org/ 2003-07-17 21:31:04 +00:00
sgi-stl-docs s/netbsd.org/NetBSD.org/ 2003-07-17 21:31:04 +00:00
slib Updated to 2.4.6. Patch provided by David S. <davids@idiom.com> 2003-09-16 18:51:31 +00:00
sml-mode USE_NEW_TEXINFO is unnecessary now. 2003-08-09 10:38:23 +00:00
smpeg As pointed out by jlam: 2003-11-30 22:58:40 +00:00
spiff s/netbsd.org/NetBSD.org/ 2003-07-17 21:31:04 +00:00
splint s/netbsd.org/NetBSD.org/ 2003-07-17 21:31:04 +00:00
st s/netbsd.org/NetBSD.org/ 2003-07-17 21:31:04 +00:00
stlport s/USE_CXX/USE_GCC_SHLIB/ - there are more shared libraries than just 2003-05-29 23:14:07 +00:00
stooop s/netbsd.org/NetBSD.org/ 2003-07-17 21:31:04 +00:00
subversion Update to 0.35.0. 2003-12-20 00:31:47 +00:00
subversion-base Move the massaging of hot-backup.py and tweak-log.cgi from a 2003-12-07 01:21:03 +00:00
swig Place WRKSRC where it belongs, to make pkglint happy; ok'ed by wiz. 2003-03-29 12:40:00 +00:00
swig-build Set USE_GCC_SHLIB. Fixes linking on Solaris. 2003-11-06 18:14:03 +00:00
swig-perl import swig-perl-1.3.19 2003-12-03 15:11:23 +00:00
swig-python Allow also Python 2.3 to be used. 2003-08-17 18:10:35 +00:00
tavrasm Update to 1.19. Closes PR pkg/22711 by Lloyd Parkes. Changes since 1.17: 2003-09-11 18:08:44 +00:00
tcl-tclcl Apply patch provided by Min Sik Kim in PR pkg/22632 to update tcl-tclcl 2003-08-31 19:45:21 +00:00
tet3 This package is a test suite, designed to test the conformance of the 2003-11-17 09:02:55 +00:00
tkcvs s/netbsd.org/NetBSD.org/ 2003-07-17 21:31:04 +00:00
tkdiff s/netbsd.org/NetBSD.org/ 2003-07-17 21:31:04 +00:00
tla re-import of arch as tla (pkgname change) 2003-12-02 23:22:50 +00:00
tmake s/netbsd.org/NetBSD.org/ 2003-07-17 21:31:04 +00:00
tpasm Small HOMEPAGE tweak to appease pkglint. 2003-12-02 18:03:25 +00:00
trio COMMENT should start with a capital letter. 2003-07-21 16:35:12 +00:00
tvision Change MAINTAINER to "tech-pkg" instead of the previous "packages". 2003-12-03 22:14:45 +00:00
ucl s/netbsd.org/NetBSD.org/ 2003-07-17 21:31:04 +00:00
umbrello Bump PKGREVISION for libogg (or, in 5 cases, libao) updates. 2003-12-08 14:41:38 +00:00
uml s/netbsd.org/NetBSD.org/ 2003-07-17 21:31:04 +00:00
unidiff COMMENT should start with a capital letter. 2003-07-21 16:35:12 +00:00
unproven-pthreads s/netbsd.org/NetBSD.org/ 2003-07-17 21:31:04 +00:00
w32api basename-only BUILD_DEPENDS value is wrong. 2003-09-21 19:58:38 +00:00
xdelta USE_NEW_TEXINFO is unnecessary now. 2003-08-09 10:38:23 +00:00
xxgdb COMMENT should start with a capital letter. 2003-07-21 16:35:12 +00:00
yasm Change my email address to the NetBSD one, ok'ed by wiz@ 2003-08-28 20:05:13 +00:00
z80-asm Initial import of z80-asm, version 1.0: 2003-03-20 19:33:45 +00:00
zlib s/netbsd.org/NetBSD.org/ 2003-07-17 21:31:04 +00:00
Makefile Add blib. 2003-12-27 23:05:06 +00:00