summaryrefslogtreecommitdiff
path: root/p5-sub-name
diff options
context:
space:
mode:
authorTim Biermann <tbier@posteo.de>2019-08-31 10:40:46 +0000
committerTim Biermann <tbier@posteo.de>2019-08-31 10:40:46 +0000
commitf84cf8c88bc472a2afcda8f9fecac18090a04123 (patch)
treec36bd13f85a3793f8d3b77dedec6b981768feca3 /p5-sub-name
parentaa9cd11da83cffbfea05a2f150b5d4ded1276024 (diff)
downloadcontrib-f84cf8c88bc472a2afcda8f9fecac18090a04123.tar.gz
contrib-f84cf8c88bc472a2afcda8f9fecac18090a04123.tar.xz
p5-sub-name: initial commit, version 0.21
Diffstat (limited to 'p5-sub-name')
-rw-r--r--p5-sub-name/.footprint18
-rw-r--r--p5-sub-name/.signature5
-rw-r--r--p5-sub-name/Pkgfile17
3 files changed, 40 insertions, 0 deletions
diff --git a/p5-sub-name/.footprint b/p5-sub-name/.footprint
new file mode 100644
index 000000000..8c50b41bf
--- /dev/null
+++ b/p5-sub-name/.footprint
@@ -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
diff --git a/p5-sub-name/.signature b/p5-sub-name/.signature
new file mode 100644
index 000000000..0431ec581
--- /dev/null
+++ b/p5-sub-name/.signature
@@ -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
diff --git a/p5-sub-name/Pkgfile b/p5-sub-name/Pkgfile
new file mode 100644
index 000000000..8d76b6950
--- /dev/null
+++ b/p5-sub-name/Pkgfile
@@ -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
+}

Generated by cgit