diff options
author | minskim <minskim@pkgsrc.org> | 2006-04-15 20:41:20 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2006-04-15 20:41:20 +0000 |
commit | bb9aa1b5230f41532498605868c1e1c3edac4bcf (patch) | |
tree | 6b2bf69cf868f3b98d75e4ab6696f5bd15711b97 /textproc/p5-XML-Clean | |
parent | b0be7a18ec21094048257fc36fde3b0ac1907b38 (diff) | |
download | pkgsrc-bb9aa1b5230f41532498605868c1e1c3edac4bcf.tar.gz |
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 (limited to 'textproc/p5-XML-Clean')
-rw-r--r-- | textproc/p5-XML-Clean/DESCR | 10 | ||||
-rw-r--r-- | textproc/p5-XML-Clean/Makefile | 15 | ||||
-rw-r--r-- | textproc/p5-XML-Clean/PLIST | 1 | ||||
-rw-r--r-- | textproc/p5-XML-Clean/distinfo | 5 |
4 files changed, 31 insertions, 0 deletions
diff --git a/textproc/p5-XML-Clean/DESCR b/textproc/p5-XML-Clean/DESCR new file mode 100644 index 00000000000..773b14f9ba2 --- /dev/null +++ b/textproc/p5-XML-Clean/DESCR @@ -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 --git a/textproc/p5-XML-Clean/Makefile b/textproc/p5-XML-Clean/Makefile new file mode 100644 index 00000000000..b1f735373d4 --- /dev/null +++ b/textproc/p5-XML-Clean/Makefile @@ -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 +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 --git a/textproc/p5-XML-Clean/PLIST b/textproc/p5-XML-Clean/PLIST new file mode 100644 index 00000000000..e3d9ff03335 --- /dev/null +++ b/textproc/p5-XML-Clean/PLIST @@ -0,0 +1 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2006/04/15 20:41:20 minskim Exp $ diff --git a/textproc/p5-XML-Clean/distinfo b/textproc/p5-XML-Clean/distinfo new file mode 100644 index 00000000000..d18091c1df7 --- /dev/null +++ b/textproc/p5-XML-Clean/distinfo @@ -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 |