1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-22 20:41:26 +00:00

- 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/
This commit is contained in:
Sunpoet Po-Chuan Hsieh 2013-01-30 16:39:57 +00:00
parent 67b18cfb1f
commit b90f1d112b
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=311236
5 changed files with 48 additions and 0 deletions

View File

@ -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

View File

@ -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>

View File

@ -0,0 +1,2 @@
SHA256 (IO-Prompt-Tiny-0.001.tar.gz) = e0b0fda99b3319c168a57b1dba5517152491e3da687077bf6844b3d716b30648
SIZE (IO-Prompt-Tiny-0.001.tar.gz) = 11411

View File

@ -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/

View File

@ -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