Update of /cvsroot/fink/dists/10.7/stable/main/finkinfo/libs/perlmods
In directory vz-cvs-3.sog:/tmp/cvs-serv5817
Added Files:
tk-lcd-pm.info tk-tablematrix-pm.info tk-tablematrix-pm.patch
data-stag-pm.info devel-ptkdb-pm.info
Log Message:
to 10.7
--- NEW FILE: tk-lcd-pm.info ---
Info2: <<
Package: tk-lcd-pm%type_pkg[perl]
Version: 1.3
Revision: 12
###
Depends: perl%type_pkg[perl]-core, tk-pm%type_pkg[perl]
BuildDepends: tk-pm%type_pkg[perl]
Replaces: tk-lcd-pm (<= 1.2-1)
###
Source: mirror:cpan:authors/id/L/LU/LUSOL/Tk-LCD-%v.tar.gz
Source-MD5: b085cafbc1bc6df9b0c6f30b8d4a2036
###
Type: perl (5.12.3)
UpdatePOD: true
NoPerlTests: true
###
InstallScript: <<
%{default_script}
mv %i/share/man %i/lib/perl5/%type_raw[perl]
<<
DocFiles: README
###
Description: Liquid Crystal Display widget
DescDetail: <<
Tk::LCD is a Canvas derived widget, based on a code snip-
pet from Donal K. Fellows' Maze game. LCD symbols are dis-
played in elements composed of 8 segments, labeled "a"
though "g", some on and some off. For instance, the num-
ber 8 requires one LCD element that has all 8 segments
lit:
b
-
a | | c
- <------ g
f | | d
_
e
A Tk::LCD widget can consist of any number of elements,
specified during widget creation. To actually display an
LCD number, either invoke the set() method, or use the
-variable option.
<<
###
DescPort: <<
Had to disable 'make test' since it requires X11 to be running and with
fink there is no real way to verify or enforce this behavior.
<<
###
License: Artistic
Maintainer: None <[email protected]>
Homepage: http://search.cpan.org/dist/Tk-LCD
<<
--- NEW FILE: tk-tablematrix-pm.patch ---
diff -Nurd -x'*~' Tk-TableMatrix-1.23.orig/Makefile.PL
Tk-TableMatrix-1.23/Makefile.PL
--- Tk-TableMatrix-1.23.orig/Makefile.PL 2007-01-11 21:26:31.000000000
-0500
+++ Tk-TableMatrix-1.23/Makefile.PL 2010-08-09 05:18:46.000000000 -0400
@@ -25,7 +25,10 @@
use Tk::MMutil;
# Get existing tk version for figuring
-$tkversion = eval 'use Tk; $Tk::VERSION;';
+{
+ require Tk;
+ $tkversion = $Tk::VERSION;
+}
#print "################tkversion = $tkversion\n";
my $mydefine ='';
--- NEW FILE: data-stag-pm.info ---
Info2: <<
Package: data-stag-pm%type_pkg[perl]
Version: 0.11
Revision: 1
BuildDepends: <<
perl%type_pkg[perl]-core,
fink (>= 0.24.12)
<<
Source: mirror:cpan:authors/id/C/CM/CMUNGALL/Data-Stag-%v.tar.gz
Depends: <<
perl%type_pkg[perl]-core,
gd-pm%type_pkg[perl],
tk-pm%type_pkg[perl],
xml-libxslt-pm%type_pkg[perl],
libxml-pm%type_pkg[perl],
graph-pm
<<
Type: perl (5.12.3)
UpdatePOD: True
Source-MD5: 6bfa3cf196b69180d04602e956f8b626
Description: Structured Tags datastructures
InstallScript: <<
#!/bin/sh -ev
%{default_script}
mv %i/share/man %i/lib/perl5/%type_raw[perl]
<<
Splitoff: <<
Package: %N-bin
Depends: %N (= %v-%r)
Files: bin
DocFiles: Changes INSTALL README
<<
DocFiles: Changes INSTALL README
DescPackaging: <<
Former Maintainer: Koen van der Drift <[email protected]>
<<
DescDetail: <<
This module is for manipulating data as hierarchical tag/value pairs
(Structured TAGs or Simple Tree AGgreggates). These datastructures can
be represented as nested arrays, which have the advantage of being
native to perl.
<<
License: Artistic
Maintainer: None <[email protected]>
Homepage: http://search.cpan.org/dist/Data-Stag/
<<
--- NEW FILE: devel-ptkdb-pm.info ---
Info2: <<
Package: devel-ptkdb-pm%type_pkg[perl]
Version: 1.1091
Revision: 3
Source: mirror:cpan:authors/id/A/AE/AEPAGE/Devel-ptkdb-%v.tar.gz
Source-MD5: 50675b617d0d3c31e5b219d0fc08dce3
License: Artistic/GPL
Homepage: http://search.cpan.org/dist/Devel-ptkdb
Maintainer: Daniel Macks <[email protected]>
Type: perl (5.12.3)
Description: Perl debugger using a Tk GUI
Depends: perl%type_pkg[perl]-core, tk-pm%type_pkg[perl]
Conflicts: %N-man
Replaces: %N-man
InstallScript: <<
%{default_script}
mv %i/share/man %i/lib/perl5/%type_raw[perl]
<<
UpdatePOD: true
DocFiles: Changes README
<<
--- NEW FILE: tk-tablematrix-pm.info ---
Info2: <<
Package: tk-tablematrix-pm%type_pkg[perl]
Version: 1.23
Revision: 1
###
Depends: perl%type_pkg[perl]-core, tk-pm%type_pkg[perl] (>= 804.026-10)
BuildDepends: <<
fink (>= 0.24.12)
<<
###
Source: mirror:cpan:authors/id/C/CE/CERNEY/Tk-TableMatrix-%v.tar.gz
Source-MD5: 6b7653d129bf1a8327054a88b58d6364
###
Type: perl (5.12.3)
UpdatePOD: true
NoPerlTests: true
###
PatchFile: %{ni}.patch
PatchFile-MD5: 6f3347175b527f1000ceefeef4ae0ddf
###
UseMaxBuildJobs: false
CompileScript: <<
%{default_script}
### Fix stupidity
perl -pi.bak -e 's,extralibs.ld,extralibs-%n.ld,g' Makefile
perl -pi.bak -e 's,extralibs.ld,extralibs-%n.ld,g' pTk/Makefile
mv blib/arch/auto/Tk/pTk/extralibs{,-%n}.ld
<<
###
InstallScript: <<
%{default_script}
mv %i/share/man %i/lib/perl5/%type_raw[perl]
<<
DocFiles: COPYING Changes ChangeLog README
###
Description: Tcl/tk Tktable widget v2.6 for perl/tk
DescDetail: <<
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!)
(Note perltk version has only been tested on Solaris, Linux,
win98/mingw32 as of 8/18/00)
<<
###
DescPort: <<
Had to disable 'make test' since it requires X11 to be running and with
fink there is no real way to verify or enforce this behavior.
<<
###
License: Artistic
Maintainer: None <[email protected]>
Homepage: http://search.cpan.org/dist/Tk-TableMatrix
<<
------------------------------------------------------------------------------
EMC VNX: the world's simplest storage, starting under $10K
The only unified storage solution that offers unified management
Up to 160% more powerful than alternatives and 25% more efficient.
Guaranteed. http://p.sf.net/sfu/emc-vnx-dev2dev
_______________________________________________
Fink-commits mailing list
[email protected]
http://news.gmane.org/gmane.os.apple.fink.cvs