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 | 5a5006dcdfa0380f51712941362801acf8f96746 (patch) | |
tree | c6f701a8b3a700e063466a28600a0b6b6a4b1c56 /p5-list-moreutils | |
parent | e360249dc9aba58a5400fdab6c1570eda743fbc5 (diff) | |
download | contrib-5a5006dcdfa0380f51712941362801acf8f96746.tar.gz contrib-5a5006dcdfa0380f51712941362801acf8f96746.tar.xz |
p5-list-moreutils: initial commit, version 0.428
Diffstat (limited to 'p5-list-moreutils')
-rw-r--r-- | p5-list-moreutils/.footprint | 22 | ||||
-rw-r--r-- | p5-list-moreutils/.signature | 5 | ||||
-rw-r--r-- | p5-list-moreutils/Pkgfile | 20 |
3 files changed, 47 insertions, 0 deletions
diff --git a/p5-list-moreutils/.footprint b/p5-list-moreutils/.footprint new file mode 100644 index 000000000..c71124337 --- /dev/null +++ b/p5-list-moreutils/.footprint @@ -0,0 +1,22 @@ +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/MoreUtils.pm +drwxr-xr-x root/root usr/lib/perl5/site_perl/5.28/List/MoreUtils/ +-r--r--r-- root/root usr/lib/perl5/site_perl/5.28/List/MoreUtils/Contributing.pod +-r--r--r-- root/root usr/lib/perl5/site_perl/5.28/List/MoreUtils/PP.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/MoreUtils/ +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::MoreUtils.3pm.gz +-r--r--r-- root/root usr/share/man/man3/List::MoreUtils::Contributing.3pm.gz +-r--r--r-- root/root usr/share/man/man3/List::MoreUtils::PP.3pm.gz diff --git a/p5-list-moreutils/.signature b/p5-list-moreutils/.signature new file mode 100644 index 000000000..dc3d52055 --- /dev/null +++ b/p5-list-moreutils/.signature @@ -0,0 +1,5 @@ +untrusted comment: verify with /etc/ports/contrib.pub +RWSagIOpLGJF34iwuq22C71vnI7xNoykb0QsG1ROrJgQoNcvdrlgi9kAeVcGFurN7wNQIz/UP8DwjpzNAydBpgY83BK7xxhR+QE= +SHA256 (Pkgfile) = 7f40eb7f0e17137f5ae9f0187e1af9c47f584aad4ec0bee7d5bd4cb978355a2b +SHA256 (.footprint) = db515b1901c5b0bf1b4706c2adf51d8cefaa3f19e777f5dc483698caf96776f1 +SHA256 (List-MoreUtils-0.428.tar.gz) = 713e0945d5f16e62d81d5f3da2b6a7b14a4ce439f6d3a7de74df1fd166476cc2 diff --git a/p5-list-moreutils/Pkgfile b/p5-list-moreutils/Pkgfile new file mode 100644 index 000000000..b340f35c4 --- /dev/null +++ b/p5-list-moreutils/Pkgfile @@ -0,0 +1,20 @@ +# Description: Provide the stuff missing in List::Util +# URL: https://cpan.metacpan.org/dist/List-MoreUtils +# Maintainer: Tim Biermann, tbier at posteo dot de +# Depends on: p5-exporter-tiny p5-list-moreutils-xs + +name=p5-list-moreutils +version=0.428 +release=1 +source=(https://cpan.metacpan.org/authors/id/R/RE/REHSACK/List-MoreUtils-$version.tar.gz) + +build() { + cd List-MoreUtils-$version + perl Makefile.PL INSTALLDIRS=vendor + make + make DESTDIR=$PKG install + find $PKG -name .packlist -o \ + -name perllocal.pod -o \ + -name README -o \ + -name '*.bs' | xargs rm +} |