diff --git a/x11/p5-Tk/Makefile b/x11/p5-Tk/Makefile index 520de460e32..3d26ecb4624 100644 --- a/x11/p5-Tk/Makefile +++ b/x11/p5-Tk/Makefile @@ -1,15 +1,16 @@ -# $OpenBSD: Makefile,v 1.1.1.1 2001/03/08 20:04:26 naddy Exp $ +# $OpenBSD: Makefile,v 1.2 2001/03/28 22:08:29 naddy Exp $ + +COMMENT= 'Perl bindings for Tk 8.0' VERSION= 800.022 DISTNAME= Tk${VERSION} PKGNAME= p5-Tk-${VERSION} CATEGORIES= x11 devel perl5 -NEED_VERSION= 1.358 +NEED_VERSION= 1.364 MAINTAINER= Shell Hung -MASTER_SITES= ${MASTER_SITE_PERL_CPAN} \ - ftp://ftp.shellhung.org/pub/CPAN/modules/by-module/ +MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Tk PERMIT_PACKAGE_CDROM= Yes diff --git a/x11/p5-Tk/pkg/COMMENT b/x11/p5-Tk/pkg/COMMENT deleted file mode 100644 index b4451414a67..00000000000 --- a/x11/p5-Tk/pkg/COMMENT +++ /dev/null @@ -1 +0,0 @@ -Perl bindings for Tk 8.0 diff --git a/x11/p5-Tk/pkg/DESCR b/x11/p5-Tk/pkg/DESCR index e6b93c279a7..329f0529127 100644 --- a/x11/p5-Tk/pkg/DESCR +++ b/x11/p5-Tk/pkg/DESCR @@ -1,8 +1,9 @@ This is a re-port of a perl interface to Tk8.0.5 (Scriptics's production release). -It also includes all the C code parts of Ioi Kim Lam's Tix4.1.0.006 release. -The perl code corresponding to Tix's Tcl code is not fully implemented. +It also includes all the C code parts of Ioi Kim Lam's +Tix4.1.0.006 release. The perl code corresponding to Tix's +Tcl code is not fully implemented. -This version also contains re-worked Image code based on Tcl/Tk Img -extension (version img1.2.3) by Jan Nijtmans. +This version also contains re-worked Image code based on Tcl/Tk +Img extension (version img1.2.3) by Jan Nijtmans.