Import of pkgsrc-2013Q2

This commit is contained in:
2013-09-26 17:14:40 +02:00
commit 785076ae39
74991 changed files with 4380255 additions and 0 deletions

View File

@@ -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.

View File

@@ -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
===========================================================================

View File

@@ -0,0 +1,41 @@
# $NetBSD: Makefile,v 1.9 2013/05/31 12:40:13 wiz Exp $
DISTNAME= Data-Serializer-0.59
PKGNAME= p5-${DISTNAME}
PKGREVISION= 2
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Data/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://search.cpan.org/dist/Data-Serializer/
COMMENT= Perl 5 module to serialize data structures
LICENSE= ${PERL5_LICENSE}
PERL5_MODULE_TYPE= Module::Build
USE_LANGUAGES= # empty
PERL5_PACKLIST= auto/Data/Serializer/.packlist
DEPENDS+= {perl>=5.10,p5-Digest-SHA-[0-9]*}:../../security/p5-Digest-SHA
# Commented dependencies are recommended packages/modules for use with
# this package/module
#DEPENDS+= p5-Compress-PPMd-[0-9]*:../../devel/p5-Compress-PPMd
#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-FreezeThaw-[0-9]*:../../devel/p5-FreezeThaw
#DEPENDS+= p5-IO-Compress-[0-9]*:../../devel/p5-Compress-Zlib
#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"

View File

@@ -0,0 +1,5 @@
$NetBSD: distinfo,v 1.4 2011/08/12 06:34:44 adam Exp $
SHA1 (Data-Serializer-0.59.tar.gz) = 0448ad806ca0c9ad786026526dbc115643fcc079
RMD160 (Data-Serializer-0.59.tar.gz) = 2b1c91d7a7fd5db124b6a2fbb750342abffcc975
Size (Data-Serializer-0.59.tar.gz) = 42960 bytes