[76878] trunk/dports/print/lcdf-typetools/Portfile

takanori at macports.org takanori at macports.org
Fri Mar 11 10:34:29 PST 2011


Revision: 76878
          http://trac.macports.org/changeset/76878
Author:   takanori at macports.org
Date:     2011-03-11 10:34:27 -0800 (Fri, 11 Mar 2011)
Log Message:
-----------
lcdf-typetools:
 - Version bump to 2.88.
 - Add variant +ptex.

Modified Paths:
--------------
    trunk/dports/print/lcdf-typetools/Portfile

Modified: trunk/dports/print/lcdf-typetools/Portfile
===================================================================
--- trunk/dports/print/lcdf-typetools/Portfile	2011-03-11 17:59:17 UTC (rev 76877)
+++ trunk/dports/print/lcdf-typetools/Portfile	2011-03-11 18:34:27 UTC (rev 76878)
@@ -3,7 +3,7 @@
 PortSystem      1.0
 
 name            lcdf-typetools
-version         2.85
+version         2.88
 categories      print tex
 maintainers     nomaintainer
 description     Tools for manipulating fonts.
@@ -12,14 +12,14 @@
                 PostScript Type 1, Type 1 multiple master, and PostScript-flavored OpenType \
                 fonts.
 platforms       darwin
+license         GPLv2+
 homepage        http://www.lcdf.org/type/
 master_sites    ${homepage}
-checksums       md5     e9eefde14131dfcc5add91b92fcb7627 \
-                sha1    ca0a178a46a06aab4945cdbc6b42c0e4e5864053 \
-                rmd160  726f2eed3ec1de26527916752007904cfffc833e
+checksums       md5     526c6877e0c6145c1c821e89276b2a32 \
+                sha1    09d2604ccd282738fa07c62be6bf558c415434d5 \
+                rmd160  2093d3c69b1eaad4851e1560bddfaefb1dab97f3
 
-# In port:pTeX, libkpathsea is installed as a static library.
-depends_lib     path:include/kpathsea/kpathsea.h:texlive
+depends_lib     port:texlive-bin
 
 configure.args  --mandir=${prefix}/share/man --with-kpathsea=${prefix}
 
@@ -31,11 +31,17 @@
     xinstall -m 644 -W ${worksrcpath} COPYING INSTALL NEWS ONEWS README ${destroot}${prefix}/share/doc/${name}
 }
 
-variant without_kpathsea description {Do not use libkpathsea} {
-    depends_lib-delete path:include/kpathsea/kpathsea.h:texlive
+variant without_kpathsea conflicts ptex description {Do not use libkpathsea} {
+    depends_lib-delete port:texlive-bin
     configure.args-delete --with-kpathsea=${prefix}
     configure.args-append --without-kpathsea
 }
 
+variant ptex conflicts without_kpathsea description {Link against pTeX's libkpathsea} {
+    # Note that pTeX installs libkpathsea as a static library.
+    depends_lib-delete port:texlive-bin
+    depends_lib-append port:pTeX
+}
+
 livecheck.type  regex
 livecheck.regex ${name}-(\[0-9.\]+)\\.tar
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110311/ea75ad86/attachment.html>


More information about the macports-changes mailing list