mirror of
https://git.freebsd.org/ports.git
synced 2025-06-06 13:20:32 -04:00
Add p5-Term-VT102 0.82, a class to emulate a DEC VT102 terminal.
PR: ports/103746 Submitted by: Gea-Suan Lin <gslin at gslin.org>
This commit is contained in:
parent
593747c381
commit
326e2b0f24
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=174066
5 changed files with 48 additions and 0 deletions
|
@ -1383,6 +1383,7 @@
|
||||||
SUBDIR += p5-Term-Shell
|
SUBDIR += p5-Term-Shell
|
||||||
SUBDIR += p5-Term-Size
|
SUBDIR += p5-Term-Size
|
||||||
SUBDIR += p5-Term-UI
|
SUBDIR += p5-Term-UI
|
||||||
|
SUBDIR += p5-Term-VT102
|
||||||
SUBDIR += p5-Test-Base
|
SUBDIR += p5-Test-Base
|
||||||
SUBDIR += p5-Test-Benchmark
|
SUBDIR += p5-Test-Benchmark
|
||||||
SUBDIR += p5-Test-Class
|
SUBDIR += p5-Test-Class
|
||||||
|
|
22
devel/p5-Term-VT102/Makefile
Normal file
22
devel/p5-Term-VT102/Makefile
Normal file
|
@ -0,0 +1,22 @@
|
||||||
|
# New ports collection makefile for: p5-Term-VT102
|
||||||
|
# Date created: 2006-09-28
|
||||||
|
# Whom: Gea-Suan Lin <gslin@gslin.org>
|
||||||
|
#
|
||||||
|
# $FreeBSD$
|
||||||
|
#
|
||||||
|
|
||||||
|
PORTNAME= Term-VT102
|
||||||
|
PORTVERSION= 0.82
|
||||||
|
CATEGORIES= devel perl5
|
||||||
|
MASTER_SITES= CPAN
|
||||||
|
MASTER_SITE_SUBDIR= Term
|
||||||
|
PKGNAMEPREFIX= p5-
|
||||||
|
|
||||||
|
MAINTAINER= gslin@gslin.org
|
||||||
|
COMMENT= A class to emulate a DEC VT102 terminal
|
||||||
|
|
||||||
|
PERL_CONFIGURE= yes
|
||||||
|
|
||||||
|
MAN3= Term::VT102.3
|
||||||
|
|
||||||
|
.include <bsd.port.mk>
|
3
devel/p5-Term-VT102/distinfo
Normal file
3
devel/p5-Term-VT102/distinfo
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
MD5 (Term-VT102-0.82.tar.gz) = df22674bc17407eb929e0601d6157011
|
||||||
|
SHA256 (Term-VT102-0.82.tar.gz) = 2ae13350b5939203fc736bef5f754f905bdcfa69924af357816c774ace2e62a2
|
||||||
|
SIZE (Term-VT102-0.82.tar.gz) = 25211
|
12
devel/p5-Term-VT102/pkg-descr
Normal file
12
devel/p5-Term-VT102/pkg-descr
Normal file
|
@ -0,0 +1,12 @@
|
||||||
|
The VT102 class provides emulation of most of the functions of a DEC
|
||||||
|
VT102 terminal. Once initialised, data passed to a VT102 object is
|
||||||
|
processed and the in-memory "screen" modified accordingly. This
|
||||||
|
"screen" can be interrogated by the external program in a variety of
|
||||||
|
ways.
|
||||||
|
|
||||||
|
This allows your program to interface with full-screen console
|
||||||
|
programs by running them in a subprocess and passing their output to a
|
||||||
|
VT102 class. You can then see what the application has written on the
|
||||||
|
screen by querying the class appropriately.
|
||||||
|
|
||||||
|
WWW: http://search.cpan.org/dist/Term-VT102/
|
10
devel/p5-Term-VT102/pkg-plist
Normal file
10
devel/p5-Term-VT102/pkg-plist
Normal file
|
@ -0,0 +1,10 @@
|
||||||
|
@comment $FreeBSD$
|
||||||
|
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Term/VT102/.packlist
|
||||||
|
%%SITE_PERL%%/Term/VT102.pm
|
||||||
|
%%SITE_PERL%%/Term/VT102/examples/ssh-usage.pl
|
||||||
|
%%SITE_PERL%%/Term/VT102/examples/telnet-usage.pl
|
||||||
|
@dirrmtry %%SITE_PERL%%/Term/VT102/examples
|
||||||
|
@dirrmtry %%SITE_PERL%%/Term/VT102
|
||||||
|
@dirrmtry %%SITE_PERL%%/Term
|
||||||
|
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Term/VT102
|
||||||
|
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Term
|
Loading…
Add table
Reference in a new issue