[127946] trunk/dports/www

ryandesign at macports.org ryandesign at macports.org
Sat Nov 8 16:59:24 PST 2014


Revision: 127946
          https://trac.macports.org/changeset/127946
Author:   ryandesign at macports.org
Date:     2014-11-08 16:59:24 -0800 (Sat, 08 Nov 2014)
Log Message:
-----------
eot-utils: new port, version 1.1 (#45814)

Added Paths:
-----------
    trunk/dports/www/eot-utils/
    trunk/dports/www/eot-utils/Portfile

Added: trunk/dports/www/eot-utils/Portfile
===================================================================
--- trunk/dports/www/eot-utils/Portfile	                        (rev 0)
+++ trunk/dports/www/eot-utils/Portfile	2014-11-09 00:59:24 UTC (rev 127946)
@@ -0,0 +1,40 @@
+# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
+# $Id$
+
+PortSystem              1.0
+
+name                    eot-utils
+version                 1.1
+categories              www
+platforms               darwin
+maintainers             googlemail.com:robertoschwald
+license                 W3C
+
+description             W3C Embeddable OpenType font (eot) creation tools
+
+long_description        mkeot creates an EOT (Embedded OpenType) file from \
+                        an OpenType or TrueType font and the URLs of one or \
+                        more Web pages. eotinfo displays the contents of an \
+                        EOT header in a human-readable way.
+
+homepage                http://www.w3.org/Tools/eot-utils/
+master_sites            ${homepage}
+distname                eot-utilities-${version}
+
+checksums               md5     eb338106c979dc8c4576f8c0f466088b \
+                        sha1    7e8a68ba1ae4b533113e7965aa2cca133367f31f \
+                        rmd160  3e2a14aaba8739fda5ca850830af206639b43b1e
+
+post-destroot {
+    set docdir ${prefix}/share/doc/${subport}
+    xinstall -d ${destroot}${docdir}
+    xinstall -m 644 -W ${worksrcpath} \
+        AUTHORS \
+        COPYING \
+        ChangeLog \
+        README \
+        ${destroot}${docdir}
+}
+
+livecheck.type          regex
+livecheck.regex         eot-utilities-(\\d+(?:\\.\\d+)*)


Property changes on: trunk/dports/www/eot-utils/Portfile
___________________________________________________________________
Added: svn:keywords
   + Id
Added: svn:eol-style
   + native
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20141108/ebfd13f8/attachment.html>


More information about the macports-changes mailing list