summaryrefslogtreecommitdiff
path: root/databases/p5-gdbm
AgeCommit message (Collapse)AuthorFilesLines
2001-11-26Buildlinkify, in the sense that only the perl headers are found injlam3-3/+18
${PREFIX} -- everything else is pickup up from ${BUILDLINK_DIR}.
2001-11-01Move pkg/ files into package's toplevel directoryzuntum3-1/+1
2001-10-18SVR4 packages have a limit of 9 chars for a package name.veego1-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-03Update databases/p5-gdbm to 1.05, the latest version from the perl-5.6.1jlam2-12/+10
distribution. There is no list of changes from version 1.03, the one from the perl-5.6.0 distribution.
2001-04-18Move to sha1 digests, and add distfile sizes.agc1-2/+3
2001-04-17+ move the distfile digest/checksum value from files/md5 to distinfoagc1-1/+1
+ move the patch digest/checksum values from files/patch-sum to distinfo + include distfile filesizes in distinfo
2001-02-16Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.wiz2-2/+2
2000-08-30Change directory of perl>=5.6.0 from lang/perl5-current to lang/perl5.jlam1-2/+2
2000-08-29Needs at least perl-5.6.0 to build.jlam1-1/+2
2000-08-27Update to p5-gdbm-1.03 from the perl-5.6.0 distribution. This module wasjlam2-5/+5
previously incorrectly versioned at 5.4.4.
2000-08-27Convert packages to use PERL5_PACKLIST (part 2). These are the database andjlam2-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-13change dependency from gdbm-1.7.3 to gdbm>=1.7.3wiz1-2/+2
2000-01-08minimal fixes to keep pkglint happywiz1-2/+2
1999-05-19s/EXTRACT_AFTER_ARGS/EXTRACT_ELEMENTS/, per Simon Burge <simonb@netbsd.org>.hubertf1-2/+2
1999-04-08s/netbsd/${LOWER_OPSYS}/gagc1-5/+5
1999-04-01Rewrite the extraction commands to be more intuitive.agc1-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-03Extract File_GDBM from the Perl distribution and install it in site_perl.kim5-0/+35