summaryrefslogtreecommitdiff
path: root/p5-clone
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
commit1586bbb8c29956564d040930a3e63ed84e4d770b (patch)
treee3ccd2d6c450459f6c1639878ca394de566180fe /p5-clone
parentbc20706e6cb1fabb861a00b48bd086ea8c860f48 (diff)
downloadcontrib-1586bbb8c29956564d040930a3e63ed84e4d770b.tar.gz
contrib-1586bbb8c29956564d040930a3e63ed84e4d770b.tar.xz
p5-clone: initial commit, version 0.41
Diffstat (limited to 'p5-clone')
-rw-r--r--p5-clone/.footprint17
-rw-r--r--p5-clone/.signature5
-rw-r--r--p5-clone/Pkgfile20
3 files changed, 42 insertions, 0 deletions
diff --git a/p5-clone/.footprint b/p5-clone/.footprint
new file mode 100644
index 000000000..eed1f9982
--- /dev/null
+++ b/p5-clone/.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/linux-thread-multi/
+-r--r--r-- root/root usr/lib/perl5/site_perl/5.28/linux-thread-multi/Clone.pm
+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/Clone/
+-r-xr-xr-x root/root usr/lib/perl5/site_perl/5.28/linux-thread-multi/auto/Clone/Clone.so
+-r--r--r-- root/root usr/lib/perl5/site_perl/5.28/linux-thread-multi/auto/Clone/autosplit.ix
+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/Clone.3pm.gz
diff --git a/p5-clone/.signature b/p5-clone/.signature
new file mode 100644
index 000000000..06bfaed97
--- /dev/null
+++ b/p5-clone/.signature
@@ -0,0 +1,5 @@
+untrusted comment: verify with /etc/ports/contrib.pub
+RWSagIOpLGJF3x3oZrFmRx6NYronk4Ldwc6dgRBQoW4de2nDzCWcHCo/bhRaIPHaU6DeYFPsCAVj1YD54qLvloLsYZjt8r7scQ4=
+SHA256 (Pkgfile) = 2718befa21851a864c3fa7c9001e5b75cd38da3d773de4afed865620e1e28237
+SHA256 (.footprint) = cf0e820e1e32eac117819aafcc39dc9da9da3ba6ebfb72bf80ce59106d26ffd9
+SHA256 (Clone-0.41.tar.gz) = e8c056dcf4bc8889079a09412af70194a54a269689ba72edcd91291a46a51518
diff --git a/p5-clone/Pkgfile b/p5-clone/Pkgfile
new file mode 100644
index 000000000..ef37ed8e0
--- /dev/null
+++ b/p5-clone/Pkgfile
@@ -0,0 +1,20 @@
+# Description: Recursive copy of nested objects
+# URL: https://cpan.metacpan.org/~RDF/Clone
+# Maintainer: Tim Biermann, tbier at posteo dot de
+# Depends on:
+
+name=p5-clone
+version=0.41
+release=1
+source=(https://cpan.metacpan.org/authors/id/G/GA/GARU/Clone-$version.tar.gz)
+
+build() {
+ cd Clone-$version
+ PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
+ make
+ make DESTDIR=$PKG install
+ find $PKG -name .packlist -o \
+ -name perllocal.pod -o \
+ -name README -o \
+ -name '*.bs' | xargs rm
+}

Generated by cgit