
commit 82a7fd0a2b358c445addee6361897f25a3023b74 Author: Tim Biermann <tbier@posteo.de> Date: Sat Aug 31 10:40:25 2019 +0000 p5-math-round: initial commit, version 0.07 diff --git a/p5-math-round/.footprint b/p5-math-round/.footprint new file mode 100644 index 00000000..97f058db --- /dev/null +++ b/p5-math-round/.footprint @@ -0,0 +1,21 @@ +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/Math/ +-r-xr-xr-x root/root usr/lib/perl5/site_perl/5.28/Math/Round.pm +drwxr-xr-x root/root usr/lib/perl5/site_perl/5.28/auto/ +drwxr-xr-x root/root usr/lib/perl5/site_perl/5.28/auto/Math/ +drwxr-xr-x root/root usr/lib/perl5/site_perl/5.28/auto/Math/Round/ +-r--r--r-- root/root usr/lib/perl5/site_perl/5.28/auto/Math/Round/autosplit.ix +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/Math/ +drwxr-xr-x root/root usr/lib/perl5/site_perl/5.28/linux-thread-multi/auto/Math/Round/ +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/Math::Round.3pm.gz diff --git a/p5-math-round/.signature b/p5-math-round/.signature new file mode 100644 index 00000000..8686aa67 --- /dev/null +++ b/p5-math-round/.signature @@ -0,0 +1,5 @@ +untrusted comment: verify with /etc/ports/contrib.pub +RWSagIOpLGJF37gcNRjI9+hiYsz1ir7SQwkxqjWEeqM1B8MpntrSWxg+PSdhwhTKlEBU0BDo/xuOSnt0plWPZ3FyWNeTCE3oYgs= +SHA256 (Pkgfile) = b887178f2cff9f7970bb4fa9013e6cf02451fd2b286aaa7c11f46ce9400d6658 +SHA256 (.footprint) = 00ed181e0738e3ea766c42e6eb463e880bef943ad653f75c80cf5326db522df1 +SHA256 (Math-Round-0.07.tar.gz) = 73a7329a86e54a5c29a440382e5803095b58f33129e61a1df0093b4824de9327 diff --git a/p5-math-round/Pkgfile b/p5-math-round/Pkgfile new file mode 100644 index 00000000..ffab87b1 --- /dev/null +++ b/p5-math-round/Pkgfile @@ -0,0 +1,17 @@ +# Description: Perl extension for rounding numbers +# URL: https://cpan.metacpan.org/dist/Math-Round +# Maintainer: Tim Biermann, tbier at posteo dot de +# Depends on: + +name=p5-math-round +version=0.07 +release=1 +source=(https://www.cpan.org/authors/id/G/GR/GROMMEL/Math-Round-$version.tar.gz) + +build() { + cd Math-Round-$version + PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor + make + make install DESTDIR=$PKG + find $PKG \( -name '.packlist' -o -name '*.pod' \) -delete +}