mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-15 03:14:23 +00:00
A subclass to emulate boundless DEC VT102 terminal
This commit is contained in:
parent
ee62a65d32
commit
c59600683f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=291989
@ -2473,6 +2473,7 @@
|
||||
SUBDIR += p5-Term-Title
|
||||
SUBDIR += p5-Term-UI
|
||||
SUBDIR += p5-Term-VT102
|
||||
SUBDIR += p5-Term-VT102-Boundless
|
||||
SUBDIR += p5-Term-Visual
|
||||
SUBDIR += p5-Test-Aggregate
|
||||
SUBDIR += p5-Test-Assertions
|
||||
|
24
devel/p5-Term-VT102-Boundless/Makefile
Normal file
24
devel/p5-Term-VT102-Boundless/Makefile
Normal file
@ -0,0 +1,24 @@
|
||||
# New ports collection makefile for: p5-Term-VT102-Boundless
|
||||
# Date created: 2012-02-21
|
||||
# Whom: Andrey Chernov <ache@FreeBSD.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= Term-VT102-Boundless
|
||||
PORTVERSION= 0.04
|
||||
CATEGORIES= devel perl5
|
||||
MASTER_SITES= CPAN
|
||||
MASTER_SITE_SUBDIR= Term
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= perl@FreeBSD.org
|
||||
COMMENT= A subclass to emulate boundless DEC VT102 terminal
|
||||
|
||||
RUN_DEPENDS= ${SITE_PERL}/Term/VT102.pm:${PORTSDIR}/devel/p5-Term-VT102
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
|
||||
MAN3= Term::VT102::Boundless.3
|
||||
|
||||
.include <bsd.port.mk>
|
2
devel/p5-Term-VT102-Boundless/distinfo
Normal file
2
devel/p5-Term-VT102-Boundless/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (Term-VT102-Boundless-0.04.tar.gz) = 5bb88b5aecb44ebf56d3ac7240be80cd26def9dcf1ebeb4e77d9983dfc7a8f19
|
||||
SIZE (Term-VT102-Boundless-0.04.tar.gz) = 2857
|
8
devel/p5-Term-VT102-Boundless/pkg-descr
Normal file
8
devel/p5-Term-VT102-Boundless/pkg-descr
Normal file
@ -0,0 +1,8 @@
|
||||
This is a subclass of Term::VT102 that will grow the virtual screen to
|
||||
accomodate arbitrary width and height of text.
|
||||
|
||||
The behavior is more similar to the buffer of a scrolling terminal
|
||||
emulator than to a real terminal, making it useful for output displays
|
||||
in scrolling media.
|
||||
|
||||
WWW: http://search.cpan.org/dist/Term-VT102-Boundless/
|
7
devel/p5-Term-VT102-Boundless/pkg-plist
Normal file
7
devel/p5-Term-VT102-Boundless/pkg-plist
Normal file
@ -0,0 +1,7 @@
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Term/VT102/Boundless/.packlist
|
||||
%%SITE_PERL%%/Term/VT102/Boundless.pm
|
||||
@dirrmtry %%SITE_PERL%%/Term/VT102
|
||||
@dirrmtry %%SITE_PERL%%/Term
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Term/VT102/Boundless
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Term/VT102
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Term
|
Loading…
Reference in New Issue
Block a user