summaryrefslogtreecommitdiffstats
path: root/www
diff options
context:
space:
mode:
authorvanilla <vanilla@FreeBSD.org>2000-10-13 01:58:35 +0000
committervanilla <vanilla@FreeBSD.org>2000-10-13 01:58:35 +0000
commitb27d4e8828dc26c98e6998b8f688312dbd914624 (patch)
treef8514529914f3d8b9408a31b1c1945e4d3b779e0 /www
parenta18e4165e7fcfdbe470e8818115446a6a384d5d8 (diff)
downloadFreeBSD-ports-b27d4e8828dc26c98e6998b8f688312dbd914624.zip
FreeBSD-ports-b27d4e8828dc26c98e6998b8f688312dbd914624.tar.gz
p5-HTML-Tagset is some useful data table in parsing HTML.
Diffstat (limited to 'www')
-rw-r--r--www/Makefile1
-rw-r--r--www/p5-HTML-Tagset/Makefile26
-rw-r--r--www/p5-HTML-Tagset/distinfo1
-rw-r--r--www/p5-HTML-Tagset/pkg-comment1
-rw-r--r--www/p5-HTML-Tagset/pkg-descr12
-rw-r--r--www/p5-HTML-Tagset/pkg-plist3
6 files changed, 44 insertions, 0 deletions
diff --git a/www/Makefile b/www/Makefile
index 4d91ce1..c9ce6db 100644
--- a/www/Makefile
+++ b/www/Makefile
@@ -132,6 +132,7 @@
SUBDIR += p5-HTML-Stream
SUBDIR += p5-HTML-Summary
SUBDIR += p5-HTML-TableLayout
+ SUBDIR += p5-HTML-Tagset
SUBDIR += p5-HTML-Tree
SUBDIR += p5-HTTPD-Tools
SUBDIR += p5-ParallelUA
diff --git a/www/p5-HTML-Tagset/Makefile b/www/p5-HTML-Tagset/Makefile
new file mode 100644
index 0000000..71a532c
--- /dev/null
+++ b/www/p5-HTML-Tagset/Makefile
@@ -0,0 +1,26 @@
+# New ports collection makefile for: p5-HTML-Tagset
+# Date Created: 13 Oct 2000
+# Whom: Vanilla I. Shu <vanilla@FreeBSD.org>
+#
+# $FreeBSD$
+#
+
+PORTNAME= HTML-Tagset
+PORTVERSION= 3.02
+CATEGORIES= www perl5
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
+MASTER_SITE_SUBDIR= HTML
+PKGNAMEPREFIX= p5-
+
+MAINTAINER= ports@FreeBSD.ORG
+
+USE_PERL5= yes
+
+MAN3= HTML::Tagset.3
+
+MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
+
+do-configure:
+ @cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL
+
+.include <bsd.port.mk>
diff --git a/www/p5-HTML-Tagset/distinfo b/www/p5-HTML-Tagset/distinfo
new file mode 100644
index 0000000..5c2076c
--- /dev/null
+++ b/www/p5-HTML-Tagset/distinfo
@@ -0,0 +1 @@
+MD5 (HTML-Tagset-3.02.tar.gz) = b086aedd55208fcc9946af95490d29f8
diff --git a/www/p5-HTML-Tagset/pkg-comment b/www/p5-HTML-Tagset/pkg-comment
new file mode 100644
index 0000000..6cffa0d
--- /dev/null
+++ b/www/p5-HTML-Tagset/pkg-comment
@@ -0,0 +1 @@
+Some useful data table in parsing HTML.
diff --git a/www/p5-HTML-Tagset/pkg-descr b/www/p5-HTML-Tagset/pkg-descr
new file mode 100644
index 0000000..7dbcddd
--- /dev/null
+++ b/www/p5-HTML-Tagset/pkg-descr
@@ -0,0 +1,12 @@
+This module contains several data tables useful in various kinds of
+HTML parsing operations.
+
+Note that all tag names used are lowercase.
+
+In the following documentation, a "hashset" is a hash being used as a
+set -- the hash conveys that its keys are there, and the actual values
+associated with the keys are not significant. (But what values are
+there, are always true.)
+
+- Vanilla
+vanilla@FreeBSD.ORG
diff --git a/www/p5-HTML-Tagset/pkg-plist b/www/p5-HTML-Tagset/pkg-plist
new file mode 100644
index 0000000..e2b4daa
--- /dev/null
+++ b/www/p5-HTML-Tagset/pkg-plist
@@ -0,0 +1,3 @@
+lib/perl5/site_perl/%%PERL_VER%%/HTML/Tagset.pm
+lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/HTML/Tagset/.packlist
+@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/HTML/Tagset
OpenPOWER on IntegriCloud