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:
parent
0bffa0ae99
commit
523bf73657
20
devel/p5-System-Command/Makefile
Normal file
20
devel/p5-System-Command/Makefile
Normal 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>
|
5
devel/p5-System-Command/distinfo
Normal file
5
devel/p5-System-Command/distinfo
Normal 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
|
3
devel/p5-System-Command/pkg/DESCR
Normal file
3
devel/p5-System-Command/pkg/DESCR
Normal 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.
|
4
devel/p5-System-Command/pkg/PLIST
Normal file
4
devel/p5-System-Command/pkg/PLIST
Normal 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
|
Loading…
x
Reference in New Issue
Block a user