p5-list-moreutils: initial commit, version 0.428

This commit is contained in:
Tim Biermann 2019-08-31 10:40:23 +00:00
parent e360249dc9
commit 5a5006dcdf
Signed by: tb
GPG Key ID: 42F8B4E30B673606
3 changed files with 47 additions and 0 deletions

View File

@ -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

View File

@ -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

20
p5-list-moreutils/Pkgfile Normal file
View File

@ -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
}