summaryrefslogtreecommitdiffstats
path: root/perl-cpan
diff options
context:
space:
mode:
authorFlorian Franzmann2018-12-13 19:06:29 +0100
committerFlorian Franzmann2018-12-15 20:33:58 +0100
commitd2b9cf152168fc920597b0cea5ea331886fa8961 (patch)
tree3e59988117d0c28a866cab25165695a797b37df2 /perl-cpan
parent9a9726ba18b02abecc24871ab534b998cb9686a1 (diff)
perl-cpan/ipc-system-simple: new spell, run commands simply, with detailed diagnostics
Diffstat (limited to 'perl-cpan')
-rwxr-xr-xperl-cpan/ipc-system-simple/DEPENDS1
-rwxr-xr-xperl-cpan/ipc-system-simple/DETAILS18
-rw-r--r--perl-cpan/ipc-system-simple/HISTORY3
3 files changed, 22 insertions, 0 deletions
diff --git a/perl-cpan/ipc-system-simple/DEPENDS b/perl-cpan/ipc-system-simple/DEPENDS
new file mode 100755
index 0000000000..c1a1bc6231
--- /dev/null
+++ b/perl-cpan/ipc-system-simple/DEPENDS
@@ -0,0 +1 @@
+depends perl
diff --git a/perl-cpan/ipc-system-simple/DETAILS b/perl-cpan/ipc-system-simple/DETAILS
new file mode 100755
index 0000000000..4394c4257d
--- /dev/null
+++ b/perl-cpan/ipc-system-simple/DETAILS
@@ -0,0 +1,18 @@
+ SPELL=ipc-system-simple
+ VERSION=1.25
+ SOURCE="IPC-System-Simple-${VERSION}.tar.gz"
+ SOURCE_URL[0]=$PERL_CPAN_URL/authors/id/P/PJ/PJF/${SOURCE}
+ SOURCE_HASH=sha512:fda275786605eb80acaa6062cc51c32aa0e84f150e7ca7afcfe874f088ce7b8f9a97669e91bec24fdb05426db8b0f05552aa8853e44b08996e625281d1892f72
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/IPC-System-Simple-${VERSION}"
+ WEB_SITE="https://metacpan.org/pod/IPC::System::Simple"
+ LICENSE[0]=ART
+ ENTERED=20181213
+ SHORT="run commands simply, with detailed diagnostics"
+cat << EOF
+Calling Perl's in-built system() function is easy, determining if it was
+successful is hard. Let's face it, $? isn't the nicest variable in the world
+to play with, and even if you do check it, producing a well-formatted error
+string takes a lot of work.
+
+IPC::System::Simple takes the hard work out of calling external commands.
+EOF
diff --git a/perl-cpan/ipc-system-simple/HISTORY b/perl-cpan/ipc-system-simple/HISTORY
new file mode 100644
index 0000000000..42ffcd5920
--- /dev/null
+++ b/perl-cpan/ipc-system-simple/HISTORY
@@ -0,0 +1,3 @@
+2018-12-13 Florian Franzmann <siflfran@hawo.stw.uni-erlangen.de>
+ * DEPENDS, DETAILS: spell created
+