Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 30 Jan 2013 16:39:58 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r311236 - in head/devel: . p5-IO-Prompt-Tiny
Message-ID:  <201301301639.r0UGdw1H006114@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Wed Jan 30 16:39:57 2013
New Revision: 311236
URL: http://svnweb.freebsd.org/changeset/ports/311236

Log:
  - Add p5-IO-Prompt-Tiny 0.001
  
  IO::Prompt::Tiny is an extremely simple prompting module, based on the extremely
  simple prompt offered by ExtUtils::MakeMaker.In many cases, that's all you need
  and this module gives it to you without all the overhead of ExtUtils::MakeMaker
  just to prompt for input.
  
  It doesn't do any validation, coloring, menus, timeouts, or any of the wild,
  crazy, cool stuff that other prompting modules do. It just prompts with a
  default. That's it!
  
  WWW: http://search.cpan.org/dist/IO-Prompt-Tiny/

Added:
  head/devel/p5-IO-Prompt-Tiny/
  head/devel/p5-IO-Prompt-Tiny/Makefile   (contents, props changed)
  head/devel/p5-IO-Prompt-Tiny/distinfo   (contents, props changed)
  head/devel/p5-IO-Prompt-Tiny/pkg-descr   (contents, props changed)
  head/devel/p5-IO-Prompt-Tiny/pkg-plist   (contents, props changed)
Modified:
  head/devel/Makefile

Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile	Wed Jan 30 16:35:14 2013	(r311235)
+++ head/devel/Makefile	Wed Jan 30 16:39:57 2013	(r311236)
@@ -2071,6 +2071,7 @@
     SUBDIR += p5-IO-Null
     SUBDIR += p5-IO-Pager
     SUBDIR += p5-IO-Prompt
+    SUBDIR += p5-IO-Prompt-Tiny
     SUBDIR += p5-IO-Pty-Easy
     SUBDIR += p5-IO-String
     SUBDIR += p5-IO-Stty

Added: head/devel/p5-IO-Prompt-Tiny/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/p5-IO-Prompt-Tiny/Makefile	Wed Jan 30 16:39:57 2013	(r311236)
@@ -0,0 +1,28 @@
+# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME=	IO-Prompt-Tiny
+PORTVERSION=	0.001
+CATEGORIES=	devel perl5
+MASTER_SITES=	CPAN
+PKGNAMEPREFIX=	p5-
+
+MAINTAINER=	sunpoet@FreeBSD.org
+COMMENT=	Prompt for user input with a default option
+
+LICENSE=	AL2
+
+BUILD_DEPENDS=	p5-Capture-Tiny>=0:${PORTSDIR}/devel/p5-Capture-Tiny
+RUN_DEPENDS:=	${BUILD_DEPENDS}
+
+PERL_CONFIGURE=	yes
+
+MAN3=		IO::Prompt::Tiny.3
+
+.include <bsd.port.pre.mk>
+
+.if ${PERL_LEVEL} < 501400
+TEST_DEPENDS+=	p5-Test-Simple>=0.96:${PORTSDIR}/devel/p5-Test-Simple
+.endif
+
+.include <bsd.port.post.mk>

Added: head/devel/p5-IO-Prompt-Tiny/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/p5-IO-Prompt-Tiny/distinfo	Wed Jan 30 16:39:57 2013	(r311236)
@@ -0,0 +1,2 @@
+SHA256 (IO-Prompt-Tiny-0.001.tar.gz) = e0b0fda99b3319c168a57b1dba5517152491e3da687077bf6844b3d716b30648
+SIZE (IO-Prompt-Tiny-0.001.tar.gz) = 11411

Added: head/devel/p5-IO-Prompt-Tiny/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/p5-IO-Prompt-Tiny/pkg-descr	Wed Jan 30 16:39:57 2013	(r311236)
@@ -0,0 +1,10 @@
+IO::Prompt::Tiny is an extremely simple prompting module, based on the extremely
+simple prompt offered by ExtUtils::MakeMaker.In many cases, that's all you need
+and this module gives it to you without all the overhead of ExtUtils::MakeMaker
+just to prompt for input.
+
+It doesn't do any validation, coloring, menus, timeouts, or any of the wild,
+crazy, cool stuff that other prompting modules do. It just prompts with a
+default. That's it!
+
+WWW: http://search.cpan.org/dist/IO-Prompt-Tiny/

Added: head/devel/p5-IO-Prompt-Tiny/pkg-plist
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/p5-IO-Prompt-Tiny/pkg-plist	Wed Jan 30 16:39:57 2013	(r311236)
@@ -0,0 +1,7 @@
+%%SITE_PERL%%/IO/Prompt/Tiny.pm
+%%SITE_PERL%%/%%PERL_ARCH%%/auto/IO/Prompt/Tiny/.packlist
+@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/IO/Prompt/Tiny
+@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/IO/Prompt
+@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/IO
+@dirrmtry %%SITE_PERL%%/IO/Prompt
+@dirrmtry %%SITE_PERL%%/IO



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