summaryrefslogtreecommitdiff
path: root/p5-list-utilsby
diff options
context:
space:
mode:
authorTim Biermann <tbier@posteo.de>2019-08-31 10:40:24 +0000
committerTim Biermann <tbier@posteo.de>2019-08-31 10:40:24 +0000
commit323272536e553ba0b465b7650b28384b4f71e677 (patch)
treefdd659767ae018f5dc59f76eb8669002e818a97a /p5-list-utilsby
parent89d4656c5aad1ba6633d2d58a82e9374abcdad34 (diff)
downloadcontrib-323272536e553ba0b465b7650b28384b4f71e677.tar.gz
contrib-323272536e553ba0b465b7650b28384b4f71e677.tar.xz
p5-list-utilsby: initial commit, version 0.11
Diffstat (limited to 'p5-list-utilsby')
-rw-r--r--p5-list-utilsby/.footprint17
-rw-r--r--p5-list-utilsby/.signature5
-rw-r--r--p5-list-utilsby/Pkgfile22
3 files changed, 44 insertions, 0 deletions
diff --git a/p5-list-utilsby/.footprint b/p5-list-utilsby/.footprint
new file mode 100644
index 000000000..c87ff0cba
--- /dev/null
+++ b/p5-list-utilsby/.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/List/
+-r--r--r-- root/root usr/lib/perl5/site_perl/5.28/List/UtilsBy.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/List/
+drwxr-xr-x root/root usr/lib/perl5/site_perl/5.28/linux-thread-multi/auto/List/UtilsBy/
+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/List::UtilsBy.3pm.gz
diff --git a/p5-list-utilsby/.signature b/p5-list-utilsby/.signature
new file mode 100644
index 000000000..ccd2e56f4
--- /dev/null
+++ b/p5-list-utilsby/.signature
@@ -0,0 +1,5 @@
+untrusted comment: verify with /etc/ports/contrib.pub
+RWSagIOpLGJF38H3Ps7u2XORZh9YGaj5xWDbNFD0Qu4FQ05m44SrDoz1pn+YGKy9LBlHzCt1YJiIsJEm1xXdUSqLisLsD/DUygk=
+SHA256 (Pkgfile) = d9d07207c0d2ef0e97ce389eb7394ddc723893c5875fa952f56c93598077b871
+SHA256 (.footprint) = 24784b9d80ca3a725210a3c4fdcc3991b641e13edbedf0c9fd7173af548f3e8b
+SHA256 (List-UtilsBy-0.11.tar.gz) = faddf43b4bc21db8e4c0e89a26e5f23fe626cde3491ec651b6aa338627f5775a
diff --git a/p5-list-utilsby/Pkgfile b/p5-list-utilsby/Pkgfile
new file mode 100644
index 000000000..be22d276f
--- /dev/null
+++ b/p5-list-utilsby/Pkgfile
@@ -0,0 +1,22 @@
+# Description: Higher-order list utility functions
+# URL: https://cpan.metacpan.org/~pevans/List-UtilsBy
+# Maintainer: Tim Biermann, tbier at posteo dot de
+# Depends on:
+
+name=p5-list-utilsby
+version=0.11
+release=1
+source=(https://cpan.metacpan.org/authors/id/P/PE/PEVANS/List-UtilsBy-$version.tar.gz)
+
+build() {
+ cd List-UtilsBy-$version
+ export PERL_MM_USE_DEFAULT=1 \
+ PERL_AUTOINSTALL=--skipdeps \
+ PERL_MM_OPT="INSTALLDIRS=vendor DESTDIR='"$PKG"'" \
+ PERL_MB_OPT="--installdirs vendor --destdir '"$PKG"'" \
+ MODULEBUILDRC=/dev/null
+ perl Makefile.PL
+ make
+ make install
+ find $PKG \( -name '.packlist' -o -name '*.pod' \) -delete
+}

Generated by cgit