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

Added Files:
        font-afm-pm.info html-format-pm.info podtohtml-pm.info 
        podtohtml-pm.patch 
Log Message:
Move to 10.7.


--- NEW FILE: font-afm-pm.info ---
Package: font-afm-pm
Version: 1.20
Revision: 1
Type: perl
Description: Perl interface to Adobe Font Metrics files
License: Artistic
Maintainer: Christian Schaffner <chri...@users.sourceforge.net>

# Unpack Phase:
Source: mirror:cpan:authors/id/G/GA/GAAS/Font-AFM-%v.tar.gz
Source-MD5: b14ecf4dc4edbd63940aa354eb13c499

# Install Phase:
UpdatePOD: True
DocFiles: Changes MANIFEST README

# Additional Info:
DescDetail: <<
This module implements the Font::AFM class. Objects of this class are
initialised from an AFM-file and allows you to obtain information about the
font and the metrics of the various glyphs in the font.

All measurements in AFM files are given in terms of units equal to 1/1000 of
the scale factor of the font being used. To compute actual sizes in a document,
these amounts should be multiplied by (scale factor of font)/1000.
<<
Homepage: http://search.cpan.org/dist/Font-AFM/

--- NEW FILE: podtohtml-pm.patch ---
diff -Nurd -x'*~' PodToHTML-0.08.orig/t/script.t PodToHTML-0.08/t/script.t
--- PodToHTML-0.08.orig/t/script.t      2008-07-27 17:55:23.000000000 -0400
+++ PodToHTML-0.08/t/script.t   2010-08-09 06:39:23.000000000 -0400
@@ -1,11 +1,27 @@
 #!perl 
 use Test;                              
+use Config;
 plan test => 1;
 mkdir("t/html",0777) unless -d "t/html";
-my $code = system($^X,"-Mblib","podtohtml",'-q',
+my @command;
+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 @command, '/usr/bin/arch';
+    if ( $Config{"longsize"} == 4 ) {
+        push @command, '-i386';   # 32-bit
+    } else {
+        push @command, '-x86_64'; # 64-bit
+    }
+}
+push @command, $^X;
+my $code = system(@command,"-Mblib","podtohtml",'-q',
              '-d' => "t/html",-i => "t/html/index.html",
              "podtohtml","Pod");
 ok($code,0,"Error from script");
 
 unlink glob( "t/html/*.html" );
-rmdir "t/html";
\ No newline at end of file
+rmdir "t/html";

--- NEW FILE: html-format-pm.info ---
Info2: <<
Package: html-format-pm%type_pkg[perl]
Version: 2.04
Revision: 4
Architecture: (%type_pkg[perl] = 581) powerpc, (%type_pkg[perl] = 584) powerpc
Distribution: (%type_pkg[perl] = 581) 10.4, (%type_pkg[perl] = 584) 10.4, 
(%type_pkg[perl] = 586) 10.4, (%type_pkg[perl] = 586) 10.5, (%type_pkg[perl] = 
5100) 10.5, (%type_pkg[perl] = 5100) 10.6, (%type_pkg[perl] = 5123) 10.7, 
(%type_pkg[perl] = 588) 10.4, (%type_pkg[perl] = 588) 10.5, (%type_pkg[perl] = 
588) 10.6
Type: perl (5.8.1 5.8.4 5.8.6 5.8.8 5.10.0 5.12.3)
Description: Perl module to format HTML
License: Artistic
Maintainer: Christian Schaffner <chri...@users.sourceforge.net>

# Dependencies:
Depends: perl%type_pkg[perl]-core, html-tree-pm%type_pkg[perl], font-afm-pm
BuildDepends: fink (>= 0.20.1-1)
Conflicts: %N-man
Replaces: %N-man

# Unpack Phase:
Source: mirror:cpan:authors/id/S/SB/SBURKE/HTML-Format-%v.tar.gz
Source-MD5: 2d287392b77c959f06397371116c2d7e

# Install Phase:
UpdatePOD: True
DocFiles: Changes MANIFEST README
InstallScript: <<
  %{default_script}
  mv %i/share/man %i/lib/perl5/%type_raw[perl]
<<

# Additional Info:
DescDetail: <<
This is a collection of modules that formats HTML as plaintext, PostScript or
RTF.
<<
Homepage: http://search.cpan.org/dist/HTML-Format/
<<

--- NEW FILE: podtohtml-pm.info ---
Info2: <<
Package: podtohtml-pm%type_pkg[perl]
Version: 0.08
Revision: 1
Distribution: (%type_pkg[perl] = 586) 10.4, (%type_pkg[perl] = 586) 10.5, 
(%type_pkg[perl] = 5100) 10.5, (%type_pkg[perl] = 5100) 10.6, (%type_pkg[perl] 
= 5123) 10.7, (%type_pkg[perl] = 588) 10.4, (%type_pkg[perl] = 588) 10.5, 
(%type_pkg[perl] = 588) 10.6
Type: perl (5.8.6 5.8.8 5.10.0 5.12.3)

Description: Generate HTML from POD
License: Artistic/GPL
Maintainer: Daniel Johnson <dan...@daniel-johnson.org>
Homepage: http://search.cpan.org/dist/PodToHTML/

BuildDepends: fink (>= 0.29.0)
Depends: html-format-pm%type_pkg[perl], html-tree-pm%type_pkg[perl], 
html-parser-pm%type_pkg[perl], pod-parser-pm%type_pkg[perl], 
perl%type_pkg[perl]-core

Source: mirror:cpan:authors/id/B/BD/BDFOY/PodToHTML-%v.tar.gz
Source-MD5: fec09c1e062ed4c670b6b982649e2f24

PatchFile: %{ni}.patch
PatchFile-MD5: 1790edf41b28a4775856f4c873cccd66

UpdatePOD: true
DocFiles: Changes LICENSE README

InstallScript: <<
  %{default_script}
  /bin/mv %i/share/man %i/lib/perl5/%type_raw[perl]
  /bin/mv %i/bin/podtohtml %i/bin/podtohtml-pm%type_pkg[perl]
<<

PostInstScript: update-alternatives --install %p/bin/podtohtml podtohtml 
%p/bin/podtohtml-pm%type_pkg[perl] %type_pkg[perl]

PreRmScript: update-alternatives --remove podtohtml 
%p/bin/podtohtml-pm%type_pkg[perl]
<<


------------------------------------------------------------------------------
BlackBerry&reg; DevCon Americas, Oct. 18-20, San Francisco, CA
The must-attend event for mobile developers. Connect with experts. 
Get tools for creating Super Apps. See the latest technologies.
Sessions, hands-on labs, demos & much more. Register early & save!
http://p.sf.net/sfu/rim-blackberry-1
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs

Reply via email to