Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/libs/perlmods
In directory vz-cvs-3.sog:/tmp/cvs-serv27900

Added Files:
        text-english-pm.info tk-fontdialog-pm.info tk-gbarr-pm.info 
        tk-histentry-pm.info tk-objscanner-pm.info tk-pod-pm.info 
        tk-pod-pm.patch tk-widgetdump-pm.info 
Log Message:
new suite of tk modules and tools


--- NEW FILE: tk-histentry-pm.info ---
Info2: <<
Package: tk-histentry-pm%type_pkg[perl]
Version: 0.43
Revision: 1
Depends: <<
        perl%type_pkg[perl]-core,
        tk-pm%type_pkg[perl]
<<
Source: mirror:cpan:authors/id/S/SR/SREZIC/Tk-HistEntry-%v.tar.gz
Source-MD5: a9373d96bcc25f205ec970f6fe92c5ef
Type: perl (5.10.0)
NoPerlTests: true
#InfoTest: <<
#       TestDepends: <<
#               tk-gbarr-pm%type_pkg[perl]
#       <<
#<<
InstallScript: <<
#!/bin/sh -ev
        %{default_script}
        mv %i/share/man %i/lib/perl5/%type_raw[perl]
<<
DocFiles: Changes README
UpdatePOD: true
DescPackaging: <<
        Fails lots of t/newclass.t but examples/ all work
<<
Description: Entry widget ith history
License: Artistic/GPL
Maintainer: Daniel Macks <dma...@netspace.org>
Homepage: http://search.cpan.org/dist/Tk-HistEntry
<<

--- NEW FILE: tk-fontdialog-pm.info ---
Info2: <<
Package: tk-fontdialog-pm%type_pkg[perl]
Version: 0.15
Revision: 1
Depends: <<
        perl%type_pkg[perl]-core,
        tk-pm%type_pkg[perl]
<<
Source: mirror:cpan:authors/id/S/SR/SREZIC/Tk-FontDialog-%v.tar.gz
Source-MD5: 1652606076f9d3fe2bb58736f01679c4
Type: perl (5.10.0)
NoPerlTests: true
InstallScript: <<
#!/bin/sh -ev
        %{default_script}
        mv %i/share/man %i/lib/perl5/%type_raw[perl]
<<
DocFiles: Changes README
UpdatePOD: true
Description: Font-chooser widget
License: Artistic/GPL
Maintainer: Daniel Macks <dma...@netspace.org>
Homepage: http://search.cpan.org/dist/Tk-FontDialog
<<

--- NEW FILE: tk-pod-pm.patch ---
diff -Nurd -x'*~' Tk-Pod-0.9939.orig/t/cmdline.t Tk-Pod-0.9939/t/cmdline.t
--- Tk-Pod-0.9939.orig/t/cmdline.t      2007-10-03 18:33:50.000000000 -0400
+++ Tk-Pod-0.9939/t/cmdline.t   2012-01-02 06:55:58.000000000 -0500
@@ -11,6 +11,7 @@
 use File::Basename qw(basename);
 use File::Spec;
 use Getopt::Long;
