[44798] trunk/dports/x11
blb at macports.org
blb at macports.org
Fri Jan 2 18:53:32 PST 2009
Revision: 44798
http://trac.macports.org/changeset/44798
Author: blb at macports.org
Date: 2009-01-02 18:53:32 -0800 (Fri, 02 Jan 2009)
Log Message:
-----------
New port - x11/font-xfree86-type1, X.org XFree86 Type1 font
Added Paths:
-----------
trunk/dports/x11/font-xfree86-type1/
trunk/dports/x11/font-xfree86-type1/Portfile
Added: trunk/dports/x11/font-xfree86-type1/Portfile
===================================================================
--- trunk/dports/x11/font-xfree86-type1/Portfile (rev 0)
+++ trunk/dports/x11/font-xfree86-type1/Portfile 2009-01-03 02:53:32 UTC (rev 44798)
@@ -0,0 +1,46 @@
+# $Id$
+
+PortSystem 1.0
+name font-xfree86-type1
+version 1.0.1
+categories x11 x11-font graphics
+maintainers blb openmaintainer
+description X.org XFree86 Type1 font
+long_description ${description}
+
+platforms darwin
+
+homepage http://www.x.org/
+master_sites ${homepage}pub/individual/font/
+use_bzip2 yes
+
+checksums md5 d7e965776c7f0c30b0f09742176fb77a \
+ sha1 01696c48294126ca37095f1ba48bba23262d1771 \
+ rmd160 95ca568900da7abac202d8c014bba965adc18e89
+
+depends_build port:pkgconfig port:bdftopcf port:xorg-font-util \
+ port:mkfontscale port:mkfontdir bin:gzip:gzip
+
+set myfontdir ${prefix}/share/fonts/Type1
+
+configure.args --with-fontdir=${myfontdir}
+
+post-destroot {
+ foreach fontsFile {fonts.alias fonts.dir fonts.list fonts.scale} {
+ if {[file exists ${destroot}${myfontdir}/${fontsFile}]} {
+ delete ${destroot}${myfontdir}/${fontsFile}
+ }
+ }
+}
+
+post-activate {
+ system "mkfontscale ${myfontdir}"
+ system "mkfontdir ${myfontdir}"
+}
+
+# This should be done when uninstalling, but deactivate doesn't currently work
+#post-deactivate {
+# system "mkfontscale ${myfontdir}"
+# system "mkfontdir ${myfontdir}"
+#}
+
Property changes on: trunk/dports/x11/font-xfree86-type1/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/20090102/c9b55fb6/attachment.html>
More information about the macports-changes
mailing list