diff options
author | erwin <erwin@FreeBSD.org> | 2003-06-11 08:38:53 +0000 |
---|---|---|
committer | erwin <erwin@FreeBSD.org> | 2003-06-11 08:38:53 +0000 |
commit | 8ec353b62489bff4a87328d29d190dd603f19f7c (patch) | |
tree | 47c01982d7228eb1979ed1cc848e85028f692e51 | |
parent | f44c5bfccd0c6a3c5c706e606093c29105077370 (diff) | |
download | FreeBSD-ports-8ec353b62489bff4a87328d29d190dd603f19f7c.zip FreeBSD-ports-8ec353b62489bff4a87328d29d190dd603f19f7c.tar.gz |
Add p5-YAPE-HTML 1.11, yet Another Parser/Extractor for HTML.
PR: 52888
Submitted by: Mathieu Arnold <m@absolight.net>
-rw-r--r-- | textproc/Makefile | 1 | ||||
-rw-r--r-- | textproc/p5-YAPE-HTML/Makefile | 22 | ||||
-rw-r--r-- | textproc/p5-YAPE-HTML/distinfo | 1 | ||||
-rw-r--r-- | textproc/p5-YAPE-HTML/pkg-descr | 6 | ||||
-rw-r--r-- | textproc/p5-YAPE-HTML/pkg-plist | 9 |
5 files changed, 39 insertions, 0 deletions
diff --git a/textproc/Makefile b/textproc/Makefile index cf8b054..59553a2 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -300,6 +300,7 @@ SUBDIR += p5-XML-XSLT SUBDIR += p5-XML-XUpdate-LibXML SUBDIR += p5-YAML + SUBDIR += p5-YAPE-HTML SUBDIR += p5-dTemplate SUBDIR += p5-libxml SUBDIR += p5-podlators diff --git a/textproc/p5-YAPE-HTML/Makefile b/textproc/p5-YAPE-HTML/Makefile new file mode 100644 index 0000000..f6c98fb --- /dev/null +++ b/textproc/p5-YAPE-HTML/Makefile @@ -0,0 +1,22 @@ +# New ports collection makefile for: p5-YAPE-HTML +# Date created: 3 juin 2003 +# Whom: Mathieu Arnold <m@absolight.net> +# +# $FreeBSD$ +# + +PORTNAME= YAPE-HTML +PORTVERSION= 1.11 +CATEGORIES= textproc perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN} +MASTER_SITE_SUBDIR= ../by-authors/id/P/PI/PINYAN +PKGNAMEPREFIX= p5- + +MAINTAINER= m@absolight.net +COMMENT= Yet Another Parser/Extractor for HTML + +PERL_CONFIGURE= yes + +MAN3= YAPE::HTML.3 YAPE::HTML::Element.3 + +.include <bsd.port.mk> diff --git a/textproc/p5-YAPE-HTML/distinfo b/textproc/p5-YAPE-HTML/distinfo new file mode 100644 index 0000000..4a8081a --- /dev/null +++ b/textproc/p5-YAPE-HTML/distinfo @@ -0,0 +1 @@ +MD5 (YAPE-HTML-1.11.tar.gz) = 72e5f65cd941401c474d5863e70e195c diff --git a/textproc/p5-YAPE-HTML/pkg-descr b/textproc/p5-YAPE-HTML/pkg-descr new file mode 100644 index 0000000..ef5034f --- /dev/null +++ b/textproc/p5-YAPE-HTML/pkg-descr @@ -0,0 +1,6 @@ +This module is yet another parser and tree-builder for HTML documents. It is +designed to make extraction and modification of HTML documents simplistic. The +API allows for easy custom additions to the document being parsed, and allows +very specific tag, text, and comment extraction. + +WWW: http://search.cpan.org/dist/YAPE-HTML/ diff --git a/textproc/p5-YAPE-HTML/pkg-plist b/textproc/p5-YAPE-HTML/pkg-plist new file mode 100644 index 0000000..4ce85d9 --- /dev/null +++ b/textproc/p5-YAPE-HTML/pkg-plist @@ -0,0 +1,9 @@ +%%SITE_PERL%%/YAPE/HTML.pm +%%SITE_PERL%%/YAPE/HTML/Element.pm +%%SITE_PERL%%/%%PERL_ARCH%%/auto/YAPE/HTML/.packlist +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/YAPE/HTML +@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/YAPE 2>/dev/null || true +@dirrm %%SITE_PERL%%/YAPE/HTML +@unexec rmdir %D/%%SITE_PERL%%/YAPE 2>/dev/null || true +@unexec rmdir %D%%SITE_PERL%%/%%PERL_ARCH%%/auto/YAPE 2>/dev/null || true +@unexec rmdir %D%%SITE_PERL%%/YAPE 2>/dev/null || true |