diff --git a/p5-list-moreutils-xs/.footprint b/p5-list-moreutils-xs/.footprint new file mode 100644 index 000000000..024d3b520 --- /dev/null +++ b/p5-list-moreutils-xs/.footprint @@ -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 diff --git a/p5-list-moreutils-xs/.signature b/p5-list-moreutils-xs/.signature new file mode 100644 index 000000000..3fb927564 --- /dev/null +++ b/p5-list-moreutils-xs/.signature @@ -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 diff --git a/p5-list-moreutils-xs/Pkgfile b/p5-list-moreutils-xs/Pkgfile new file mode 100644 index 000000000..36cd316a1 --- /dev/null +++ b/p5-list-moreutils-xs/Pkgfile @@ -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 +}