+use Config;
 
 BEGIN {
     if (!eval q{
@@ -168,7 +169,21 @@
 
 sub run_tkpod {
     my($script, $this_opts_ref) = @_;
-    my @cmd = ($^X, "-Mblib=$blib", $script, "-geometry", "+10+10", 
@$this_opts_ref);
+    my @cmd;
+    if ($] >= 5.010 && $Config{"byteorder"} =~ /^1/) {
+       # little-endian means intel (not powerpc), for which fink has
+       # multiple single-arch distros that are seen by a single (fat)
+       # perl interp from apple for a perl version supported by fink
+       # (i.e., starting with 5.10.0). This is the logic taken from
+       # Fink::PkgVersion as of fink-0.29.13.
+       push @cmd, '/usr/bin/arch';
+       if ( $Config{"longsize"} == 4 ) {
+           push @cmd, '-i386';   # 32-bit
+       } else {
+           push @cmd, '-x86_64'; # 64-bit
+       }
+    }
+    push @cmd, $^X, "-Mblib=$blib", $script, "-geometry", "+10+10", 
@$this_opts_ref;
     warn "@cmd\n" if $DEBUG;
     if ($batch_mode) {
        open(STDERR, ">" . File::Spec->devnull) unless $DEBUG;

--- NEW FILE: tk-objscanner-pm.info ---
Info2: <<
Package: tk-objscanner-pm%type_pkg[perl]
Version: 2.012
Revision: 1
Depends: <<
        perl%type_pkg[perl]-core,
        tk-pm%type_pkg[perl]
<<
Source: mirror:cpan:authors/id/D/DD/DDUMONT/Tk-ObjScanner-%v.tar.gz
Source-MD5: 35702d85347357a2f9dad7284dc17ba1
Type: perl (5.10.0)
NoPerlTests: true
InstallScript: <<
#!/bin/sh -ev
        %{default_script}
        mv %i/share/man %i/lib/perl5/%type_raw[perl]
<<
DocFiles: ChangeLog README
UpdatePOD: true
Description: Data-structure browser
License: Artistic/GPL
Maintainer: Daniel Macks <dma...@netspace.org>
Homepage: http://search.cpan.org/dist/Tk-ObjScanner
<<

--- NEW FILE: tk-widgetdump-pm.info ---
Info2: <<
Package: tk-widgetdump-pm%type_pkg[perl]
Version: 1.37
Revision: 1
Depends: <<
        perl%type_pkg[perl]-core,
        tk-fontdialog-pm%type_pkg[perl],
        tk-gbarr-pm%type_pkg[perl],
        tk-histentry-pm%type_pkg[perl],
        tk-objscanner-pm%type_pkg[perl],
        tk-pod-pm%type_pkg[perl],
        tk-pm%type_pkg[perl]
<<
Source: mirror:cpan:authors/id/S/SR/SREZIC/Tk-WidgetDump-%v.tar.gz
Source-MD5: 71ba10d6ee368e28b906f0f41c17f943
Type: perl (5.10.0)
NoPerlTests: true
InstallScript: <<
#!/bin/sh -ev
        %{default_script}
        mv %i/share/man %i/lib/perl5/%type_raw[perl]
<<
DocFiles: Changes README
UpdatePOD: true
Description: Display the widget hierarchy
License: Artistic/GPL
Maintainer: Daniel Macks <dma...@netspace.org>
Homepage: http://search.cpan.org/dist/Tk-WidgetDump
<<

--- NEW FILE: text-english-pm.info ---
Package: text-english-pm
Version: 1.605
Revision: 1
Provides: perlindex
Source: mirror:cpan:authors/id/U/UL/ULPFR/perlindex-%v.tar.gz
Source-MD5: cb8e17296c0369ceb4e71a684c49c14d
Type: perl
DocFiles: ChangeLog README
UpdatePOD: true
Description: Index/search perl docs (also 'perlindex' cmd)
License: Artistic/GPL
Maintainer: Daniel Macks <dma...@netspace.org>
Homepage: http://search.cpan.org/dist/perlindex

--- NEW FILE: tk-pod-pm.info ---
Info2: <<
Package: tk-pod-pm%type_pkg[perl]
Version: 0.9939
Revision: 1
Depends: <<
        perl%type_pkg[perl]-core,
        pod-simple-pm (>= 2.05-1),
        text-english-pm,
        tk-histentry-pm%type_pkg[perl],
        tk-pm%type_pkg[perl]
<<
Source: mirror:cpan:authors/id/S/SR/SREZIC/Tk-Pod-%v.tar.gz
Source-MD5: a8aac5996c584abac1b05115c4684fd0
Type: perl (5.10.0)
PatchFile: %{ni}.patch
PatchFile-MD5: 7d9335488b13d4f63bdaec29bae028bf
PatchScript: <<
#!/bin/sh -ev
        %{default_script}
        export FULLPERL=`perl -e 'print $ARGV[0]=~/PERL="(.*?)"/' '%c'`
        perl -pi.bak -e 's,^#!/usr/bin/perl,#!'"$FULLPERL," tkmore tkpod
<<
NoPerlTests: true
InstallScript: <<
#!/bin/sh -ev
        %{default_script}
        mv %i/share/man %i/lib/perl5/%type_raw[perl]
        mv %i/bin/tkmore %i/bin/tkmore-%type_raw[perl]
        mv %i/bin/tkpod %i/bin/tkpod-%type_raw[perl]
<<
DocFiles: Changes README TODO
PostInstScript: <<
        if [ "$1" = configure ]; then
                update-alternatives --install %p/bin/tkmore tkmore 
%p/bin/tkmore-%type_raw[perl] %type_pkg[perl]
                update-alternatives --install %p/bin/tkpod  tkpod  
%p/bin/tkpod-%type_raw[perl]  %type_pkg[perl]
        fi
<<
PreRmScript: <<
        if [ "$1" = remove ]; then
                update-alternatives --remove tkmore 
%p/bin/tkmore-%type_raw[perl]
                update-alternatives --remove tkpod  %p/bin/tkpod-%type_raw[perl]
        fi
<<
UpdatePOD: true
Description: Viewer for perl POD docs
License: Artistic/GPL
Maintainer: Daniel Macks <dma...@netspace.org>
Homepage: http://search.cpan.org/dist/Tk-Pod
<<

--- NEW FILE: tk-gbarr-pm.info ---
Info2: <<
Package: tk-gbarr-pm%type_pkg[perl]
Version: 2.08
Revision: 1
Depends: <<
        perl%type_pkg[perl]-core,
        tk-pm%type_pkg[perl]
<<
Source: mirror:cpan:authors/id/S/SR/SREZIC/Tk-GBARR-%v.tar.gz
Source-MD5: 8791dc6ddba154ccb9b6a54e8ad11351
Type: perl (5.10.0)
NoPerlTests: true
InstallScript: <<
#!/bin/sh -ev
        %{default_script}
        mv %i/share/man %i/lib/perl5/%type_raw[perl]
<<
DocFiles: Changes README TODO
UpdatePOD: true
Description: Collection of Tk widgets
License: Artistic/GPL
Maintainer: Daniel Macks <dma...@netspace.org>
Homepage: http://search.cpan.org/dist/Tk-GBARR
<<


------------------------------------------------------------------------------
Ridiculously easy VDI. With Citrix VDI-in-a-Box, you don't need a complex
infrastructure or vast IT resources to deliver seamless, secure access to
virtual desktops. With this all-in-one solution, easily deploy virtual 
desktops for less than the cost of PCs and save 60% on VDI infrastructure 
costs. Try it free! http://p.sf.net/sfu/Citrix-VDIinabox
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs

Reply via email to