commit e68bbbcab5360dce32a605883e63f0e939fcfccb Author: Tim Biermann <tbier@posteo.de> Date: Sat Aug 31 10:40:01 2019 +0000 p5-business-ismn: initial commit, version 1.201 diff --git a/p5-business-ismn/.footprint b/p5-business-ismn/.footprint new file mode 100644 index 00000000..1bcad3ac --- /dev/null +++ b/p5-business-ismn/.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/Business/ +-r--r--r-- root/root usr/lib/perl5/site_perl/5.28/Business/ISMN.pm +drwxr-xr-x root/root usr/lib/perl5/site_perl/5.28/Business/ISMN/ +-r--r--r-- root/root usr/lib/perl5/site_perl/5.28/Business/ISMN/Data.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/Business/ +drwxr-xr-x root/root usr/lib/perl5/site_perl/5.28/linux-thread-multi/auto/Business/ISMN/ +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/Business::ISMN.3pm.gz +-r--r--r-- root/root usr/share/man/man3/Business::ISMN::Data.3pm.gz diff --git a/p5-business-ismn/.signature b/p5-business-ismn/.signature new file mode 100644 index 00000000..41ac9c24 --- /dev/null +++ b/p5-business-ismn/.signature @@ -0,0 +1,5 @@ +untrusted comment: verify with /etc/ports/contrib.pub +RWSagIOpLGJF3xmltec//gtpL3CAbRRdbmHHbJkVz/por4P4+CksuiBrzQVtpNEYrLlWxLPLhvG4sW60PfYOWJJNEnDUKLcEmAc= +SHA256 (Pkgfile) = b44edd093cbc4bda4eec8d13c3f191445404af4dff5e590df466a6855bc2bb6f +SHA256 (.footprint) = 03241111acfd7f672ae7118aca37c08128eab1b3325cef625945d5c9da5a5d27 +SHA256 (Business-ISMN-1.201.tar.gz) = 4a3231a16456bf8cbf17f26b65243f247078b5145d9a03aa7586baf09577ecb2 diff --git a/p5-business-ismn/Pkgfile b/p5-business-ismn/Pkgfile new file mode 100644 index 00000000..5c874b90 --- /dev/null +++ b/p5-business-ismn/Pkgfile @@ -0,0 +1,23 @@ +# Description: Perl package to work with International Standard Music Numbers +# URL: https://metacpan.org/release/Business-ISMN +# Maintainer: Tim Biermann, tbier at posteo dot de +# Depends on: p5-tie-cycle + +name=p5-business-ismn +version=1.201 +release=1 +source=(https://cpan.metacpan.org/authors/id/B/BD/BDFOY/Business-ISMN-$version.tar.g...) + +build() { + cd Business-ISMN-$version + unset PERL5LIB PERL_MM_OPT PERL_MB_OPT PERL_LOCAL_LIB_ROOT + export PERL_MM_USE_DEFAULT=1 PERL_AUTOINSTALL=--skipdeps + perl Makefile.PL + make + make install INSTALLDIRS=vendor DESTDIR=$PKG + make DESTDIR=$PKG install + find $PKG -name .packlist -o \ + -name perllocal.pod -o \ + -name README -o \ + -name '*.bs' | xargs rm +}