aboutsummaryrefslogtreecommitdiff
path: root/devel/p5-IO-Tty
diff options
context:
space:
mode:
authorYing-Chieh Liao <ijliao@FreeBSD.org>2002-06-08 19:22:10 +0000
committerYing-Chieh Liao <ijliao@FreeBSD.org>2002-06-08 19:22:10 +0000
commit0d00dc236fc83423df4065470a64e7051451d9cc (patch)
treed881a89551f1e6a80a2331a4f90a51e52dab974c /devel/p5-IO-Tty
parent12321bf794111bd95602e4b2557101bf00957d4a (diff)
downloadports-0d00dc236fc83423df4065470a64e7051451d9cc.tar.gz
ports-0d00dc236fc83423df4065470a64e7051451d9cc.zip
Notes
Diffstat (limited to 'devel/p5-IO-Tty')
-rw-r--r--devel/p5-IO-Tty/Makefile10
-rw-r--r--devel/p5-IO-Tty/distinfo2
-rw-r--r--devel/p5-IO-Tty/pkg-descr2
-rw-r--r--devel/p5-IO-Tty/pkg-plist2
4 files changed, 11 insertions, 5 deletions
diff --git a/devel/p5-IO-Tty/Makefile b/devel/p5-IO-Tty/Makefile
index 924a3fcfb162..0a14542f8f98 100644
--- a/devel/p5-IO-Tty/Makefile
+++ b/devel/p5-IO-Tty/Makefile
@@ -6,17 +6,19 @@
#
PORTNAME= IO-Tty
-PORTVERSION= 0.04
+PORTVERSION= 1.02
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= IO
PKGNAMEPREFIX= p5-
-MAINTAINER= ports@FreeBSD.org
+MAINTAINER= erwin@lansing.dk
PERL_CONFIGURE= yes
-IS_INTERACTIVE= yes
-MAN3= IO::Pty.3
+
MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
+MAN3= IO::Pty.3 \
+ IO::Tty.3 \
+ IO::Tty::Constant.3
.include <bsd.port.mk>
diff --git a/devel/p5-IO-Tty/distinfo b/devel/p5-IO-Tty/distinfo
index d0cde65fa656..46973cf37836 100644
--- a/devel/p5-IO-Tty/distinfo
+++ b/devel/p5-IO-Tty/distinfo
@@ -1 +1 @@
-MD5 (IO-Tty-0.04.tar.gz) = 95e36a73acac9f747dd02426988daa9b
+MD5 (IO-Tty-1.02.tar.gz) = 875a8bc6e0643f4fc892dbe113e43286
diff --git a/devel/p5-IO-Tty/pkg-descr b/devel/p5-IO-Tty/pkg-descr
index 5d650fb8f5e5..7760614fed5b 100644
--- a/devel/p5-IO-Tty/pkg-descr
+++ b/devel/p5-IO-Tty/pkg-descr
@@ -1,4 +1,6 @@
Perl5 module that allows creation of pseudo-tty's
as well as manipulation.
+WWW: http://search.cpan.org/search?dist=IO-Tty
+
--Will <andrews@technologist.com>
diff --git a/devel/p5-IO-Tty/pkg-plist b/devel/p5-IO-Tty/pkg-plist
index 5127383f1f2a..8d88af07c436 100644
--- a/devel/p5-IO-Tty/pkg-plist
+++ b/devel/p5-IO-Tty/pkg-plist
@@ -3,7 +3,9 @@ lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/IO/Tty/Tty.bs
lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/IO/Tty/.packlist
lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/IO/Pty.pm
lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/IO/Tty.pm
+lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/IO/Tty/Constant.pm
@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/IO/Tty
+@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/IO/Tty 2>/dev/null || true
@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/IO 2>/dev/null || true
@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/IO 2>/dev/null || true
@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto 2>/dev/null || true