1
0
forked from ports/contrib

p5-file-listing: initial commit, version 6.04

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

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/File/
-r--r--r-- root/root usr/lib/perl5/site_perl/5.28/File/Listing.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/Listing/
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::Listing.3pm.gz

View File

@ -0,0 +1,5 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF38HU3Zey+lN1fmErnJVk4tActTVj+/pjUPTzzNSv2Bbgm0YbsRsvTK/GS0ZrYxijhJJPfKv0ndmgQlpuNb2EsQU=
SHA256 (Pkgfile) = be7813e50ab06779af4d08e71f0cf95f5c0730c780c4ec658a7167f2407a5238
SHA256 (.footprint) = bf92b409a9c979cf534a48d6f64d22db2ccc7731af0ea8c93f95d78a5d27f13b
SHA256 (File-Listing-6.04.tar.gz) = 1e0050fcd6789a2179ec0db282bf1e90fb92be35d1171588bd9c47d52d959cf5

17
p5-file-listing/Pkgfile Normal file
View File

@ -0,0 +1,17 @@
# Description: parse directory listing
# URL: https://cpan.metacpan.org/dist/File-Listing
# Maintainer: Tim Biermann, tbier at posteo dot de
# Depends on: p5-http-date
name=p5-file-listing
version=6.04
release=1
source=(https://cpan.metacpan.org/authors/id/G/GA/GAAS/File-Listing-$version.tar.gz)
build() {
cd File-Listing-$version
perl Makefile.PL INSTALLDIRS=vendor
make
make DESTDIR=$PKG install
find $PKG \( -name '.packlist' -o -name '*.pod' \) -delete
}