diff -ruN p5-IO-Tty.orig/Makefile p5-IO-Tty/Makefile --- p5-IO-Tty.orig/Makefile Sat Jun 8 19:57:27 2002 +++ p5-IO-Tty/Makefile Sat Jun 8 20:01:11 2002 @@ -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 diff -ruN p5-IO-Tty.orig/distinfo p5-IO-Tty/distinfo --- p5-IO-Tty.orig/distinfo Sat Jun 8 19:57:27 2002 +++ p5-IO-Tty/distinfo Sat Jun 8 20:21:17 2002 @@ -1 +1 @@ -MD5 (IO-Tty-0.04.tar.gz) = 95e36a73acac9f747dd02426988daa9b +MD5 (IO-Tty-1.02.tar.gz) = 875a8bc6e0643f4fc892dbe113e43286 diff -ruN p5-IO-Tty.orig/pkg-descr p5-IO-Tty/pkg-descr --- p5-IO-Tty.orig/pkg-descr Sat Jun 8 19:57:27 2002 +++ p5-IO-Tty/pkg-descr Sat Jun 8 20:21:04 2002 @@ -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 diff -ruN p5-IO-Tty.orig/pkg-plist p5-IO-Tty/pkg-plist --- p5-IO-Tty.orig/pkg-plist Sat Jun 8 19:57:27 2002 +++ p5-IO-Tty/pkg-plist Sat Jun 8 20:03:12 2002 @@ -3,7 +3,9 @@ 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