pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/p5-File-Flat Initial import of p5-File-Flat-0.95:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/4746e1222406
branches:  trunk
changeset: 496248:4746e1222406
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Fri Jun 24 20:23:40 2005 +0000

description:
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:

 devel/p5-File-Flat/DESCR    |   7 +++++++
 devel/p5-File-Flat/Makefile |  23 +++++++++++++++++++++++
 devel/p5-File-Flat/PLIST    |   1 +
 devel/p5-File-Flat/distinfo |   5 +++++
 4 files changed, 36 insertions(+), 0 deletions(-)

diffs (52 lines):

diff -r 51a38dc90a34 -r 4746e1222406 devel/p5-File-Flat/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-File-Flat/DESCR  Fri Jun 24 20:23:40 2005 +0000
@@ -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 -r 51a38dc90a34 -r 4746e1222406 devel/p5-File-Flat/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-File-Flat/Makefile       Fri Jun 24 20:23:40 2005 +0000
@@ -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@localhost
+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 -r 51a38dc90a34 -r 4746e1222406 devel/p5-File-Flat/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-File-Flat/PLIST  Fri Jun 24 20:23:40 2005 +0000
@@ -0,0 +1,1 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2005/06/24 20:23:40 wiz Exp $
diff -r 51a38dc90a34 -r 4746e1222406 devel/p5-File-Flat/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-File-Flat/distinfo       Fri Jun 24 20:23:40 2005 +0000
@@ -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



Home | Main Index | Thread Index | Old Index