1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00

Term::RawInput is a simple drop-in replacement for <STDIN> in scripts

with the additional ability to capture and return the non-standard keys
like 'End', 'Escape', 'Insert', etc.

WWW: http://search.cpan.org/dist/Term-RawInput/

This new port is needed to update devel/p5-Term-Menus.

Approved by:	sahil@/wen@ (mentors, implicit)
Feature safe:	yes
This commit is contained in:
Frederic Culot 2011-02-06 14:07:03 +00:00
parent 1b0ee9fc7f
commit 4cba0bf8a0
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=268721
5 changed files with 38 additions and 0 deletions

View File

@ -2240,6 +2240,7 @@
SUBDIR += p5-Term-ProgressBar
SUBDIR += p5-Term-Prompt
SUBDIR += p5-Term-Query
SUBDIR += p5-Term-RawInput
SUBDIR += p5-Term-ReadKey
SUBDIR += p5-Term-ReadLine-Zoid
SUBDIR += p5-Term-ReadPassword

View File

@ -0,0 +1,25 @@
# New ports collection makefile for: devel/p5-Term-RawInput
# Date created: 2011-02-06
# Whom: Frederic Culot <culot@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= Term-RawInput
PORTVERSION= 1.14
CATEGORIES= devel perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= ../../authors/id/R/RE/REEDFISH/
PKGNAMEPREFIX= p5-
MAINTAINER= culot@FreeBSD.org
COMMENT= Drop-in replacement for <STDIN> with handling of non-standard keys
BUILD_DEPENDS= p5-Term-ReadKey>=0:${PORTSDIR}/devel/p5-Term-ReadKey
RUN_DEPENDS:= ${BUILD_DEPENDS}
PERL_CONFIGURE= yes
MAN3= Term::RawInput.3
.include <bsd.port.mk>

View File

@ -0,0 +1,2 @@
SHA256 (Term-RawInput-1.14.tar.gz) = dfaadd751a269d1b15aa289276f28916076d1a1e6a25ecf24215c816eed49249
SIZE (Term-RawInput-1.14.tar.gz) = 35696

View File

@ -0,0 +1,5 @@
Term::RawInput is a simple drop-in replacement for <STDIN> in scripts
with the additional ability to capture and return the non-standard keys
like 'End', 'Escape', 'Insert', etc.
WWW: http://search.cpan.org/dist/Term-RawInput/

View File

@ -0,0 +1,5 @@
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Term/RawInput/.packlist
%%SITE_PERL%%/Term/RawInput.pm
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Term/RawInput
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Term
@dirrmtry %%SITE_PERL%%/Term