Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/libs/perlmods
In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv9131

Added Files:
        exporter-pm.info html-entities-numbered-pm.info 
        html-tidy-pm.info html-tidy-pm.patch xml-xpathengine-pm.info 
Log Message:
move to stable


--- NEW FILE: exporter-pm.info ---
Package: exporter-pm
Version: 5.63
Revision: 1
License: Artistic/GPL
Description: Implements default import method for modules
Maintainer: Daniel Johnson <dan...@daniel-johnson.org>
Homepage: http://search.cpan.org/dist/Exporter/

Source: mirror:cpan:authors/id/F/FE/FERREIRA/Exporter-%v.tar.gz
Source-MD5: 45aa7c9b0142d6ad12c24cf122d608e0

Type: perl
UpdatePOD: true

InfoTest: TestDepends: test-pod-pm, test-pod-coverage-pm

DocFiles: Changes

--- NEW FILE: xml-xpathengine-pm.info ---
Package: xml-xpathengine-pm
Version: 0.12
Revision: 1
License: Artistic/GPL
Description: Re-usable XPath engine for DOM-like trees
Maintainer: Daniel Johnson <dan...@daniel-johnson.org>
Homepage: http://search.cpan.org/dist/XML-XPathEngine/

Source: mirror:cpan:authors/id/M/MI/MIROD/XML-XPathEngine-%v.tar.gz
Source-MD5: ecb1121f5a11411a2d4942c87d8725af

Type: perl
UpdatePOD: true

DocFiles: Changes README

InfoTest: TestDepends: test-pod-pm, test-pod-coverage-pm

--- NEW FILE: html-tidy-pm.patch ---
diff -ru HTML-Tidy-1.54.orig/Makefile.PL HTML-Tidy-1.54/Makefile.PL
--- HTML-Tidy-1.54.orig/Makefile.PL     2010-09-17 01:45:59.000000000 -0400
+++ HTML-Tidy-1.54/Makefile.PL  2010-11-05 16:49:27.000000000 -0400
@@ -10,18 +10,10 @@
 use Config;
 
 my $libs = '-ltidyp';
-my $inc = "-I. -I/usr/include/tidyp -I/usr/local/include/tidyp 
-I$Config{usrinc}/tidyp";
+my $inc = "-I. -I@FINKPREFIX@/include/tidyp";
 
-eval { require Alien::Tidyp; };
-
-if ( !$@ ) {
-    print "Using tidyp via Alien::Tidyp\n";
-    $libs = Alien::Tidyp->config('LIBS');
-    $inc = Alien::Tidyp->config('INC');
-}
-else {
     print "Alien::Tidyp not found. Looking for for tidyp on your system.\n";
-    my @vars = ExtUtils::Liblist->ext( '-L/usr/lib -L/usr/local/lib -ltidyp', 
0, 1 );
+    my @vars = ExtUtils::Liblist->ext( '-L@FINKPREFIX@/lib -ltidyp', 0, 1 );
     $libs = $vars[2];
 
     if ( !$libs ) {
@@ -43,7 +35,6 @@
 
 EOF
     }
-}
 
 eval { require LWP::Simple; };
 

--- NEW FILE: html-entities-numbered-pm.info ---
Package: html-entities-numbered-pm
Version: 0.04
Revision: 1
License: Artistic/GPL
Description: Conversion of numbered HTML entities
Maintainer: Daniel Johnson <dan...@daniel-johnson.org>
Homepage: http://search.cpan.org/dist/HTML-Entities-Numbered/

Source: mirror:cpan:authors/id/T/TA/TANIGUCHI/HTML-Entities-Numbered-%v.tar.gz
Source-MD5: 9bc61132c10aa506d2629b37a2012729

Type: perl
UpdatePOD: true

DocFiles: Changes README

--- NEW FILE: html-tidy-pm.info ---
Info2: <<
Package: html-tidy-pm%type_pkg[perl]
Version: 1.54
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
License: Artistic/GPL
Description: (X)HTML validation in a Perl object
DescDetail: <<
    HTML::Tidy is an HTML checker in a handy dandy object.  It's meant as
        a replacement for HTML::Lint.
<<
Maintainer: Daniel Johnson <dan...@daniel-johnson.org>
Homepage: http://search.cpan.org/dist/HTML-Tidy/

Source: mirror:cpan:authors/id/P/PE/PETDANCE/HTML-Tidy-%v.tar.gz
Source-MD5: 3025e63d5a85d2abfa793dc1353f8752

Type: perl (5.8.6 5.8.8 5.10.0)
UpdatePOD: true

DocFiles: Changes README.markdown

Depends: <<
        constant-pm,
        exporter-pm,
        libtidyp-shlibs,
        libwww-pm%type_pkg[perl],
        perl%type_pkg[perl]-core
<<
BuildDepends: <<
        extutils-makemaker-pm%type_pkg[perl] (>= 6.56-1),
        fink (>= 0.24.12),
        libtidyp-dev,
        test-simple-pm%type_pkg[perl]
<<

PatchFile: %{ni}.patch
PatchFile-MD5: d3b632bbf8d0d2e53312a0702c43b004
PatchScript: sed 's|@FINKPREFIX@|%p|g ' <%{PatchFile} | patch -p1

InfoTest: TestDepends: test-pod-pm, test-pod-coverage-pm

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

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

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


------------------------------------------------------------------------------
Special Offer-- Download ArcSight Logger for FREE (a $49 USD value)!
Finally, a world-class log management solution at an even better price-free!
Download using promo code Free_Logger_4_Dev2Dev. Offer expires 
February 28th, so secure your free ArcSight Logger TODAY! 
http://p.sf.net/sfu/arcsight-sfd2d
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs

Reply via email to