ports/contrib (3.5): p5-data-compare: initial commit, version 1.25
commit 186e6288dcbf89b9adcc7feb600d54ea8428a2d6 Author: Tim Biermann <tbier@posteo.de> Date: Sat Aug 31 10:40:04 2019 +0000 p5-data-compare: initial commit, version 1.25 diff --git a/p5-data-compare/.footprint b/p5-data-compare/.footprint new file mode 100644 index 00000000..3a0d0d55 --- /dev/null +++ b/p5-data-compare/.footprint @@ -0,0 +1,24 @@ +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/Data/ +-r--r--r-- root/root usr/lib/perl5/site_perl/5.28/Data/Compare.pm +drwxr-xr-x root/root usr/lib/perl5/site_perl/5.28/Data/Compare/ +-r--r--r-- root/root usr/lib/perl5/site_perl/5.28/Data/Compare/Plugins.pod +drwxr-xr-x root/root usr/lib/perl5/site_perl/5.28/Data/Compare/Plugins/ +drwxr-xr-x root/root usr/lib/perl5/site_perl/5.28/Data/Compare/Plugins/Scalar/ +-r--r--r-- root/root usr/lib/perl5/site_perl/5.28/Data/Compare/Plugins/Scalar/Properties.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/Data/ +drwxr-xr-x root/root usr/lib/perl5/site_perl/5.28/linux-thread-multi/auto/Data/Compare/ +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/Data::Compare.3pm.gz +-r--r--r-- root/root usr/share/man/man3/Data::Compare::Plugins.3pm.gz +-r--r--r-- root/root usr/share/man/man3/Data::Compare::Plugins::Scalar::Properties.3pm.gz diff --git a/p5-data-compare/.signature b/p5-data-compare/.signature new file mode 100644 index 00000000..d350e0c5 --- /dev/null +++ b/p5-data-compare/.signature @@ -0,0 +1,5 @@ +untrusted comment: verify with /etc/ports/contrib.pub +RWSagIOpLGJF3x1c+4woeUYbNMvbIkMYcT5qsKVYDHhv3Oy5rPo+XCND6eFGXi9iC6afUGqyI0H5YlIGdx9pnQf4rFone+6WxQY= +SHA256 (Pkgfile) = 0e0f997c0006f3e4bbd4d12b1dc7e86fb541c05cd6d6f586dd8fc46df35165ec +SHA256 (.footprint) = d3062afabfd1392ca7cd8b0d8469443c7d8c8a984ff45e226fe77101bcf75d3a +SHA256 (Data-Compare-1.25.tar.gz) = 1d4b36db545fa9fbacd8c012618f6a7846238ee12ab627a2764cfaf45ad4ea73 diff --git a/p5-data-compare/Pkgfile b/p5-data-compare/Pkgfile new file mode 100644 index 00000000..8c52e3a8 --- /dev/null +++ b/p5-data-compare/Pkgfile @@ -0,0 +1,22 @@ +# Description: compare perl data structures +# URL: https://metacpan.org/release/Data-Compare +# Maintainer: Tim Biermann, tbier at posteo dot det +# Depends on: p5-clone p5-json + +name=p5-data-compare +version=1.25 +release=1 +source=(https://cpan.metacpan.org/authors/id/D/DC/DCANTRELL/Data-Compare-$version.ta...) + +build() { + cd Data-Compare-$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 +}
participants (1)
-
crux@crux.nu