summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVanilla I. Shu <vanilla@FreeBSD.org>2001-05-27 02:07:44 +0000
committerVanilla I. Shu <vanilla@FreeBSD.org>2001-05-27 02:07:44 +0000
commit3f9a715bc2d7e754f98f7783337eab4296830a74 (patch)
tree633ea3abd60f49bd1e686a9cd7a50874281aa0af
parentDBIx::XML_RDB - Perl extension for creating XML from existing DBI datasources (diff)
HTML::SimpleParse - a bare-bones HTML parser
Notes
Notes: svn path=/head/; revision=43097
Diffstat (limited to '')
-rw-r--r--www/Makefile1
-rw-r--r--www/p5-HTML-SimpleParse/Makefile22
-rw-r--r--www/p5-HTML-SimpleParse/distinfo1
-rw-r--r--www/p5-HTML-SimpleParse/pkg-comment1
-rw-r--r--www/p5-HTML-SimpleParse/pkg-descr2
-rw-r--r--www/p5-HTML-SimpleParse/pkg-plist4
6 files changed, 31 insertions, 0 deletions
diff --git a/www/Makefile b/www/Makefile
index cab10f39ca9c..202090c20a28 100644
--- a/www/Makefile
+++ b/www/Makefile
@@ -204,6 +204,7 @@
SUBDIR += p5-HTML-Pager
SUBDIR += p5-HTML-Parser
SUBDIR += p5-HTML-QuickCheck
+ SUBDIR += p5-HTML-SimpleParse
SUBDIR += p5-HTML-Stream
SUBDIR += p5-HTML-Summary
SUBDIR += p5-HTML-Table
diff --git a/www/p5-HTML-SimpleParse/Makefile b/www/p5-HTML-SimpleParse/Makefile
new file mode 100644
index 000000000000..4ebb34a29f6e
--- /dev/null
+++ b/www/p5-HTML-SimpleParse/Makefile
@@ -0,0 +1,22 @@
+# New ports collection makefile for: p5-HTML-SimpleParse
+# Date created: May 26 2001
+# Whom: vanilla
+#
+# $FreeBSD$
+#
+
+PORTNAME= HTML-SimpleParse
+PORTVERSION= 0.10
+CATEGORIES= www perl5
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
+MASTER_SITE_SUBDIR= HTML
+PKGNAMEPREFIX= p5-
+
+MAINTAINER= ports@FreeBSD.org
+
+PERL_CONFIGURE= yes
+
+MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
+MAN3= HTML::SimpleParse.3
+
+.include <bsd.port.mk>
diff --git a/www/p5-HTML-SimpleParse/distinfo b/www/p5-HTML-SimpleParse/distinfo
new file mode 100644
index 000000000000..e1b3580286e5
--- /dev/null
+++ b/www/p5-HTML-SimpleParse/distinfo
@@ -0,0 +1 @@
+MD5 (HTML-SimpleParse-0.10.tar.gz) = 96606166eacb5a396172e33afdf3941d
diff --git a/www/p5-HTML-SimpleParse/pkg-comment b/www/p5-HTML-SimpleParse/pkg-comment
new file mode 100644
index 000000000000..31c2e12944e1
--- /dev/null
+++ b/www/p5-HTML-SimpleParse/pkg-comment
@@ -0,0 +1 @@
+HTML::SimpleParse - a bare-bones HTML parser
diff --git a/www/p5-HTML-SimpleParse/pkg-descr b/www/p5-HTML-SimpleParse/pkg-descr
new file mode 100644
index 000000000000..de4e8d292be6
--- /dev/null
+++ b/www/p5-HTML-SimpleParse/pkg-descr
@@ -0,0 +1,2 @@
+This module is a simple HTML parser. It is similar in concept to HTML::Parser,
+but it differs in a couple of important ways.
diff --git a/www/p5-HTML-SimpleParse/pkg-plist b/www/p5-HTML-SimpleParse/pkg-plist
new file mode 100644
index 000000000000..1cf5cf971ded
--- /dev/null
+++ b/www/p5-HTML-SimpleParse/pkg-plist
@@ -0,0 +1,4 @@
+lib/perl5/site_perl/%%PERL_VER%%/HTML/SimpleParse.pm
+lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/HTML/SimpleParse/.packlist
+@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/HTML/SimpleParse
+@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/HTML 2>/dev/null || true