[115134] trunk/dports/graphics/libpano13/Portfile

mojca at macports.org mojca at macports.org
Wed Dec 25 12:51:36 PST 2013


Revision: 115134
          https://trac.macports.org/changeset/115134
Author:   mojca at macports.org
Date:     2013-12-25 12:51:36 -0800 (Wed, 25 Dec 2013)
Log Message:
-----------
libpano13: first line, sha256 and whitespace only

Modified Paths:
--------------
    trunk/dports/graphics/libpano13/Portfile

Modified: trunk/dports/graphics/libpano13/Portfile
===================================================================
--- trunk/dports/graphics/libpano13/Portfile	2013-12-25 20:11:01 UTC (rev 115133)
+++ trunk/dports/graphics/libpano13/Portfile	2013-12-25 20:51:36 UTC (rev 115134)
@@ -1,38 +1,39 @@
+# -*- 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            libpano13
-version         2.9.18
-revision	4
-categories      graphics
+name                libpano13
+version             2.9.18
+revision            4
+categories          graphics
 
-maintainers     freespace+macforge at gmail.com
+maintainers         freespace+macforge at gmail.com
 
-description     The cross-platform library behind Panorama Tools
+description         The cross-platform library behind Panorama Tools
 
-long_description The panorama tools are mainly used to build panoramic images from a set of overlapping images. The usability extends beyond "just" building panoramas by far though. You can, for instance, use them to render an average of multiple images to broaden the dynamic range of the images or average out noise. You can also build object movies with them, morph between images and much more.
+long_description    The panorama tools are mainly used to build panoramic images from a set of overlapping images. The usability extends beyond "just" building panoramas by far though. You can, for instance, use them to render an average of multiple images to broaden the dynamic range of the images or average out noise. You can also build object movies with them, morph between images and much more.
 
-homepage        http://panotools.sourceforge.net/
-platforms       darwin
+homepage            http://panotools.sourceforge.net/
+platforms           darwin
 
-master_sites    sourceforge:panotools
+master_sites        sourceforge:panotools
 
-checksums       sha1    23849bdbdfc9176a2b53d157e58bd24aa0e7276e \
-                rmd160  2309dc8d932a5ea80cb4b22bffa3e9d39539aa58
+checksums           rmd160  2309dc8d932a5ea80cb4b22bffa3e9d39539aa58 \
+                    sha256  de5d4e43f15c3430e95c0faa1c50c9503516e1b570d0ec0522f610a578caa172
 
-depends_lib     port:jpeg \
-                port:tiff \
-                port:libpng \
-                port:zlib
+depends_lib         port:jpeg \
+                    port:tiff \
+                    port:libpng \
+                    port:zlib
 
-configure.args  --with-jpeg=${prefix} \
-                --with-tiff=${prefix} \
-                --with-png=${prefix} \
-                --with-zlib=${prefix} \
-                --without-java \
-                --mandir=${prefix}/share/man
+configure.args      --with-jpeg=${prefix} \
+                    --with-tiff=${prefix} \
+                    --with-png=${prefix} \
+                    --with-zlib=${prefix} \
+                    --without-java \
+                    --mandir=${prefix}/share/man
 
-configure.cflags-append         -flat_namespace -undefined suppress
-configure.cxxflags-append       -flat_namespace -undefined suppress
-configure.ldflags-append        -prebind
+configure.cflags-append     -flat_namespace -undefined suppress
+configure.cxxflags-append   -flat_namespace -undefined suppress
+configure.ldflags-append    -prebind
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20131225/11b7d59e/attachment.html>


More information about the macports-changes mailing list