summaryrefslogtreecommitdiff
path: root/devel/p5-File-PathConvert/Makefile
AgeCommit message (Collapse)AuthorFilesLines
2004-04-25Bl3ify and enable pkgviews installation.minskim1-2/+4
2003-07-17s/netbsd.org/NetBSD.org/grant1-2/+2
2003-06-02Use tech-pkg@ in favor of packages@ as MAINTAINER for orphaned packages.jschauma1-2/+2
Should anybody feel like they could be the maintainer for any of thewe packages, please adjust.
2002-10-13Use buildlink2. Use perl5/module.mk.seb1-6/+3
2002-03-15Updated p5-File-PathConvert to 0.9 (provided by Shell Hung in pkg/15872)martti1-2/+2
- changes unknown
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-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 :)
1999-09-03Initial import of p5-File-PathConvert-0.85kim1-0/+17
This module provides multiplatform routines to convert paths and URLs from absolute to relative and vice versa and to split paths into volume, directory, and filename portions.