aboutsummaryrefslogtreecommitdiff
path: root/textproc/p5-YAPE-HTML
diff options
context:
space:
mode:
authorErwin Lansing <erwin@FreeBSD.org>2003-06-11 08:38:53 +0000
committerErwin Lansing <erwin@FreeBSD.org>2003-06-11 08:38:53 +0000
commitaff2e6b32ddf7b1ace7f93d206cf496e69675c18 (patch)
tree42b246d6cf16d683b45de96a07de703af3fddc5a /textproc/p5-YAPE-HTML
parent5602d7d15ac26179c434bd2e725949543da040c5 (diff)
downloadports-aff2e6b32ddf7b1ace7f93d206cf496e69675c18.tar.gz
ports-aff2e6b32ddf7b1ace7f93d206cf496e69675c18.zip
Notes
Diffstat (limited to 'textproc/p5-YAPE-HTML')
-rw-r--r--textproc/p5-YAPE-HTML/Makefile22
-rw-r--r--textproc/p5-YAPE-HTML/distinfo1
-rw-r--r--textproc/p5-YAPE-HTML/pkg-descr6
-rw-r--r--textproc/p5-YAPE-HTML/pkg-plist9
4 files changed, 38 insertions, 0 deletions
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