commit eb2418a7c3f1ae147d0fb0c0e64ae2f06bd6e26b Author: Tim Biermann <tbier@posteo.de> Date: Sat Aug 31 10:40:49 2019 +0000 p5-tie-cycle: initial commit, version 1.225 diff --git a/p5-tie-cycle/.footprint b/p5-tie-cycle/.footprint new file mode 100644 index 00000000..584ca60d --- /dev/null +++ b/p5-tie-cycle/.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/Tie/ +-r--r--r-- root/root usr/lib/perl5/site_perl/5.28/Tie/Cycle.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/Tie/ +drwxr-xr-x root/root usr/lib/perl5/site_perl/5.28/linux-thread-multi/auto/Tie/Cycle/ +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/Tie::Cycle.3pm.gz diff --git a/p5-tie-cycle/.signature b/p5-tie-cycle/.signature new file mode 100644 index 00000000..b53c8b5d --- /dev/null +++ b/p5-tie-cycle/.signature @@ -0,0 +1,5 @@ +untrusted comment: verify with /etc/ports/contrib.pub +RWSagIOpLGJF3/SuEu6Fsjn9tvdeLM+NNxKt2qV2HeoDxyW/ET8Js6fIAd87sW95h8R2sKQ2bXyjAALiNLxdRn9+GpS3XMTqvwk= +SHA256 (Pkgfile) = cb42bb93ba7fb20671ed01609c71fe4feed6907c1834b866714e32acbe525df0 +SHA256 (.footprint) = 71827a6713f7a7fca9d69c6c0429a830b801e5b9feaf2d7598f2171fd6e305ef +SHA256 (Tie-Cycle-1.225.tar.gz) = f330d821694af9b269b6083570d5c10ea22e6eb3b21841048ce28252b1c03d45 diff --git a/p5-tie-cycle/Pkgfile b/p5-tie-cycle/Pkgfile new file mode 100644 index 00000000..d52b9a8a --- /dev/null +++ b/p5-tie-cycle/Pkgfile @@ -0,0 +1,22 @@ +# Description: Cycle through a list of values via a scalar +# URL: https://metacpan.org/release/Tie-Cycle +# Maintainer: Tim Biermann, tbier at posteo dot de +# Depends on: + +name=p5-tie-cycle +version=1.225 +release=1 +source=(https://cpan.metacpan.org/authors/id/B/BD/BDFOY/Tie-Cycle-$version.tar.gz) + +build() { + cd Tie-Cycle-$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 + find $PKG -name .packlist -o \ + -name perllocal.pod -o \ + -name README -o \ + -name '*.bs' | xargs rm +}