summaryrefslogtreecommitdiff
path: root/p5-html-tagset
diff options
context:
space:
mode:
authorDanny Rawlins <monster.romster@gmail.com>2012-07-11 19:38:19 +1000
committerDanny Rawlins <monster.romster@gmail.com>2012-07-11 19:44:35 +1000
commit6c5eac111aa63d857fd5b533a28f2d07c734a5ab (patch)
treefbde67985a2186022f08a4789fa7ead0594a1c58 /p5-html-tagset
parent27e5551e66f35dc6b14202f4371abc75747455cc (diff)
downloadopt-6c5eac111aa63d857fd5b533a28f2d07c734a5ab.tar.gz
opt-6c5eac111aa63d857fd5b533a28f2d07c734a5ab.tar.xz
p5-html-tagset: 3.04 -> 3.20
Diffstat (limited to 'p5-html-tagset')
-rw-r--r--p5-html-tagset/.footprint6
-rw-r--r--p5-html-tagset/.md5sum2
-rw-r--r--p5-html-tagset/Pkgfile23
3 files changed, 15 insertions, 16 deletions
diff --git a/p5-html-tagset/.footprint b/p5-html-tagset/.footprint
index a13d96fb9..26f01d537 100644
--- a/p5-html-tagset/.footprint
+++ b/p5-html-tagset/.footprint
@@ -1,16 +1,10 @@
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.12/
-drwxr-xr-x root/root usr/lib/perl5/5.12/linux-thread-multi/
drwxr-xr-x root/root usr/lib/perl5/site_perl/
drwxr-xr-x root/root usr/lib/perl5/site_perl/5.12/
drwxr-xr-x root/root usr/lib/perl5/site_perl/5.12/HTML/
-r--r--r-- root/root usr/lib/perl5/site_perl/5.12/HTML/Tagset.pm
-drwxr-xr-x root/root usr/lib/perl5/site_perl/5.12/linux-thread-multi/
-drwxr-xr-x root/root usr/lib/perl5/site_perl/5.12/linux-thread-multi/auto/
-drwxr-xr-x root/root usr/lib/perl5/site_perl/5.12/linux-thread-multi/auto/HTML/
-drwxr-xr-x root/root usr/lib/perl5/site_perl/5.12/linux-thread-multi/auto/HTML/Tagset/
drwxr-xr-x root/root usr/man/
drwxr-xr-x root/root usr/man/man3/
-r--r--r-- root/root usr/man/man3/HTML::Tagset.3pm.gz
diff --git a/p5-html-tagset/.md5sum b/p5-html-tagset/.md5sum
index ae224eadd..7074623d9 100644
--- a/p5-html-tagset/.md5sum
+++ b/p5-html-tagset/.md5sum
@@ -1 +1 @@
-b82e0f08c1ececefe98b891f30dd56a6 HTML-Tagset-3.04.tar.gz
+d2bfa18fe1904df7f683e96611e87437 HTML-Tagset-3.20.tar.gz
diff --git a/p5-html-tagset/Pkgfile b/p5-html-tagset/Pkgfile
index 841d49006..9be6aeffd 100644
--- a/p5-html-tagset/Pkgfile
+++ b/p5-html-tagset/Pkgfile
@@ -1,19 +1,24 @@
-# Description: HTML::Tagset
-# URL: http://search.cpan.org/~petdance/HTML-Tagset-3.04/
-# Maintainer: Lucas Hazel, lucas at die dot net dot au
+# Description: Data tables useful in parsing HTML.
+# URL: http://search.cpan.org/dist/HTML-Tagset
+# Maintainer: Danny Rawlins, monster dot romster at gmail dot com
# Packager: Matt Housh, jaeger at morpheus dot net
-# Depends on: perl
name=p5-html-tagset
-version=3.04
-release=4
-source=(http://www.cpan.org/authors/id/S/SB/SBURKE/HTML-Tagset-$version.tar.gz)
+version=3.20
+release=1
+source=(http://search.cpan.org/CPAN/authors/id/P/PE/PETDANCE/HTML-Tagset-$version.tar.gz)
build() {
cd HTML-Tagset-$version
perl Makefile.PL
make OPTIMIZE="$CFLAGS"
make DESTDIR=$PKG install
- find ${PKG} -name perllocal.pod -exec rm '{}' \;
- find ${PKG} -name .packlist -exec rm '{}' \;
+
+ find $PKG -type f \( \
+ -name '.packlist' -or \
+ -name '*.bs' -or \
+ -name 'autosplit.ix' -or \
+ -name 'perllocal.pod' \) -delete
+
+ find $PKG -depth -empty -exec rm -r {} \;
}

Generated by cgit