diff options
author | Juergen Daubert <jue@jue.li> | 2020-04-22 12:16:36 +0200 |
---|---|---|
committer | Juergen Daubert <jue@jue.li> | 2020-04-22 12:16:36 +0200 |
commit | 742daaa5e5d437cea29367f450aa4589c1f8a407 (patch) | |
tree | ff1151a5c5ae43b5fe01d4d4de158941cfe10c82 /p5-ipc-run3 | |
parent | cb01ca14ac655666cbdbd8272fbb832af1e74fcd (diff) | |
download | opt-742daaa5e5d437cea29367f450aa4589c1f8a407.tar.gz opt-742daaa5e5d437cea29367f450aa4589c1f8a407.tar.xz |
p5-ipc-run3: moved from contrib
Diffstat (limited to 'p5-ipc-run3')
-rw-r--r-- | p5-ipc-run3/.footprint | 28 | ||||
-rw-r--r-- | p5-ipc-run3/.signature | 5 | ||||
-rw-r--r-- | p5-ipc-run3/Pkgfile | 19 |
3 files changed, 52 insertions, 0 deletions
diff --git a/p5-ipc-run3/.footprint b/p5-ipc-run3/.footprint new file mode 100644 index 000000000..ef08f8e33 --- /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 000000000..ae3bde32d --- /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 000000000..730a2426f --- /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 +} |