ports/contrib (3.5): p5-ipc-run3: initial commit, version 0.048
commit 75d9c41b3042d6b88594cc2dfd672a1b1fe1901c Author: Tim Biermann <tbier@posteo.de> Date: Sat Aug 31 10:40:22 2019 +0000 p5-ipc-run3: initial commit, version 0.048 diff --git a/p5-ipc-run3/.footprint b/p5-ipc-run3/.footprint new file mode 100644 index 00000000..ef08f8e3 --- /dev/null +++ b/p5-ipc-run3/.footprint @@ -0,0 +1,28 @@ +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/IPC/ +-r--r--r-- root/root usr/lib/perl5/site_perl/5.28/IPC/Run3.pm +drwxr-xr-x root/root usr/lib/perl5/site_perl/5.28/IPC/Run3/ +-r--r--r-- root/root usr/lib/perl5/site_perl/5.28/IPC/Run3/ProfArrayBuffer.pm +-r--r--r-- root/root usr/lib/perl5/site_perl/5.28/IPC/Run3/ProfLogReader.pm +-r--r--r-- root/root usr/lib/perl5/site_perl/5.28/IPC/Run3/ProfLogger.pm +-r--r--r-- root/root usr/lib/perl5/site_perl/5.28/IPC/Run3/ProfPP.pm +-r--r--r-- root/root usr/lib/perl5/site_perl/5.28/IPC/Run3/ProfReporter.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/IPC/ +drwxr-xr-x root/root usr/lib/perl5/site_perl/5.28/linux-thread-multi/auto/IPC/Run3/ +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/IPC::Run3.3pm.gz +-r--r--r-- root/root usr/share/man/man3/IPC::Run3::ProfArrayBuffer.3pm.gz +-r--r--r-- root/root usr/share/man/man3/IPC::Run3::ProfLogReader.3pm.gz +-r--r--r-- root/root usr/share/man/man3/IPC::Run3::ProfLogger.3pm.gz +-r--r--r-- root/root usr/share/man/man3/IPC::Run3::ProfPP.3pm.gz +-r--r--r-- root/root usr/share/man/man3/IPC::Run3::ProfReporter.3pm.gz diff --git a/p5-ipc-run3/.signature b/p5-ipc-run3/.signature new file mode 100644 index 00000000..ae3bde32 --- /dev/null +++ b/p5-ipc-run3/.signature @@ -0,0 +1,5 @@ +untrusted comment: verify with /etc/ports/contrib.pub +RWSagIOpLGJF3/weyoM6HPOgJxZE/KHVGmUYngPIi+rwB7cWfghr/ofmzlt4Q+1UWEuJ4O5m+biwCp8E2OWOFVl/fa5KbK5D5Qk= +SHA256 (Pkgfile) = 614ab3a62c5f1cdc8a7cf6d759f03ba14a0c20313d8f47f74fae9bb2219f5f56 +SHA256 (.footprint) = effbea3df6e6affbec124012b9532b33be286cfe4eb522d385f1f37732762582 +SHA256 (IPC-Run3-0.048.tar.gz) = 3d81c3cc1b5cff69cca9361e2c6e38df0352251ae7b41e2ff3febc850e463565 diff --git a/p5-ipc-run3/Pkgfile b/p5-ipc-run3/Pkgfile new file mode 100644 index 00000000..730a2426 --- /dev/null +++ b/p5-ipc-run3/Pkgfile @@ -0,0 +1,19 @@ +# Description: run a subprocess with input/ouput redirection +# URL: https://cpan.metacpan.org/dist/IPC-Run3 +# Maintainer: Tim Biermann, tbier at posteo dot de +# Depends on: + +name=p5-ipc-run3 +version=0.048 +release=1 +source=(https://cpan.metacpan.org/authors/id/R/RJ/RJBS/IPC-Run3-$version.tar.gz) + +build() { + cd IPC-Run3-$version + unset PERL5LIB PERL_MM_OPT PERL_MB_OPT PERL_LOCAL_LIB_ROOT + export PERL_MM_USE_DEFAULT=1 PERL_AUTOINSTALL=--skipdeps + perl Makefile.PL + make + make install INSTALLDIRS=vendor DESTDIR=$PKG + find $PKG \( -name '.packlist' -o -name '*.pod' \) -delete +}
participants (1)
-
crux@crux.nu