Add p5-Term-Visual 0.06, split-terminal user interface.

PR:		ports/110616
Submitted by:	chinsan
This commit is contained in:
Rong-En Fan 2007-03-22 15:20:33 +00:00
parent 8b42046271
commit 9bdef468cc
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=188021
5 changed files with 46 additions and 0 deletions

View file

@ -1473,6 +1473,7 @@
SUBDIR += p5-Term-Size
SUBDIR += p5-Term-UI
SUBDIR += p5-Term-VT102
SUBDIR += p5-Term-Visual
SUBDIR += p5-Test-Base
SUBDIR += p5-Test-Benchmark
SUBDIR += p5-Test-Class

View file

@ -0,0 +1,26 @@
# New ports collection makefile for: Term-Visual
# Date created: 2007/03/21
# Whom: chinsan
#
# $FreeBSD$
#
PORTNAME= Term-Visual
PORTVERSION= 0.06
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Term
PKGNAMEPREFIX= p5-
MAINTAINER= chinsan@FreeBSD.org
COMMENT= Split-terminal user interface
BUILD_DEPENDS= p5-POE>=0:${PORTSDIR}/devel/p5-POE \
p5-Curses>=0:${PORTSDIR}/devel/p5-Curses
RUN_DEPENDS= ${BUILD_DEPENDS}
PERL_CONFIGURE= yes
MAN3= Term::Visual.3
.include <bsd.port.mk>

View file

@ -0,0 +1,3 @@
MD5 (Term-Visual-0.06.tar.gz) = 1e51b5236a0756eea73a2709394596a9
SHA256 (Term-Visual-0.06.tar.gz) = 0f11b87d48421e99ebc47a295679cf1fdda8ff05290acb9320fbd8bcecd1bd3b
SIZE (Term-Visual-0.06.tar.gz) = 34617

View file

@ -0,0 +1,9 @@
Term::Visual is a "visual" terminal interface for curses applications. It
provides the split-screen interface you may have seen in console based IRC
and MUD clients.
Term::Visual uses the POE networking and multitasking framework to support
concurrent input from network sockets and the console, multiple timers, and
more.
WWW: http://search.cpan.org/dist/Term-Visual/

View file

@ -0,0 +1,7 @@
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Term/Visual/.packlist
%%SITE_PERL%%/Term/Visual.pm
%%SITE_PERL%%/Term/Visual/StatusBar.pm
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Term/Visual
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Term
@dirrmtry %%SITE_PERL%%/Term/Visual
@dirrmtry %%SITE_PERL%%/Term