diff options
author | Tim Biermann <tbier@posteo.de> | 2019-08-31 10:40:23 +0000 |
---|---|---|
committer | Tim Biermann <tbier@posteo.de> | 2019-08-31 10:40:23 +0000 |
commit | e360249dc9aba58a5400fdab6c1570eda743fbc5 (patch) | |
tree | e58ae48ffd71fd46a90d4d7b174bb10a1bad2428 /p5-list-allutils | |
parent | 118d8f2f4a73134d549c97683fe6a13c0b649d05 (diff) | |
download | contrib-e360249dc9aba58a5400fdab6c1570eda743fbc5.tar.gz contrib-e360249dc9aba58a5400fdab6c1570eda743fbc5.tar.xz |
p5-list-allutils: initial commit, version 0.15
Diffstat (limited to 'p5-list-allutils')
-rw-r--r-- | p5-list-allutils/.footprint | 17 | ||||
-rw-r--r-- | p5-list-allutils/.signature | 5 | ||||
-rw-r--r-- | p5-list-allutils/Pkgfile | 19 |
3 files changed, 41 insertions, 0 deletions
diff --git a/p5-list-allutils/.footprint b/p5-list-allutils/.footprint new file mode 100644 index 000000000..bb4ab3f3e --- /dev/null +++ b/p5-list-allutils/.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/AllUtils.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/AllUtils/ +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::AllUtils.3pm.gz diff --git a/p5-list-allutils/.signature b/p5-list-allutils/.signature new file mode 100644 index 000000000..822949924 --- /dev/null +++ b/p5-list-allutils/.signature @@ -0,0 +1,5 @@ +untrusted comment: verify with /etc/ports/contrib.pub +RWSagIOpLGJF30aELGlWKyBGfp/GvculBMqHRN0MxtOQV/Xo1cYkYse7QYzbvwCW6YGkDF9eA9bIQ24tJYLyrjj0rW6sY+K5sg4= +SHA256 (Pkgfile) = d72ee51f576ae1bb8a3b1e6a0ded87efc6df21185af86a69c1fee5321f52e6fe +SHA256 (.footprint) = 93d00c628c39321344aa3c2c6e9b2d09b30e3398e05dbb8800205d0574038167 +SHA256 (List-AllUtils-0.15.tar.gz) = 3711fac729321d3aad8356a756fd9272094f227aa048866a3751f9d8ea6cc95d diff --git a/p5-list-allutils/Pkgfile b/p5-list-allutils/Pkgfile new file mode 100644 index 000000000..ec33c8542 --- /dev/null +++ b/p5-list-allutils/Pkgfile @@ -0,0 +1,19 @@ +# Description: Perl package that combines List::Util and List::MoreUtils in one bite-sized package +# URL: https://cpan.metacpan.org/dist/List-AllUtils +# Maintainer: Tim Biermann, tbier at posteo dot de +# Depends on: p5-list-moreutils p5-list-someutils p5-list-utilsby p5-scalar-list-utils + +name=p5-list-allutils +version=0.15 +release=1 +source=(https://cpan.metacpan.org/authors/id/D/DR/DROLSKY/List-AllUtils-$version.tar.gz) + +build() { + cd List-AllUtils-$version + unset PERL5LIB PERL_MM_OPT PERL_LOCAL_LIB_ROOT + export PERL_MM_USE_DEFAULT=1 PERL_AUTOINSTALL=--skipdeps + /usr/bin/perl Makefile.PL INSTALLDIRS=vendor + make + make install DESTDIR=$PKG + find $PKG \( -name '.packlist' -o -name '*.pod' \) -delete +} |