[146841] trunk/dports/print/latex2html

aronnax at macports.org aronnax at macports.org
Fri Mar 18 12:04:54 PDT 2016


Revision: 146841
          https://trac.macports.org/changeset/146841
Author:   aronnax at macports.org
Date:     2016-03-18 12:04:54 -0700 (Fri, 18 Mar 2016)
Log Message:
-----------
latex2html: update to 2015 version from CTAN

Modified Paths:
--------------
    trunk/dports/print/latex2html/Portfile

Removed Paths:
-------------
    trunk/dports/print/latex2html/files/patch-pstoimg.pin.diff

Modified: trunk/dports/print/latex2html/Portfile
===================================================================
--- trunk/dports/print/latex2html/Portfile	2016-03-18 18:04:33 UTC (rev 146840)
+++ trunk/dports/print/latex2html/Portfile	2016-03-18 19:04:54 UTC (rev 146841)
@@ -5,8 +5,7 @@
 PortGroup               texlive 1.0
 
 name                    latex2html
-version                 2008
-revision                6
+version                 2015
 categories              print
 platforms               darwin
 maintainers             nomaintainer
@@ -18,12 +17,12 @@
 long_description        LATEX2HTML is a convertor written in Perl that \
                         converts LATEX documents to HTML.
 
-homepage                http://www.latex2html.org/
-master_sites            ${homepage}/current/
+homepage                https://www.ctan.org/pkg/${name}
+master_sites            http://ctan.sharelatex.com/tex-archive/support/${name}
 
-checksums               md5     275ab6cfa8ca9328446b7f40d8dc302e \
-                        sha1    5e0aa47572e0c13a4c5da51e963d5496be3f86e7 \
-                        rmd160  a95f06253d6fc8808ffedcad7edf8235194d7756
+checksums               md5     78fa8e5a4c70f81a84b087980f7f9e8b \
+                        sha1    13c893850dd1136f2e276068131f0a264c1cae1a \
+                        rmd160  0ad90b995dc4f93a5905feac15c540a4ae03fd3a
 
 depends_run             bin:latex:texlive-latex \
                         port:ghostscript \
@@ -31,8 +30,7 @@
 
 depends_lib             path:bin/perl:perl5
 
-patchfiles              patch-config-config.pl.diff \
-                        patch-pstoimg.pin.diff
+patchfiles              patch-config-config.pl.diff
 
 configure.perl          ${prefix}/bin/perl
 

Deleted: trunk/dports/print/latex2html/files/patch-pstoimg.pin.diff
===================================================================
--- trunk/dports/print/latex2html/files/patch-pstoimg.pin.diff	2016-03-18 18:04:33 UTC (rev 146840)
+++ trunk/dports/print/latex2html/files/patch-pstoimg.pin.diff	2016-03-18 19:04:54 UTC (rev 146841)
@@ -1,20 +0,0 @@
---- pstoimg.pin.orig	2008-09-23 14:41:54.000000000 -0500
-+++ pstoimg.pin	2010-09-22 19:18:22.000000000 -0500
-@@ -27,7 +27,7 @@
- #      run afoul when  $POSIXLY_CORRECT  is set.
- #
- # Revision 1.18  2004/01/02 06:51:03  RRM
--#  --  set the default transparent-color for PNG to 'gray85'
-+#  --  set the default transparent-color for PNG to 'rgb:d9/d9/d9'
- #  --  allow the transparent-color to be set using an environment variable
- #        $ENV{'TRANSPARENT_COLOR'}
- #
-@@ -1508,7 +1508,7 @@
-       $pnmtoimg .= ' -interlace';
-     }
-     if($TRANSPARENT) {
--      $trans_color = $TRANSPARENT_COLOR||'gray85';
-+      $trans_color = $TRANSPARENT_COLOR||'rgb:d9/d9/d9';
-       $pnmtoimg .= ' -trans ' . L2hos->quote($trans_color);
-     }
-   }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20160318/3c7d9de1/attachment.html>


More information about the macports-changes mailing list