summaryrefslogtreecommitdiff
path: root/devel/p5-IPC-System-Simple
diff options
context:
space:
mode:
authorsno <sno@pkgsrc.org>2009-08-19 20:11:14 +0000
committersno <sno@pkgsrc.org>2009-08-19 20:11:14 +0000
commit7e369eba6a72c01a154a2ad497aacbc477761ec5 (patch)
treeec9116d0cefbce788fe167024fe133c105fa55d5 /devel/p5-IPC-System-Simple
parent66610ffcc52bdcb872e8037a8b6c0bab30f88253 (diff)
downloadpkgsrc-7e369eba6a72c01a154a2ad497aacbc477761ec5.tar.gz
Importing package for p5 module IPC::System::Simple as recommended
dependency of scheduled import for p5 pragma autodie from PR pkg/41816. 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.
Diffstat (limited to 'devel/p5-IPC-System-Simple')
-rw-r--r--devel/p5-IPC-System-Simple/DESCR6
-rw-r--r--devel/p5-IPC-System-Simple/Makefile20
-rw-r--r--devel/p5-IPC-System-Simple/distinfo5
3 files changed, 31 insertions, 0 deletions
diff --git a/devel/p5-IPC-System-Simple/DESCR b/devel/p5-IPC-System-Simple/DESCR
new file mode 100644
index 00000000000..a17023ebc03
--- /dev/null
+++ b/devel/p5-IPC-System-Simple/DESCR
@@ -0,0 +1,6 @@
+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.
diff --git a/devel/p5-IPC-System-Simple/Makefile b/devel/p5-IPC-System-Simple/Makefile
new file mode 100644
index 00000000000..189a1124a89
--- /dev/null
+++ b/devel/p5-IPC-System-Simple/Makefile
@@ -0,0 +1,20 @@
+# $NetBSD: Makefile,v 1.1.1.1 2009/08/19 20:11:14 sno Exp $
+
+DISTNAME= IPC-System-Simple-1.18
+PKGNAME= p5-${DISTNAME}
+CATEGORIES= devel perl5
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=IPC/}
+
+MAINTAINER= pkgsrc-users@NetBSD.org
+HOMEPAGE= http://search.cpan.org/dist/IPC-System-Simple/
+COMMENT= Run commands simply, with detailed diagnostics
+LICENSE= ${PERL5_LICENSE}
+
+PKG_INSTALLATION_TYPES= overwrite pkgviews
+PKG_DESTDIR_SUPPORT= user-destdir
+
+USE_LANGUAGES= # empty
+PERL5_PACKLIST= auto/IPC/System/Simple/.packlist
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/devel/p5-IPC-System-Simple/distinfo b/devel/p5-IPC-System-Simple/distinfo
new file mode 100644
index 00000000000..05e48e7b764
--- /dev/null
+++ b/devel/p5-IPC-System-Simple/distinfo
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2009/08/19 20:11:14 sno Exp $
+
+SHA1 (IPC-System-Simple-1.18.tar.gz) = 66541a6c5dfc56a1b80a1e1bc5c05de0a1d99af2
+RMD160 (IPC-System-Simple-1.18.tar.gz) = 7b6d1de123834a1edacf5ff4ca0970ed495bbf9e
+Size (IPC-System-Simple-1.18.tar.gz) = 32783 bytes