p5-sub-exporter-progressive: initial commit, version 0.001013

This commit is contained in:
Tim Biermann 2019-08-31 10:40:32 +00:00
parent fdf73b3190
commit 4f655846b5
Signed by: tb
GPG Key ID: 42F8B4E30B673606
3 changed files with 44 additions and 0 deletions

View File

@ -0,0 +1,19 @@
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/Sub/
drwxr-xr-x root/root usr/lib/perl5/site_perl/5.28/Sub/Exporter/
-r--r--r-- root/root usr/lib/perl5/site_perl/5.28/Sub/Exporter/Progressive.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/Sub/
drwxr-xr-x root/root usr/lib/perl5/site_perl/5.28/linux-thread-multi/auto/Sub/Exporter/
drwxr-xr-x root/root usr/lib/perl5/site_perl/5.28/linux-thread-multi/auto/Sub/Exporter/Progressive/
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/Sub::Exporter::Progressive.3pm.gz

View File

@ -0,0 +1,5 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF3/ggcGFC7o0p8aZ6mJ766OZMkOooX7GNGlnKuU9WzBb6cTLpbJ10LAH+3zP95tJqCStnx/b85QH77KMjImimUwY=
SHA256 (Pkgfile) = 37ad08ffd2c571e7819284d5c99bff6fdbe7c1df9cb88bf9542cfd42b1acb5fb
SHA256 (.footprint) = 8717abc883ee5378c077cf1e7f6aad63bfd4acba616bd50c909f55bca7b0de97
SHA256 (Sub-Exporter-Progressive-0.001013.tar.gz) = d535b7954d64da1ac1305b1fadf98202769e3599376854b2ced90c382beac056

View File

@ -0,0 +1,20 @@
# Description: Only use Sub::Exporter if you need it
# URL: https://cpan.metacpan.org/dist/Sub-Exporter-Progressive
# Maintainer: Tim Biermann, tbier at posteo dot de
# Depends on:
name=p5-sub-exporter-progressive
version=0.001013
release=1
source=(https://cpan.metacpan.org/authors/id/F/FR/FREW/Sub-Exporter-Progressive-$version.tar.gz)
build() {
cd Sub-Exporter-Progressive-$version
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
}