mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-25 04:43:33 +00:00
Import of a perl5 module for simple terminal control
This commit is contained in:
parent
450ec52579
commit
7d41e0f651
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=7087
25
devel/p5-Term-ReadKey/Makefile
Normal file
25
devel/p5-Term-ReadKey/Makefile
Normal 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>
|
1
devel/p5-Term-ReadKey/distinfo
Normal file
1
devel/p5-Term-ReadKey/distinfo
Normal file
@ -0,0 +1 @@
|
|||||||
|
MD5 (TermReadKey-2.07.tar.gz) = 26729edbc67a466fc8d9bebc4cc13792
|
1
devel/p5-Term-ReadKey/pkg-comment
Normal file
1
devel/p5-Term-ReadKey/pkg-comment
Normal file
@ -0,0 +1 @@
|
|||||||
|
a perl5 module for simple terminal control
|
8
devel/p5-Term-ReadKey/pkg-descr
Normal file
8
devel/p5-Term-ReadKey/pkg-descr
Normal 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.
|
8
devel/p5-Term-ReadKey/pkg-plist
Normal file
8
devel/p5-Term-ReadKey/pkg-plist
Normal 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
|
Loading…
Reference in New Issue
Block a user