p5-clone: initial commit, version 0.41

This commit is contained in:
Tim Biermann 2019-08-31 10:40:04 +00:00
parent bc20706e6c
commit 1586bbb8c2
Signed by: tb
GPG Key ID: 42F8B4E30B673606
3 changed files with 42 additions and 0 deletions

17
p5-clone/.footprint Normal file
View File

@ -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

5
p5-clone/.signature Normal file
View File

@ -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

20
p5-clone/Pkgfile Normal file
View File

@ -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
}