ports/contrib (3.5): p5-try-tiny: initial commit, version 0.30
commit 6e3eba76bb96ab5e8720a9453cdf2402e2546188 Author: Tim Biermann <tbier@posteo.de> Date: Sat Aug 31 10:40:49 2019 +0000 p5-try-tiny: initial commit, version 0.30 diff --git a/p5-try-tiny/.footprint b/p5-try-tiny/.footprint new file mode 100644 index 00000000..b0470c81 --- /dev/null +++ b/p5-try-tiny/.footprint @@ -0,0 +1,17 @@ +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/Try/ +-r--r--r-- root/root usr/lib/perl5/site_perl/5.28/Try/Tiny.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/Try/ +drwxr-xr-x root/root usr/lib/perl5/site_perl/5.28/linux-thread-multi/auto/Try/Tiny/ +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/Try::Tiny.3pm.gz diff --git a/p5-try-tiny/.signature b/p5-try-tiny/.signature new file mode 100644 index 00000000..d3df992f --- /dev/null +++ b/p5-try-tiny/.signature @@ -0,0 +1,5 @@ +untrusted comment: verify with /etc/ports/contrib.pub +RWSagIOpLGJF37sPbodsh5Kw5vTWe+Zbph3iiDgSbZndLX1Qvk1DJu803KNh5BVIz4UR+jUfVWU1zp7U1RIhQVjMUkEawpXSfQM= +SHA256 (Pkgfile) = 85471734d70a6ac48bbf45f25a00156a5f6d962187187cc6b74a5df16e89f1ab +SHA256 (.footprint) = c6c4044875c829a735b8b94924a00ba71c17f31af7169726cba42b62d79ceb89 +SHA256 (Try-Tiny-0.30.tar.gz) = da5bd0d5c903519bbf10bb9ba0cb7bcac0563882bcfe4503aee3fb143eddef6b diff --git a/p5-try-tiny/Pkgfile b/p5-try-tiny/Pkgfile new file mode 100644 index 00000000..b7ab3797 --- /dev/null +++ b/p5-try-tiny/Pkgfile @@ -0,0 +1,20 @@ +# Description: Minimal try/catch with proper localization of $@ +# URL: https://cpan.metacpan.org/dist/Try-Tiny +# Maintainer: Tim Biermann, tbier at posteo dot de +# Depends on: + +name=p5-try-tiny +version=0.30 +release=1 +source=(https://cpan.metacpan.org/authors/id/E/ET/ETHER/Try-Tiny-$version.tar.gz) + +build() { + cd Try-Tiny-$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 +}
participants (1)
-
crux@crux.nu