summaryrefslogtreecommitdiff
path: root/p5-io-html
diff options
context:
space:
mode:
authorTim Biermann <tbier@posteo.de>2019-08-31 10:40:13 +0000
committerTim Biermann <tbier@posteo.de>2019-08-31 10:40:13 +0000
commit56d3ff3eb5a21f09d7b7b95228d9ba25ff151697 (patch)
tree7b59359ea12cdff7fa7ce17099e7a6b97bbe3c1a /p5-io-html
parent8cc217133477f5fc1b8bfb1d0ad92442eb86291c (diff)
downloadcontrib-56d3ff3eb5a21f09d7b7b95228d9ba25ff151697.tar.gz
contrib-56d3ff3eb5a21f09d7b7b95228d9ba25ff151697.tar.xz
p5-io-html: initial commit, version 1.001
Diffstat (limited to 'p5-io-html')
-rw-r--r--p5-io-html/.footprint17
-rw-r--r--p5-io-html/.signature5
-rw-r--r--p5-io-html/Pkgfile19
3 files changed, 41 insertions, 0 deletions
diff --git a/p5-io-html/.footprint b/p5-io-html/.footprint
new file mode 100644
index 000000000..7a6d46f40
--- /dev/null
+++ b/p5-io-html/.footprint
@@ -0,0 +1,17 @@
+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.28/
+drwxr-xr-x root/root usr/lib/perl5/5.28/linux-thread-multi/
+drwxr-xr-x root/root usr/lib/perl5/site_perl/
+drwxr-xr-x root/root usr/lib/perl5/site_perl/5.28/
+drwxr-xr-x root/root usr/lib/perl5/site_perl/5.28/IO/
+-r--r--r-- root/root usr/lib/perl5/site_perl/5.28/IO/HTML.pm
+drwxr-xr-x root/root usr/lib/perl5/site_perl/5.28/linux-thread-multi/
+drwxr-xr-x root/root usr/lib/perl5/site_perl/5.28/linux-thread-multi/auto/
+drwxr-xr-x root/root usr/lib/perl5/site_perl/5.28/linux-thread-multi/auto/IO/
+drwxr-xr-x root/root usr/lib/perl5/site_perl/5.28/linux-thread-multi/auto/IO/HTML/
+drwxr-xr-x root/root usr/share/
+drwxr-xr-x root/root usr/share/man/
+drwxr-xr-x root/root usr/share/man/man3/
+-r--r--r-- root/root usr/share/man/man3/IO::HTML.3pm.gz
diff --git a/p5-io-html/.signature b/p5-io-html/.signature
new file mode 100644
index 000000000..e199b8379
--- /dev/null
+++ b/p5-io-html/.signature
@@ -0,0 +1,5 @@
+untrusted comment: verify with /etc/ports/contrib.pub
+RWSagIOpLGJF33nb0DfUvvsFuRlroHNY2SIg1IfWN5iQ36WjOAlAsZShpLtVuXb0RvtMEP/vFqZXy6MQ3n4oVU1tPhIVT0cSAQQ=
+SHA256 (Pkgfile) = 94039451d1c8046bac64bc723b6c406a2bf4efa2f197aeaf785c4b0b8ba84c4b
+SHA256 (.footprint) = 4d0565a3dfcb4804276eeacb0df58b05ccfe2e11dc4c1c4f2455e3fb647d3892
+SHA256 (IO-HTML-1.001.tar.gz) = ea78d2d743794adc028bc9589538eb867174b4e165d7d8b5f63486e6b828e7e0
diff --git a/p5-io-html/Pkgfile b/p5-io-html/Pkgfile
new file mode 100644
index 000000000..fd5422bb3
--- /dev/null
+++ b/p5-io-html/Pkgfile
@@ -0,0 +1,19 @@
+# Description: Open an HTML file with automatic charset detection
+# URL: https://cpan.metacpan.org/dist/IO-HTML
+# Maintainer: Tim Biermann, tbier at posteo dot de
+# Depends on:
+
+name=p5-io-html
+version=1.001
+release=1
+source=(https://cpan.metacpan.org/authors/id/C/CJ/CJM/IO-HTML-$version.tar.gz)
+
+build() {
+ cd IO-HTML-$version
+ export PERL_MM_USE_DEFAULT=1 PERL_MM_OPT="INSTALLDIRS=vendor" \
+ PERL_MB_OPT="--installdirs vendor"
+ perl Makefile.PL
+ make
+ make DESTDIR=$PKG install
+ find $PKG \( -name '.packlist' -o -name '*.pod' \) -delete
+}

Generated by cgit