[94450] trunk/dports/devel/vxl/Portfile

cal at macports.org cal at macports.org
Tue Jun 19 12:59:36 PDT 2012


Revision: 94450
          https://trac.macports.org/changeset/94450
Author:   cal at macports.org
Date:     2012-06-19 12:59:36 -0700 (Tue, 19 Jun 2012)
Log Message:
-----------
vxl: Whitespace only, add modeline

Modified Paths:
--------------
    trunk/dports/devel/vxl/Portfile

Modified: trunk/dports/devel/vxl/Portfile
===================================================================
--- trunk/dports/devel/vxl/Portfile	2012-06-19 19:56:12 UTC (rev 94449)
+++ trunk/dports/devel/vxl/Portfile	2012-06-19 19:59:36 UTC (rev 94450)
@@ -1,29 +1,30 @@
+# -*- 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             vxl
-version          1.14.0
-revision         2
-set branch       [join [lrange [split ${version} .] 0 1] .]
-categories       devel
-maintainers      maeth.com:wiking
-description      C++ libraries for computer vision
+name            vxl
+version         1.14.0
+revision        2
+set branch      [join [lrange [split ${version} .] 0 1] .]
+categories      devel
+maintainers     maeth.com:wiking
+description     C++ libraries for computer vision
 long_description \
-	VXL (the Vision-something-Libraries) is a collection of C++ libraries \
-	designed for computer vision research and implementation. It was \
-	created from TargetJr and the IUE with the aim of making a light, \
-	fast and consistent system. VXL is written in ANSI/ISO C++ and is \
-	designed to be portable over many platforms.
-homepage         http://vxl.sourceforge.net/
-platforms        darwin
+    VXL (the Vision-something-Libraries) is a collection of C++ libraries \
+    designed for computer vision research and implementation. It was \
+    created from TargetJr and the IUE with the aim of making a light, \
+    fast and consistent system. VXL is written in ANSI/ISO C++ and is \
+    designed to be portable over many platforms.
+homepage        http://vxl.sourceforge.net/
+platforms       darwin
 
-master_sites     sourceforge:project/vxl/vxl/${branch}
-use_zip          yes
-checksums        md5    0329521f2fda61d2835e7b3c7c1189df \
-                 sha1   db42cfce42448c40d37fcdd3127e6d586660c8c3 \
-                 rmd160 2b7c72ead698d928cfd5d56205b2e1b3f7f2fef9
+master_sites    sourceforge:project/vxl/vxl/${branch}
+use_zip         yes
+checksums       md5    0329521f2fda61d2835e7b3c7c1189df \
+                sha1   db42cfce42448c40d37fcdd3127e6d586660c8c3 \
+                rmd160 2b7c72ead698d928cfd5d56205b2e1b3f7f2fef9
 
 # licenses in vxl:
 # (see also: http://anonscm.debian.org/viewvc/debian-med/trunk/packages/vxl/trunk/debian/copyright?revision=10688&view=markup)
