diff options
author | Tim Biermann <tbier@posteo.de> | 2019-08-31 10:40:29 +0000 |
---|---|---|
committer | Tim Biermann <tbier@posteo.de> | 2019-08-31 10:40:29 +0000 |
commit | 0e1cbca3cb0a53cef6ac4fa00766998df7e8a65c (patch) | |
tree | 16a3b3694a717ba27a9af22959b2dba3cc5e94fd /p5-params-util | |
parent | a2b5f16fefa64635a95734207c8af8421e7681df (diff) | |
download | contrib-0e1cbca3cb0a53cef6ac4fa00766998df7e8a65c.tar.gz contrib-0e1cbca3cb0a53cef6ac4fa00766998df7e8a65c.tar.xz |
p5-params-util: initial commit, version 1.07
Diffstat (limited to 'p5-params-util')
-rw-r--r-- | p5-params-util/.footprint | 18 | ||||
-rw-r--r-- | p5-params-util/.signature | 5 | ||||
-rw-r--r-- | p5-params-util/Pkgfile | 22 |
3 files changed, 45 insertions, 0 deletions
diff --git a/p5-params-util/.footprint b/p5-params-util/.footprint new file mode 100644 index 000000000..7ce33b99b --- /dev/null +++ b/p5-params-util/.footprint @@ -0,0 +1,18 @@ +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/Params/ +-r--r--r-- root/root usr/lib/perl5/site_perl/5.28/linux-thread-multi/Params/Util.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/Params/ +drwxr-xr-x root/root usr/lib/perl5/site_perl/5.28/linux-thread-multi/auto/Params/Util/ +-r-xr-xr-x root/root usr/lib/perl5/site_perl/5.28/linux-thread-multi/auto/Params/Util/Util.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/Params::Util.3pm.gz diff --git a/p5-params-util/.signature b/p5-params-util/.signature new file mode 100644 index 000000000..96d4a80f9 --- /dev/null +++ b/p5-params-util/.signature @@ -0,0 +1,5 @@ +untrusted comment: verify with /etc/ports/contrib.pub +RWSagIOpLGJF3wJiVbhIb+qfYKwOg/F+ZwKhMzGMCjgPKvENktDW0iI24e7l8cEhj920gl8G0lQzap+yyq80pnr671ldCP0cGQU= +SHA256 (Pkgfile) = 78d3f3bf1870fdae70220f57837eb49680dc3e2b076244136ba6d5ddd9f79ba1 +SHA256 (.footprint) = 4612a540948040e76318d8e8c8e2ffabbf8871bd81aa61f9ba088d211cf8ebb4 +SHA256 (Params-Util-1.07.tar.gz) = 30f1ec3f2cf9ff66ae96f973333f23c5f558915bb6266881eac7423f52d7c76c diff --git a/p5-params-util/Pkgfile b/p5-params-util/Pkgfile new file mode 100644 index 000000000..f551f23a7 --- /dev/null +++ b/p5-params-util/Pkgfile @@ -0,0 +1,22 @@ +# Description: Simple, compact and correct param-checking functions +# URL: https://metacpan.org/release/Params-Util +# Maintainer: Tim Biermann, tbier at posteo dot de +# Depends on: + +name=p5-params-util +version=1.07 +release=1 +source=(https://cpan.metacpan.org/authors/id/A/AD/ADAMK/Params-Util-$version.tar.gz) + +build() { + cd Params-Util-$version + export PERL_MM_USE_DEFAULT=1 PERL_AUTOINSTALL=--skipdeps + unset PERL5LIB PERL_MM_OPT + /usr/bin/perl Makefile.PL + make + make install INSTALLDIRS=vendor DESTDIR=$PKG + find $PKG -name .packlist -o \ + -name perllocal.pod -o \ + -name README -o \ + -name '*.bs' | xargs rm +} |