pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/p5-IPC-System-Simple Importing package for p5 mo...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/22934bdbd758
branches:  trunk
changeset: 397877:22934bdbd758
user:      sno <sno%pkgsrc.org@localhost>
date:      Wed Aug 19 20:11:14 2009 +0000

description:
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:

 devel/p5-IPC-System-Simple/DESCR    |   6 ++++++
 devel/p5-IPC-System-Simple/Makefile |  20 ++++++++++++++++++++
 devel/p5-IPC-System-Simple/distinfo |   5 +++++
 3 files changed, 31 insertions(+), 0 deletions(-)

diffs (43 lines):

diff -r c5b2be4be0a9 -r 22934bdbd758 devel/p5-IPC-System-Simple/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-IPC-System-Simple/DESCR  Wed Aug 19 20:11:14 2009 +0000
@@ -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 -r c5b2be4be0a9 -r 22934bdbd758 devel/p5-IPC-System-Simple/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-IPC-System-Simple/Makefile       Wed Aug 19 20:11:14 2009 +0000
@@ -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@localhost
+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 -r c5b2be4be0a9 -r 22934bdbd758 devel/p5-IPC-System-Simple/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-IPC-System-Simple/distinfo       Wed Aug 19 20:11:14 2009 +0000
@@ -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



Home | Main Index | Thread Index | Old Index