diff options
author | Tim Biermann <tbier@posteo.de> | 2019-08-04 16:15:56 +0200 |
---|---|---|
committer | Tim Biermann <tbier@posteo.de> | 2019-08-04 16:15:56 +0200 |
commit | 237643c797c891b63a8aa604277fc6ff2d2d0cd6 (patch) | |
tree | 0492fd5880119cc0826a88c3a9b9833671db6d42 /p5-file-which | |
parent | afe6f66a50da6e0a7799bdda3c6179ba0eff6f0c (diff) | |
download | contrib-237643c797c891b63a8aa604277fc6ff2d2d0cd6.tar.gz contrib-237643c797c891b63a8aa604277fc6ff2d2d0cd6.tar.xz |
p5-file-which: initial commit
Diffstat (limited to 'p5-file-which')
-rw-r--r-- | p5-file-which/.footprint | 17 | ||||
-rw-r--r-- | p5-file-which/.md5sum | 1 | ||||
-rw-r--r-- | p5-file-which/.signature | 5 | ||||
-rw-r--r-- | p5-file-which/Pkgfile | 17 |
4 files changed, 40 insertions, 0 deletions
diff --git a/p5-file-which/.footprint b/p5-file-which/.footprint new file mode 100644 index 000000000..ecb52aa51 --- /dev/null +++ b/p5-file-which/.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/File/ +-r--r--r-- root/root usr/lib/perl5/site_perl/5.28/File/Which.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/File/ +drwxr-xr-x root/root usr/lib/perl5/site_perl/5.28/linux-thread-multi/auto/File/Which/ +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/File::Which.3pm.gz diff --git a/p5-file-which/.md5sum b/p5-file-which/.md5sum new file mode 100644 index 000000000..00ab43c33 --- /dev/null +++ b/p5-file-which/.md5sum @@ -0,0 +1 @@ +c8f054534c3c098dd7a0dada60aaae34 File-Which-1.23.tar.gz diff --git a/p5-file-which/.signature b/p5-file-which/.signature new file mode 100644 index 000000000..1d8616d90 --- /dev/null +++ b/p5-file-which/.signature @@ -0,0 +1,5 @@ +untrusted comment: verify with /etc/ports/contrib.pub +RWSagIOpLGJF36UITErFL/noxx3RkNrXerwhzcZSBj/MmyOXfjUcmED1AO7pOoxPCRSnYu0dVRlgLBOJG5QSncMCLlQ6VlSTKw0= +SHA256 (Pkgfile) = 42cf30fafe9dbe3e9f4c0adee596f0efbb3f6261d512eaf9c47aeeba5c91c0c5 +SHA256 (.footprint) = 8af2234f042e315df3b59b1a1c160545267d29f9b7f7c275669c153afaa7e140 +SHA256 (File-Which-1.23.tar.gz) = b79dc2244b2d97b6f27167fc3b7799ef61a179040f3abd76ce1e0a3b0bc4e078 diff --git a/p5-file-which/Pkgfile b/p5-file-which/Pkgfile new file mode 100644 index 000000000..bed5e59e0 --- /dev/null +++ b/p5-file-which/Pkgfile @@ -0,0 +1,17 @@ +# Description: Portable implementation of which +# URL: https://metacpan.org/release/File-Which +# Maintainer: Tim Biermann, tbier at posteo dot de +# Depends on: + +name=p5-file-which +version=1.23 +release=1 +source=(https://cpan.metacpan.org/authors/id/P/PL/PLICEASE/File-Which-$version.tar.gz) + +build() { + cd File-Which-$version + PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor + make + make DESTDIR=$PKG install + find $PKG \( -name '.packlist' -o -name '*.pod' \) -delete +} |