[127723] trunk/dports/x11/freefont-ttf/Portfile
larryv at macports.org
larryv at macports.org
Sat Nov 1 21:03:25 PDT 2014
Revision: 127723
https://trac.macports.org/changeset/127723
Author: larryv at macports.org
Date: 2014-11-01 21:03:25 -0700 (Sat, 01 Nov 2014)
Log Message:
-----------
freefont-ttf: Add modeline, rearrange, and reformat
Modified Paths:
--------------
trunk/dports/x11/freefont-ttf/Portfile
Modified: trunk/dports/x11/freefont-ttf/Portfile
===================================================================
--- trunk/dports/x11/freefont-ttf/Portfile 2014-11-02 04:03:22 UTC (rev 127722)
+++ trunk/dports/x11/freefont-ttf/Portfile 2014-11-02 04:03:25 UTC (rev 127723)
@@ -1,32 +1,39 @@
+# -*- 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 freefont-ttf
-version 20060126
-revision 1
-categories x11 fonts
-license GPL-3+
-installs_libs no
-maintainers nomaintainer
-description Free UCS Outline Fonts
-long_description \
- a set of free outline fonts covering \
- the ISO 10646/Unicode UCS (Universal Character Set).
-platforms darwin
-homepage http://www.nongnu.org/freefont/
-master_sites http://download.savannah.gnu.org/releases/freefont/ \
- http://ftp.riken.go.jp/pub/FreeBSD/distfiles/
-checksums sha1 f3b53235bc1bebd228a8942068bd049693d71363
-worksrcdir freefont-${version}
+PortSystem 1.0
+name freefont-ttf
+version 20060126
+revision 1
+categories x11 fonts
+license GPL-3+
+platforms darwin
+maintainers nomaintainer
+
+description Free UCS Outline Fonts
+long_description A set of free outline fonts covering the ISO \
+ 10646/Unicode UCS (Universal Character Set).
+homepage http://www.nongnu.org/freefont/
+
+installs_libs no
+supported_archs noarch
+
+master_sites http://download.savannah.gnu.org/releases/freefont/ \
+ http://ftp.riken.go.jp/pub/FreeBSD/distfiles/
+checksums sha1 f3b53235bc1bebd228a8942068bd049693d71363
+
+worksrcdir freefont-${version}
+
post-extract {
foreach f {fonts.dir fonts.scale} {
system "bzip2 -dc ${filespath}/${f}.bz2 > ${worksrcpath}/${f}"
}
}
-use_configure no
-supported_archs noarch
-build {}
+use_configure no
+
+build {}
+
destroot {
set fontdir ${destroot}${prefix}/share/fonts/${name}
xinstall -d -m 755 ${fontdir}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20141101/8a6ff48c/attachment.html>
More information about the macports-changes
mailing list