import p5-System-Command 1.05

System::Command is a class that launches an external system command and
returns an objects representing it, allowing interaction through the
STDIN, STDOUT and STDERR handles.

tweak and OK sthen@
This commit is contained in:
jasper 2011-07-20 18:04:48 +00:00
parent 0bffa0ae99
commit 523bf73657
4 changed files with 32 additions and 0 deletions

View File

@ -0,0 +1,20 @@
# $OpenBSD: Makefile,v 1.1.1.1 2011/07/20 18:04:48 jasper Exp $
COMMENT = object for running system commands
MODULES = cpan
DISTNAME = System-Command-1.05
CATEGORIES = devel
USE_GROFF = Yes
MAINTAINER = Wen Heping <wenheping@gmail.com>
# perl
PERMIT_PACKAGE_CDROM = Yes
PERMIT_PACKAGE_FTP = Yes
PERMIT_DISTFILES_CDROM =Yes
PERMIT_DISTFILES_FTP = Yes
CONFIGURE_STYLE = modbuild
.include <bsd.port.mk>

View File

@ -0,0 +1,5 @@
MD5 (System-Command-1.05.tar.gz) = nNyq6WPqULK/2/Vwf4qDhg==
RMD160 (System-Command-1.05.tar.gz) = o4vZqaL09AJYdq6+qS/yLhhldgc=
SHA1 (System-Command-1.05.tar.gz) = jmsnzyGsTOZzSVwP8cg9YGi8/78=
SHA256 (System-Command-1.05.tar.gz) = IvoHNRrl148waIdvAKn2fVq0/p/DuqfWERQFCY3v7gM=
SIZE (System-Command-1.05.tar.gz) = 12153

View File

@ -0,0 +1,3 @@
System::Command is a class that launches an external system command and
returns an objects representing it, allowing interaction through the
STDIN, STDOUT and STDERR handles.

View File

@ -0,0 +1,4 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2011/07/20 18:04:48 jasper Exp $
${P5SITE}/System/
${P5SITE}/System/Command.pm
@man man/man3p/System::Command.3p