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, which is built as a subclass of XML::Parser, provides a parser
for encoding map files, which are XML files. The file maps/encmap.dtd in the
distribution describes the structure of these files. Calling a parse method
returns the name of the encoding map (obtained from the name attribute of the
root element). The contents of the map are processed through the callback
functions push_prefix, pop_prefix, and range_set.

View File

@@ -0,0 +1,19 @@
# $NetBSD: Makefile,v 1.21 2013/05/31 12:42:19 wiz Exp $
DISTNAME= XML-Encoding-2.08
PKGNAME= p5-${DISTNAME}
PKGREVISION= 3
CATEGORIES= textproc perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=XML/}
MAINTAINER= rhaen@NetBSD.org
HOMEPAGE= http://search.cpan.org/dist/XML-Encoding/
COMMENT= Perl module for parsing XML encoding maps
LICENSE= ${PERL5_LICENSE}
DEPENDS+= p5-XML-Parser>=2.18:../../textproc/p5-XML-Parser
PERL5_PACKLIST= auto/XML/Encoding/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"

View File

@@ -0,0 +1,5 @@
$NetBSD: distinfo,v 1.8 2010/09/21 21:35:50 sno Exp $
SHA1 (XML-Encoding-2.08.tar.gz) = 7c82f88e209a70bad9b1b6e5d89917c9eb6296cd
RMD160 (XML-Encoding-2.08.tar.gz) = 4f35d330e388dabfbfa89ec76a41b6b731c57376
Size (XML-Encoding-2.08.tar.gz) = 195469 bytes