[132666] trunk/dports/graphics/babl/Portfile
Revision: 132666 https://trac.macports.org/changeset/132666 Author: devans@macports.org Date: 2015-02-06 14:33:27 -0800 (Fri, 06 Feb 2015) Log Message: ----------- babl: reformat, white space only. Modified Paths: -------------- trunk/dports/graphics/babl/Portfile Modified: trunk/dports/graphics/babl/Portfile =================================================================== --- trunk/dports/graphics/babl/Portfile 2015-02-06 22:11:25 UTC (rev 132665) +++ trunk/dports/graphics/babl/Portfile 2015-02-06 22:33:27 UTC (rev 132666) @@ -1,44 +1,42 @@ # -*- 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 -PortGroup muniversal 1.0 -PortGroup gobject_introspection 1.0 +PortSystem 1.0 +PortGroup muniversal 1.0 +PortGroup gobject_introspection 1.0 -name babl -conflicts babl-devel -version 0.1.10 -license LGPL-3+ -set branch [join [lrange [split ${version} .] 0 1] .] -categories graphics -maintainers devans -platforms darwin -homepage http://gegl.org/babl -master_sites gimp:${name}/${branch}/ +name babl +conflicts babl-devel +version 0.1.10 +license LGPL-3+ +set branch [join [lrange [split ${version} .] 0 1] .] +categories graphics +maintainers devans +platforms darwin +homepage http://gegl.org/babl +master_sites gimp:${name}/${branch}/ -use_bzip2 yes +use_bzip2 yes -description \ - Babl is a library for dynamically handling pixel formats and managing \ - conversions between them. +description Babl is a library for dynamically handling pixel formats and managing \ + conversions between them. -long_description \ - ${description} +long_description ${description} -checksums sha1 ee60089e8e9d9390e730d3ae5e41074549928b7a \ - rmd160 a18b57be692cf5fec8b6649609d5d8ddb9a97f87 +checksums sha1 ee60089e8e9d9390e730d3ae5e41074549928b7a \ + rmd160 a18b57be692cf5fec8b6649609d5d8ddb9a97f87 -depends_build port:w3m \ - port:librsvg +depends_build port:w3m \ + port:librsvg # disable broken gobject-introspection gobject_introspection no -patchfiles clang.patch \ - babl-palette-values-h.patch +patchfiles clang.patch \ + babl-palette-values-h.patch -configure.args --disable-silent-rules \ +configure.args --disable-silent-rules platform darwin { foreach arch ${configure.universal_archs} { @@ -49,6 +47,6 @@ } } -livecheck.type regex -livecheck.url http://download.gimp.org/pub/${name}/${branch}/ -livecheck.regex "${name}-(\\d+(?:\\.\\d+)+)" +livecheck.type regex +livecheck.url http://download.gimp.org/pub/${name}/${branch}/ +livecheck.regex "${name}-(\\d+(?:\\.\\d+)+)"
participants (1)
-
devans@macports.org