Revision: 75845 http://trac.macports.org/changeset/75845 Author: ryandesign@macports.org Date: 2011-02-10 09:54:22 -0800 (Thu, 10 Feb 2011) Log Message: ----------- potrace: whitespace changes / reformatting / add modeline Modified Paths: -------------- trunk/dports/graphics/potrace/Portfile Modified: trunk/dports/graphics/potrace/Portfile =================================================================== --- trunk/dports/graphics/potrace/Portfile 2011-02-10 17:51:29 UTC (rev 75844) +++ trunk/dports/graphics/potrace/Portfile 2011-02-10 17:54:22 UTC (rev 75845) @@ -1,24 +1,26 @@ +# -*- 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 potrace +name potrace version 1.9 -categories graphics -maintainers nomaintainer -description Transform bitmaps into vector graphics -long_description \ - Potrace is a utility for tracing a bitmap, which means, transforming a \ - bitmap into a smooth, scalable image. The input is a bitmap (PBM, PGM, \ - PPM, or BMP), and the default output is one of several vector file \ - formats. A typical use is to create EPS files from scanned data, such \ - as company or university logos, handwritten notes, etc. The resulting \ - image is not "jaggy" like a bitmap, but smooth. It can then be rendered \ - at any resolution. +categories graphics +maintainers nomaintainer +platforms darwin -platforms darwin +description Transform bitmaps into vector graphics -homepage http://potrace.sourceforge.net/ +long_description Potrace is a utility for tracing a bitmap, which means, \ + transforming a bitmap into a smooth, scalable image. \ + The input is a bitmap (PBM, PGM, PPM, or BMP), and the \ + default output is one of several vector file formats. A \ + typical use is to create EPS files from scanned data, \ + such as company or university logos, handwritten notes, \ + etc. The resulting image is not "jaggy" like a bitmap, \ + but smooth. It can then be rendered at any resolution. + +homepage http://potrace.sourceforge.net/ master_sites sourceforge checksums sha1 c3ace609c24a0d5e03bbab5f22478c2af69cf1c4 \ @@ -27,19 +29,19 @@ depends_lib port:zlib post-destroot { - xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name} - xinstall -m 644 -W ${worksrcpath} AUTHORS COPYING ChangeLog INSTALL \ - NEWS README ${destroot}${prefix}/share/doc/${name} + xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name} + xinstall -m 644 -W ${worksrcpath} \ + AUTHORS COPYING ChangeLog INSTALL NEWS README \ + ${destroot}${prefix}/share/doc/${name} } variant metric_default \ - description {compile potrace with centimeters as the default unit \ - instead of inches.} { \ - configure.args-append --enable-metric + description {compile potrace with centimeters as the default unit \ + instead of inches.} { \ + configure.args-append --enable-metric } variant a4_default \ - description {compile potrace with A4 as the default page size.} { \ - configure.args-append --enable-a4 + description {compile potrace with A4 as the default page size.} { \ + configure.args-append --enable-a4 } -
participants (1)
-
ryandesign@macports.org