diff --git a/devel/Makefile b/devel/Makefile index 202cd3bcfaa7..023408b0c423 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -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 diff --git a/devel/p5-Term-Visual/Makefile b/devel/p5-Term-Visual/Makefile new file mode 100644 index 000000000000..5eb0f60a0754 --- /dev/null +++ b/devel/p5-Term-Visual/Makefile @@ -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 diff --git a/devel/p5-Term-Visual/distinfo b/devel/p5-Term-Visual/distinfo new file mode 100644 index 000000000000..e1a769e5feba --- /dev/null +++ b/devel/p5-Term-Visual/distinfo @@ -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 diff --git a/devel/p5-Term-Visual/pkg-descr b/devel/p5-Term-Visual/pkg-descr new file mode 100644 index 000000000000..b1ae06a885c3 --- /dev/null +++ b/devel/p5-Term-Visual/pkg-descr @@ -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/ diff --git a/devel/p5-Term-Visual/pkg-plist b/devel/p5-Term-Visual/pkg-plist new file mode 100644 index 000000000000..ac98563ffa7f --- /dev/null +++ b/devel/p5-Term-Visual/pkg-plist @@ -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