diff options
author | abs <abs> | 2006-06-07 12:00:59 +0000 |
---|---|---|
committer | abs <abs> | 2006-06-07 12:00:59 +0000 |
commit | 6dfec59de0d786583cf2c709047575c72f1b7b5f (patch) | |
tree | 3b907672450eb04f706c5b919c3007308fe2d665 /devel/p5-IO-Prompt | |
parent | d1b7e8ef09f00284913c826656e1f87747ac4f83 (diff) | |
download | pkgsrc-6dfec59de0d786583cf2c709047575c72f1b7b5f.tar.gz |
Added devel/p5-IO-Prompt-0.99.4
By default, this module exports a single function: prompt(). It
prompts the user to enter some input, and returns an object that
represents the user input.
You may specify various flags to the function to affect its behaviour;
most notably, it defaults to automatically chomp the input, unless
the -line flag is specified.
Diffstat (limited to 'devel/p5-IO-Prompt')
-rw-r--r-- | devel/p5-IO-Prompt/DESCR | 7 | ||||
-rw-r--r-- | devel/p5-IO-Prompt/Makefile | 22 | ||||
-rw-r--r-- | devel/p5-IO-Prompt/PLIST | 1 | ||||
-rw-r--r-- | devel/p5-IO-Prompt/distinfo | 5 |
4 files changed, 35 insertions, 0 deletions
diff --git a/devel/p5-IO-Prompt/DESCR b/devel/p5-IO-Prompt/DESCR new file mode 100644 index 00000000000..eb54a6fa212 --- /dev/null +++ b/devel/p5-IO-Prompt/DESCR @@ -0,0 +1,7 @@ +By default, this module exports a single function: prompt(). It +prompts the user to enter some input, and returns an object that +represents the user input. + +You may specify various flags to the function to affect its behaviour; +most notably, it defaults to automatically chomp the input, unless +the -line flag is specified. diff --git a/devel/p5-IO-Prompt/Makefile b/devel/p5-IO-Prompt/Makefile new file mode 100644 index 00000000000..63951b4f94b --- /dev/null +++ b/devel/p5-IO-Prompt/Makefile @@ -0,0 +1,22 @@ +# $NetBSD: Makefile,v 1.1.1.1 2006/06/07 12:00:59 abs Exp $ +# + +DISTNAME= IO-Prompt-v0.99.4 +PKGNAME= p5-${DISTNAME:S:-v:-:} +CATEGORIES= devel perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/D/DC/DCONWAY/} + +MAINTAINER= abs@absd.org +HOMEPAGE= http://search.cpan.org/~dconway/IO-Prompt/ +COMMENT= Interactively prompt for user input + +PKG_INSTALLATION_TYPES= overwrite pkgviews + +DEPENDS+= p5-version-[0-9]*:../../devel/p5-version +DEPENDS+= p5-Term-ReadKey-[0-9]*:../../devel/p5-Term-ReadKey + +USE_LANGUAGES= # empty +PERL5_PACKLIST= auto/IO/Prompt/.packlist + +.include "../../lang/perl5/module.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/devel/p5-IO-Prompt/PLIST b/devel/p5-IO-Prompt/PLIST new file mode 100644 index 00000000000..b9aee5c5968 --- /dev/null +++ b/devel/p5-IO-Prompt/PLIST @@ -0,0 +1 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2006/06/07 12:00:59 abs Exp $ diff --git a/devel/p5-IO-Prompt/distinfo b/devel/p5-IO-Prompt/distinfo new file mode 100644 index 00000000000..0d7c27bf8ae --- /dev/null +++ b/devel/p5-IO-Prompt/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2006/06/07 12:00:59 abs Exp $ + +SHA1 (IO-Prompt-v0.99.4.tar.gz) = 5145494de4212b77f51f263c30e270b73bba4b84 +RMD160 (IO-Prompt-v0.99.4.tar.gz) = d832e3e078a89a1fcdd9b541df61ca9a6e1d6017 +Size (IO-Prompt-v0.99.4.tar.gz) = 14164 bytes |