diff options
author | sno <sno@pkgsrc.org> | 2009-08-19 20:11:14 +0000 |
---|---|---|
committer | sno <sno@pkgsrc.org> | 2009-08-19 20:11:14 +0000 |
commit | 7e369eba6a72c01a154a2ad497aacbc477761ec5 (patch) | |
tree | ec9116d0cefbce788fe167024fe133c105fa55d5 /devel | |
parent | 66610ffcc52bdcb872e8037a8b6c0bab30f88253 (diff) | |
download | pkgsrc-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')
-rw-r--r-- | devel/p5-IPC-System-Simple/DESCR | 6 | ||||
-rw-r--r-- | devel/p5-IPC-System-Simple/Makefile | 20 | ||||
-rw-r--r-- | devel/p5-IPC-System-Simple/distinfo | 5 |
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 |