- pull COMMENT into Makefile, bump NEED_VERSION

- reformat DESCR
submitted by Shell Hung <i@shellhung.org>
This commit is contained in:
naddy 2001-03-28 22:08:29 +00:00
parent 81779dc5af
commit 2dd0e11114
3 changed files with 10 additions and 9 deletions

View File

@ -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 VERSION= 800.022
DISTNAME= Tk${VERSION} DISTNAME= Tk${VERSION}
PKGNAME= p5-Tk-${VERSION} PKGNAME= p5-Tk-${VERSION}
CATEGORIES= x11 devel perl5 CATEGORIES= x11 devel perl5
NEED_VERSION= 1.358 NEED_VERSION= 1.364
MAINTAINER= Shell Hung <i@shellhung.org> MAINTAINER= Shell Hung <i@shellhung.org>
MASTER_SITES= ${MASTER_SITE_PERL_CPAN} \ MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
ftp://ftp.shellhung.org/pub/CPAN/modules/by-module/
MASTER_SITE_SUBDIR= Tk MASTER_SITE_SUBDIR= Tk
PERMIT_PACKAGE_CDROM= Yes PERMIT_PACKAGE_CDROM= Yes

View File

@ -1 +0,0 @@
Perl bindings for Tk 8.0

View File

@ -1,8 +1,9 @@
This is a re-port of a perl interface to Tk8.0.5 (Scriptics's This is a re-port of a perl interface to Tk8.0.5 (Scriptics's
production release). production release).
It also includes all the C code parts of Ioi Kim Lam's Tix4.1.0.006 release. It also includes all the C code parts of Ioi Kim Lam's
The perl code corresponding to Tix's Tcl code is not fully implemented. 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 This version also contains re-worked Image code based on Tcl/Tk
extension (version img1.2.3) by Jan Nijtmans. Img extension (version img1.2.3) by Jan Nijtmans.