1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-24 04:33:24 +00:00

Import of a perl5 module for simple terminal control

This commit is contained in:
James FitzGibbon 1997-06-27 01:56:02 +00:00
parent 450ec52579
commit 7d41e0f651
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=7087
5 changed files with 43 additions and 0 deletions

View File

@ -0,0 +1,25 @@
# New ports collection makefile for: p5-Term-ReadKey
# Version required: 2.07
# Date created: June 26th 1997
# Whom: James FitzGibbon <jfitz@FreeBSD.ORG>
#
# $Id$
#
DISTNAME= TermReadKey-2.07
PKGNAME= p5-Term-ReadKey-2.07
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Term
MAINTAINER= jfitz@FreeBSD.ORG
USE_PERL5= YES
MANPREFIX= ${PREFIX}/lib/perl5
MAN3= Term::ReadKey.3
do-configure:
@cd ${WRKSRC}; ${SETENV} ${CONFIGURE_ENV} ${PREFIX}/bin/perl Makefile.PL
.include <bsd.port.mk>

View File

@ -0,0 +1 @@
MD5 (TermReadKey-2.07.tar.gz) = 26729edbc67a466fc8d9bebc4cc13792

View File

@ -0,0 +1 @@
a perl5 module for simple terminal control

View File

@ -0,0 +1,8 @@
Term::ReadKey is a compiled perl module dedicated to
providing simple control over terminal driver modes
(cbreak, raw, cooked, etc.,) support for non-blocking
reads, if the architecture allows, and some generalized
handy functions for working with terminals. One of the
main goals is to have the functions as portable as
possible, so you can just plug in "use Term::ReadKey" on
any architecture and have a good likelyhood of it working.

View File

@ -0,0 +1,8 @@
lib/perl5/man/man3/Term::ReadKey.3.gz
lib/perl5/site_perl/Term/ReadKey.pm
lib/perl5/site_perl/auto/Term/ReadKey/autosplit.ix
lib/perl5/site_perl/i386-freebsd/auto/Term/ReadKey/ReadKey.bs
lib/perl5/site_perl/i386-freebsd/auto/Term/ReadKey/ReadKey.so
lib/perl5/site_perl/i386-freebsd/auto/Term/ReadKey/.packlist
@dirrm lib/perl5/site_perl/i386-freebsd/auto/Term/ReadKey
@dirrm lib/perl5/site_perl/auto/Term/ReadKey