summaryrefslogtreecommitdiff
path: root/p5-file-slurper
diff options
context:
space:
mode:
authorTim Biermann <tbier@posteo.de>2019-08-31 10:40:11 +0000
committerTim Biermann <tbier@posteo.de>2019-08-31 10:40:11 +0000
commit065c05f74c5c5707b0df510f9ff81138038f5387 (patch)
treeb398e48d7947a89b612badb7ecd253b1b73c4cd8 /p5-file-slurper
parent3141a9ecb935d12fba87f727cd9fa7dd546b2cb5 (diff)
downloadcontrib-065c05f74c5c5707b0df510f9ff81138038f5387.tar.gz
contrib-065c05f74c5c5707b0df510f9ff81138038f5387.tar.xz
p5-file-slurper: initial commit, version 0.012
Diffstat (limited to 'p5-file-slurper')
-rw-r--r--p5-file-slurper/.footprint17
-rw-r--r--p5-file-slurper/.signature5
-rw-r--r--p5-file-slurper/Pkgfile19
3 files changed, 41 insertions, 0 deletions
diff --git a/p5-file-slurper/.footprint b/p5-file-slurper/.footprint
new file mode 100644
index 000000000..0677ae1c1
--- /dev/null
+++ b/p5-file-slurper/.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/File/
+-r--r--r-- root/root usr/lib/perl5/site_perl/5.28/File/Slurper.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/File/
+drwxr-xr-x root/root usr/lib/perl5/site_perl/5.28/linux-thread-multi/auto/File/Slurper/
+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/File::Slurper.3pm.gz
diff --git a/p5-file-slurper/.signature b/p5-file-slurper/.signature
new file mode 100644
index 000000000..499072570
--- /dev/null
+++ b/p5-file-slurper/.signature
@@ -0,0 +1,5 @@
+untrusted comment: verify with /etc/ports/contrib.pub
+RWSagIOpLGJF31KP1cDSB8lEQSrZmkwJhXCWAnqGnL6ieoKWzTx74mt4eVaba5OZYQAcL18W/lSLeL3zBB482zbneHdiFcvrPgY=
+SHA256 (Pkgfile) = 7cb671b7e1de12e81e6468e7d0c6a7b7b142db55acb650631235891910f8be67
+SHA256 (.footprint) = 3f6201dd812134af3172675e16e268547061ed9324e7cc2545e34e7892d05b92
+SHA256 (File-Slurper-0.012.tar.gz) = 4efb2ea416b110a1bda6f8133549cc6ea3676402e3caf7529fce0313250aa578
diff --git a/p5-file-slurper/Pkgfile b/p5-file-slurper/Pkgfile
new file mode 100644
index 000000000..f4edfa1fd
--- /dev/null
+++ b/p5-file-slurper/Pkgfile
@@ -0,0 +1,19 @@
+# Description: A simple, sane and efficient module to slurp a file
+# URL: https://metacpan.org/release/File-Slurper
+# Maintainer: Tim Biermann, tbier at posteo dot de
+# Depends on:
+
+name=p5-file-slurper
+version=0.012
+release=1
+source=(https://cpan.metacpan.org/authors/id/L/LE/LEONT/File-Slurper-$version.tar.gz)
+
+build() {
+ cd File-Slurper-$version
+ unset PERL5LIB PERL_MM_OPT PERL_MB_OPT PERL_LOCAL_LIB_ROOT
+ export PERL_MM_USE_DEFAULT=1 PERL_AUTOINSTALL=--skipdeps
+ perl Makefile.PL
+ make
+ make install INSTALLDIRS=vendor DESTDIR=$PKG
+ find $PKG \( -name '.packlist' -o -name '*.pod' \) -delete
+}

Generated by cgit