diff options
author | lioux <lioux@FreeBSD.org> | 2002-11-04 01:19:26 +0000 |
---|---|---|
committer | lioux <lioux@FreeBSD.org> | 2002-11-04 01:19:26 +0000 |
commit | 3fc01c93a4c397aef77672cc0242e44185a448fb (patch) | |
tree | 7a32dbfa86e3fbd37e8bb3da76394a33f01a66f0 | |
parent | 4662dc6f66c9fe73c5603806b2e3819cc52680dc (diff) | |
download | FreeBSD-ports-3fc01c93a4c397aef77672cc0242e44185a448fb.zip FreeBSD-ports-3fc01c93a4c397aef77672cc0242e44185a448fb.tar.gz |
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)
-rw-r--r-- | x11-toolkits/Makefile | 1 | ||||
-rw-r--r-- | x11-toolkits/p5-Tk-TableMatrix/Makefile | 29 | ||||
-rw-r--r-- | x11-toolkits/p5-Tk-TableMatrix/distinfo | 1 | ||||
-rw-r--r-- | x11-toolkits/p5-Tk-TableMatrix/pkg-descr | 20 | ||||
-rw-r--r-- | x11-toolkits/p5-Tk-TableMatrix/pkg-plist | 13 |
5 files changed, 64 insertions, 0 deletions
diff --git a/x11-toolkits/Makefile b/x11-toolkits/Makefile index 4e6d1e8..586b24a 100644 --- a/x11-toolkits/Makefile +++ b/x11-toolkits/Makefile @@ -112,6 +112,7 @@ SUBDIR += p5-Tk-GBARR SUBDIR += p5-Tk-Getopt SUBDIR += p5-Tk-HistEntry + SUBDIR += p5-Tk-TableMatrix SUBDIR += panel-- SUBDIR += pango SUBDIR += paragui diff --git a/x11-toolkits/p5-Tk-TableMatrix/Makefile b/x11-toolkits/p5-Tk-TableMatrix/Makefile new file mode 100644 index 0000000..d9424eb --- /dev/null +++ b/x11-toolkits/p5-Tk-TableMatrix/Makefile @@ -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> diff --git a/x11-toolkits/p5-Tk-TableMatrix/distinfo b/x11-toolkits/p5-Tk-TableMatrix/distinfo new file mode 100644 index 0000000..88fcb6c --- /dev/null +++ b/x11-toolkits/p5-Tk-TableMatrix/distinfo @@ -0,0 +1 @@ +MD5 (Tk-TableMatrix-0.9.tar.gz) = 39597bb55302919caa524db5b0024fc3 diff --git a/x11-toolkits/p5-Tk-TableMatrix/pkg-descr b/x11-toolkits/p5-Tk-TableMatrix/pkg-descr new file mode 100644 index 0000000..2cca836 --- /dev/null +++ b/x11-toolkits/p5-Tk-TableMatrix/pkg-descr @@ -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!) diff --git a/x11-toolkits/p5-Tk-TableMatrix/pkg-plist b/x11-toolkits/p5-Tk-TableMatrix/pkg-plist new file mode 100644 index 0000000..8649f14 --- /dev/null +++ b/x11-toolkits/p5-Tk-TableMatrix/pkg-plist @@ -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 |