summaryrefslogtreecommitdiff
path: root/devel/p5-File-Spec/Makefile
AgeCommit message (Collapse)AuthorFilesLines
2006-03-04Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where nojlam1-2/+2
developer is officially maintaining the package. The rationale for changing this from "tech-pkg" to "pkgsrc-users" is that it implies that any user can try to maintain the package (by submitting patches to the mailing list). Since the folks most likely to care about the package are the folks that want to use it or are already using it, this would leverage the energy of users who aren't developers.
2005-08-06Bump the PKGREVISIONs of all (638) packages that hardcode the locationsjlam1-2/+2
of Perl files to deal with the perl-5.8.7 update that moved all pkgsrc-installed Perl files into the "vendor" directories.
2005-07-13Turn PERL5_PACKLIST into a relative path instead of an absolute path.jlam1-2/+2
These paths are now relative to PERL5_PACKLIST_DIR, which currently defaults to ${PERL5_SITEARCH}. There is no change to the binary packages.
2005-04-11Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.tv1-2/+1
2004-12-20since perl is now built with threads on most platforms, the perl archlibgrant1-1/+2
module directory has changed (eg. "darwin-2level" vs. "darwin-thread-multi-2level"). binary packages of perl modules need to be distinguishable between being built against threaded perl and unthreaded perl, so bump the PKGREVISION of all perl module packages and introduce BUILDLINK_RECOMMENDED for perl as perl>=5.8.5nb5 so the correct dependencies are registered and the binary packages are distinct. addresses PR pkg/28619 from H. Todd Fujinaka.
2004-12-05Update p5-File-Spec from version 0.86 to 0.90.he1-2/+3
Add HOMEPAGE pointing into search.cpan.org. Change log: 0.90 Tue Aug 31 22:34:50 CDT 2004 - On VMS, directories use vmspath() and files use vmsify(), so rel2abs() has to use some 'educated guessing' when dealing with paths containing slashes. [Craig A. Berry] 0.89 Sun Aug 29 19:02:32 CDT 2004 - Fixed some pathological cases on VMS which broke canonpath() and splitdir(). [Richard Levitte and Craig A. Berry] - Fixed rel2abs() on VMS when passed a unix-style relative path. [Craig A. Berry] 0.88 Thu Jul 22 23:14:32 CDT 2004 - rel2abs() on Win32 will now use the new Cwd::getdcwd() function, so that things like rel2abs('D:foo.txt') work properly when the current drive isn't 'D'. This requires Cwd version 2.18. [Steve Hay] - Got rid of a redundant double-backslash in a character class. [Alexander Farber] - Added much markup to pod for enhanced readability. [Andy Lester] 0.87 Fri Dec 19 08:03:28 CST 2003 - With a one-line change in the tests, backported to perl 5.004. [Issue reported by Barry Kemble]
2004-02-19bl3ify and enable pkgviews installation.minskim1-2/+4
2003-10-09CPAN File::Spec - portably perform operations on file names.thorpej1-0/+17