- Update to 1.22 [1]

- Require perl from ports

PR:		98557 [1]
Submitted by:	Rong-En Fan <rafan@infor.org>
This commit is contained in:
Erwin Lansing 2006-06-06 07:16:03 +00:00
parent d829ffaeea
commit 2614d29e98
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=164568
3 changed files with 13 additions and 5 deletions

View file

@ -6,7 +6,7 @@
#
PORTNAME= Tk-TableMatrix
PORTVERSION= 1.2
PORTVERSION= 1.22
CATEGORIES= x11-toolkits perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Tk
@ -24,4 +24,10 @@ MAN3= Tk::TableMatrix.3 \
Tk::TableMatrix::Spreadsheet.3 \
Tk::TableMatrix::SpreadsheetHideRows.3
.include <bsd.port.mk>
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} < 500800
IGNORE= requires perl 5.8.0 or higher. Please install lang/perl5.8 and try again
.endif
.include <bsd.port.post.mk>

View file

@ -1,3 +1,3 @@
MD5 (Tk-TableMatrix-1.2.tar.gz) = 076a1660486806c73ad1b37ae5bbd82b
SHA256 (Tk-TableMatrix-1.2.tar.gz) = 59a1e34e1b0b6a1c9abc2609ea32ca3d384be81b6b33eb784986c9d2f8d2c067
SIZE (Tk-TableMatrix-1.2.tar.gz) = 317103
MD5 (Tk-TableMatrix-1.22.tar.gz) = e1d858c0a01847fe2f04271d98918146
SHA256 (Tk-TableMatrix-1.22.tar.gz) = 451e8c557ab0d1256690c1cc6eccfe7178122da7cbd603cde83f30c199e80057
SIZE (Tk-TableMatrix-1.22.tar.gz) = 318303

View file

@ -18,3 +18,5 @@ features of the widget are:
* optional 'flashes' when things update
* cell validation support
* Works everywhere Tk does (including Windows and Mac!)
WWW: http://search.cpan.org/dist/Tk-TableMatrix/