[55983] trunk/dports/print
ryandesign at macports.org
ryandesign at macports.org
Sat Aug 22 12:58:57 PDT 2009
Revision: 55983
http://trac.macports.org/changeset/55983
Author: ryandesign at macports.org
Date: 2009-08-22 12:58:56 -0700 (Sat, 22 Aug 2009)
Log Message:
-----------
ttf2eot: new port, version 0.0.2-2
Added Paths:
-----------
trunk/dports/print/ttf2eot/
trunk/dports/print/ttf2eot/Portfile
trunk/dports/print/ttf2eot/files/
trunk/dports/print/ttf2eot/files/patch-Makefile.diff
Added: trunk/dports/print/ttf2eot/Portfile
===================================================================
--- trunk/dports/print/ttf2eot/Portfile (rev 0)
+++ trunk/dports/print/ttf2eot/Portfile 2009-08-22 19:58:56 UTC (rev 55983)
@@ -0,0 +1,36 @@
+# $Id$
+
+PortSystem 1.0
+
+name ttf2eot
+version 0.0.2-2
+platforms darwin
+categories print www
+maintainers ryandesign
+homepage http://code.google.com/p/ttf2eot/
+master_sites googlecode
+
+description TrueType font (ttf) to Embeddable OpenType font (eot) \
+ converter
+
+long_description ${name} converts TrueType font (ttf) files into \
+ Embeddable OpenType font (eot) files for use in CSS \
+ @font-face rules for Internet Explorer for Windows
+
+checksums md5 97c9ceb0ded362bf2e6dd3a3a9360f8d \
+ sha1 c9a64216e7a090cb50f7a5074865218623dea75d \
+ rmd160 9710d38f4c33a42863d3c4a5aceffe6aac55f0ec
+
+patchfiles patch-Makefile.diff
+
+use_configure no
+
+build.target ${name}
+build.env CXX=${configure.cxx}
+
+destroot {
+ xinstall -m 755 -W ${worksrcpath} ${name} ${destroot}${prefix}/bin
+ set docdir ${destroot}${prefix}/share/doc/${name}
+ xinstall -d ${docdir}
+ xinstall -m 644 -W ${worksrcpath} README ${docdir}
+}
Property changes on: trunk/dports/print/ttf2eot/Portfile
___________________________________________________________________
Added: svn:keywords
+ Id
Added: svn:eol-style
+ native
Added: trunk/dports/print/ttf2eot/files/patch-Makefile.diff
===================================================================
--- trunk/dports/print/ttf2eot/files/patch-Makefile.diff (rev 0)
+++ trunk/dports/print/ttf2eot/files/patch-Makefile.diff 2009-08-22 19:58:56 UTC (rev 55983)
@@ -0,0 +1,9 @@
+--- Makefile 2009-04-30 04:18:46.000000000 -0500
++++ Makefile 2009-08-22 13:16:00.000000000 -0500
+@@ -1,5 +1,5 @@
+ ttf2eot: OpenTypeUtilities.o ttf2eot.o
+- g++ -o $@ $^
++ $(CXX) -o $@ $^
+
+ clean:
+ rm -f *.o *.core *.obj *.exe core ttf2eot
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090822/6224ba3f/attachment.html>
More information about the macports-changes
mailing list