[126422] trunk/dports/print/ttf2pt1/Portfile
ryandesign at macports.org
ryandesign at macports.org
Thu Oct 9 16:25:28 PDT 2014
Revision: 126422
https://trac.macports.org/changeset/126422
Author: ryandesign at macports.org
Date: 2014-10-09 16:25:28 -0700 (Thu, 09 Oct 2014)
Log Message:
-----------
ttf2pt1: whitespace changes and reformatting; add modeline
Modified Paths:
--------------
trunk/dports/print/ttf2pt1/Portfile
Modified: trunk/dports/print/ttf2pt1/Portfile
===================================================================
--- trunk/dports/print/ttf2pt1/Portfile 2014-10-09 22:02:52 UTC (rev 126421)
+++ trunk/dports/print/ttf2pt1/Portfile 2014-10-09 23:25:28 UTC (rev 126422)
@@ -1,45 +1,56 @@
+# -*- 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
+PortSystem 1.0
-name ttf2pt1
-version 3.4.4
-description TrueType Font to PostScript Type 1 Converter
-long_description TTF2PT1 is a modification of Andrew Weeks TTF2PFA True \
- Type to PostScript Type 3 converter. Which will convert \
- Most TrueType Fonts to an Adobe Type 1 .pfa file. And \
- also the other font formats supported by the FreeType \
- library to an Adobe Type 1 .pfa file. And the BDF fonts to \
- an Adobe Type 1 .pfa file. Yet another use is as a hinting \
- engine: feed it an unhinted or poorly hinted Adobe Type 1 \
- font through the FreeType library and get it back with \
- freshly generated hints. If you want .pfb files, don't \
- despair: they can be produced too. The files produced by \
- default are in human readable form, which further needs to \
- be encoded with the t1utilities, to work with most \
- software requiring type 1 fonts.
-platforms darwin
-categories print
-license BSD-old BSD Permissive GPL-2+
-maintainers nomaintainer
-homepage http://${name}.sourceforge.net/
-master_sites sourceforge
-extract.suffix .tgz
-checksums md5 cb143c07cc83167875ca09ea720d4932 \
- sha1 936771b11a740c16a8e0adb737b54b22cca18cb2
-patchfiles patch-ft.c
-use_configure no
-depends_lib port:freetype \
- lib:libz:zlib
-build.post_args CFLAGS_SYS="-I${prefix}/include \
- -I${prefix}/include/freetype2 \
- -DUSE_FREETYPE \
- -DPREFER_FREETYPE" \
- LIBS_SYS="-L${prefix}/lib \
- -lm -lfreetype"
-destroot.post_args INSTDIR=${destroot}${prefix} \
- MANDIR=${destroot}${prefix}/share/man/ \
- GROUP=admin
+name ttf2pt1
+version 3.4.4
+categories print
+platforms darwin
+maintainers nomaintainer
+license BSD-old BSD Permissive GPL-2+
+
+description TrueType Font to PostScript Type 1 Converter
+
+long_description TTF2PT1 is a modification of Andrew Weeks TTF2PFA True \
+ Type to PostScript Type 3 converter. Which will convert \
+ Most TrueType Fonts to an Adobe Type 1 .pfa file. And \
+ also the other font formats supported by the FreeType \
+ library to an Adobe Type 1 .pfa file. And the BDF fonts to \
+ an Adobe Type 1 .pfa file. Yet another use is as a hinting \
+ engine: feed it an unhinted or poorly hinted Adobe Type 1 \
+ font through the FreeType library and get it back with \
+ freshly generated hints. If you want .pfb files, don't \
+ despair: they can be produced too. The files produced by \
+ default are in human readable form, which further needs to \
+ be encoded with the t1utilities, to work with most \
+ software requiring type 1 fonts.
+
+homepage http://${name}.sourceforge.net/
+master_sites sourceforge
+extract.suffix .tgz
+
+checksums md5 cb143c07cc83167875ca09ea720d4932 \
+ sha1 936771b11a740c16a8e0adb737b54b22cca18cb2
+
+patchfiles patch-ft.c
+
+use_configure no
+
+depends_lib port:freetype \
+ lib:libz:zlib
+
+build.post_args CFLAGS_SYS="-I${prefix}/include \
+ -I${prefix}/include/freetype2 \
+ -DUSE_FREETYPE \
+ -DPREFER_FREETYPE" \
+ LIBS_SYS="-L${prefix}/lib \
+ -lm -lfreetype"
+
+destroot.post_args INSTDIR=${destroot}${prefix} \
+ MANDIR=${destroot}${prefix}/share/man/ \
+ GROUP=admin
+
# wait for HEAD changes to be merged.
-# OWNER=${install.user} \
-# GROUP=${install.group}
+# OWNER=${install.user} \
+# GROUP=${install.group}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20141009/5e980076/attachment-0001.html>
More information about the macports-changes
mailing list