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,6 @@
This module implements a bare-bones class specifically for
the purpose of capturing data from the XML::Writer module.
XML::Writer expects an IO::Handle object and writes XML
data to the specified object (or STDOUT) via its print()
method. This module simulates such an object for the spe-
cific purpose of providing the required print() method.

View File

@@ -0,0 +1,19 @@
# $NetBSD: Makefile,v 1.16 2013/05/31 12:42:22 wiz Exp $
#
DISTNAME= XML-Writer-String-0.1
PKGNAME= p5-${DISTNAME}
PKGREVISION= 7
SVR4_PKGNAME= p5xws
CATEGORIES= textproc perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=XML/}
MAINTAINER= pkgsrc-users@NetBSD.org
COMMENT= Perl module for writing XML documents based on XML::Writer
DEPENDS+= p5-XML-Writer-[0-9]*:../../textproc/p5-XML-Writer
PERL5_PACKLIST= auto/XML/Writer/String/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"

View File

@@ -0,0 +1,5 @@
$NetBSD: distinfo,v 1.2 2005/02/24 14:48:47 agc Exp $
SHA1 (XML-Writer-String-0.1.tar.gz) = 6f9b2c23d94c6289a86335671c731548ddaf622d
RMD160 (XML-Writer-String-0.1.tar.gz) = 9eeede901d28bb69f2d976376240349f0364a59e
Size (XML-Writer-String-0.1.tar.gz) = 5426 bytes