pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/p5-Python-Serialise-Marshal Import p5-Python-Ser...
details: https://anonhg.NetBSD.org/pkgsrc/rev/aef4e0ebe16c
branches: trunk
changeset: 621193:aef4e0ebe16c
user: rodent <rodent%pkgsrc.org@localhost>
date: Sat Jul 06 00:38:25 2013 +0000
description:
Import p5-Python-Serialise-Marshal-0.02 as devel/p5-Python-Serialise-Marshal.
Marshalling is a method of serialising files in Python (another method,
Pickling, is also available). It is the method that Mailman uses to store its
config files. This module is an attempt to write a pure Perl implementation of
the algorithm.
diffstat:
devel/p5-Python-Serialise-Marshal/DESCR | 4 ++++
devel/p5-Python-Serialise-Marshal/Makefile | 23 +++++++++++++++++++++++
devel/p5-Python-Serialise-Marshal/PLIST | 4 ++++
devel/p5-Python-Serialise-Marshal/distinfo | 5 +++++
4 files changed, 36 insertions(+), 0 deletions(-)
diffs (52 lines):
diff -r ed985fa410b8 -r aef4e0ebe16c devel/p5-Python-Serialise-Marshal/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-Python-Serialise-Marshal/DESCR Sat Jul 06 00:38:25 2013 +0000
@@ -0,0 +1,4 @@
+Marshalling is a method of serialising files in Python (another method,
+Pickling, is also available). It is the method that Mailman uses to store its
+config files. This module is an attempt to write a pure Perl implementation of
+the algorithm.
diff -r ed985fa410b8 -r aef4e0ebe16c devel/p5-Python-Serialise-Marshal/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-Python-Serialise-Marshal/Makefile Sat Jul 06 00:38:25 2013 +0000
@@ -0,0 +1,23 @@
+# $NetBSD: Makefile,v 1.1 2013/07/06 00:38:25 rodent Exp $
+#
+
+DISTNAME= Python-Serialise-Marshal-0.02
+PKGNAME= p5-${DISTNAME}
+CATEGORIES= devel
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Python/}
+
+MAINTAINER= rodent%NetBSD.org@localhost
+HOMEPAGE= http://search.cpan.org/~simonw/Python-Serialise-Marshal-0.02/lib/Python/Serialise/Marshal.pm
+COMMENT= Module for reading and writing marshalled Python files
+LICENSE= ${PERL5_LICENSE}
+
+DEPENDS+= p5-File-Binary>=1.0:../../devel/p5-File-Binary
+DEPENDS+= p5-Math-Complex-[0-9]*:../../math/p5-Math-Complex
+DEPENDS+= p5-Test-Simple-[0-9]*:../../devel/p5-Test-Simple
+
+PERL5_MODULE_TYPE= Module::Build
+PERL5_PACKLIST= auto/Python/Serialise/Marshal/.packlist
+USE_LANGUAGES= # none
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r ed985fa410b8 -r aef4e0ebe16c devel/p5-Python-Serialise-Marshal/PLIST
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-Python-Serialise-Marshal/PLIST Sat Jul 06 00:38:25 2013 +0000
@@ -0,0 +1,4 @@
+@comment $NetBSD: PLIST,v 1.1 2013/07/06 00:38:25 rodent Exp $
+${PERL5_SUB_INSTALLVENDORLIB}/Python/Serialise/Marshal.pm
+${PERL5_SUB_INSTALLVENDORARCH}/auto/Python/Serialise/Marshal/.packlist
+${PERL5_SUB_INSTALLVENDORMAN3DIR}/Python::Serialise::Marshal.3
diff -r ed985fa410b8 -r aef4e0ebe16c devel/p5-Python-Serialise-Marshal/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-Python-Serialise-Marshal/distinfo Sat Jul 06 00:38:25 2013 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2013/07/06 00:38:25 rodent Exp $
+
+SHA1 (Python-Serialise-Marshal-0.02.tar.gz) = b4587f13092a6dec82bdf1a75df40b8b93dbe744
+RMD160 (Python-Serialise-Marshal-0.02.tar.gz) = 0e1d84368fe473a85b2edfb6bc9fab8ceaf5b006
+Size (Python-Serialise-Marshal-0.02.tar.gz) = 8881 bytes
Home |
Main Index |
Thread Index |
Old Index