diff options
author | thorpej <thorpej@pkgsrc.org> | 2000-07-16 00:52:14 +0000 |
---|---|---|
committer | thorpej <thorpej@pkgsrc.org> | 2000-07-16 00:52:14 +0000 |
commit | 486ded8ca360fbb86bec46fc66d9bd807f5dcbdc (patch) | |
tree | 61e9e3169ae84f7353dee617cbec8a06312dc429 /devel/p5-IO-Tty | |
parent | 3949c453468feebc0ebb7cc2c965dff86360331c (diff) | |
download | pkgsrc-486ded8ca360fbb86bec46fc66d9bd807f5dcbdc.tar.gz |
Import p5-IO-Tty, another perl class for futzing with TTYs.
Diffstat (limited to 'devel/p5-IO-Tty')
-rw-r--r-- | devel/p5-IO-Tty/Makefile | 15 | ||||
-rw-r--r-- | devel/p5-IO-Tty/files/md5 | 3 | ||||
-rw-r--r-- | devel/p5-IO-Tty/pkg/COMMENT | 1 | ||||
-rw-r--r-- | devel/p5-IO-Tty/pkg/DESCR | 31 | ||||
-rw-r--r-- | devel/p5-IO-Tty/pkg/PLIST | 9 |
5 files changed, 59 insertions, 0 deletions
diff --git a/devel/p5-IO-Tty/Makefile b/devel/p5-IO-Tty/Makefile new file mode 100644 index 00000000000..f46d06e5ff9 --- /dev/null +++ b/devel/p5-IO-Tty/Makefile @@ -0,0 +1,15 @@ +# $NetBSD: Makefile,v 1.1.1.1 2000/07/16 00:52:14 thorpej Exp $ + +DISTNAME= IO-Tty-0.03 +PKGNAME= p5-${DISTNAME} +CATEGORIES= devel perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=IO/} + +MAINTAINER= packages@netbsd.org + +USE_PERL5= YES + +do-configure: + @cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PREFIX}/bin/perl Makefile.PL + +.include "../../mk/bsd.pkg.mk" diff --git a/devel/p5-IO-Tty/files/md5 b/devel/p5-IO-Tty/files/md5 new file mode 100644 index 00000000000..5e113dbbd03 --- /dev/null +++ b/devel/p5-IO-Tty/files/md5 @@ -0,0 +1,3 @@ +$NetBSD: md5,v 1.1.1.1 2000/07/16 00:52:14 thorpej Exp $ + +MD5 (IO-Tty-0.03.tar.gz) = f2ba55d1080e99485e086536e4e901a3 diff --git a/devel/p5-IO-Tty/pkg/COMMENT b/devel/p5-IO-Tty/pkg/COMMENT new file mode 100644 index 00000000000..c76372dc287 --- /dev/null +++ b/devel/p5-IO-Tty/pkg/COMMENT @@ -0,0 +1 @@ +Another Perl class for I/O on tty and pseudo-tty devices. diff --git a/devel/p5-IO-Tty/pkg/DESCR b/devel/p5-IO-Tty/pkg/DESCR new file mode 100644 index 00000000000..58029abf82e --- /dev/null +++ b/devel/p5-IO-Tty/pkg/DESCR @@ -0,0 +1,31 @@ +IO::Tty and IO::Pty provide an interface to pseudo tty's + +To build this distribution run + + perl Makefile.PL + make + make install + +There is no make test for this distribution as it is hard to automate. +But they is a script included calle try. + +If try is run with arguments it will run then as a command with the +output connected via a pseudo tty, eg + + perl -Mblib try ls + +If run without arguments it should output something like + +io_pty_ttyname/dev/ttya0 +master IO::Pty=GLOB(0x81a8d40) *Symbol::GEN0 /dev/ttya0 +slave IO::Tty=GLOB(0x81a4d34) *Symbol::GEN1 /dev/ttya0 +1 +2 +3 +4 +5 +6 +7 +8 +9 +10 diff --git a/devel/p5-IO-Tty/pkg/PLIST b/devel/p5-IO-Tty/pkg/PLIST new file mode 100644 index 00000000000..8f3862e339b --- /dev/null +++ b/devel/p5-IO-Tty/pkg/PLIST @@ -0,0 +1,9 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2000/07/16 00:52:14 thorpej Exp $ +lib/perl5/site_perl/${MACHINE_ARCH}-${LOWER_OPSYS}/auto/IO/Tty/Tty.so +lib/perl5/site_perl/${MACHINE_ARCH}-${LOWER_OPSYS}/auto/IO/Tty/Tty.bs +lib/perl5/site_perl/IO/Pty.pm +lib/perl5/site_perl/IO/Tty.pm +lib/perl5/man/man3/IO::Pty.3 +lib/perl5/site_perl/${MACHINE_ARCH}-${LOWER_OPSYS}/auto/IO/Tty/.packlist +@dirrm lib/perl5/site_perl/${MACHINE_ARCH}-${LOWER_OPSYS}/auto/IO/Tty +@dirrm lib/perl5/site_perl/IO |