Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 16 Jul 2014 18:47:06 +0000 (UTC)
From:      Ryan Steinmetz <zi@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r362100 - head/devel/p5-IO-Prompter
Message-ID:  <201407161847.s6GIl6dA040090@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME=	IO-Prompter
+PORTVERSION=	0.004010
+CATEGORIES=	devel perl5
+MASTER_SITES=	CPAN
+PKGNAMEPREFIX=	p5-
+
+MAINTAINER=	zi@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
+@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/IO/Prompter
+@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/IO
+@dirrmtry %%SITE_PERL%%/IO



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201407161847.s6GIl6dA040090>