Revision: 90232 http://trac.macports.org/changeset/90232 Author: and.damore@macports.org Date: 2012-02-27 03:24:08 -0800 (Mon, 27 Feb 2012) Log Message: ----------- port libharu: whitespace changes (indentation, retab, trailing newline), adding modeline, minor changes to description Modified Paths: -------------- trunk/dports/print/libharu/Portfile Modified: trunk/dports/print/libharu/Portfile =================================================================== --- trunk/dports/print/libharu/Portfile 2012-02-27 11:19:09 UTC (rev 90231) +++ trunk/dports/print/libharu/Portfile 2012-02-27 11:24:08 UTC (rev 90232) @@ -1,33 +1,33 @@ +# -*- 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 libharu -version 2.2.1 -categories print -platforms darwin -maintainers and.damore openmaintainer -description a free, cross platform, open source library for generating PDF files -long_description ${description} \ - It supports supporting the following features: \ - 1. Generating PDF files with lines, text, images. \ - 2. Outline, text annotation, link annotation. \ - 3. Compressing document with deflate-decode. \ - 4. Embedding PNG, Jpeg images. \ - 5. Embedding Type1 font and TrueType font. \ - 6. Creating encrypted PDF files. \ - 7. Using various character sets (ISO8859-1~16, MSCP1250~8, KOI8-R). \ - 8. Supporting CJK fonts and encodings. +name libharu +version 2.2.1 +categories print +platforms darwin +maintainers and.damore openmaintainer +description a free, cross platform, open source library for generating PDF files +long_description ${description} supporting the following features: \ + 1. Generating PDF files with lines, text, images. \ + 2. Outline, text annotation, link annotation. \ + 3. Compressing document with deflate-decode. \ + 4. Embedding PNG, Jpeg images. \ + 5. Embedding Type1 font and TrueType font. \ + 6. Creating encrypted PDF files. \ + 7. Using various character sets (ISO8859-1~16, MSCP1250~8, KOI8-R). \ + 8. CJK fonts and encodings. -homepage http://libharu.org -master_sites ${homepage}/files/ -use_bzip2 yes +homepage http://libharu.org +master_sites ${homepage}/files/ +use_bzip2 yes +depends_lib port:libpng -depends_lib port:libpng - checksums md5 4febd7e677b1c5d54db59a608b84e79f \ sha1 bfea7d9df3fb6a112340d0d54731f62f53b26d2f \ rmd160 2f5b66b5e63d15039940fa9a38630b06e74a1360 configure.args-append --with-png=${prefix} \ --with-zlib=${prefix} +