summaryrefslogtreecommitdiff
path: root/devel/p5-File-Flat
AgeCommit message (Collapse)AuthorFilesLines
2007-02-18Update to 1.00:wiz2-7/+8
1.00 Sun 14 Jan 2007 - FINALLY completed full functionality on Win32
2006-10-29Update p5-File-Flat to 0.96.obache2-8/+6
Based on patch provided by Martin Wilke via PR 34348. And since this version, no need to build depend on p5-ExtUtils-AutoInstall. Changes: 0.96 Wed 19 Jul 2006 - Moving from CVS to new SVN repository - Upgrading to Module::Install
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-1/+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-06-26Fix build: add build dependency on devel/p5-Test-ClassAPI andseb1-1/+3
run-time dependency on devel/p5-File-Slurp.
2005-06-24Initial import of p5-File-Flat-0.95:wiz4-0/+36
File::Flat implements a flat file system. A flat file system is a file system in which directories do not exist. It provides an abstraction over any normal file system which makes it appear as if directories do not exist. In effect, it will automatically create directories as needed. This is create for things like install scripts and such, as you never need to worry about the existence of directories, just write to a file, no matter where it is.