[109583] trunk/dports/graphics/hugin-app/Portfile

mojca at macports.org mojca at macports.org
Sat Aug 17 14:42:21 PDT 2013


Revision: 109583
          https://trac.macports.org/changeset/109583
Author:   mojca at macports.org
Date:     2013-08-17 14:42:21 -0700 (Sat, 17 Aug 2013)
Log Message:
-----------
hugin-app: whitespace + first line only

Modified Paths:
--------------
    trunk/dports/graphics/hugin-app/Portfile

Modified: trunk/dports/graphics/hugin-app/Portfile
===================================================================
--- trunk/dports/graphics/hugin-app/Portfile	2013-08-17 21:26:12 UTC (rev 109582)
+++ trunk/dports/graphics/hugin-app/Portfile	2013-08-17 21:42:21 UTC (rev 109583)
@@ -1,46 +1,47 @@
+# -*- 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 cmake	1.0
+PortSystem              1.0
+PortGroup               cmake 1.0
 
-name			hugin-app
-version			2011.0.0
-revision		5
-categories		graphics
-maintainers		gmail.com:hvdwolf \
-			auckland.ac.nz:p.schmiedeskamp
-description		Panorama photo stitcher
-long_description	An easy to use cross-platform panoramic imaging \
-			toolchain based on Panorama Tools. With hugin you \
-			can assemble a mosaic of photographs into a complete \
-			immersive panorama, stitch any series of overlapping \
-			pictures and much more.
+name                    hugin-app
+version                 2011.0.0
+revision                5
+categories              graphics
+maintainers             gmail.com:hvdwolf \
+                        auckland.ac.nz:p.schmiedeskamp
+description             Panorama photo stitcher
+long_description        An easy to use cross-platform panoramic imaging \
+                        toolchain based on Panorama Tools. With hugin you \
+                        can assemble a mosaic of photographs into a complete \
+                        immersive panorama, stitch any series of overlapping \
+                        pictures and much more.
 
-homepage		http://hugin.sourceforge.net
-platforms		darwin
-supported_archs	i386 ppc
+homepage                http://hugin.sourceforge.net
+platforms               darwin
+supported_archs         i386 ppc
 
-master_sites		sourceforge:hugin
-distname 		hugin-${version}
-use_bzip2		yes
+master_sites            sourceforge:hugin
+distname                hugin-${version}
+use_bzip2               yes
 
-depends_build-append port:pkgconfig
-depends_lib		port:boost \
-			port:wxWidgets \
-			port:openexr \
-			port:exiv2 \
-			port:libpano13 \
-			port:glew \
-			port:libxml2
+depends_build-append    port:pkgconfig
+depends_lib             port:boost \
+                        port:exiv2 \
+                        port:glew \
+                        port:libpano13 \
+                        port:libxml2 \
+                        port:openexr \
+                        port:wxWidgets
+                        
+depends_run             port:enblend \
+                        port:p5.12-image-exiftool
 
-depends_run		port:enblend \
-			port:p5.12-image-exiftool
+checksums               md5 ac8a129b4c3021233df6d9368c8164cf \
+                        sha1 22e1ad3846291a9bbe58570683e213921a6f0116 \
+                        rmd160 1388980580ecba70a0d47597ddf06df9b85ab2b5
 
-checksums		md5 ac8a129b4c3021233df6d9368c8164cf \
-			sha1 22e1ad3846291a9bbe58570683e213921a6f0116 \
-			rmd160 1388980580ecba70a0d47597ddf06df9b85ab2b5
-
 # As we are dependent on wxWidgets we can't build universal even though
 # hugin itself does allow it
-universal_variant	no
-use_parallel_build	no
+universal_variant       no
+use_parallel_build      no
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130817/7d02f86e/attachment.html>


More information about the macports-changes mailing list