summaryrefslogtreecommitdiff
path: root/devel/p5-PerlIO-via-dynamic
AgeCommit message (Collapse)AuthorFilesLines
2008-10-19Depend on p5-Internals. This is actually needed only for perl-5.10apb1-1/+7
(p5-PerlIO-via-dynamic worked with perl-5.8 without needing p5-Internals), but I don't know a way to encode that sort of conditional dependency.
2008-08-11Update from version 0.11nb2 to 0.13.he2-7/+7
Pkgsrc changes: o Add HOMEPAGE using search.cpan.org Upstream changes: [Changes for 0.13 - 31 May, 2008] * Workaround a refcnt bug in Perl 5.10.0 [Changes for 0.12 - 6 Mar, 2006] * Dummy release, as I accidentally delete the previous one from pause.
2008-06-12Add DESTDIR support.joerg1-1/+2
2007-10-25Remove empty PLISTs from pkgsrc since revision 1.33 of plist/plist.mkjlam1-1/+0
can handle packages having no PLIST files.
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
2005-02-23Add RMD160 digests.agc1-1/+2
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-09-26Import p5-PerlIO-via-dynamic-0.11.epg4-0/+24
PerlIO::via::dynamic is used for creating dynamic PerlIO layers. It is useful when the behavior or the layer depends on variables.