1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-25 04:43:33 +00:00

o New port p5-Tk-TableMatrix version 0.9: Table/matrix extension

to perl/tk for displaying table formatted data
o First port to use PORTCOMMENT variable (let the races begin)
This commit is contained in:
Mario Sergio Fujikawa Ferreira 2002-11-04 01:19:26 +00:00
parent f330dfe827
commit 1c4ae2ac0e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=69412
5 changed files with 64 additions and 0 deletions

View File

@ -112,6 +112,7 @@
SUBDIR += p5-Tk-GBARR SUBDIR += p5-Tk-GBARR
SUBDIR += p5-Tk-Getopt SUBDIR += p5-Tk-Getopt
SUBDIR += p5-Tk-HistEntry SUBDIR += p5-Tk-HistEntry
SUBDIR += p5-Tk-TableMatrix
SUBDIR += panel-- SUBDIR += panel--
SUBDIR += pango SUBDIR += pango
SUBDIR += paragui SUBDIR += paragui

View File

@ -0,0 +1,29 @@
# New ports collection makefile for: p5-Tk-TableMatrix
# Date created: Mon Nov 4 01:15:53 UTC 2002
# Whom: Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= Tk-TableMatrix
PORTVERSION= 0.9
CATEGORIES= x11-toolkits perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Tk
PKGNAMEPREFIX= p5-
MAINTAINER= lioux@FreeBSD.org
BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/Tk.pm:${PORTSDIR}/x11-toolkits/p5-Tk
RUN_DEPENDS= ${BUILD_DEPENDS}
PORTCOMMENT=Table/matrix extension to perl/tk for displaying table formatted data
PERL_CONFIGURE= yes
MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
MAN3= Tk::TableMatrix.3 \
Tk::TableMatrix::Spreadsheet.3 \
Tk::TableMatrix::SpreadsheetHideRows.3
.include <bsd.port.mk>

View File

@ -0,0 +1 @@
MD5 (Tk-TableMatrix-0.9.tar.gz) = 39597bb55302919caa524db5b0024fc3

View File

@ -0,0 +1,20 @@
Tk::TableMatrix is a table/matrix widget extension to perl/tk for
displaying data in a table (or spreadsheet) format. The basic
features of the widget are:
* multi-line cells
* support for embedded windows (one per cell)
* row & column spanning
* variable width columns / height rows (interactively resizable)
* row and column titles
* multiple data sources ((perl hash|| perl callback) &| internal caching)
* supports standard Tk reliefs, fonts, colors, etc.
* x/y scrollbar support
* 'tag' styles per row, column or cell to change visual appearance
* in-cell editing - returns value back to data source
* support for disabled (read-only) tables or cells (via tags)
* multiple selection modes, with "active" cell
* multiple drawing modes to get optimal performance for larger tables
* optional 'flashes' when things update
* cell validation support
* Works everywhere Tk does (including Windows and Mac!)

View File

@ -0,0 +1,13 @@
lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Tk/TableMatrix.pm
lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Tk/TableMatrix.pod
lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Tk/TableMatrix/Spreadsheet.pm
lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Tk/TableMatrix/SpreadsheetHideRows.pm
lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Tk/pTk/mm.h
lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Tk/pTk/tkTable.h
lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Tk/pTk/tkTableversion.h
lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Tk/TableMatrix/.packlist
lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Tk/TableMatrix/TableMatrix.bs
lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Tk/TableMatrix/TableMatrix.so
lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Tk/TableMatrix/autosplit.ix
@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Tk/TableMatrix
@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Tk/TableMatrix