pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/p5-Data-Serializer Initial import of p5-Data-Ser...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/619b40534d43
branches:  trunk
changeset: 546146:619b40534d43
user:      seb <seb%pkgsrc.org@localhost>
date:      Fri Aug 22 20:48:15 2008 +0000

description:
Initial import of p5-Data-Serializer version 0.47 in the NetBSD
Packages Collection.

The Perl 5 module Data::Serializer provides a unified interface to
the various serializing modules currently available. Adds the
functionality of both compression and encryption.

diffstat:

 devel/p5-Data-Serializer/DESCR    |   3 ++
 devel/p5-Data-Serializer/MESSAGE  |  24 +++++++++++++++++++++++
 devel/p5-Data-Serializer/Makefile |  40 +++++++++++++++++++++++++++++++++++++++
 devel/p5-Data-Serializer/distinfo |   5 ++++
 4 files changed, 72 insertions(+), 0 deletions(-)

diffs (88 lines):

diff -r 2d47406aa277 -r 619b40534d43 devel/p5-Data-Serializer/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-Data-Serializer/DESCR    Fri Aug 22 20:48:15 2008 +0000
@@ -0,0 +1,3 @@
+The Perl 5 module Data::Serializer provides a unified interface to
+the various serializing modules currently available. Adds the
+functionality of both compression and encryption.
diff -r 2d47406aa277 -r 619b40534d43 devel/p5-Data-Serializer/MESSAGE
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-Data-Serializer/MESSAGE  Fri Aug 22 20:48:15 2008 +0000
@@ -0,0 +1,24 @@
+===========================================================================
+$NetBSD: MESSAGE,v 1.1.1.1 2008/08/22 20:48:15 seb Exp $
+
+Recommended packages (Perl 5 modules) for use with the Perl 5 module
+Data::Serializer:
+
+converters/p5-JSON
+converters/p5-JSON-XS
+converters/p5-MIME-Base64
+devel/p5-Compress-PPMd
+devel/p5-Compress-Zlib
+devel/p5-Config-General
+devel/p5-Data-Denter
+devel/p5-Data-Taxi
+devel/p5-FreezeThaw
+devel/p5-PHP-Serialization
+security/p5-Crypt-Blowfish
+security/p5-Crypt-CBC
+textproc/p5-XML-Dumper
+textproc/p5-XML-Simple
+textproc/p5-YAML
+textproc/p5-YAML-Syck
+
+===========================================================================
diff -r 2d47406aa277 -r 619b40534d43 devel/p5-Data-Serializer/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-Data-Serializer/Makefile Fri Aug 22 20:48:15 2008 +0000
@@ -0,0 +1,40 @@
+# $NetBSD: Makefile,v 1.1.1.1 2008/08/22 20:48:15 seb Exp $
+#
+
+DISTNAME=      Data-Serializer-0.47
+PKGNAME=       p5-${DISTNAME}
+CATEGORIES=    devel perl5
+MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=Data/}
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      http://search.cpan.org/dist/Data-Serializer/
+COMMENT=       Perl 5 module to serialize data structures
+
+PKG_DESTDIR_SUPPORT=   user-destdir
+PERL5_MODULE_TYPE=     Module::Build
+
+USE_LANGUAGES= # empty
+PERL5_PACKLIST=        auto/Data/Serializer/.packlist
+
+# Commented dependencies are recommended packages/modules for use with
+# this package/module
+#DEPENDS+=     p5-Compress-PPMd-[0-9]*:../../devel/p5-Compress-PPMd
+#DEPENDS+=     p5-Compress-Zlib-[0-9]*:../../devel/p5-Compress-Zlib
+#DEPENDS+=     p5-Config-General-[0-9]*:../../devel/p5-Config-General
+#DEPENDS+=     p5-Crypt-Blowfish-[0-9]*:../../security/p5-Crypt-Blowfish
+#DEPENDS+=     p5-Crypt-CBC-[0-9]*:../../security/p5-Crypt-CBC
+#DEPENDS+=     p5-Data-Denter-[0-9]*:../../devel/p5-Data-Denter
+#DEPENDS+=     p5-Data-Taxi-[0-9]*:../../devel/p5-Data-Taxi
+DEPENDS+=      p5-Digest-SHA-[0-9]*:../../security/p5-Digest-SHA
+#DEPENDS+=     p5-FreezeThaw-[0-9]*:../../devel/p5-FreezeThaw
+#DEPENDS+=     p5-JSON-XS-[0-9]*:../../converters/p5-JSON-XS
+#DEPENDS+=     p5-JSON-[0-9]*:../../converters/p5-JSON
+#DEPENDS+=     p5-MIME-Base64-[0-9]*:converters/p5-MIME-Base64
+#DEPENDS+=     p5-PHP-Serialization-[0-9]*:../../devel/p5-PHP-Serialization
+#DEPENDS+=     p5-XML-Dumper-[0-9]*:../../textproc/p5-XML-Dumper
+#DEPENDS+=     p5-XML-Simple-[0-9]*:../../textproc/p5-XML-Simple
+#DEPENDS+=     p5-YAML-Syck-[0-9]*:../../textproc/p5-YAML-Syck
+#DEPENDS+=     p5-YAML-[0-9]*:../../textproc/p5-YAML
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 2d47406aa277 -r 619b40534d43 devel/p5-Data-Serializer/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-Data-Serializer/distinfo Fri Aug 22 20:48:15 2008 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2008/08/22 20:48:15 seb Exp $
+
+SHA1 (Data-Serializer-0.47.tar.gz) = 3f946ce62feab1440d0d6af348b296f5117508cb
+RMD160 (Data-Serializer-0.47.tar.gz) = 28bc9185b7887eb345f7d21cf0f94f87b9b47f18
+Size (Data-Serializer-0.47.tar.gz) = 28857 bytes



Home | Main Index | Thread Index | Old Index