summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorjtb <jtb@pkgsrc.org>2001-02-20 08:44:18 +0000
committerjtb <jtb@pkgsrc.org>2001-02-20 08:44:18 +0000
commit38fee30a9564e637226e047be8d760c74c750f54 (patch)
tree54ef2b3474f158c643aa1105868a1b9375350140 /devel
parent3aba5f5ae46b3337afe2ce49eb025d1f10e871f4 (diff)
downloadpkgsrc-38fee30a9564e637226e047be8d760c74c750f54.tar.gz
This should have been imported as p5-Storable.
Diffstat (limited to 'devel')
-rw-r--r--devel/p5-Storage/Makefile18
-rw-r--r--devel/p5-Storage/files/md53
-rw-r--r--devel/p5-Storage/pkg/DESCR18
-rw-r--r--devel/p5-Storage/pkg/PLIST1
4 files changed, 0 insertions, 40 deletions
diff --git a/devel/p5-Storage/Makefile b/devel/p5-Storage/Makefile
deleted file mode 100644
index e4f88ec2560..00000000000
--- a/devel/p5-Storage/Makefile
+++ /dev/null
@@ -1,18 +0,0 @@
-# $NetBSD: Makefile,v 1.2 2001/02/16 14:38:53 wiz 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-Storage/files/md5 b/devel/p5-Storage/files/md5
deleted file mode 100644
index 2299095042d..00000000000
--- a/devel/p5-Storage/files/md5
+++ /dev/null
@@ -1,3 +0,0 @@
-$NetBSD: md5,v 1.1.1.1 2001/02/12 04:41:39 jtb Exp $
-
-MD5 (Storable-1.0.7.tar.gz) = 9c125079df77aa2ef2155ee910bb7052
diff --git a/devel/p5-Storage/pkg/DESCR b/devel/p5-Storage/pkg/DESCR
deleted file mode 100644
index cba0c8e2032..00000000000
--- a/devel/p5-Storage/pkg/DESCR
+++ /dev/null
@@ -1,18 +0,0 @@
-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-Storage/pkg/PLIST b/devel/p5-Storage/pkg/PLIST
deleted file mode 100644
index 9557aaacf21..00000000000
--- a/devel/p5-Storage/pkg/PLIST
+++ /dev/null
@@ -1 +0,0 @@
-@comment $NetBSD: PLIST,v 1.1.1.1 2001/02/12 04:41:39 jtb Exp $