mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-24 04:33:24 +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:
parent
f330dfe827
commit
1c4ae2ac0e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=69412
@ -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
|
||||
|
29
x11-toolkits/p5-Tk-TableMatrix/Makefile
Normal file
29
x11-toolkits/p5-Tk-TableMatrix/Makefile
Normal 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>
|
1
x11-toolkits/p5-Tk-TableMatrix/distinfo
Normal file
1
x11-toolkits/p5-Tk-TableMatrix/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (Tk-TableMatrix-0.9.tar.gz) = 39597bb55302919caa524db5b0024fc3
|
20
x11-toolkits/p5-Tk-TableMatrix/pkg-descr
Normal file
20
x11-toolkits/p5-Tk-TableMatrix/pkg-descr
Normal 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!)
|
13
x11-toolkits/p5-Tk-TableMatrix/pkg-plist
Normal file
13
x11-toolkits/p5-Tk-TableMatrix/pkg-plist
Normal 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
|
Loading…
Reference in New Issue
Block a user