pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/p5-Data-Taxi Initial import of p5-Data-Taxi vers...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/fad8c1cd9747
branches:  trunk
changeset: 546078:fad8c1cd9747
user:      seb <seb%pkgsrc.org@localhost>
date:      Wed Aug 20 21:20:12 2008 +0000

description:
Initial import of p5-Data-Taxi version 0.94 in the NetBSD Packages
Collection.

The Perl 5 module Data::Taxi is a data serializer with several
handy features:
Taint aware
  The data to be serialized does not have to be trusted.  None of
  the input data is executed.
Human readable
  Data::Taxi produces a human-readable string that simplifies
  checking the output of objects.
XML-ish
  Without begin fully XML compliant, Data::Taxi produces a block
  of XML-ish data that could probably be read in by other XML
  parsers.

diffstat:

 devel/p5-Data-Taxi/DESCR    |  10 ++++++++++
 devel/p5-Data-Taxi/Makefile |  19 +++++++++++++++++++
 devel/p5-Data-Taxi/distinfo |   5 +++++
 3 files changed, 34 insertions(+), 0 deletions(-)

diffs (46 lines):

diff -r 250111eb8292 -r fad8c1cd9747 devel/p5-Data-Taxi/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-Data-Taxi/DESCR  Wed Aug 20 21:20:12 2008 +0000
@@ -0,0 +1,10 @@
+The Perl 5 module Data::Taxi is a data serializer with several handy features:
+Taint aware
+  The data to be serialized does not have to be trusted.  None of
+  the input data is executed.
+Human readable
+  Data::Taxi produces a human-readable string that simplifies checking
+  the output of objects.
+XML-ish
+  Without begin fully XML compliant, Data::Taxi produces a block of
+  XML-ish data that could probably be read in by other XML parsers.
diff -r 250111eb8292 -r fad8c1cd9747 devel/p5-Data-Taxi/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-Data-Taxi/Makefile       Wed Aug 20 21:20:12 2008 +0000
@@ -0,0 +1,19 @@
+# $NetBSD: Makefile,v 1.1.1.1 2008/08/20 21:20:12 seb Exp $
+#
+
+DISTNAME=      Data-Taxi-0.94
+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-Taxi/
+COMMENT=       Perl 5 module providing taint-aware, XML-ish data serialization
+
+PKG_DESTDIR_SUPPORT=   user-destdir
+
+USE_LANGUAGES= # empty
+PERL5_PACKLIST=        auto/Data/Taxi/.packlist
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 250111eb8292 -r fad8c1cd9747 devel/p5-Data-Taxi/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-Data-Taxi/distinfo       Wed Aug 20 21:20:12 2008 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2008/08/20 21:20:12 seb Exp $
+
+SHA1 (Data-Taxi-0.94.tar.gz) = 94697304d46f2366ed096464245979bc6cbf7e97
+RMD160 (Data-Taxi-0.94.tar.gz) = b8ca8fd9d057281bb081e373924b59aa0187b796
+Size (Data-Taxi-0.94.tar.gz) = 6431 bytes



Home | Main Index | Thread Index | Old Index