pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/p5-IPC-Cmd Import p5-IPC-Cmd version 0.42.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/9c5a920e7aad
branches:  trunk
changeset: 551810:9c5a920e7aad
user:      he <he%pkgsrc.org@localhost>
date:      Sat Dec 20 14:38:42 2008 +0000

description:
Import p5-IPC-Cmd version 0.42.

IPC::Cmd allows you to run commands, interactively if desired,
platform independent but have them still work.

The can_run function can tell you if a certain binary is installed
and if so where, whereas the run function can actually execute any
of the commands you give it and give you a clear return value, as
well as adhere to your verbosity settings.

diffstat:

 devel/p5-IPC-Cmd/DESCR    |   7 +++++++
 devel/p5-IPC-Cmd/Makefile |  21 +++++++++++++++++++++
 devel/p5-IPC-Cmd/distinfo |   5 +++++
 3 files changed, 33 insertions(+), 0 deletions(-)

diffs (45 lines):

diff -r 37d7a791a90f -r 9c5a920e7aad devel/p5-IPC-Cmd/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-IPC-Cmd/DESCR    Sat Dec 20 14:38:42 2008 +0000
@@ -0,0 +1,7 @@
+IPC::Cmd allows you to run commands, interactively if desired,
+platform independent but have them still work.
+
+The can_run function can tell you if a certain binary is installed
+and if so where, whereas the run function can actually execute any
+of the commands you give it and give you a clear return value, as
+well as adhere to your verbosity settings.
diff -r 37d7a791a90f -r 9c5a920e7aad devel/p5-IPC-Cmd/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-IPC-Cmd/Makefile Sat Dec 20 14:38:42 2008 +0000
@@ -0,0 +1,21 @@
+# $NetBSD: Makefile,v 1.1.1.1 2008/12/20 14:38:42 he Exp $
+
+DISTNAME=      IPC-Cmd-0.42
+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-Cmd/
+COMMENT=       Perl module for finding and running system commands
+
+DEPENDS+=       p5-Locale-Maketext-Simple>=0:../../misc/p5-Locale-Maketext-Simple
+
+PKG_INSTALLATION_TYPES=        overwrite pkgviews
+PKG_DESTDIR_SUPPORT=   user-destdir
+
+USE_LANGUAGES=         # empty
+PERL5_PACKLIST=                auto/IPC/Cmd/.packlist
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 37d7a791a90f -r 9c5a920e7aad devel/p5-IPC-Cmd/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-IPC-Cmd/distinfo Sat Dec 20 14:38:42 2008 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2008/12/20 14:38:42 he Exp $
+
+SHA1 (IPC-Cmd-0.42.tar.gz) = f8efd95c65fda1998c6417b118d030a661e93b10
+RMD160 (IPC-Cmd-0.42.tar.gz) = 4711442f731f8ce14c9d796811146ce9ff2e59aa
+Size (IPC-Cmd-0.42.tar.gz) = 18287 bytes



Home | Main Index | Thread Index | Old Index