Add p5-Term-Size 0.2, a Perl module which provides a straightforward way

to get the size of the terminal (or window) on which a script is running.

PR:		23340
Submitted by:	R Bradford Jones <brad@kazrak.com>
This commit is contained in:
Will Andrews 2000-12-19 12:22:58 +00:00
parent de4c3e5d62
commit a24e08b852
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=36113
6 changed files with 42 additions and 0 deletions

View File

@ -247,6 +247,7 @@
SUBDIR += p5-Term-ANSIColor
SUBDIR += p5-Term-Query
SUBDIR += p5-Term-ReadKey
SUBDIR += p5-Term-Size
SUBDIR += p5-Tie-DB_FileLock
SUBDIR += p5-Time
SUBDIR += p5-Time-HiRes

View File

@ -0,0 +1,26 @@
# New ports collection makefile for: p5-Term-Size
# Date created: 6 December 2000
# Whom: Brad Jones <brad@kazrak.com>
#
# $FreeBSD$
#
PORTNAME= Term-Size
PORTVERSION= 0.2
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Term
PKGNAMEPREFIX= p5-
MAINTAINER= brad@kazrak.com
USE_PERL5= YES
MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
MAN3= Term::Size.3
do-configure:
@cd ${WRKSRC}; ${SETENV} ${CONFIGURE_ENV} ${PERL5} Makefile.PL \
CC="${CC}" CCFLAGS="${CFLAGS}"
.include <bsd.port.mk>

View File

@ -0,0 +1 @@
MD5 (Term-Size-0.2.tar.gz) = 982b5df8351e7654a42b7bffc0bf1d57

View File

@ -0,0 +1 @@
A Perl5 module to handle window size changes.

View File

@ -0,0 +1,4 @@
Excerpted from the README file:
Term::Size is a Perl module which provides a straightforward way to get
the size of the terminal (or window) on which a script is running.

View File

@ -0,0 +1,9 @@
lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Term/Size.pm
lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Term/Size/.packlist
lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Term/Size/Size.bs
lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Term/Size/Size.so
lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Term/Size/autosplit.ix
@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Term/Size
@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Term 2>/dev/null || true
@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Term 2>/dev/null || true
@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/Term 2>/dev/null || true