summaryrefslogtreecommitdiff
path: root/p5-html-parser
diff options
context:
space:
mode:
authorJohannes Winkelmann <jw@smts.ch>2006-02-23 15:26:10 +0000
committerJohannes Winkelmann <jw@smts.ch>2006-02-23 15:26:10 +0000
commitbdea7e6c6a535e57a07d376a3139d0788efaaa41 (patch)
tree1a7334c99fa39b1ad1a7a35c113b18cb0d92413c /p5-html-parser
downloadopt-bdea7e6c6a535e57a07d376a3139d0788efaaa41.tar.gz
opt-bdea7e6c6a535e57a07d376a3139d0788efaaa41.tar.xz
create branch for 2.2
Diffstat (limited to 'p5-html-parser')
-rw-r--r--p5-html-parser/.footprint30
-rw-r--r--p5-html-parser/.md5sum1
-rw-r--r--p5-html-parser/Pkgfile17
3 files changed, 48 insertions, 0 deletions
diff --git a/p5-html-parser/.footprint b/p5-html-parser/.footprint
new file mode 100644
index 000000000..af4a214f8
--- /dev/null
+++ b/p5-html-parser/.footprint
@@ -0,0 +1,30 @@
+drwxr-xr-x root/root usr/
+drwxr-xr-x root/root usr/lib/
+drwxr-xr-x root/root usr/lib/perl5/
+drwxr-xr-x root/root usr/lib/perl5/5.8.7/
+drwxr-xr-x root/root usr/lib/perl5/5.8.7/linux/
+drwxr-xr-x root/root usr/lib/perl5/site_perl/
+drwxr-xr-x root/root usr/lib/perl5/site_perl/5.8.7/
+drwxr-xr-x root/root usr/lib/perl5/site_perl/5.8.7/linux/
+drwxr-xr-x root/root usr/lib/perl5/site_perl/5.8.7/linux/HTML/
+-r--r--r-- root/root usr/lib/perl5/site_perl/5.8.7/linux/HTML/Entities.pm
+-r--r--r-- root/root usr/lib/perl5/site_perl/5.8.7/linux/HTML/Filter.pm
+-r--r--r-- root/root usr/lib/perl5/site_perl/5.8.7/linux/HTML/HeadParser.pm
+-r--r--r-- root/root usr/lib/perl5/site_perl/5.8.7/linux/HTML/LinkExtor.pm
+-r--r--r-- root/root usr/lib/perl5/site_perl/5.8.7/linux/HTML/Parser.pm
+-r--r--r-- root/root usr/lib/perl5/site_perl/5.8.7/linux/HTML/PullParser.pm
+-r--r--r-- root/root usr/lib/perl5/site_perl/5.8.7/linux/HTML/TokeParser.pm
+drwxr-xr-x root/root usr/lib/perl5/site_perl/5.8.7/linux/auto/
+drwxr-xr-x root/root usr/lib/perl5/site_perl/5.8.7/linux/auto/HTML/
+drwxr-xr-x root/root usr/lib/perl5/site_perl/5.8.7/linux/auto/HTML/Parser/
+-r--r--r-- root/root usr/lib/perl5/site_perl/5.8.7/linux/auto/HTML/Parser/Parser.bs (EMPTY)
+-r-xr-xr-x root/root usr/lib/perl5/site_perl/5.8.7/linux/auto/HTML/Parser/Parser.so
+drwxr-xr-x root/root usr/man/
+drwxr-xr-x root/root usr/man/man3/
+-r--r--r-- root/root usr/man/man3/HTML::Entities.3pm.gz
+-r--r--r-- root/root usr/man/man3/HTML::Filter.3pm.gz
+-r--r--r-- root/root usr/man/man3/HTML::HeadParser.3pm.gz
+-r--r--r-- root/root usr/man/man3/HTML::LinkExtor.3pm.gz
+-r--r--r-- root/root usr/man/man3/HTML::Parser.3pm.gz
+-r--r--r-- root/root usr/man/man3/HTML::PullParser.3pm.gz
+-r--r--r-- root/root usr/man/man3/HTML::TokeParser.3pm.gz
diff --git a/p5-html-parser/.md5sum b/p5-html-parser/.md5sum
new file mode 100644
index 000000000..52a8b29c8
--- /dev/null
+++ b/p5-html-parser/.md5sum
@@ -0,0 +1 @@
+948f2e5afaf7c9973138d0a66f8206b1 HTML-Parser-3.46.tar.gz
diff --git a/p5-html-parser/Pkgfile b/p5-html-parser/Pkgfile
new file mode 100644
index 000000000..c35d1c422
--- /dev/null
+++ b/p5-html-parser/Pkgfile
@@ -0,0 +1,17 @@
+# Description: HTML::Parser
+# Maintainer: Matt Housh, jaeger at morpheus dot net
+# Depends on: p5-html-tagset
+
+name=p5-html-parser
+version=3.46
+release=1
+source=(http://www.cpan.org/authors/id/G/GA/GAAS/HTML-Parser-$version.tar.gz)
+
+build() {
+ cd HTML-Parser-$version
+ echo "no" | perl Makefile.PL
+ make OPTIMIZE="$CFLAGS"
+ make DESTDIR=$PKG install
+ find ${PKG} -name perllocal.pod -exec rm '{}' \;
+ find ${PKG} -name .packlist -exec rm '{}' \;
+}

Generated by cgit