svn commit: r360983 - head/devel/p5-IPC-Open3-Simple
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Sun Jul 6 18:51:29 UTC 2014
Author: sunpoet
Date: Sun Jul 6 18:51:28 2014
New Revision: 360983
URL: http://svnweb.freebsd.org/changeset/ports/360983
QAT: https://qat.redports.org/buildarchive/r360983/
Log:
- Add LICENSE
- Sort PLIST
- Reformat pkg-descr
Modified:
head/devel/p5-IPC-Open3-Simple/Makefile
head/devel/p5-IPC-Open3-Simple/pkg-descr
head/devel/p5-IPC-Open3-Simple/pkg-plist
Modified: head/devel/p5-IPC-Open3-Simple/Makefile
==============================================================================
--- head/devel/p5-IPC-Open3-Simple/Makefile Sun Jul 6 18:51:23 2014 (r360982)
+++ head/devel/p5-IPC-Open3-Simple/Makefile Sun Jul 6 18:51:28 2014 (r360983)
@@ -10,7 +10,10 @@ PKGNAMEPREFIX= p5-
MAINTAINER= sunpoet at FreeBSD.org
COMMENT= Simple alternative to IPC::Open3
-USES= perl5
+LICENSE= ART10 GPLv1
+LICENSE_COMB= dual
+
USE_PERL5= configure
+USES= perl5
.include <bsd.port.mk>
Modified: head/devel/p5-IPC-Open3-Simple/pkg-descr
==============================================================================
--- head/devel/p5-IPC-Open3-Simple/pkg-descr Sun Jul 6 18:51:23 2014 (r360982)
+++ head/devel/p5-IPC-Open3-Simple/pkg-descr Sun Jul 6 18:51:28 2014 (r360983)
@@ -1,16 +1,15 @@
-IPC::Open3::Simple aims at making it very easy to start a shell
-command, eventually feed its stdin with some data, then retrieve its
-stdout and stderr separately.
+IPC::Open3::Simple aims at making it very easy to start a shell command,
+eventually feed its stdin with some data, then retrieve its stdout and stderr
+separately.
-When you want to run a shell command and parse its stdout/stderr or
-feed its stdin, you often end up using IPC::Run, IPC::Cmd or
-IPC::Open3 with your own parsing code, and end up writing more code
-than you intended. IPC::Open3::Simple is about removing this overhead
-and making IPC::Open3 easier to use.
+When you want to run a shell command and parse its stdout/stderr or feed its
+stdin, you often end up using IPC::Run, IPC::Cmd or IPC::Open3 with your own
+parsing code, and end up writing more code than you intended. IPC::Open3::Simple
+is about removing this overhead and making IPC::Open3 easier to use.
-IPC::Open3::Simple calls IPC::Open3 and redirects stdin, stdout and
-stderr to some function references passed in argument to the
-constructor. It does a select on the input/output filehandles returned
-by IPC::Open3 and dispatches their content to and from those functions.
+IPC::Open3::Simple calls IPC::Open3 and redirects stdin, stdout and stderr to
+some function references passed in argument to the constructor. It does a select
+on the input/output filehandles returned by IPC::Open3 and dispatches their
+content to and from those functions.
WWW: http://search.cpan.org/dist/IPC-Open3-Simple/
Modified: head/devel/p5-IPC-Open3-Simple/pkg-plist
==============================================================================
--- head/devel/p5-IPC-Open3-Simple/pkg-plist Sun Jul 6 18:51:23 2014 (r360982)
+++ head/devel/p5-IPC-Open3-Simple/pkg-plist Sun Jul 6 18:51:28 2014 (r360983)
@@ -1,7 +1,7 @@
-%%SITE_PERL%%/%%PERL_ARCH%%/auto/IPC/Open3/Simple/.packlist
%%SITE_PERL%%/IPC/Open3/Simple.pm
+%%SITE_PERL%%/%%PERL_ARCH%%/auto/IPC/Open3/Simple/.packlist
%%PERL5_MAN3%%/IPC::Open3::Simple.3.gz
- at dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/IPC/Open3/Simple
+ at dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/IPC/Open3/Simple
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/IPC/Open3
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/IPC
@dirrmtry %%SITE_PERL%%/IPC/Open3
More information about the svn-ports-all
mailing list