Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2003-07-21 | COMMENT should start with a capital letter. | martti | 1 | -2/+2 | |
2003-07-17 | s/netbsd.org/NetBSD.org/ | grant | 1 | -2/+2 | |
2003-06-02 | Use tech-pkg@ in favor of packages@ as MAINTAINER for orphaned packages. | jschauma | 1 | -2/+2 | |
Should anybody feel like they could be the maintainer for any of thewe packages, please adjust. | |||||
2003-03-29 | Place WRKSRC where it belongs, to make pkglint happy; ok'ed by wiz. | jmmv | 1 | -2/+2 | |
2002-11-01 | Depend on latest gdbm and bump PKGREVISION (major bump in gdbm library). | wiz | 1 | -1/+2 | |
2002-10-10 | Convert to use buildlink2 and perl5/module.mk. | jlam | 1 | -7/+4 | |
2001-11-26 | Buildlinkify, in the sense that only the perl headers are found in | jlam | 3 | -3/+18 | |
${PREFIX} -- everything else is pickup up from ${BUILDLINK_DIR}. | |||||
2001-11-01 | Move pkg/ files into package's toplevel directory | zuntum | 3 | -1/+1 | |
2001-10-18 | SVR4 packages have a limit of 9 chars for a package name. | veego | 1 | -1/+2 | |
The automatic truncation in gensolpkg doesn't work for packages which have the same package name for the first 5-6 chars. e.g. amanda-server and amanda-client would be named amanda and amanda. Now, we add a SVR4_PKGNAME and use amacl for amanda-client and amase for amanda-server. All svr4 packages also have a vendor tag, so we have to reserve some chars for this tag, which is normaly 3 or 4 chars. Thats why we can only use 6 or 5 chars for SVR4_PKGNAME. I used 5 for all the packages, to give the vendor tag enough room. All p5-* packages and a few other packages have now a SVR4_PKGNAME. | |||||
2001-10-03 | Update databases/p5-gdbm to 1.05, the latest version from the perl-5.6.1 | jlam | 2 | -12/+10 | |
distribution. There is no list of changes from version 1.03, the one from the perl-5.6.0 distribution. | |||||
2001-04-18 | Move to sha1 digests, and add distfile sizes. | agc | 1 | -2/+3 | |
2001-04-17 | + move the distfile digest/checksum value from files/md5 to distinfo | agc | 1 | -1/+1 | |
+ move the patch digest/checksum values from files/patch-sum to distinfo + include distfile filesizes in distinfo | |||||
2001-02-16 | Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT. | wiz | 2 | -2/+2 | |
2000-08-30 | Change directory of perl>=5.6.0 from lang/perl5-current to lang/perl5. | jlam | 1 | -2/+2 | |
2000-08-29 | Needs at least perl-5.6.0 to build. | jlam | 1 | -1/+2 | |
2000-08-27 | Update to p5-gdbm-1.03 from the perl-5.6.0 distribution. This module was | jlam | 2 | -5/+5 | |
previously incorrectly versioned at 5.4.4. | |||||
2000-08-27 | Convert packages to use PERL5_PACKLIST (part 2). These are the database and | jlam | 2 | -12/+6 | |
Apache perl modules, and each compiled and installed/de-installed apparently correctly. As a side effect of the dynamic PLIST, we no longer need to to have separate -static and -shared PLISTs. It's now easier than ever to make a perl5 package for NetBSD :) | |||||
2000-06-13 | change dependency from gdbm-1.7.3 to gdbm>=1.7.3 | wiz | 1 | -2/+2 | |
2000-01-08 | minimal fixes to keep pkglint happy | wiz | 1 | -2/+2 | |
1999-05-19 | s/EXTRACT_AFTER_ARGS/EXTRACT_ELEMENTS/, per Simon Burge <simonb@netbsd.org>. | hubertf | 1 | -2/+2 | |
1999-04-08 | s/netbsd/${LOWER_OPSYS}/g | agc | 1 | -5/+5 | |
1999-04-01 | Rewrite the extraction commands to be more intuitive. | agc | 1 | -2/+2 | |
In the vast majority of cases, nothing has changed (i.e. .tgz, .tar.gz, and .tar.bz2). EXTRACT_USING_PAX can be set as before. For custom extractions, instead of using EXTRACT_BEFORE_ARGS, EXTRACT_AFTER_ARGS and EXTRACT_CMD, simply set EXTRACT_CMD to be the command needed to decompress and extract the lements from the archive. ${DOWNLOADED_DISTFILE} can be used to reference the distfile(s). e.g. for compressed shars, where previously there was: EXTRACT_CMD= ${GZCAT} EXTRACT_BEFORE_ARGS= EXTRACT_AFTER_ARGS= |sh now use: EXTRACT_CMD= ${GZCAT} ${DOWNLOADED_DISTFILE} | ${SH} | |||||
1999-03-03 | Extract File_GDBM from the Perl distribution and install it in site_perl. | kim | 5 | -0/+35 | |