summaryrefslogtreecommitdiff
path: root/devel/p5-Storable
diff options
context:
space:
mode:
authorjtb <jtb@pkgsrc.org>2001-02-20 08:54:34 +0000
committerjtb <jtb@pkgsrc.org>2001-02-20 08:54:34 +0000
commit0c643b54c035de406088c63a70596029769b11d6 (patch)
tree878aca820de75e5d495b5b2291772cb3216b4c53 /devel/p5-Storable
parent2c652ddc1771af5cb0fd227563769ef853688371 (diff)
downloadpkgsrc-0c643b54c035de406088c63a70596029769b11d6.tar.gz
Reimport of p5-Storable, with correct name this time.
Diffstat (limited to 'devel/p5-Storable')
-rw-r--r--devel/p5-Storable/Makefile18
-rw-r--r--devel/p5-Storable/files/md53
-rw-r--r--devel/p5-Storable/pkg/DESCR18
-rw-r--r--devel/p5-Storable/pkg/PLIST1
4 files changed, 40 insertions, 0 deletions
diff --git a/devel/p5-Storable/Makefile b/devel/p5-Storable/Makefile
new file mode 100644
index 00000000000..1d71c5d9ef4
--- /dev/null
+++ b/devel/p5-Storable/Makefile
@@ -0,0 +1,18 @@
+# $NetBSD: Makefile,v 1.1.1.1 2001/02/20 08:54:34 jtb Exp $
+
+DISTNAME= Storable-1.0.7
+PKGNAME= p5-${DISTNAME}
+CATEGORIES= devel perl5
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Storable/}
+
+MAINTAINER= jtb@netbsd.org
+COMMENT= Perl extension module for persistent data storage
+
+USE_PERL5= #defined
+PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/Storable/.packlist
+
+do-configure:
+ @cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL
+
+.include "../../mk/bsd.pkg.mk"
+
diff --git a/devel/p5-Storable/files/md5 b/devel/p5-Storable/files/md5
new file mode 100644
index 00000000000..5a94593ab34
--- /dev/null
+++ b/devel/p5-Storable/files/md5
@@ -0,0 +1,3 @@
+$NetBSD: md5,v 1.1.1.1 2001/02/20 08:54:34 jtb Exp $
+
+MD5 (Storable-1.0.7.tar.gz) = 9c125079df77aa2ef2155ee910bb7052
diff --git a/devel/p5-Storable/pkg/DESCR b/devel/p5-Storable/pkg/DESCR
new file mode 100644
index 00000000000..cba0c8e2032
--- /dev/null
+++ b/devel/p5-Storable/pkg/DESCR
@@ -0,0 +1,18 @@
+The Storable extension brings persistency to your data.
+
+You may recursively store to disk any data structure, no matter how
+complex and circular it is, provided it contains only SCALAR, ARRAY,
+HASH (possibly tied) and references (possibly blessed) to those items.
+
+At a later stage, or in another program, you may retrieve data from
+the stored file and recreate the same hiearchy in memory. If you had
+blessed references, the retrieved references are blessed into the same
+package, so you must make sure you have access to the same perl class
+as the one used to create the relevant objects.
+
+There is also a dclone() routine which performs an optimized mirroring
+of any data structure, preserving its topology.
+
+Objects (blessed references) may also redefine the way storage and
+retrieval is performed, and/or what deep cloning should do on those
+objects.
diff --git a/devel/p5-Storable/pkg/PLIST b/devel/p5-Storable/pkg/PLIST
new file mode 100644
index 00000000000..3bbf84de061
--- /dev/null
+++ b/devel/p5-Storable/pkg/PLIST
@@ -0,0 +1 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2001/02/20 08:54:34 jtb Exp $