p5-list-moreutils-xs: initial commit, version 0.428

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

View File

@ -0,0 +1,20 @@
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/linux-thread-multi/
drwxr-xr-x root/root usr/lib/perl5/site_perl/5.28/linux-thread-multi/List/
drwxr-xr-x root/root usr/lib/perl5/site_perl/5.28/linux-thread-multi/List/MoreUtils/
-r--r--r-- root/root usr/lib/perl5/site_perl/5.28/linux-thread-multi/List/MoreUtils/XS.pm
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/lib/perl5/site_perl/5.28/linux-thread-multi/auto/List/MoreUtils/XS/
-r-xr-xr-x root/root usr/lib/perl5/site_perl/5.28/linux-thread-multi/auto/List/MoreUtils/XS/XS.so
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::XS.3pm.gz

View File

@ -0,0 +1,5 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF3+G+enVU/3Cg1fRN75npsui5L+8hyOu9E+Y/IPD7vd2P874Hz4ERpXQnfUWmNRlKvXzYEBotlpMmLHqxOA77ewU=
SHA256 (Pkgfile) = ce139772bae6363efa332a90a6ba921a178d53ba5a574bbf2c221e8904a246f2
SHA256 (.footprint) = 1e7a61c6b81a5cf669f2ceef019d354221b625312e43971a2f940ef43dc32431
SHA256 (List-MoreUtils-XS-0.428.tar.gz) = 9d9fe621429dfe7cf2eb1299c192699ddebf060953e5ebdc1b4e293c6d6dd62d

View File

@ -0,0 +1,20 @@
# Description: Provide the stuff missing in List::Util
# URL: https://cpan.metacpan.org/dist/List-MoreUtils-XS
# Maintainer: Tim Biermann, tbier at posteo dot de
# Depends on:
name=p5-list-moreutils-xs
version=0.428
release=1
source=(https://cpan.metacpan.org/authors/id/R/RE/REHSACK/List-MoreUtils-XS-$version.tar.gz)
build() {
cd List-MoreUtils-XS-$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
}