p5-sub-name: initial commit, version 0.21

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

18
p5-sub-name/.footprint Normal file
View File

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

5
p5-sub-name/.signature Normal file
View File

@ -0,0 +1,5 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF33RB6n2HoDSDCtznpAQJ0eklSsIq3Sr8v1z3KJDq5WOqvdeVlJlHYd8vCvJ6w6iQoaUS9ILru/suInmwQZw5Cww=
SHA256 (Pkgfile) = 7e742a0cc42d5303449173fe6fbe83a72debb9f25bc692e0f0764526fd9c1641
SHA256 (.footprint) = eb6e4700c20d257c94ee15e889487532e463c9669d76dc7238396844856670e9
SHA256 (Sub-Name-0.21.tar.gz) = bd32e9dee07047c10ae474c9f17d458b6e9885a6db69474c7a494ccc34c27117

17
p5-sub-name/Pkgfile Normal file
View File

@ -0,0 +1,17 @@
# Description: (re)name a sub
# URL: https://cpan.metacpan.org/dist/Sub-Name
# Maintainer: Tim Biermann, tbier at posteo dot de
# Depends on:
name=p5-sub-name
version=0.21
release=1
source=(https://cpan.metacpan.org/authors/id/E/ET/ETHER/Sub-Name-$version.tar.gz)
build() {
cd Sub-Name-$version
perl Makefile.PL
make
make install INSTALLDIRS=vendor DESTDIR=$PKG
find $PKG \( -name '.packlist' -o -name '*.pod' \) -delete
}