Add p5-IPC-System-Simple 1.17, perl extension to run commands simply

with detailed diagnostics.
This commit is contained in:
Jun Kuriyama 2009-01-22 02:21:04 +00:00
parent da72320888
commit 1eabe3108f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=226649
5 changed files with 41 additions and 0 deletions

View File

@ -1444,6 +1444,7 @@
SUBDIR += p5-IPC-Shareable
SUBDIR += p5-IPC-SharedCache
SUBDIR += p5-IPC-Signal
SUBDIR += p5-IPC-System-Simple
SUBDIR += p5-Include
SUBDIR += p5-Inline
SUBDIR += p5-Inline-ASM

View File

@ -0,0 +1,21 @@
# New ports collection makefile for: IPC::System::Simple
# Date created: 22 Jan 2009
# Whom: Jun Kuriyama <kuriyama@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= IPC-System-Simple
PORTVERSION= 1.17
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= kuriyama@FreeBSD.org
COMMENT= Perl extension to run commands simply with detailed diagnostics
PERL_CONFIGURE= yes
MAN3= IPC::System::Simple.3
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
MD5 (IPC-System-Simple-1.17.tar.gz) = 1314bb6cb3f870f56294eccc460c8d84
SHA256 (IPC-System-Simple-1.17.tar.gz) = 05c1471e996c220d45ea744c637e35d490760db86410a1069d128cb7fe3a3149
SIZE (IPC-System-Simple-1.17.tar.gz) = 32513

View File

@ -0,0 +1,9 @@
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.
WWW: http://search.cpan.org/dist/IPC-System-Simple/

View File

@ -0,0 +1,7 @@
%%SITE_PERL%%/IPC/System/Simple.pm
%%SITE_PERL%%/%%PERL_ARCH%%/auto/IPC/System/Simple/.packlist
@dirrmtry %%SITE_PERL%%/IPC/System
@dirrmtry %%SITE_PERL%%/IPC
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/IPC/System/Simple
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/IPC/System
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/IPC