@@ -47,46 +48,47 @@
                 patch-v3p__mpeg2__libmpeg2__motion_comp_altivec.c
 
 if {${configure.compiler} == "clang"} {
-	patchfiles-append \
-		patch-contrib__gel__mrc__vpgl__txx-clang-compatibility.diff \
-		patch-contrib__prip__vmap__vmap_2_map.txx.diff \
-		patch-contrib__prip__vmap__vmap_ptr_sequences.h-clang-compatibility.diff \
-		patch-contrib__prip__vpyr__vpyr_2_pyramid_level_elts.h-clang-compatibility.diff \
-		patch-contrib__prip__vpyr__vpyr_2_tpyramid_level_elts.h-clang-compatibility.diff \
-		patch-contrib__rpl__rgrl__rgrl_est_proj_rad_func.txx-clang-compatibility.diff \
-		patch-contrib__tbl__vipl__filter__vipl_filter_2d.txx-clang-compatibility.diff \
-		patch-contrib__tbl__vipl__txx-clang-compatibility.diff \
-		patch-core__examples__vnl_calc__vnl_calc.cxx-clang-compatibility.diff \
-		patch-core__vil__tests__test_image_resource.cxx-clang-compatibility.diff \
-		patch-core__vil__tests__test_image_view.cxx-clang-compatibility.diff \
-		patch-core__vnl__vnl_matrix_fixed_ref.h-clang-compatibility.diff
+    patchfiles-append \
+        patch-contrib__gel__mrc__vpgl__txx-clang-compatibility.diff \
+        patch-contrib__prip__vmap__vmap_2_map.txx.diff \
+        patch-contrib__prip__vmap__vmap_ptr_sequences.h-clang-compatibility.diff \
+        patch-contrib__prip__vpyr__vpyr_2_pyramid_level_elts.h-clang-compatibility.diff \
+        patch-contrib__prip__vpyr__vpyr_2_tpyramid_level_elts.h-clang-compatibility.diff \
+        patch-contrib__rpl__rgrl__rgrl_est_proj_rad_func.txx-clang-compatibility.diff \
+        patch-contrib__tbl__vipl__filter__vipl_filter_2d.txx-clang-compatibility.diff \
+        patch-contrib__tbl__vipl__txx-clang-compatibility.diff \
+        patch-core__examples__vnl_calc__vnl_calc.cxx-clang-compatibility.diff \
+        patch-core__vil__tests__test_image_resource.cxx-clang-compatibility.diff \
+        patch-core__vil__tests__test_image_view.cxx-clang-compatibility.diff \
+        patch-core__vnl__vnl_matrix_fixed_ref.h-clang-compatibility.diff
 }
 
 post-patch {
-	file delete ${worksrcpath}/contrib/mul/vil3d/Templates/vil3d_tricub_interp+uint-.cxx
+    file delete ${worksrcpath}/contrib/mul/vil3d/Templates/vil3d_tricub_interp+uint-.cxx
 }
 
-depends_build    port:cmake
+depends_build   port:cmake
 
-depends_lib      path:lib/libavcodec.dylib:ffmpeg \
-                 port:libgeotiff \
-                 port:libpng
+depends_lib     path:lib/libavcodec.dylib:ffmpeg \
+                port:libgeotiff \
+                port:libpng
 
 if {${configure.compiler} == "clang"} {
-	configure.cxxflags-append -Werror=gnu -Wno-error=vla
+    configure.cxxflags-append -Werror=gnu -Wno-error=vla
 }
-configure.args-append -DBUILD_SHARED_LIBS=YES \
-                   -DCMAKE_INSTALL_NAME_DIR=${prefix}/lib/${name} \
-                   -DBUILD_BRL=NO
+configure.args-append \
+    -DBUILD_SHARED_LIBS=YES \
+    -DCMAKE_INSTALL_NAME_DIR=${prefix}/lib/${name} \
+    -DBUILD_BRL=NO
 
 # shuffle directories around to turn ${prefix}/lib into ${prefix}/lib/${name}
 post-destroot {
-	file rename ${destroot}${prefix}/lib ${destroot}${prefix}/tmp
-	file mkdir ${destroot}${prefix}/lib
-	file rename ${destroot}${prefix}/tmp ${destroot}${prefix}/lib/${name}
+    file rename ${destroot}${prefix}/lib ${destroot}${prefix}/tmp
+    file mkdir ${destroot}${prefix}/lib
+    file rename ${destroot}${prefix}/tmp ${destroot}${prefix}/lib/${name}
 
-	# for some reason this file doesn't get installed, making rev-upgrade complain
-	xinstall -m 755 ${worksrcpath}/lib/libvpgl.dylib ${destroot}${prefix}/lib/${name}
+    # for some reason this file doesn't get installed, making rev-upgrade complain
+    xinstall -m 755 ${worksrcpath}/lib/libvpgl.dylib ${destroot}${prefix}/lib/${name}
 }
 
-livecheck.regex     /${name}-(\[0-9.\]+)${extract.suffix}
+livecheck.regex /${name}-(\[0-9.\]+)${extract.suffix}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120619/5c047043/attachment.html>


More information about the macports-changes mailing list