summaryrefslogtreecommitdiff
path: root/p5-namespace-autoclean
diff options
context:
space:
mode:
authorTim Biermann <tbier@posteo.de>2019-08-31 10:40:27 +0000
committerTim Biermann <tbier@posteo.de>2019-08-31 10:40:27 +0000
commitf544cb03225cc684428ec3e7fe7039900a889d54 (patch)
tree78d6b202de80da39d8b99b61477d6ff6db485319 /p5-namespace-autoclean
parentdbc2058b4e58c1310b1007c927cc9a3e85bb791f (diff)
downloadcontrib-f544cb03225cc684428ec3e7fe7039900a889d54.tar.gz
contrib-f544cb03225cc684428ec3e7fe7039900a889d54.tar.xz
p5-namespace-autoclean: initial commit, version 0.28
Diffstat (limited to 'p5-namespace-autoclean')
-rw-r--r--p5-namespace-autoclean/.footprint17
-rw-r--r--p5-namespace-autoclean/.signature5
-rw-r--r--p5-namespace-autoclean/Pkgfile17
3 files changed, 39 insertions, 0 deletions
diff --git a/p5-namespace-autoclean/.footprint b/p5-namespace-autoclean/.footprint
new file mode 100644
index 000000000..7f37241f1
--- /dev/null
+++ b/p5-namespace-autoclean/.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/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/namespace/
+drwxr-xr-x root/root usr/lib/perl5/site_perl/5.28/linux-thread-multi/auto/namespace/autoclean/
+drwxr-xr-x root/root usr/lib/perl5/site_perl/5.28/namespace/
+-r--r--r-- root/root usr/lib/perl5/site_perl/5.28/namespace/autoclean.pm
+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/namespace::autoclean.3pm.gz
diff --git a/p5-namespace-autoclean/.signature b/p5-namespace-autoclean/.signature
new file mode 100644
index 000000000..35eb28452
--- /dev/null
+++ b/p5-namespace-autoclean/.signature
@@ -0,0 +1,5 @@
+untrusted comment: verify with /etc/ports/contrib.pub
+RWSagIOpLGJF33E5dj25Cawf2gl2f2623fxj3p8rnPc3Meofx9KwIqRrFyDA+4Y9NXb4RFfDRlss7apRMVKqWYx+gmwzIbgVKQE=
+SHA256 (Pkgfile) = 92cd693b98c5c925d47a85ec00792cc098351bb3b51112d72aee3d03b2c3f239
+SHA256 (.footprint) = eff03bca1ff57684d32d78530ebea13d070264e40149f3f6e705fc251b9e1c02
+SHA256 (namespace-autoclean-0.28.tar.gz) = cd410a1681add521a28805da2e138d44f0d542407b50999252a147e553c26c39
diff --git a/p5-namespace-autoclean/Pkgfile b/p5-namespace-autoclean/Pkgfile
new file mode 100644
index 000000000..2aadbffef
--- /dev/null
+++ b/p5-namespace-autoclean/Pkgfile
@@ -0,0 +1,17 @@
+# Description: Keep imports out of your namespace
+# URL: https://metacpan.org/release/namespace-autoclean
+# Maintainer: Tim Biermann, tbier at posteo dot de
+# Depends on: p5-b-hooks-endofscope p5-namespace-clean p5-sub-identify
+
+name=p5-namespace-autoclean
+version=0.28
+release=1
+source=(https://cpan.metacpan.org/authors/id/E/ET/ETHER/namespace-autoclean-$version.tar.gz)
+
+build() {
+ cd namespace-autoclean-$version
+ perl Makefile.PL INSTALLDIRS=vendor
+ make
+ make DESTDIR=$PKG install
+ find $PKG \( -name '.packlist' -o -name '*.pod' \) -delete
+}

Generated by cgit