[23881] trunk/dports/print/freetype/Portfile
source_changes at macosforge.org
source_changes at macosforge.org
Thu Apr 12 00:02:40 PDT 2007
Revision: 23881
http://trac.macosforge.org/projects/macports/changeset/23881
Author: ryandesign at macports.org
Date: 2007-04-12 00:02:40 -0700 (Thu, 12 Apr 2007)
Log Message:
-----------
Whitespace / formatting changes only
Modified Paths:
--------------
trunk/dports/print/freetype/Portfile
Modified: trunk/dports/print/freetype/Portfile
===================================================================
--- trunk/dports/print/freetype/Portfile 2007-04-12 06:57:24 UTC (rev 23880)
+++ trunk/dports/print/freetype/Portfile 2007-04-12 07:02:40 UTC (rev 23881)
@@ -1,44 +1,58 @@
# $Id$
-PortSystem 1.0
+PortSystem 1.0
+
name freetype
version 2.3.4
categories print graphics
maintainers ryandesign at macports.org openmaintainer at macports.org
-description A software font engine
-long_description \
- FreeType2 is a software font engine that is designed to \
- be small, efficient, highly customizable and portable while \
- capable of producing high-quality output (glyph images). \
- It can be used in graphics libraries, display servers, font \
- conversion tools, text image generation tools, and many \
- other products as well.
homepage http://freetype.sourceforge.net/
+use_bzip2 yes
platforms darwin
-master_sites http://download.savannah.gnu.org/releases/freetype/ \
- sourceforge
-use_bzip2 yes
+
+description \
+ A software font engine
+
+long_description \
+ FreeType2 is a software font engine that is designed to \
+ be small, efficient, highly customizable and portable while \
+ capable of producing high-quality output (glyph images). \
+ It can be used in graphics libraries, display servers, font \
+ conversion tools, text image generation tools, and many \
+ other products as well.
+
+master_sites \
+ http://download.savannah.gnu.org/releases/freetype/ \
+ sourceforge
+
checksums \
md5 1a6c59a7723d637c78672e7784da865d \
sha1 09b8f5ecbb3e06a14cc1c2f2dc7c04fe34c48eca \
rmd160 23b641c0b6e6102449e6f2512a131743d8836321
-patchfiles patch-modules.cfg.diff
-depends_lib port:zlib
-configure.env CPPFLAGS="-I${prefix}/include" LDFLAGS="-L${prefix}/lib"
+patchfiles \
+ patch-modules.cfg.diff
-variant x86 {
- patchfiles-append patch-builds-unix-configure
+depends_lib \
+ port:zlib
+
+configure.env \
+ CPPFLAGS="-I${prefix}/include" \
+ LDFLAGS="-L${prefix}/lib"
+
+variant x86 {
+ patchfiles-append \
+ patch-builds-unix-configure
}
variant bytecode {
- pre-configure {
- ui_msg "\n\n\
- You may want not to compile a bytecode interpreter into the\n\
- TrueType driver. Without this you will only compile the code\n\
- necessary to load TrueType glyphs without hinting.\n\n\
- Note that there are important patent issues related to the\n\
- use of the interpreter.\n\n"
- }
- patchfiles-append patch-ftoption.h
+ pre-configure {
+ ui_msg "\n\n\
+ You may want not to compile a bytecode interpreter into the\n\
+ TrueType driver. Without this you will only compile the code\n\
+ necessary to load TrueType glyphs without hinting.\n\n\
+ Note that there are important patent issues related to the\n\
+ use of the interpreter.\n\n"
+ }
+ patchfiles-append patch-ftoption.h
}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20070412/fe3c49ea/attachment.html
More information about the macports-changes
mailing list