Revision: 74023 http://trac.macports.org/changeset/74023 Author: jmr@macports.org Date: 2010-12-02 12:22:23 -0800 (Thu, 02 Dec 2010) Log Message: ----------- libemf: whitespace, modeline Modified Paths: -------------- trunk/dports/graphics/libemf/Portfile Modified: trunk/dports/graphics/libemf/Portfile =================================================================== --- trunk/dports/graphics/libemf/Portfile 2010-12-02 19:27:07 UTC (rev 74022) +++ trunk/dports/graphics/libemf/Portfile 2010-12-02 20:22:23 UTC (rev 74023) @@ -1,13 +1,15 @@ +# -*- 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 libemf -version 1.0.3 -platforms darwin -categories graphics -maintainers nomaintainer -description Enhanced Metafile Library +PortSystem 1.0 +name libemf +version 1.0.3 +platforms darwin +categories graphics +maintainers nomaintainer +description Enhanced Metafile Library + long_description \ libEMF is a C/C++ library which provides a drawing toolkit based on \ ECMA-234. The general purpose of this library is to create vector \ @@ -16,15 +18,15 @@ no longer actively maintained. The latest version can be found \ from the pstoedit sourceforge site. -homepage http://libemf.sourceforge.net/ -checksums md5 a4e91fd8077ce5f540f569e20e8ef7ff -master_sites http://downloads.sourceforge.net/pstoedit -distname libEMF-${version} +homepage http://libemf.sourceforge.net/ +checksums md5 a4e91fd8077ce5f540f569e20e8ef7ff +master_sites http://downloads.sourceforge.net/pstoedit +distname libEMF-${version} platform powerpc { - pre-fetch { - return -code error "${name} does not work on ppc" - } + pre-fetch { + return -code error "${name} does not work on ppc" + } } livecheck.type regex
participants (1)
-
jmr@macports.org