diff options
author | wiz <wiz@pkgsrc.org> | 2005-06-24 20:23:40 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2005-06-24 20:23:40 +0000 |
commit | 6fd5c6e222d03b25128177226f5a03aef9256677 (patch) | |
tree | a92abdc4ddbc6715c88c72ce52311eb529744cb6 /devel/p5-File-Flat | |
parent | 36a63b2df72edb25ddb47cda12034b243419661a (diff) | |
download | pkgsrc-6fd5c6e222d03b25128177226f5a03aef9256677.tar.gz |
Initial import of p5-File-Flat-0.95:
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.
Diffstat (limited to 'devel/p5-File-Flat')
-rw-r--r-- | devel/p5-File-Flat/DESCR | 7 | ||||
-rw-r--r-- | devel/p5-File-Flat/Makefile | 23 | ||||
-rw-r--r-- | devel/p5-File-Flat/PLIST | 1 | ||||
-rw-r--r-- | devel/p5-File-Flat/distinfo | 5 |
4 files changed, 36 insertions, 0 deletions
diff --git a/devel/p5-File-Flat/DESCR b/devel/p5-File-Flat/DESCR new file mode 100644 index 00000000000..29dbdd461ce --- /dev/null +++ b/devel/p5-File-Flat/DESCR @@ -0,0 +1,7 @@ +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. diff --git a/devel/p5-File-Flat/Makefile b/devel/p5-File-Flat/Makefile new file mode 100644 index 00000000000..59ef6f6e503 --- /dev/null +++ b/devel/p5-File-Flat/Makefile @@ -0,0 +1,23 @@ +# $NetBSD: Makefile,v 1.1.1.1 2005/06/24 20:23:40 wiz Exp $ +# + +DISTNAME= File-Flat-0.95 +PKGNAME= p5-${DISTNAME} +CATEGORIES= devel perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=File/} + +MAINTAINER= tech-pkg@NetBSD.org +HOMEPAGE= http://search.cpan.org/dist/File-Flat/ +COMMENT= Implements a flat file system + +BUILD_DEPENDS+= p5-ExtUtils-AutoInstall>=0.59:../../devel/p5-ExtUtils-AutoInstall +DEPENDS+= p5-File-Remove>=0.21:../../sysutils/p5-File-Remove +DEPENDS+= p5-File-NCopy>=0.32:../../sysutils/p5-File-NCopy +DEPENDS+= p5-prefork>=0.02:../../devel/p5-prefork + +PKG_INSTALLATION_TYPES= overwrite pkgviews + +PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/File/Flat/.packlist + +.include "../../lang/perl5/module.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/devel/p5-File-Flat/PLIST b/devel/p5-File-Flat/PLIST new file mode 100644 index 00000000000..c15624d12fd --- /dev/null +++ b/devel/p5-File-Flat/PLIST @@ -0,0 +1 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2005/06/24 20:23:40 wiz Exp $ diff --git a/devel/p5-File-Flat/distinfo b/devel/p5-File-Flat/distinfo new file mode 100644 index 00000000000..c5ca5fb9091 --- /dev/null +++ b/devel/p5-File-Flat/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2005/06/24 20:23:40 wiz Exp $ + +SHA1 (File-Flat-0.95.tar.gz) = 68681b464416ab926a7ac716729ec1a7c2b898d2 +RMD160 (File-Flat-0.95.tar.gz) = edcf49c518c932d3e20e0b4faed3a24f4bfbb8d1 +Size (File-Flat-0.95.tar.gz) = 43521 bytes |