pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/textproc/p5-XML-Clean Import p5-XML-Clean from pkgsrc-...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/5f26d6b51dfb
branches:  trunk
changeset: 511497:5f26d6b51dfb
user:      minskim <minskim%pkgsrc.org@localhost>
date:      Sat Apr 15 20:41:20 2006 +0000

description:
Import p5-XML-Clean from pkgsrc-wip.  Packaged by Romak Kulik.

The ultimate quest of this module is to produce from non-XML text
text, that will will most probably pass through any XML parser one
could find.

Basic cleaning is just XML tag matching (for every opening tag there
will be closing tag as well, and they will form a tree structure).

When you add some extra parameters, you will receive complete XML
text, including XML head and root element (if none were defined in
text, then some will be added).

diffstat:

 textproc/p5-XML-Clean/DESCR    |  10 ++++++++++
 textproc/p5-XML-Clean/Makefile |  15 +++++++++++++++
 textproc/p5-XML-Clean/PLIST    |   1 +
 textproc/p5-XML-Clean/distinfo |   5 +++++
 4 files changed, 31 insertions(+), 0 deletions(-)

diffs (47 lines):

diff -r 88c48ad975c9 -r 5f26d6b51dfb textproc/p5-XML-Clean/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/p5-XML-Clean/DESCR       Sat Apr 15 20:41:20 2006 +0000
@@ -0,0 +1,10 @@
+The ultimate quest of this module is to produce from non-XML text
+text, that will will most probably pass through any XML parser one
+could find.
+
+Basic cleaning is just XML tag matching (for every opening tag there
+will be closing tag as well, and they will form a tree structure).
+
+When you add some extra parameters, you will receive complete XML
+text, including XML head and root element (if none were defined in
+text, then some will be added).
diff -r 88c48ad975c9 -r 5f26d6b51dfb textproc/p5-XML-Clean/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/p5-XML-Clean/Makefile    Sat Apr 15 20:41:20 2006 +0000
@@ -0,0 +1,15 @@
+# $NetBSD: Makefile,v 1.1.1.1 2006/04/15 20:41:20 minskim Exp $
+
+DISTNAME=      XML-Clean-1.06
+PKGNAME=       p5-${DISTNAME}
+CATEGORIES=    textproc perl5
+MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=../../authors/id/P/PK/PKUBANEK/}
+
+MAINTAINER=    kuli0020%umn.edu@localhost
+HOMEPAGE=      http://search.cpan.org/~pkubanek/XML-Clean/
+COMMENT=       Ensure, that *(HTML)* text pass throught an XML parser
+
+PERL5_PACKLIST= auto/XML/Clean/.packlist
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 88c48ad975c9 -r 5f26d6b51dfb textproc/p5-XML-Clean/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/p5-XML-Clean/PLIST       Sat Apr 15 20:41:20 2006 +0000
@@ -0,0 +1,1 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2006/04/15 20:41:20 minskim Exp $
diff -r 88c48ad975c9 -r 5f26d6b51dfb textproc/p5-XML-Clean/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/p5-XML-Clean/distinfo    Sat Apr 15 20:41:20 2006 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2006/04/15 20:41:20 minskim Exp $
+
+SHA1 (XML-Clean-1.06.tar.gz) = e02cad1737a872ce6bde4476d74ce19fa96fdad8
+RMD160 (XML-Clean-1.06.tar.gz) = 2e4419604d1302fd8cfb74d49a0e422bf8a79935
+Size (XML-Clean-1.06.tar.gz) = 3821 bytes



Home | Main Index | Thread Index | Old Index