Wed Aug 20 21:20:12 2008 UTC ()
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.

Status:

Vendor Tag:	TNF
Release Tags:	pkgsrc-base


(seb)
diff -r0 -r1.1.1.1 pkgsrc/devel/p5-Data-Taxi/Makefile
diff -r0 -r1.1.1.1 pkgsrc/devel/p5-Data-Taxi/DESCR
diff -r0 -r1.1.1.1 pkgsrc/devel/p5-Data-Taxi/distinfo

File Added: pkgsrc/devel/p5-Data-Taxi/Makefile
# $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
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"

File Added: pkgsrc/devel/p5-Data-Taxi/DESCR
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.

File Added: pkgsrc/devel/p5-Data-Taxi/distinfo
$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