svn commit: r362100 - head/devel/p5-IO-Prompter
Ryan Steinmetz
zi at FreeBSD.org
Wed Jul 16 18:47:07 UTC 2014
Author: zi
Date: Wed Jul 16 18:47:06 2014
New Revision: 362100
URL: http://svnweb.freebsd.org/changeset/ports/362100
QAT: https://qat.redports.org/buildarchive/r362100/
Log:
New port: devel/p5-IO-Prompter:
IO::Prompter exports a single subroutine, prompt, that prints a prompt (but
only if the program's selected input and output streams are connected to a
terminal), then reads some input, then chomps it, and finally returns an
object representing that text.
IO::Prompter is a replacement for IO::Prompt, which is no longer being maintained.
WWW: http://search.cpan.org/dist/IO-Prompter/
Added:
head/devel/p5-IO-Prompter/
head/devel/p5-IO-Prompter/Makefile (contents, props changed)
head/devel/p5-IO-Prompter/distinfo (contents, props changed)
head/devel/p5-IO-Prompter/pkg-descr (contents, props changed)
head/devel/p5-IO-Prompter/pkg-plist (contents, props changed)
Added: head/devel/p5-IO-Prompter/Makefile
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/devel/p5-IO-Prompter/Makefile Wed Jul 16 18:47:06 2014 (r362100)
@@ -0,0 +1,22 @@
+# Created by: Ryan Steinmetz <zi at FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME= IO-Prompter
+PORTVERSION= 0.004010
+CATEGORIES= devel perl5
+MASTER_SITES= CPAN
+PKGNAMEPREFIX= p5-
+
+MAINTAINER= zi at FreeBSD.org
+COMMENT= Prompt for input, read it, clean it, return it
+
+BUILD_DEPENDS= devel/p5-Contextual-Return>0:${PORTSDIR}/devel/p5-Contextual-Return
+RUN_DEPENDS:= ${BUILD_DEPENDS}
+
+USES= perl5
+USE_PERL5= configure
+
+regression-test: build
+ cd ${WRKSRC}/ && ${MAKE} test
+
+.include <bsd.port.mk>
Added: head/devel/p5-IO-Prompter/distinfo
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/devel/p5-IO-Prompter/distinfo Wed Jul 16 18:47:06 2014 (r362100)
@@ -0,0 +1,2 @@
+SHA256 (IO-Prompter-0.004010.tar.gz) = 370d1703c05bdd2b78f98684205587729ecc14b3479eb419780468066013162c
+SIZE (IO-Prompter-0.004010.tar.gz) = 42045
Added: head/devel/p5-IO-Prompter/pkg-descr
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/devel/p5-IO-Prompter/pkg-descr Wed Jul 16 18:47:06 2014 (r362100)
@@ -0,0 +1,6 @@
+IO::Prompter exports a single subroutine, prompt, that prints a prompt (but
+only if the program's selected input and output streams are connected to a
+terminal), then reads some input, then chomps it, and finally returns an
+object representing that text.
+
+WWW: http://search.cpan.org/dist/IO-Prompter/
Added: head/devel/p5-IO-Prompter/pkg-plist
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/devel/p5-IO-Prompter/pkg-plist Wed Jul 16 18:47:06 2014 (r362100)
@@ -0,0 +1,6 @@
+%%SITE_PERL%%/IO/Prompter.pm
+%%SITE_PERL%%/%%PERL_ARCH%%/auto/IO/Prompter/.packlist
+%%PERL5_MAN3%%/IO::Prompter.3.gz
+ at dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/IO/Prompter
+ at dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/IO
+ at dirrmtry %%SITE_PERL%%/IO
More information about the svn-ports-all
mailing list