diff options
author | Erwin Lansing <erwin@FreeBSD.org> | 2003-06-11 08:38:53 +0000 |
---|---|---|
committer | Erwin Lansing <erwin@FreeBSD.org> | 2003-06-11 08:38:53 +0000 |
commit | aff2e6b32ddf7b1ace7f93d206cf496e69675c18 (patch) | |
tree | 42b246d6cf16d683b45de96a07de703af3fddc5a /textproc | |
parent | Tarball has been rerolled. No need to bump PORTREVISION. (diff) |
Add p5-YAPE-HTML 1.11, yet Another Parser/Extractor for HTML.
PR: 52888
Submitted by: Mathieu Arnold <m@absolight.net>
Notes
Notes:
svn path=/head/; revision=82764
Diffstat (limited to 'textproc')
-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 cf8b054cab1c..59553a2c1751 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 000000000000..f6c98fb6c4a8 --- /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 000000000000..4a8081a3795e --- /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 000000000000..ef5034f12a45 --- /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 000000000000..4ce85d9fec38 --- /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 |