summaryrefslogtreecommitdiff
path: root/p5-tie-simple
diff options
context:
space:
mode:
authorDanny Rawlins <monster.romster@gmail.com>2019-10-23 21:06:23 +1100
committerDanny Rawlins <monster.romster@gmail.com>2019-10-23 22:32:43 +1100
commitbfb088854793147ac9ee183dab726f80068252ee (patch)
tree5a715855f72d6aa22e9ffd1358d54cfc0697f558 /p5-tie-simple
parent3ac087019633ab9e7eac8fa96f56f452666bc4eb (diff)
downloadcontrib-bfb088854793147ac9ee183dab726f80068252ee.tar.gz
contrib-bfb088854793147ac9ee183dab726f80068252ee.tar.xz
p5-tie-simple: initial import
Diffstat (limited to 'p5-tie-simple')
-rw-r--r--p5-tie-simple/.footprint22
-rw-r--r--p5-tie-simple/.signature5
-rw-r--r--p5-tie-simple/Pkgfile21
3 files changed, 48 insertions, 0 deletions
diff --git a/p5-tie-simple/.footprint b/p5-tie-simple/.footprint
new file mode 100644
index 000000000..38f8423c8
--- /dev/null
+++ b/p5-tie-simple/.footprint
@@ -0,0 +1,22 @@
+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/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/Tie/
+-r--r--r-- root/root usr/lib/perl5/site_perl/5.28/Tie/Simple.pm
+drwxr-xr-x root/root usr/lib/perl5/site_perl/5.28/Tie/Simple/
+-r--r--r-- root/root usr/lib/perl5/site_perl/5.28/Tie/Simple/Array.pm
+-r--r--r-- root/root usr/lib/perl5/site_perl/5.28/Tie/Simple/Handle.pm
+-r--r--r-- root/root usr/lib/perl5/site_perl/5.28/Tie/Simple/Hash.pm
+-r--r--r-- root/root usr/lib/perl5/site_perl/5.28/Tie/Simple/Scalar.pm
+-r--r--r-- root/root usr/lib/perl5/site_perl/5.28/Tie/Simple/Util.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/Tie::Simple.3pm.gz
+-r--r--r-- root/root usr/share/man/man3/Tie::Simple::Array.3pm.gz
+-r--r--r-- root/root usr/share/man/man3/Tie::Simple::Handle.3pm.gz
+-r--r--r-- root/root usr/share/man/man3/Tie::Simple::Hash.3pm.gz
+-r--r--r-- root/root usr/share/man/man3/Tie::Simple::Scalar.3pm.gz
+-r--r--r-- root/root usr/share/man/man3/Tie::Simple::Util.3pm.gz
diff --git a/p5-tie-simple/.signature b/p5-tie-simple/.signature
new file mode 100644
index 000000000..372044760
--- /dev/null
+++ b/p5-tie-simple/.signature
@@ -0,0 +1,5 @@
+untrusted comment: verify with /etc/ports/contrib.pub
+RWSagIOpLGJF34/tIY6+qHTvz/p+WxotOHkQQX5asfbvhw7niqh/e9HSM42W5qSGlUquo8gGp3dNSxX4YZs/xBeHGn+kcBSjSgA=
+SHA256 (Pkgfile) = 67c0e48232950614a2bd946d24aefbf7aa7055d8a7fa0c06926d0d56c4a591f0
+SHA256 (.footprint) = 00c53b1856c7a9d27f95eafe8c4a81f9f4f1337559f8ecfe7ff1f964ca35e909
+SHA256 (Tie-Simple-1.04.tar.gz) = 29e9e2133951046c78f205f1b3e8df62c90e114f0e08fa06b817766a0f808b12
diff --git a/p5-tie-simple/Pkgfile b/p5-tie-simple/Pkgfile
new file mode 100644
index 000000000..cc7f03842
--- /dev/null
+++ b/p5-tie-simple/Pkgfile
@@ -0,0 +1,21 @@
+# Description: Variable ties made easier: much, much, much easier...
+# URL: https://metacpan.org/release/Tie-Simple
+# Maintainer: Danny Rawlins, crux at romster dot me
+
+name=p5-tie-simple
+_realname=Tie-Simple
+_author=HANENKAMP
+version=1.04
+release=1
+source=(https://cpan.metacpan.org/authors/id/${_author::1}/${_author::2}/$_author/$_realname-$version.tar.gz)
+
+build() {
+ cd $_realname-$version
+
+ PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
+ make
+ make DESTDIR="$PKG" install
+
+ find $PKG \( -name '.packlist' -o -name '*.pod' \) -delete
+ find $PKG -depth -empty -delete
+}

Generated by cgit