summaryrefslogtreecommitdiff
path: root/p5-data-compare
diff options
context:
space:
mode:
authorTim Biermann <tbier@posteo.de>2019-08-31 10:40:04 +0000
committerTim Biermann <tbier@posteo.de>2019-08-31 10:40:04 +0000
commit186e6288dcbf89b9adcc7feb600d54ea8428a2d6 (patch)
treea9b3b8a0e23521d8c9ca5f6cd2c3b7c5fd8b6ca7 /p5-data-compare
parent8b7dae49bb371d4eb7c65543d600d54ef10086d0 (diff)
downloadcontrib-186e6288dcbf89b9adcc7feb600d54ea8428a2d6.tar.gz
contrib-186e6288dcbf89b9adcc7feb600d54ea8428a2d6.tar.xz
p5-data-compare: initial commit, version 1.25
Diffstat (limited to 'p5-data-compare')
-rw-r--r--p5-data-compare/.footprint24
-rw-r--r--p5-data-compare/.signature5
-rw-r--r--p5-data-compare/Pkgfile22
3 files changed, 51 insertions, 0 deletions
diff --git a/p5-data-compare/.footprint b/p5-data-compare/.footprint
new file mode 100644
index 000000000..3a0d0d55e
--- /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 000000000..d350e0c57
--- /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 000000000..8c52e3a8b
--- /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.tar.gz)
+
+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
+}

Generated by cgit