[81219] trunk/dports/x11
jmr at macports.org
jmr at macports.org
Tue Jul 26 21:55:47 PDT 2011
Revision: 81219
http://trac.macports.org/changeset/81219
Author: jmr at macports.org
Date: 2011-07-26 21:55:45 -0700 (Tue, 26 Jul 2011)
Log Message:
-----------
New port: ttf-arphic-uming (#25916)
Added Paths:
-----------
trunk/dports/x11/ttf-arphic-uming/
trunk/dports/x11/ttf-arphic-uming/Portfile
Added: trunk/dports/x11/ttf-arphic-uming/Portfile
===================================================================
--- trunk/dports/x11/ttf-arphic-uming/Portfile (rev 0)
+++ trunk/dports/x11/ttf-arphic-uming/Portfile 2011-07-27 04:55:45 UTC (rev 81219)
@@ -0,0 +1,40 @@
+# $Id$
+
+PortSystem 1.0
+
+name ttf-arphic-uming
+version 0.1.20060928
+categories x11 fonts
+maintainers magma.ca:oksmith openmaintainer
+description AR PL ShanHeiSun Uni and AR PL ShanHeiSun Uni MBE Unicode Fonts
+long_description \
+ AR PL ShanHeiSun Uni and AR PL ShanHeiSun Uni MBE Unicode Fonts \
+ are provided by Arphic Technology to the Free Software \
+ community under the Arphic Public License.
+platforms darwin
+homepage http://www.font.su/fonts/
+master_sites ${homepage}download/
+distfiles uming_${version}.ttf
+checksums md5 7b3c708e40c160e48d646aaed7d775d9 \
+ sha1 2a4f4a69e343c21c24d044b2cb19fd4f0decc82c \
+ rmd160 3c7b8a1871dfdd160b8afa200f14374b803d1bc6
+
+depends_run port:fontconfig
+
+extract.only
+use_configure no
+supported_archs noarch
+build {}
+destroot {
+ set fontdir ${destroot}${prefix}/share/fonts/${name}
+ xinstall -d -m 755 ${fontdir}
+ xinstall -m 644 ${distpath}/${distfiles} \
+ ${fontdir}/uming.ttf
+}
+
+post-activate {
+ system "${prefix}/bin/fc-cache -v ${prefix}/share/fonts"
+}
+post-deactivate {
+ system "${prefix}/bin/fc-cache -v ${prefix}/share/fonts"
+}
Property changes on: trunk/dports/x11/ttf-arphic-uming/Portfile
___________________________________________________________________
Added: svn:keywords
+ Id
Added: svn:eol-style
+ native
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110726/5a5bc32f/attachment.html>
More information about the macports-changes
mailing list