Add p5-Term-ANSIScreen.
Term::ANSIScreen is an Term::ANSIColor clone with support for screen mode, cursor control and keyboard mapping sequences.
This commit is contained in:
parent
f80da827ae
commit
bdc403c3ee
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=84340
5 changed files with 31 additions and 0 deletions
|
@ -713,6 +713,7 @@
|
|||
SUBDIR += p5-Sub-Uplevel
|
||||
SUBDIR += p5-System2
|
||||
SUBDIR += p5-Term-ANSIColor
|
||||
SUBDIR += p5-Term-ANSIScreen
|
||||
SUBDIR += p5-Term-ProgressBar
|
||||
SUBDIR += p5-Term-Prompt
|
||||
SUBDIR += p5-Term-Query
|
||||
|
|
22
devel/p5-Term-ANSIScreen/Makefile
Normal file
22
devel/p5-Term-ANSIScreen/Makefile
Normal file
|
@ -0,0 +1,22 @@
|
|||
# New ports collection makefile for: ANSIScreen
|
||||
# Date created: 06 July 2003
|
||||
# Whom: Adam Weinberger <adamw@FreeBSD.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= Term-ANSIScreen
|
||||
PORTVERSION= 1.40
|
||||
CATEGORIES= devel perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
||||
MASTER_SITE_SUBDIR= Term
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= Term::ANSIColor clone with screen mode support
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
|
||||
MAN3= Term::ANSIScreen.3
|
||||
|
||||
.include <bsd.port.mk>
|
1
devel/p5-Term-ANSIScreen/distinfo
Normal file
1
devel/p5-Term-ANSIScreen/distinfo
Normal file
|
@ -0,0 +1 @@
|
|||
MD5 (Term-ANSIScreen-1.40.tar.gz) = 319eac6e4308156d40477fbeab0512d4
|
2
devel/p5-Term-ANSIScreen/pkg-descr
Normal file
2
devel/p5-Term-ANSIScreen/pkg-descr
Normal file
|
@ -0,0 +1,2 @@
|
|||
Term::ANSIScreen is an Term::ANSIColor clone with support for screen mode,
|
||||
cursor control and keyboard mapping sequences.
|
5
devel/p5-Term-ANSIScreen/pkg-plist
Normal file
5
devel/p5-Term-ANSIScreen/pkg-plist
Normal file
|
@ -0,0 +1,5 @@
|
|||
%%SITE_PERL%%/Term/ANSIScreen.pm
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Term/ANSIScreen/.packlist
|
||||
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Term/ANSIScreen
|
||||
@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Term 2>/dev/null || true
|
||||
@unexec rmdir %D/%%SITE_PERL%%/Term 2>/dev/null || true
|
Loading…
Reference in a new issue