[44794] trunk/dports/x11
blb at macports.org
blb at macports.org
Fri Jan 2 18:52:23 PST 2009
Revision: 44794
http://trac.macports.org/changeset/44794
Author: blb at macports.org
Date: 2009-01-02 18:52:22 -0800 (Fri, 02 Jan 2009)
Log Message:
-----------
New port x11/font-bh-type1, X.org Bigelow & Holmes Type1 fonts
Added Paths:
-----------
trunk/dports/x11/font-bh-type1/
trunk/dports/x11/font-bh-type1/Portfile
Added: trunk/dports/x11/font-bh-type1/Portfile
===================================================================
--- trunk/dports/x11/font-bh-type1/Portfile (rev 0)
+++ trunk/dports/x11/font-bh-type1/Portfile 2009-01-03 02:52:22 UTC (rev 44794)
@@ -0,0 +1,46 @@
+# $Id$
+
+PortSystem 1.0
+name font-bh-type1
+version 1.0.0
+categories x11 x11-font graphics
+maintainers blb openmaintainer
+description X.org Bigelow & Holmes Type1 fonts
+long_description ${description}
+
+platforms darwin
+
+homepage http://www.x.org/
+master_sites ${homepage}pub/individual/font/
+use_bzip2 yes
+
+checksums md5 46588b22678e440741d6220bc3945cbf \
+ sha1 e516632a2e7f4d5e4ea4066188b74466b7c13a29 \
+ rmd160 bb57ceadc6dfc1b00b513aa7c5a817c916f49098
+
+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-bh-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/8ddce269/attachment.html>
More information about the macports-changes
mailing list