summaryrefslogtreecommitdiff
path: root/graphics/p5-GDTextUtil/Makefile
AgeCommit message (Collapse)AuthorFilesLines
2002-10-27Use buildlink2. Use perl5/module.mk.seb1-6/+3
2002-03-13Give all packages which depend on "png" a version bump, and updatefredb1-1/+2
all dependencies on packages depending on "png" which contain shared libraries, all for the (imminent) update to the "png" package. [List courtesy of John Darrow, courtesy of "bulk-build".]
2001-11-26Buildlinkify, in the sense that only the perl headers are found injlam1-3/+4
${PREFIX} -- everything else is pickup up from ${BUILDLINK_DIR}.
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-02-16Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.wiz1-1/+2
2000-11-28Update version to 0.80 at the request of the maintainer, Damon Brodie.david1-2/+2
Also closes PR pkg/11348
2000-08-27Convert packages to use PERL5_PACKLIST (part 1). These were the easyjlam1-3/+4
ones to do, and each compiled and installed/de-installed apparently correctly. As a side effect of the dynamic PLIST, we no longer need to have separate -static and -shared PLISTs. It's now easier than ever to make a perl5 package for NetBSD :)
2000-07-16Initial import of p5-GDTextUtil-0.75, a set of Perl 5 text utilities forrh1-0/+19
use with the GD drawing package. This package was provided by Damon Brodie (damon@brodiefamily.org) in PR 10609.