summaryrefslogtreecommitdiff
path: root/x11-toolkits
diff options
context:
space:
mode:
authorMario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>2002-11-04 01:19:26 +0000
committerMario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>2002-11-04 01:19:26 +0000
commit1c4ae2ac0e4014aa6785859961a90bb1cc138db2 (patch)
treef8a9a52f7a82f4b26720a9db9c365240b0a95778 /x11-toolkits
parentPort needs perl to build. (diff)
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)
Notes
Notes: svn path=/head/; revision=69412
Diffstat (limited to 'x11-toolkits')
-rw-r--r--x11-toolkits/Makefile1
-rw-r--r--x11-toolkits/p5-Tk-TableMatrix/Makefile29
-rw-r--r--x11-toolkits/p5-Tk-TableMatrix/distinfo1
-rw-r--r--x11-toolkits/p5-Tk-TableMatrix/pkg-descr20
-rw-r--r--x11-toolkits/p5-Tk-TableMatrix/pkg-plist13
5 files changed, 64 insertions, 0 deletions
diff --git a/x11-toolkits/Makefile b/x11-toolkits/Makefile
index 4e6d1e86c5e2..586b24a73185 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 000000000000..d9424eb8810b
--- /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 000000000000..88fcb6c6706c
--- /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 000000000000..2cca8369c4a7
--- /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 000000000000..8649f14feed1
--- /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