diff options
author | Tim Biermann <tbier@posteo.de> | 2019-08-31 10:40:25 +0000 |
---|---|---|
committer | Tim Biermann <tbier@posteo.de> | 2019-08-31 10:40:25 +0000 |
commit | 82a7fd0a2b358c445addee6361897f25a3023b74 (patch) | |
tree | f2f4df144b2b98433a8d052b9bc6145fcc3db117 /p5-math-round | |
parent | 70e43717dad4ff5dd34744870ad8b16a8c11be08 (diff) | |
download | contrib-82a7fd0a2b358c445addee6361897f25a3023b74.tar.gz contrib-82a7fd0a2b358c445addee6361897f25a3023b74.tar.xz |
p5-math-round: initial commit, version 0.07
Diffstat (limited to 'p5-math-round')
-rw-r--r-- | p5-math-round/.footprint | 21 | ||||
-rw-r--r-- | p5-math-round/.signature | 5 | ||||
-rw-r--r-- | p5-math-round/Pkgfile | 17 |
3 files changed, 43 insertions, 0 deletions
diff --git a/p5-math-round/.footprint b/p5-math-round/.footprint new file mode 100644 index 000000000..97f058db2 --- /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 000000000..8686aa678 --- /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 000000000..ffab87b19 --- /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 +} |