summaryrefslogtreecommitdiff
path: root/p5-capture-tiny
diff options
context:
space:
mode:
authorTim Biermann <tbier@posteo.de>2019-08-04 16:15:56 +0200
committerTim Biermann <tbier@posteo.de>2019-08-04 16:15:56 +0200
commit33cbcb8b11ecd450dc7863e9676407fadd84cb0f (patch)
tree9078d226770d5ffcee1a8ae7b4ac7d7e766be38c /p5-capture-tiny
parent377d0366fda91852185420b6aa46bfbbdc8c6f9d (diff)
downloadcontrib-33cbcb8b11ecd450dc7863e9676407fadd84cb0f.tar.gz
contrib-33cbcb8b11ecd450dc7863e9676407fadd84cb0f.tar.xz
p5-capture-tiny: initial commit
Diffstat (limited to 'p5-capture-tiny')
-rw-r--r--p5-capture-tiny/.footprint17
-rw-r--r--p5-capture-tiny/.md5sum1
-rw-r--r--p5-capture-tiny/.signature5
-rw-r--r--p5-capture-tiny/Pkgfile17
4 files changed, 40 insertions, 0 deletions
diff --git a/p5-capture-tiny/.footprint b/p5-capture-tiny/.footprint
new file mode 100644
index 000000000..0151c3611
--- /dev/null
+++ b/p5-capture-tiny/.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/Capture/
+-r--r--r-- root/root usr/lib/perl5/site_perl/5.28/Capture/Tiny.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/Capture/
+drwxr-xr-x root/root usr/lib/perl5/site_perl/5.28/linux-thread-multi/auto/Capture/Tiny/
+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/Capture::Tiny.3pm.gz
diff --git a/p5-capture-tiny/.md5sum b/p5-capture-tiny/.md5sum
new file mode 100644
index 000000000..be8f4b500
--- /dev/null
+++ b/p5-capture-tiny/.md5sum
@@ -0,0 +1 @@
+f5d24083ad270f8326dd659dd83eeb54 Capture-Tiny-0.48.tar.gz
diff --git a/p5-capture-tiny/.signature b/p5-capture-tiny/.signature
new file mode 100644
index 000000000..d453f5413
--- /dev/null
+++ b/p5-capture-tiny/.signature
@@ -0,0 +1,5 @@
+untrusted comment: verify with /etc/ports/contrib.pub
+RWSagIOpLGJF30MC8losjpHvch7ESIewb7ys5oVylLgXF5QfI1usTKqiJZQyDoX21sr3Hr5PlMFEMC0sV/aRBbVaFehXl/244Ak=
+SHA256 (Pkgfile) = 9106c808fe92cabb6f7ee18732ced8d34c9d77204c91ad94efad1b7139c2ca9c
+SHA256 (.footprint) = 9c78aaf1fe73a706b05fe72aa1cc36a037b9dd2d44c06e0edcd2e953eb263c67
+SHA256 (Capture-Tiny-0.48.tar.gz) = 6c23113e87bad393308c90a207013e505f659274736638d8c79bac9c67cc3e19
diff --git a/p5-capture-tiny/Pkgfile b/p5-capture-tiny/Pkgfile
new file mode 100644
index 000000000..63d73a9a4
--- /dev/null
+++ b/p5-capture-tiny/Pkgfile
@@ -0,0 +1,17 @@
+# Description: Capture STDOUT and STDERR from Perl, XS or external programs
+# URL: https://metacpan.org/release/Capture-Tiny
+# Maintainer: Tim Biermann, tbier at posteo dot de
+# Depends on:
+
+name=p5-capture-tiny
+version=0.48
+release=1
+source=(https://cpan.metacpan.org/authors/id/D/DA/DAGOLDEN/Capture-Tiny-$version.tar.gz)
+
+build() {
+ cd Capture-Tiny-$version
+ PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
+ make
+ make DESTDIR=$PKG install
+ find $PKG \( -name '.packlist' -o -name '*.pod' \) -delete
+}

Generated by cgit