pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/textproc/p5-XML-Encoding Create a package for XML-Enco...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d503b5fa52fa
branches:  trunk
changeset: 483439:d503b5fa52fa
user:      erh <erh%pkgsrc.org@localhost>
date:      Fri Nov 12 06:39:55 2004 +0000

description:
Create a package for XML-Encoding-1.01
A perl module for parsing XML encoding maps

diffstat:

 textproc/p5-XML-Encoding/DESCR    |   6 ++++++
 textproc/p5-XML-Encoding/Makefile |  19 +++++++++++++++++++
 textproc/p5-XML-Encoding/PLIST    |   1 +
 textproc/p5-XML-Encoding/distinfo |   4 ++++
 4 files changed, 30 insertions(+), 0 deletions(-)

diffs (46 lines):

diff -r 96f1b2963a60 -r d503b5fa52fa textproc/p5-XML-Encoding/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/p5-XML-Encoding/DESCR    Fri Nov 12 06:39:55 2004 +0000
@@ -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.
diff -r 96f1b2963a60 -r d503b5fa52fa textproc/p5-XML-Encoding/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/p5-XML-Encoding/Makefile Fri Nov 12 06:39:55 2004 +0000
@@ -0,0 +1,19 @@
+# $NetBSD: Makefile,v 1.1.1.1 2004/11/12 06:39:55 erh Exp $
+
+DISTNAME=      XML-Encoding-1.01
+PKGNAME=       p5-${DISTNAME}
+#SVR4_PKGNAME= 
+CATEGORIES=    textproc perl5
+MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=../../authors/id/C/CO/COOPERCL/}
+
+MAINTAINER=    tech-pkg%NetBSD.org@localhost
+HOMEPAGE=      http://search.cpan.org/dist/XML-Encoding-1.01/
+COMMENT=       Perl module for parsing XML encoding maps
+
+DEPENDS+=      p5-XML-Parser>=2.18:../../textproc/p5-XML-Parser
+
+USE_BUILDLINK3=                YES
+PERL5_PACKLIST=        ${PERL5_SITEARCH}/auto/XML/Encoding/.packlist
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 96f1b2963a60 -r d503b5fa52fa textproc/p5-XML-Encoding/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/p5-XML-Encoding/PLIST    Fri Nov 12 06:39:55 2004 +0000
@@ -0,0 +1,1 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2004/11/12 06:39:55 erh Exp $
diff -r 96f1b2963a60 -r d503b5fa52fa textproc/p5-XML-Encoding/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/p5-XML-Encoding/distinfo Fri Nov 12 06:39:55 2004 +0000
@@ -0,0 +1,4 @@
+$NetBSD: distinfo,v 1.1.1.1 2004/11/12 06:39:55 erh Exp $
+
+SHA1 (XML-Encoding-1.01.tar.gz) = a923c1fe14b1a16b0f0f9138183633555bb5f312
+Size (XML-Encoding-1.01.tar.gz) = 189564 bytes



Home | Main Index | Thread Index | Old Index