Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc p5-Storable: remove
details: https://anonhg.NetBSD.org/pkgsrc/rev/fea046b2d82c
branches: trunk
changeset: 437988:fea046b2d82c
user: wiz <wiz%pkgsrc.org@localhost>
date: Fri Sep 04 09:48:32 2020 +0000
description:
p5-Storable: remove
Part of perl since 2004 or so.
diffstat:
devel/Makefile | 3 +--
devel/p5-Storable/DESCR | 19 -------------------
devel/p5-Storable/Makefile | 17 -----------------
devel/p5-Storable/distinfo | 6 ------
doc/CHANGES-2020 | 3 ++-
5 files changed, 3 insertions(+), 45 deletions(-)
diffs (85 lines):
diff -r a583954aea32 -r fea046b2d82c devel/Makefile
--- a/devel/Makefile Fri Sep 04 09:44:17 2020 +0000
+++ b/devel/Makefile Fri Sep 04 09:48:32 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3187 2020/09/02 23:44:50 mef Exp $
+# $NetBSD: Makefile,v 1.3188 2020/09/04 09:48:32 wiz Exp $
#
COMMENT= Development utilities
@@ -1837,7 +1837,6 @@
SUBDIR+= p5-Specio
SUBDIR+= p5-Spiffy
SUBDIR+= p5-Spoon
-SUBDIR+= p5-Storable
SUBDIR+= p5-Stream-Buffered
SUBDIR+= p5-String-Escape
SUBDIR+= p5-String-Format
diff -r a583954aea32 -r fea046b2d82c devel/p5-Storable/DESCR
--- a/devel/p5-Storable/DESCR Fri Sep 04 09:44:17 2020 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,19 +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 -r a583954aea32 -r fea046b2d82c devel/p5-Storable/Makefile
--- a/devel/p5-Storable/Makefile Fri Sep 04 09:44:17 2020 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,17 +0,0 @@
-# $NetBSD: Makefile,v 1.53 2020/08/31 18:08:51 wiz Exp $
-
-DISTNAME= Storable-3.15
-PKGNAME= p5-${DISTNAME}
-PKGREVISION= 2
-CATEGORIES= devel perl5
-MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Storable/}
-
-MAINTAINER= pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE= https://metacpan.org/release/Storable
-COMMENT= Perl extension module for persistent data storage
-LICENSE= ${PERL5_LICENSE}
-
-PERL5_PACKLIST= auto/Storable/.packlist
-
-.include "../../lang/perl5/module.mk"
-.include "../../mk/bsd.pkg.mk"
diff -r a583954aea32 -r fea046b2d82c devel/p5-Storable/distinfo
--- a/devel/p5-Storable/distinfo Fri Sep 04 09:44:17 2020 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,6 +0,0 @@
-$NetBSD: distinfo,v 1.24 2019/04/27 07:36:41 wen Exp $
-
-SHA1 (Storable-3.15.tar.gz) = dfd5ef17f9cdca7c246a90cbde7948e4c0168670
-RMD160 (Storable-3.15.tar.gz) = eb227a9966603bd64078630673779284f5061d96
-SHA512 (Storable-3.15.tar.gz) = cd84d50a75b2d639b3075a671615ca1e879fe7b3322bf987843b5c08a8644807b58a671bee340f9694645d789b5a0f7ae93176cb06c94d795fe629697ca077ba
-Size (Storable-3.15.tar.gz) = 200589 bytes
diff -r a583954aea32 -r fea046b2d82c doc/CHANGES-2020
--- a/doc/CHANGES-2020 Fri Sep 04 09:44:17 2020 +0000
+++ b/doc/CHANGES-2020 Fri Sep 04 09:48:32 2020 +0000
@@ -1,4 +1,4 @@
-$NetBSD: CHANGES-2020,v 1.4734 2020/09/04 09:44:17 wiz Exp $
+$NetBSD: CHANGES-2020,v 1.4735 2020/09/04 09:48:32 wiz Exp $
Changes to the packages collection and infrastructure in 2020:
@@ -7328,3 +7328,4 @@
Removed security/p5-Digest-MD5 successor lang/perl5 [wiz 2020-09-04]
Updated print/p5-biblatex-biber to 2.14nb2 [wiz 2020-09-04]
Removed converters/p5-Unicode-Normalize successor lang/perl5 [wiz 2020-09-04]
+ Removed devel/p5-Storable successor lang/perl5 [wiz 2020-09-04]
Home |
Main Index |
Thread Index |
Old Index