[142985] trunk/dports/python

devans at macports.org devans at macports.org
Sat Dec 12 08:04:17 PST 2015


Revision: 142985
          https://trac.macports.org/changeset/142985
Author:   devans at macports.org
Date:     2015-11-30 15:47:39 -0800 (Mon, 30 Nov 2015)
Log Message:
-----------
py-bob*: new maintainer submission, a suite of python ports that replaces the old port bob (#48994).

Added Paths:
-----------
    trunk/dports/python/py-bob/
    trunk/dports/python/py-bob/Portfile
    trunk/dports/python/py-bob-ap/
    trunk/dports/python/py-bob-ap/Portfile
    trunk/dports/python/py-bob-blitz/
    trunk/dports/python/py-bob-blitz/Portfile
    trunk/dports/python/py-bob-core/
    trunk/dports/python/py-bob-core/Portfile
    trunk/dports/python/py-bob-db-atnt/
    trunk/dports/python/py-bob-db-atnt/Portfile
    trunk/dports/python/py-bob-db-base/
    trunk/dports/python/py-bob-db-base/Portfile
    trunk/dports/python/py-bob-db-iris/
    trunk/dports/python/py-bob-db-iris/Portfile
    trunk/dports/python/py-bob-db-mnist/
    trunk/dports/python/py-bob-db-mnist/Portfile
    trunk/dports/python/py-bob-db-verification-utils/
    trunk/dports/python/py-bob-db-verification-utils/Portfile
    trunk/dports/python/py-bob-db-wine/
    trunk/dports/python/py-bob-db-wine/Portfile
    trunk/dports/python/py-bob-extension/
    trunk/dports/python/py-bob-extension/Portfile
    trunk/dports/python/py-bob-io-base/
    trunk/dports/python/py-bob-io-base/Portfile
    trunk/dports/python/py-bob-io-image/
    trunk/dports/python/py-bob-io-image/Portfile
    trunk/dports/python/py-bob-io-matlab/
    trunk/dports/python/py-bob-io-matlab/Portfile
    trunk/dports/python/py-bob-io-video/
    trunk/dports/python/py-bob-io-video/Portfile
    trunk/dports/python/py-bob-ip-base/
    trunk/dports/python/py-bob-ip-base/Portfile
    trunk/dports/python/py-bob-ip-color/
    trunk/dports/python/py-bob-ip-color/Portfile
    trunk/dports/python/py-bob-ip-draw/
    trunk/dports/python/py-bob-ip-draw/Portfile
    trunk/dports/python/py-bob-ip-facedetect/
    trunk/dports/python/py-bob-ip-facedetect/Portfile
    trunk/dports/python/py-bob-ip-gabor/
    trunk/dports/python/py-bob-ip-gabor/Portfile
    trunk/dports/python/py-bob-ip-optflow-hornschunck/
    trunk/dports/python/py-bob-ip-optflow-hornschunck/Portfile
    trunk/dports/python/py-bob-ip-optflow-liu/
    trunk/dports/python/py-bob-ip-optflow-liu/Portfile
    trunk/dports/python/py-bob-learn-activation/
    trunk/dports/python/py-bob-learn-activation/Portfile
    trunk/dports/python/py-bob-learn-boosting/
    trunk/dports/python/py-bob-learn-boosting/Portfile
    trunk/dports/python/py-bob-learn-em/
    trunk/dports/python/py-bob-learn-em/Portfile
    trunk/dports/python/py-bob-learn-libsvm/
    trunk/dports/python/py-bob-learn-libsvm/Portfile
    trunk/dports/python/py-bob-learn-linear/
    trunk/dports/python/py-bob-learn-linear/Portfile
    trunk/dports/python/py-bob-learn-mlp/
    trunk/dports/python/py-bob-learn-mlp/Portfile
    trunk/dports/python/py-bob-math/
    trunk/dports/python/py-bob-math/Portfile
    trunk/dports/python/py-bob-measure/
    trunk/dports/python/py-bob-measure/Portfile
    trunk/dports/python/py-bob-sp/
    trunk/dports/python/py-bob-sp/Portfile

Added: trunk/dports/python/py-bob/Portfile
===================================================================
--- trunk/dports/python/py-bob/Portfile	                        (rev 0)
+++ trunk/dports/python/py-bob/Portfile	2015-11-30 23:47:39 UTC (rev 142985)
@@ -0,0 +1,118 @@
+# -*- 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                    python 1.0
+PortGroup                    github 1.0
+PortGroup                    active_variants 1.1
+
+name                         py-bob
+version                      2.0.6
+license                      BSD
+homepage                     http://idiap.github.com/bob/
+
+categories-append            science math devel
+platforms                    darwin
+maintainers                  idiap.ch:andre.anjos \
+                             idiap.ch:laurent.el-shafey \
+                             idiap.ch:tiago.pereira
+
+
+description                  Bob is a signal-processing and machine learning toolbox
+
+long_description             Bob is a signal-processing and machine learning toolbox \
+                             developed at the Idiap Research Institute, in Martigny, \
+                             Switzerland. The toolbox is written in a mix of Python \
+                             and C++ and is designed to be both efficient and to \
+                             reduce development time.
+
+github.setup                idiap bob 2.0.6 v
+
+python.versions              27 34
+python.default_version       27
+
+
+
+checksums                    rmd160  b89d64bc43f38dd91a60d34e1f9e7c235a227e6f \
+                             sha256  4431bd2a97f9b079e0d094fb491ddbae746881146e3d086e4914be5ef6f35f7a
+
+
+
+if {$subport ne $name} {
+
+    depends_build-append port:pkgconfig
+
+    depends_lib-append  \
+      port:blitz \
+      path:lib/libavcodec.dylib:ffmpeg \
+      port:matio \
+      port:jpeg \
+      port:cmake \
+      port:netpbm \
+      port:libpng \
+      port:tiff \
+      port:giflib \
+      port:hdf5 \
+      port:fftw-3 \
+      port:vlfeat \
+      port:libsvm \
+      port:boost \
+      port:py${python.version}-sphinx \
+      port:py${python.version}-setuptools \
+      port:py${python.version}-numpy \
+      port:py${python.version}-matplotlib \
+      port:py${python.version}-sqlalchemy \
+      port:py${python.version}-scipy \
+      port:py${python.version}-nose \
+      port:py${python.version}-pillow \
+      port:py${python.version}-bob-extension \
+      port:py${python.version}-bob-blitz \
+      port:py${python.version}-bob-core \
+      port:py${python.version}-bob-io-base \
+      port:py${python.version}-bob-sp \
+      port:py${python.version}-bob-ap \
+      port:py${python.version}-bob-math \
+      port:py${python.version}-bob-measure \
+      port:py${python.version}-bob-db-base \
+      port:py${python.version}-bob-io-image \
+      port:py${python.version}-bob-io-video \
+      port:py${python.version}-bob-io-matlab \
+      port:py${python.version}-bob-ip-base \
+      port:py${python.version}-bob-ip-color \
+      port:py${python.version}-bob-ip-draw \
+      port:py${python.version}-bob-ip-gabor \
+      port:py${python.version}-bob-learn-activation \
+      port:py${python.version}-bob-learn-libsvm \
+      port:py${python.version}-bob-learn-linear \
+      port:py${python.version}-bob-learn-mlp \
+      port:py${python.version}-bob-learn-em \
+      port:py${python.version}-bob-learn-boosting \
+      port:py${python.version}-bob-db-verification-utils \
+      port:py${python.version}-bob-db-iris \
+      port:py${python.version}-bob-db-wine \
+      port:py${python.version}-bob-db-mnist \
+      port:py${python.version}-bob-db-atnt \
+      port:py${python.version}-bob-ip-facedetect \
+      port:py${python.version}-bob-ip-optflow-hornschunck \
+      port:py${python.version}-bob-ip-optflow-liu
+
+      require_active_variants   port:boost python${python.version}
+
+
+    #WORKAROUND TO AVOID CONFLICTS WITH ANOTHER BOB PACKAGES (DELETING THE ROOT __INIT_FILES)
+    post-destroot {
+        set filename ${destroot}${python.pkgd}/bob/__init__.py
+        if {[file exists $filename] == 1} {
+          file delete $filename
+          file delete ${destroot}${python.pkgd}/bob/__init__.pyc
+        }
+
+        set filename ${destroot}${python.pkgd}/bob/__pycache__/__init__.cpython-34.pyc
+        if {[file exists $filename] == 1} {
+           file delete $filename
+        }
+
+    }
+
+
+}


Property changes on: trunk/dports/python/py-bob/Portfile
___________________________________________________________________
Added: svn:executable
   + *
Added: svn:keywords
   + Id
Added: svn:eol-style
   + native

Added: trunk/dports/python/py-bob-ap/Portfile
===================================================================
--- trunk/dports/python/py-bob-ap/Portfile	                        (rev 0)
+++ trunk/dports/python/py-bob-ap/Portfile	2015-11-30 23:47:39 UTC (rev 142985)
@@ -0,0 +1,90 @@
+# -*- 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                    python 1.0
+PortGroup                    github 1.0
+PortGroup                    active_variants 1.1
+
+name                         py-bob-ap
+version                      2.0.4
+license                      BSD
+homepage                     http://idiap.github.com/bob/
+
+categories-append            science math devel
+platforms                    darwin
+maintainers                  idiap.ch:andre.anjos \
+                             idiap.ch:laurent.el-shafey \
+                             idiap.ch:tiago.pereira
+
+
+description                  Bob's Audio Processing routines and classes \
+                             Bob is a signal-processing and machine learning toolbox
+
+long_description             Bob is a signal-processing and machine learning toolbox \
+                             developed at the Idiap Research Institute, in Martigny, \
+                             Switzerland. The toolbox is written in a mix of Python \
+                             and C++ and is designed to be both efficient and to \
+                             reduce development time.
+
+github.setup                 bioidiap bob.ap 2.0.4 v
+
+
+python.versions              27 34
+python.default_version       27
+
+checksums                    rmd160  caa97ff581775f6e2654a7a64cd4d2c2310be3f8 \
+                             sha256  90db1af9f60c404e9c41d5f8502f16bdfb22d1c82904c54f35a6426dfdf6d186
+
+
+
+if {$subport ne $name} {
+
+    depends_build-append port:pkgconfig
+
+    depends_lib-append \
+      port:blitz \
+      path:lib/libavcodec.dylib:ffmpeg \
+      port:matio \
+      port:cmake \
+      port:jpeg \
+      port:netpbm \
+      port:libpng \
+      port:tiff \
+      port:giflib \
+      port:hdf5 \
+      port:fftw-3 \
+      port:vlfeat \
+      port:libsvm \
+      port:boost \
+      port:py${python.version}-sphinx \
+      port:py${python.version}-setuptools \
+      port:py${python.version}-numpy \
+      port:py${python.version}-matplotlib \
+      port:py${python.version}-sqlalchemy \
+      port:py${python.version}-scipy \
+      port:py${python.version}-nose \
+      port:py${python.version}-pillow \
+      port:py${python.version}-bob-blitz \
+      port:py${python.version}-bob-core \
+      port:py${python.version}-bob-sp
+
+      require_active_variants   port:boost python${python.version}
+
+
+    #WORKAROUND TO AVOID CONFLICTS WITH ANOTHER BOB PACKAGES (DELETING THE ROOT __INIT_FILES)
+    post-destroot {
+        set filename ${destroot}${python.pkgd}/bob/__init__.py
+        if {[file exists $filename] == 1} {
+          file delete $filename
+          file delete ${destroot}${python.pkgd}/bob/__init__.pyc
+        }
+
+        set filename ${destroot}${python.pkgd}/bob/__pycache__/__init__.cpython-34.pyc
+        if {[file exists $filename] == 1} {
+           file delete $filename
+        }
+
+    }
+
+}


Property changes on: trunk/dports/python/py-bob-ap/Portfile
___________________________________________________________________
Added: svn:executable
   + *
Added: svn:keywords
   + Id
Added: svn:eol-style
   + native

Added: trunk/dports/python/py-bob-blitz/Portfile
===================================================================
--- trunk/dports/python/py-bob-blitz/Portfile	                        (rev 0)
+++ trunk/dports/python/py-bob-blitz/Portfile	2015-11-30 23:47:39 UTC (rev 142985)
@@ -0,0 +1,70 @@
+# -*- 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                    python 1.0
+PortGroup                    github 1.0
+PortGroup                    active_variants 1.1
+
+name                         py-bob-blitz
+version                      2.0.8
+license                      BSD
+homepage                     http://idiap.github.com/bob/
+
+categories-append            science math devel
+platforms                    darwin
+maintainers                  idiap.ch:andre.anjos \
+                             idiap.ch:laurent.el-shafey \
+                             idiap.ch:tiago.pereira
+
+
+description                  Bob Bindings for Blitz++ (a C++ array template library)
+
+long_description             This package contains a set of Pythonic bindings to the popular Blitz/C++ library. \
+                             It also provides a C/C++ API that allows your Python extensions to leverage from the interfaces provided by this package.
+
+github.setup                 bioidiap bob.blitz 2.0.8 v
+
+
+python.versions              27 34
+python.default_version       27
+
+
+checksums                    rmd160  c9e4623287d1ad310ede54cc4da7b1320aadaf26 \
+                             sha256  1ddc01ee7e2dc612faf87c11d8ca588d47ba9ccc55d65876fcd5136e8898b71b
+
+
+if {$subport ne $name} {
+
+    depends_build-append port:pkgconfig
+
+    depends_lib-append \
+       port:blitz \
+       port:boost \
+       port:cmake \
+       port:py${python.version}-sphinx \
+       port:py${python.version}-setuptools \
+       port:py${python.version}-numpy \
+       port:py${python.version}-matplotlib \
+       port:py${python.version}-sqlalchemy \
+       port:py${python.version}-scipy \
+       port:py${python.version}-nose \
+       port:py${python.version}-pillow \
+       port:py${python.version}-bob-extension
+
+       require_active_variants   port:boost python${python.version}
+
+    #WORKAROUND TO AVOID CONFLICTS WITH ANOTHER BOB PACKAGES (DELETING THE ROOT __INIT_FILES)
+    post-destroot {
+        set filename ${destroot}${python.pkgd}/bob/__init__.py
+        if {[file exists $filename] == 1} {
+          file delete $filename
+          file delete ${destroot}${python.pkgd}/bob/__init__.pyc
+        }
+
+        set filename ${destroot}${python.pkgd}/bob/__pycache__/__init__.cpython-34.pyc
+        if {[file exists $filename] == 1} {
+           file delete $filename
+        }
+    }
+}


Property changes on: trunk/dports/python/py-bob-blitz/Portfile
___________________________________________________________________
Added: svn:executable
   + *
Added: svn:keywords
   + Id
Added: svn:eol-style
   + native

Added: trunk/dports/python/py-bob-core/Portfile
===================================================================
--- trunk/dports/python/py-bob-core/Portfile	                        (rev 0)
+++ trunk/dports/python/py-bob-core/Portfile	2015-11-30 23:47:39 UTC (rev 142985)
@@ -0,0 +1,89 @@
+# -*- 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                    python 1.0
+PortGroup                    github 1.0
+PortGroup                    active_variants 1.1
+
+name                         py-bob-core
+version                      2.0.5
+license                      BSD
+homepage                     http://idiap.github.com/bob/
+
+categories-append            science math devel
+platforms                    darwin
+maintainers                  idiap.ch:andre.anjos\
+                             idiap.ch:laurent.el-shafey \
+                             idiap.ch:tiago.pereira
+
+
+description                  Python bindings for bob-core. Bob is a signal-processing and machine learning toolbox.
+
+long_description             Bob is a signal-processing and machine learning toolbox \
+                             developed at the Idiap Research Institute, in Martigny, \
+                             Switzerland. The toolbox is written in a mix of Python \
+                             and C++ and is designed to be both efficient and to \
+                             reduce development time.
+
+github.setup                 bioidiap bob.core 2.0.5 v
+
+
+python.versions              27 34
+python.default_version       27
+
+
+checksums                    rmd160  be40e75456477d679ca41f9d29ae041d8deb5e1e \
+                             sha256  8c6f78ee65092c9977075611de4829f6246553569577cd4cd57b6bbbbd3cd66a
+
+
+if {$subport ne $name} {
+
+    depends_build-append port:pkgconfig
+
+    depends_lib-append  \
+    port:blitz \
+    path:lib/libavcodec.dylib:ffmpeg \
+    port:matio \
+    port:cmake \
+    port:jpeg \
+    port:netpbm \
+    port:libpng \
+    port:tiff \
+    port:giflib \
+    port:hdf5 \
+    port:fftw-3 \
+    port:vlfeat \
+    port:libsvm \
+    port:boost \
+    port:py${python.version}-sphinx \
+    port:py${python.version}-setuptools \
+    port:py${python.version}-numpy \
+    port:py${python.version}-matplotlib \
+    port:py${python.version}-sqlalchemy \
+    port:py${python.version}-scipy \
+    port:py${python.version}-nose \
+    port:py${python.version}-pillow \
+    port:py${python.version}-bob-blitz \
+    port:py${python.version}-bob-extension
+
+    require_active_variants   port:boost python${python.version}
+
+
+    #WORKAROUND TO AVOID CONFLICTS WITH ANOTHER BOB PACKAGES (DELETING THE ROOT __INIT_FILES)
+    post-destroot {
+        set filename ${destroot}${python.pkgd}/bob/__init__.py
+        puts $filename
+        if {[file exists $filename] == 1} {
+          file delete $filename
+          file delete ${destroot}${python.pkgd}/bob/__init__.pyc
+        }
+        set filename ${destroot}${python.pkgd}/bob/__pycache__/__init__.cpython-34.pyc
+        if {[file exists $filename] == 1} {
+           file delete $filename
+        }
+    }
+
+}
+
+


Property changes on: trunk/dports/python/py-bob-core/Portfile
___________________________________________________________________
Added: svn:executable
   + *
Added: svn:keywords
   + Id
Added: svn:eol-style
   + native

Added: trunk/dports/python/py-bob-db-atnt/Portfile
===================================================================
--- trunk/dports/python/py-bob-db-atnt/Portfile	                        (rev 0)
+++ trunk/dports/python/py-bob-db-atnt/Portfile	2015-11-30 23:47:39 UTC (rev 142985)
@@ -0,0 +1,98 @@
+# -*- 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                    python 1.0
+PortGroup                    github 1.0
+PortGroup                    active_variants 1.1
+
+name                         py-bob-db-atnt
+version                      2.0.3
+license                      BSD
+homepage                     http://idiap.github.com/bob/
+
+categories-append            science math devel
+platforms                    darwin
+maintainers                  idiap.ch:andre.anjos \
+                             idiap.ch:laurent.el-shafey \
+                             idiap.ch:tiago.pereira
+
+
+description                  AT&T/ORL Face Database Access API for Bob \
+                             Bob is a signal-processing and machine learning toolbox
+
+long_description             Bob is a signal-processing and machine learning toolbox \
+                             developed at the Idiap Research Institute, in Martigny, \
+                             Switzerland. The toolbox is written in a mix of Python \
+                             and C++ and is designed to be both efficient and to \
+                             reduce development time.
+
+github.setup                 bioidiap bob.db.atnt 2.0.3 v
+
+
+python.versions              27 34
+python.default_version       27
+
+checksums                    rmd160  2eea3680e535fd69981969685ea7dbeb16f4f906 \
+                             sha256  6b6a04d3290e5c3456ae5b2ac050c82f915e42023ac336f3267172a465dd9639
+
+
+depends_build-append port:pkgconfig
+
+
+
+if {$subport ne $name} {
+
+    depends_lib-append \
+      port:blitz \
+      port:cmake \
+      path:lib/libavcodec.dylib:ffmpeg \
+      port:matio \
+      port:jpeg \
+      port:netpbm \
+      port:libpng \
+      port:tiff \
+      port:giflib \
+      port:hdf5 \
+      port:fftw-3 \
+      port:vlfeat \
+      port:libsvm \
+      port:py-six \
+      port:boost \
+      port:py${python.version}-sphinx \
+      port:py${python.version}-setuptools \
+      port:py${python.version}-numpy \
+      port:py${python.version}-matplotlib \
+      port:py${python.version}-sqlalchemy \
+      port:py${python.version}-scipy \
+      port:py${python.version}-nose \
+      port:py${python.version}-pillow \
+      port:py${python.version}-sqlalchemy \
+      port:py${python.version}-bob-extension \
+      port:py${python.version}-bob-db-base \
+      port:py${python.version}-bob-db-verification-utils
+
+      require_active_variants   port:boost python${python.version}
+
+
+    #WORKAROUND TO AVOID CONFLICTS WITH ANOTHER BOB PACKAGES (DELETING THE ROOT __INIT_FILES)
+    post-destroot {
+        set filename ${destroot}${python.pkgd}/bob/__init__.py
+        if {[file exists $filename] == 1} {
+          file delete $filename
+          file delete ${destroot}${python.pkgd}/bob/__init__.pyc
+
+          file delete ${destroot}${python.pkgd}/bob/db/__init__.py
+          file delete ${destroot}${python.pkgd}/bob/db/__init__.pyc
+        }
+
+        set filename ${destroot}${python.pkgd}/bob/__pycache__/__init__.cpython-34.pyc
+        if {[file exists $filename] == 1} {
+           file delete $filename
+           file delete ${destroot}${python.pkgd}/bob/db/__pycache__/__init__.cpython-34.pyc
+        }
+
+    }
+
+}
+


Property changes on: trunk/dports/python/py-bob-db-atnt/Portfile
___________________________________________________________________
Added: svn:executable
   + *
Added: svn:keywords
   + Id
Added: svn:eol-style
   + native

Added: trunk/dports/python/py-bob-db-base/Portfile
===================================================================
--- trunk/dports/python/py-bob-db-base/Portfile	                        (rev 0)
+++ trunk/dports/python/py-bob-db-base/Portfile	2015-11-30 23:47:39 UTC (rev 142985)
@@ -0,0 +1,95 @@
+# -*- 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                    python 1.0
+PortGroup                    github 1.0
+PortGroup                    active_variants 1.1
+
+name                         py-bob-db-base
+version                      2.0.5
+license                      BSD
+homepage                     http://idiap.github.com/bob/
+
+categories-append            science math devel
+platforms                    darwin
+maintainers                  idiap.ch:andre.anjos \
+                             idiap.ch:laurent.el-shafey \
+                             idiap.ch:tiago.pereira
+
+
+description                  API for Database Bindings in Bob \
+                             Bob is a signal-processing and machine learning toolbox
+
+long_description             Bob is a signal-processing and machine learning toolbox \
+                             developed at the Idiap Research Institute, in Martigny, \
+                             Switzerland. The toolbox is written in a mix of Python \
+                             and C++ and is designed to be both efficient and to \
+                             reduce development time.
+
+github.setup                 bioidiap bob.db.base 2.0.5 v
+
+
+python.versions              27 34
+python.default_version       27
+
+checksums                    rmd160  a31d1e89841ae1cc35fc11b721802f8a6c59a572 \
+                             sha256  40ce2b4d376fb2283d079aec3074d4829f2f8506a9e994b1dfc1988f1972ea10
+
+
+if {$subport ne $name} {
+
+    depends_build-append port:pkgconfig
+
+
+    depends_lib-append \
+      port:blitz \
+      port:cmake \
+      path:lib/libavcodec.dylib:ffmpeg \
+      port:matio \
+      port:jpeg \
+      port:netpbm \
+      port:libpng \
+      port:tiff \
+      port:giflib \
+      port:hdf5 \
+      port:fftw-3 \
+      port:vlfeat \
+      port:libsvm \
+      port:boost \
+      port:py${python.version}-sphinx \
+      port:py${python.version}-setuptools \
+      port:py${python.version}-numpy \
+      port:py${python.version}-matplotlib \
+      port:py${python.version}-sqlalchemy \
+      port:py${python.version}-scipy \
+      port:py${python.version}-nose \
+      port:py${python.version}-pillow \
+      port:py${python.version}-bob-extension \
+      port:py${python.version}-bob-io-base \
+      port:py${python.version}-sqlalchemy
+
+      require_active_variants   port:boost python${python.version}
+
+
+    #WORKAROUND TO AVOID CONFLICTS WITH ANOTHER BOB PACKAGES (DELETING THE ROOT __INIT_FILES)
+    post-destroot {
+        set filename ${destroot}${python.pkgd}/bob/__init__.py
+        if {[file exists $filename] == 1} {
+          file delete $filename
+          file delete ${destroot}${python.pkgd}/bob/__init__.pyc
+
+          file delete ${destroot}${python.pkgd}/bob/db/__init__.py
+          file delete ${destroot}${python.pkgd}/bob/db/__init__.pyc
+
+        }
+
+        set filename ${destroot}${python.pkgd}/bob/__pycache__/__init__.cpython-34.pyc
+        if {[file exists $filename] == 1} {
+           file delete $filename
+        }
+
+    }
+
+}
+


Property changes on: trunk/dports/python/py-bob-db-base/Portfile
___________________________________________________________________
Added: svn:executable
   + *
Added: svn:keywords
   + Id
Added: svn:eol-style
   + native

Added: trunk/dports/python/py-bob-db-iris/Portfile
===================================================================
--- trunk/dports/python/py-bob-db-iris/Portfile	                        (rev 0)
+++ trunk/dports/python/py-bob-db-iris/Portfile	2015-11-30 23:47:39 UTC (rev 142985)
@@ -0,0 +1,100 @@
+# -*- 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                    python 1.0
+PortGroup                    github 1.0
+PortGroup                    active_variants 1.1
+
+name                         py-bob-db-iris
+version                      2.0.4
+license                      BSD
+homepage                     http://idiap.github.com/bob/
+
+categories-append            science math devel
+platforms                    darwin
+maintainers                  idiap.ch:andre.anjos \
+                             idiap.ch:laurent.el-shafey \
+                             idiap.ch:tiago.pereira
+
+
+description                  Bob access API for Fisher's Iris Flower Dataset \
+                             Bob is a signal-processing and machine learning toolbox
+
+long_description             Bob is a signal-processing and machine learning toolbox \
+                             developed at the Idiap Research Institute, in Martigny, \
+                             Switzerland. The toolbox is written in a mix of Python \
+                             and C++ and is designed to be both efficient and to \
+                             reduce development time.
+
+github.setup                 bioidiap bob.db.iris 2.0.4 v
+
+
+python.versions              27 34
+python.default_version       27
+
+checksums                    rmd160  b262d9d14a5f6395c54152c10db256b4a8458231 \
+                             sha256  b376e13b5024aa9dd3a127b44e515729856156f401d07d279b2d299792e4ab54
+
+
+
+if {$subport ne $name} {
+
+
+    depends_build-append port:pkgconfig
+
+
+    depends_lib-append \
+      port:blitz \
+      port:cmake \
+      path:lib/libavcodec.dylib:ffmpeg \
+      port:matio \
+      port:jpeg \
+      port:netpbm \
+      port:libpng \
+      port:tiff \
+      port:giflib \
+      port:hdf5 \
+      port:fftw-3 \
+      port:vlfeat \
+      port:libsvm \
+      port:py-six \
+      port:boost \
+      port:py${python.version}-sphinx \
+      port:py${python.version}-setuptools \
+      port:py${python.version}-numpy \
+      port:py${python.version}-matplotlib \
+      port:py${python.version}-sqlalchemy \
+      port:py${python.version}-scipy \
+      port:py${python.version}-nose \
+      port:py${python.version}-pillow \
+      port:py${python.version}-sqlalchemy \
+      port:py${python.version}-bob-extension \
+      port:py${python.version}-bob-io-base \
+      port:py${python.version}-bob-measure \
+      port:py${python.version}-bob-learn-linear \
+      port:py${python.version}-bob-db-base
+
+      require_active_variants   port:boost python${python.version}
+
+
+    #WORKAROUND TO AVOID CONFLICTS WITH ANOTHER BOB PACKAGES (DELETING THE ROOT __INIT_FILES)
+    post-destroot {
+        set filename ${destroot}${python.pkgd}/bob/__init__.py
+        if {[file exists $filename] == 1} {
+          file delete $filename
+          file delete ${destroot}${python.pkgd}/bob/__init__.pyc
+
+          file delete ${destroot}${python.pkgd}/bob/db/__init__.py
+          file delete ${destroot}${python.pkgd}/bob/db/__init__.pyc
+
+        }
+
+        set filename ${destroot}${python.pkgd}/bob/__pycache__/__init__.cpython-34.pyc
+        if {[file exists $filename] == 1} {
+           file delete $filename
+           file delete ${destroot}${python.pkgd}/bob/db/__pycache__/__init__.cpython-34.pyc
+        }
+    }
+
+}


Property changes on: trunk/dports/python/py-bob-db-iris/Portfile
___________________________________________________________________
Added: svn:executable
   + *
Added: svn:keywords
   + Id
Added: svn:eol-style
   + native

Added: trunk/dports/python/py-bob-db-mnist/Portfile
===================================================================
--- trunk/dports/python/py-bob-db-mnist/Portfile	                        (rev 0)
+++ trunk/dports/python/py-bob-db-mnist/Portfile	2015-11-30 23:47:39 UTC (rev 142985)
@@ -0,0 +1,96 @@
+# -*- 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                    python 1.0
+PortGroup                    github 1.0
+PortGroup                    active_variants 1.1
+
+name                         py-bob-db-mnist
+version                      2.0.3
+license                      BSD
+homepage                     http://idiap.github.com/bob/
+
+categories-append            science math devel
+platforms                    darwin
+maintainers                  idiap.ch:andre.anjos \
+                             idiap.ch:laurent.el-shafey \
+                             idiap.ch:tiago.pereira
+
+
+description                  MNIST Database Access API for Bob \
+                             Bob is a signal-processing and machine learning toolbox
+
+long_description             Bob is a signal-processing and machine learning toolbox \
+                             developed at the Idiap Research Institute, in Martigny, \
+                             Switzerland. The toolbox is written in a mix of Python \
+                             and C++ and is designed to be both efficient and to \
+                             reduce development time.
+
+github.setup                 bioidiap bob.db.mnist 2.0.3 v
+
+
+python.versions              27 34
+python.default_version       27
+
+checksums                    rmd160  e01c456e1b3b54ce3685ff413c5c6fbf64c9bd4b \
+                             sha256  200ee7751bc9f517af12364e7cb149a7febded753968f01b129d5336f597b969
+
+
+if {$subport ne $name} {
+
+    depends_build-append port:pkgconfig
+
+    depends_lib-append \
+      port:blitz \
+      port:cmake \
+      path:lib/libavcodec.dylib:ffmpeg \
+      port:matio \
+      port:jpeg \
+      port:netpbm \
+      port:libpng \
+      port:tiff \
+      port:giflib \
+      port:hdf5 \
+      port:fftw-3 \
+      port:vlfeat \
+      port:libsvm \
+      port:py-six \
+      port:boost \
+      port:py${python.version}-sphinx \
+      port:py${python.version}-setuptools \
+      port:py${python.version}-numpy \
+      port:py${python.version}-matplotlib \
+      port:py${python.version}-sqlalchemy \
+      port:py${python.version}-scipy \
+      port:py${python.version}-nose \
+      port:py${python.version}-pillow \
+      port:py${python.version}-sqlalchemy \
+      port:py${python.version}-bob-extension \
+      port:py${python.version}-bob-db-base
+
+      require_active_variants   port:boost python${python.version}
+
+
+    #WORKAROUND TO AVOID CONFLICTS WITH ANOTHER BOB PACKAGES (DELETING THE ROOT __INIT_FILES)
+    post-destroot {
+        set filename ${destroot}${python.pkgd}/bob/__init__.py
+        if {[file exists $filename] == 1} {
+          file delete $filename
+          file delete ${destroot}${python.pkgd}/bob/__init__.pyc
+
+          file delete ${destroot}${python.pkgd}/bob/db/__init__.py
+          file delete ${destroot}${python.pkgd}/bob/db/__init__.pyc
+
+        }
+
+        set filename ${destroot}${python.pkgd}/bob/__pycache__/__init__.cpython-34.pyc
+        if {[file exists $filename] == 1} {
+           file delete $filename
+           file delete ${destroot}${python.pkgd}/bob/db/__pycache__/__init__.cpython-34.pyc
+        }
+
+    }
+
+}
+


Property changes on: trunk/dports/python/py-bob-db-mnist/Portfile
___________________________________________________________________
Added: svn:executable
   + *
Added: svn:keywords
   + Id
Added: svn:eol-style
   + native

Added: trunk/dports/python/py-bob-db-verification-utils/Portfile
===================================================================
--- trunk/dports/python/py-bob-db-verification-utils/Portfile	                        (rev 0)
+++ trunk/dports/python/py-bob-db-verification-utils/Portfile	2015-11-30 23:47:39 UTC (rev 142985)
@@ -0,0 +1,97 @@
+# -*- 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                    python 1.0
+PortGroup                    github 1.0
+PortGroup                    active_variants 1.1
+
+name                         py-bob-db-verification-utils
+version                      2.0.3
+license                      BSD
+homepage                     http://idiap.github.com/bob/
+
+categories-append            science math devel
+platforms                    darwin
+maintainers                  idiap.ch:andre.anjos \
+                             idiap.ch:laurent.el-shafey \
+                             idiap.ch:tiago.pereira
+
+
+description                  Verification Database Utilities \
+                             Bob is a signal-processing and machine learning toolbox
+
+long_description             Bob is a signal-processing and machine learning toolbox \
+                             developed at the Idiap Research Institute, in Martigny, \
+                             Switzerland. The toolbox is written in a mix of Python \
+                             and C++ and is designed to be both efficient and to \
+                             reduce development time.
+
+github.setup                 bioidiap bob.db.verification.utils 2.0.3 v
+
+
+python.versions              27 34
+python.default_version       27
+
+checksums                    rmd160  686cee02180b4ece796761595653ad6db0bb1442 \
+                             sha256  89d074216d4e26bbbf3afeb0de4f6e682996d231f7c46dcb3a704930420bd48e
+
+
+
+if {$subport ne $name} {
+
+    depends_build-append port:pkgconfig
+
+    depends_lib-append \
+      port:blitz \
+      port:cmake \
+      path:lib/libavcodec.dylib:ffmpeg \
+      port:matio \
+      port:jpeg \
+      port:netpbm \
+      port:libpng \
+      port:tiff \
+      port:giflib \
+      port:hdf5 \
+      port:fftw-3 \
+      port:vlfeat \
+      port:libsvm \
+      port:py-six \
+      port:boost \
+      port:py${python.version}-sphinx \
+      port:py${python.version}-setuptools \
+      port:py${python.version}-numpy \
+      port:py${python.version}-matplotlib \
+      port:py${python.version}-sqlalchemy \
+      port:py${python.version}-scipy \
+      port:py${python.version}-nose \
+      port:py${python.version}-pillow \
+      port:py${python.version}-sqlalchemy \
+      port:py${python.version}-bob-extension \
+      port:py${python.version}-bob-core \
+      port:py${python.version}-bob-io-base \
+      port:py${python.version}-bob-db-base
+
+      require_active_variants   port:boost python${python.version}
+
+
+    #WORKAROUND TO AVOID CONFLICTS WITH ANOTHER BOB PACKAGES (DELETING THE ROOT __INIT_FILES)
+    post-destroot {
+        set filename ${destroot}${python.pkgd}/bob/__init__.py
+        if {[file exists $filename] == 1} {
+          file delete $filename
+          file delete ${destroot}${python.pkgd}/bob/__init__.pyc
+
+          file delete ${destroot}${python.pkgd}/bob/db/__init__.py
+          file delete ${destroot}${python.pkgd}/bob/db/__init__.pyc
+
+        }
+
+        set filename ${destroot}${python.pkgd}/bob/__pycache__/__init__.cpython-34.pyc
+        if {[file exists $filename] == 1} {
+           file delete $filename
+           file delete ${destroot}${python.pkgd}/bob/db/__pycache__/__init__.cpython-34.pyc
+        }
+
+    }
+}


Property changes on: trunk/dports/python/py-bob-db-verification-utils/Portfile
___________________________________________________________________
Added: svn:executable
   + *
Added: svn:keywords
   + Id
Added: svn:eol-style
   + native

Added: trunk/dports/python/py-bob-db-wine/Portfile
===================================================================
--- trunk/dports/python/py-bob-db-wine/Portfile	                        (rev 0)
+++ trunk/dports/python/py-bob-db-wine/Portfile	2015-11-30 23:47:39 UTC (rev 142985)
@@ -0,0 +1,95 @@
+# -*- 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                    python 1.0
+PortGroup                    github 1.0
+PortGroup                    active_variants 1.1
+
+name                         py-bob-db-wine
+version                      2.0.3
+license                      BSD
+homepage                     http://idiap.github.com/bob/
+
+categories-append            science math devel
+platforms                    darwin
+maintainers                  idiap.ch:andre.anjos \
+                             idiap.ch:laurent.el-shafey \
+                             idiap.ch:tiago.pereira
+
+
+description                  Wine Database for Bob \
+                             Bob is a signal-processing and machine learning toolbox
+
+long_description             Bob is a signal-processing and machine learning toolbox \
+                             developed at the Idiap Research Institute, in Martigny, \
+                             Switzerland. The toolbox is written in a mix of Python \
+                             and C++ and is designed to be both efficient and to \
+                             reduce development time.
+
+github.setup                 bioidiap bob.db.wine 2.0.3 v
+
+
+python.versions              27 34
+python.default_version       27
+
+checksums                    rmd160  92fdbec48799a939a981785e323bfa458fa4ef99 \
+                             sha256  33cf92ef269a72fbe738568a3d9e7408002f12e43dd8520492091aef775a8dd7
+
+
+if {$subport ne $name} {
+
+    depends_build-append port:pkgconfig
+
+    depends_lib-append \
+      port:blitz \
+      port:cmake \
+      path:lib/libavcodec.dylib:ffmpeg \
+      port:matio \
+      port:jpeg \
+      port:netpbm \
+      port:libpng \
+      port:tiff \
+      port:giflib \
+      port:hdf5 \
+      port:fftw-3 \
+      port:vlfeat \
+      port:libsvm \
+      port:py-six \
+      port:boost \
+      port:py${python.version}-sphinx \
+      port:py${python.version}-setuptools \
+      port:py${python.version}-numpy \
+      port:py${python.version}-matplotlib \
+      port:py${python.version}-sqlalchemy \
+      port:py${python.version}-scipy \
+      port:py${python.version}-nose \
+      port:py${python.version}-pillow \
+      port:py${python.version}-sqlalchemy \
+      port:py${python.version}-bob-extension \
+      port:py${python.version}-bob-db-base
+
+      require_active_variants   port:boost python${python.version}
+
+
+    #WORKAROUND TO AVOID CONFLICTS WITH ANOTHER BOB PACKAGES (DELETING THE ROOT __INIT_FILES)
+    post-destroot {
+        set filename ${destroot}${python.pkgd}/bob/__init__.py
+        if {[file exists $filename] == 1} {
+          file delete $filename
+          file delete ${destroot}${python.pkgd}/bob/__init__.pyc
+
+          file delete ${destroot}${python.pkgd}/bob/db/__init__.py
+          file delete ${destroot}${python.pkgd}/bob/db/__init__.pyc
+        }
+
+        set filename ${destroot}${python.pkgd}/bob/__pycache__/__init__.cpython-34.pyc
+        if {[file exists $filename] == 1} {
+           file delete $filename
+           file delete ${destroot}${python.pkgd}/bob/db/__pycache__/__init__.cpython-34.pyc
+        }
+
+    }
+}
+
+


Property changes on: trunk/dports/python/py-bob-db-wine/Portfile
___________________________________________________________________
Added: svn:executable
   + *
Added: svn:keywords
   + Id
Added: svn:eol-style
   + native

Added: trunk/dports/python/py-bob-extension/Portfile
===================================================================
--- trunk/dports/python/py-bob-extension/Portfile	                        (rev 0)
+++ trunk/dports/python/py-bob-extension/Portfile	2015-11-30 23:47:39 UTC (rev 142985)
@@ -0,0 +1,51 @@
+# -*- 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                    python 1.0
+PortGroup                    github 1.0
+PortGroup                    active_variants 1.1
+
+name                         py-bob-extension
+version                      2.0.10
+license                      BSD
+homepage                     http://idiap.github.com/bob/
+
+categories-append            science math devel
+platforms                    darwin
+maintainers                  idiap.ch:andre.anjos \
+                             idiap.ch:laurent.el-shafey \
+                             idiap.ch:tiago.pereira
+
+
+description                  Helps projects building Bob/Python C++ extensions
+
+long_description             This package is part of the signal-processing and machine learning toolbox Bob. \
+                             It provides a simple mechanism for using Bob, or extending Bob by building packages using \
+                             either a pure Python API, or even a mix of C++ and python.
+                             
+
+github.setup                 bioidiap bob.extension 2.0.10 v
+
+
+python.versions              27 34
+python.default_version       27
+
+
+checksums                    rmd160  24bd5f3f1e7474aded6a50b124114cb7a2cf28be \
+                             sha256  86501700f3e7a096a1101ce4e8406c1b1c9b97375f6b95f5712d19bec8d1e87d
+
+
+if {$subport ne $name} {
+
+    depends_build-append port:pkgconfig
+
+    depends_lib-append \
+       port:py${python.version}-sphinx \
+       port:cmake \
+       port:py${python.version}-setuptools \
+       port:boost \
+
+       require_active_variants   port:boost python${python.version}
+
+}


Property changes on: trunk/dports/python/py-bob-extension/Portfile
___________________________________________________________________
Added: svn:executable
   + *
Added: svn:keywords
   + Id
Added: svn:eol-style
   + native

Added: trunk/dports/python/py-bob-io-base/Portfile
===================================================================
--- trunk/dports/python/py-bob-io-base/Portfile	                        (rev 0)
+++ trunk/dports/python/py-bob-io-base/Portfile	2015-11-30 23:47:39 UTC (rev 142985)
@@ -0,0 +1,90 @@
+# -*- 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                    python 1.0
+PortGroup                    github 1.0
+PortGroup                    active_variants 1.1
+
+name                         py-bob-io-base
+version                      2.0.7
+license                      BSD
+homepage                     http://idiap.github.com/bob/
+
+categories-append            science math devel
+platforms                    darwin
+maintainers                  idiap.ch:andre.anjos \
+                             idiap.ch:laurent.el-shafey \
+                             idiap.ch:tiago.pereira
+
+
+description                  Core bindings for Bob's I/O framework \
+                             Bob is a signal-processing and machine learning toolbox
+
+long_description             Bob is a signal-processing and machine learning toolbox \
+                             developed at the Idiap Research Institute, in Martigny, \
+                             Switzerland. The toolbox is written in a mix of Python \
+                             and C++ and is designed to be both efficient and to \
+                             reduce development time.
+
+github.setup                 bioidiap bob.io.base 2.0.7 v
+
+
+python.versions              27 34
+python.default_version       27
+
+checksums                    rmd160  16d0b8c865880df1af80d54311cbbe5ec2de7756 \
+                             sha256  85e20747bd6beba112aac3af49b472963cea07a355d0ff8f4844c251f1ee18d2
+
+
+if {$subport ne $name} {
+
+    depends_build-append port:pkgconfig
+
+    depends_lib-append \
+      port:blitz \
+      port:cmake \
+      path:lib/libavcodec.dylib:ffmpeg \
+      port:matio \
+      port:jpeg \
+      port:netpbm \
+      port:libpng \
+      port:tiff \
+      port:giflib \
+      port:hdf5 \
+      port:fftw-3 \
+      port:vlfeat \
+      port:libsvm \
+      port:boost \
+      port:py${python.version}-sphinx \
+      port:py${python.version}-setuptools \
+      port:py${python.version}-numpy \
+      port:py${python.version}-matplotlib \
+      port:py${python.version}-sqlalchemy \
+      port:py${python.version}-scipy \
+      port:py${python.version}-nose \
+      port:py${python.version}-pillow \
+      port:py${python.version}-bob-blitz \
+      port:py${python.version}-bob-core \
+      port:py${python.version}-bob-extension
+
+      require_active_variants   port:boost python${python.version}
+
+    #WORKAROUND TO AVOID CONFLICTS WITH ANOTHER BOB PACKAGES (DELETING THE ROOT __INIT_FILES)
+    post-destroot {
+        set filename ${destroot}${python.pkgd}/bob/__init__.py
+        if {[file exists $filename] == 1} {
+          file delete $filename
+          file delete ${destroot}${python.pkgd}/bob/__init__.pyc
+        }
+
+        set filename ${destroot}${python.pkgd}/bob/__pycache__/__init__.cpython-34.pyc
+        if {[file exists $filename] == 1} {
+           file delete $filename
+           file delete ${destroot}${python.pkgd}/bob/io/__pycache__/__init__.cpython-34.pyc
+        }
+
+    }
+
+}
+


Property changes on: trunk/dports/python/py-bob-io-base/Portfile
___________________________________________________________________
Added: svn:executable
   + *
Added: svn:keywords
   + Id
Added: svn:eol-style
   + native

Added: trunk/dports/python/py-bob-io-image/Portfile
===================================================================
--- trunk/dports/python/py-bob-io-image/Portfile	                        (rev 0)
+++ trunk/dports/python/py-bob-io-image/Portfile	2015-11-30 23:47:39 UTC (rev 142985)
@@ -0,0 +1,97 @@
+# -*- 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                    python 1.0
+PortGroup                    github 1.0
+PortGroup                    active_variants 1.1
+
+name                         py-bob-io-image
+version                      2.0.4
+license                      BSD
+homepage                     http://idiap.github.com/bob/
+
+categories-append            science math devel
+platforms                    darwin
+maintainers                  idiap.ch:andre.anjos \
+                             idiap.ch:laurent.el-shafey \
+                             idiap.ch:tiago.pereira
+
+
+description                  Image I/O support for Bob \
+                             Bob is a signal-processing and machine learning toolbox
+
+long_description             Bob is a signal-processing and machine learning toolbox \
+                             developed at the Idiap Research Institute, in Martigny, \
+                             Switzerland. The toolbox is written in a mix of Python \
+                             and C++ and is designed to be both efficient and to \
+                             reduce development time.
+
+github.setup                 bioidiap bob.io.image 2.0.4 v
+
+
+python.versions              27 34
+python.default_version       27
+
+checksums                    rmd160  2b357d7ea827bfc2e1b842ea87b85659022cfe3c \
+                             sha256  392063a020ede55da314ecfa5b90ca0735b4b6f416e02e6b6de7f395ff5c8c0c
+
+
+
+if {$subport ne $name} {
+
+    depends_build-append port:pkgconfig
+
+    depends_lib-append \
+      port:blitz \
+      port:cmake \
+      path:lib/libavcodec.dylib:ffmpeg \
+      port:matio \
+      port:jpeg \
+      port:netpbm \
+      port:libpng \
+      port:tiff \
+      port:giflib \
+      port:hdf5 \
+      port:fftw-3 \
+      port:vlfeat \
+      port:libsvm \
+      port:boost \
+      port:py${python.version}-sphinx \
+      port:py${python.version}-setuptools \
+      port:py${python.version}-numpy \
+      port:py${python.version}-matplotlib \
+      port:py${python.version}-sqlalchemy \
+      port:py${python.version}-scipy \
+      port:py${python.version}-nose \
+      port:py${python.version}-pillow \
+      port:py${python.version}-bob-extension \
+      port:py${python.version}-bob-blitz \
+      port:py${python.version}-bob-io-base \
+      port:py${python.version}-bob-core
+
+
+      require_active_variants   port:boost python${python.version}
+
+
+    #WORKAROUND TO AVOID CONFLICTS WITH ANOTHER BOB PACKAGES (DELETING THE ROOT __INIT_FILES)
+    post-destroot {
+        set filename ${destroot}${python.pkgd}/bob/__init__.py
+        if {[file exists $filename] == 1} {
+          file delete $filename
+          file delete ${destroot}${python.pkgd}/bob/__init__.pyc
+
+          file delete ${destroot}${python.pkgd}/bob/io/__init__.py
+          file delete ${destroot}${python.pkgd}/bob/io/__init__.pyc
+        }
+
+        set filename ${destroot}${python.pkgd}/bob/__pycache__/__init__.cpython-34.pyc
+        if {[file exists $filename] == 1} {
+           file delete $filename
+           file delete ${destroot}${python.pkgd}/bob/io/__pycache__/__init__.cpython-34.pyc
+        }
+    }
+
+}
+
+


Property changes on: trunk/dports/python/py-bob-io-image/Portfile
___________________________________________________________________
Added: svn:executable
   + *
Added: svn:keywords
   + Id
Added: svn:eol-style
   + native

Added: trunk/dports/python/py-bob-io-matlab/Portfile
===================================================================
--- trunk/dports/python/py-bob-io-matlab/Portfile	                        (rev 0)
+++ trunk/dports/python/py-bob-io-matlab/Portfile	2015-11-30 23:47:39 UTC (rev 142985)
@@ -0,0 +1,98 @@
+# -*- 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                    python 1.0
+PortGroup                    github 1.0
+PortGroup                    active_variants 1.1
+
+name                         py-bob-io-matlab
+version                      2.0.4
+license                      BSD
+homepage                     http://idiap.github.com/bob/
+
+categories-append            science math devel
+platforms                    darwin
+maintainers                  idiap.ch:andre.anjos \
+                             idiap.ch:laurent.el-shafey \
+                             idiap.ch:tiago.pereira
+
+
+description                  Support for Matlab(R) I/O for Bob \
+                             Bob is a signal-processing and machine learning toolbox
+
+long_description             Bob is a signal-processing and machine learning toolbox \
+                             developed at the Idiap Research Institute, in Martigny, \
+                             Switzerland. The toolbox is written in a mix of Python \
+                             and C++ and is designed to be both efficient and to \
+                             reduce development time.
+
+github.setup                 bioidiap bob.io.matlab 2.0.4 v
+
+
+python.versions              27 34
+python.default_version       27
+
+checksums                    rmd160  c9fe85df2b9d255dd81d7652c9d703dafc506ee6 \
+                             sha256  efcffb1309e72a0d330490cf1c484e25e48a80e6495ab01b6c405e7845b2d353
+
+
+
+if {$subport ne $name} {
+
+    depends_build-append port:pkgconfig
+
+    depends_lib-append \
+      port:blitz \
+      port:cmake \
+      path:lib/libavcodec.dylib:ffmpeg \
+      port:matio \
+      port:jpeg \
+      port:netpbm \
+      port:libpng \
+      port:tiff \
+      port:giflib \
+      port:hdf5 \
+      port:fftw-3 \
+      port:vlfeat \
+      port:libsvm \
+      port:boost \
+      port:py${python.version}-sphinx \
+      port:py${python.version}-setuptools \
+      port:py${python.version}-numpy \
+      port:py${python.version}-matplotlib \
+      port:py${python.version}-sqlalchemy \
+      port:py${python.version}-scipy \
+      port:py${python.version}-nose \
+      port:py${python.version}-pillow \
+      port:py${python.version}-bob-extension \
+      port:py${python.version}-bob-blitz \
+      port:py${python.version}-bob-io-base \
+      port:py${python.version}-bob-core
+
+      require_active_variants   port:boost python${python.version}
+
+
+    #WORKAROUND TO AVOID CONFLICTS WITH ANOTHER BOB PACKAGES (DELETING THE ROOT __INIT_FILES)
+    post-destroot {
+        set filename ${destroot}${python.pkgd}/bob/__init__.py
+        if {[file exists $filename] == 1} {
+          file delete $filename
+          file delete ${destroot}${python.pkgd}/bob/__init__.pyc
+
+          file delete ${destroot}${python.pkgd}/bob/io/__init__.py
+          file delete ${destroot}${python.pkgd}/bob/io/__init__.pyc
+        }
+
+        set filename ${destroot}${python.pkgd}/bob/__pycache__/__init__.cpython-34.pyc
+        if {[file exists $filename] == 1} {
+           file delete $filename
+           file delete ${destroot}${python.pkgd}/bob/io/__pycache__/__init__.cpython-34.pyc
+        }
+
+    }
+
+}
+
+
+


Property changes on: trunk/dports/python/py-bob-io-matlab/Portfile
___________________________________________________________________
Added: svn:executable
   + *
Added: svn:keywords
   + Id
Added: svn:eol-style
   + native

Added: trunk/dports/python/py-bob-io-video/Portfile
===================================================================
--- trunk/dports/python/py-bob-io-video/Portfile	                        (rev 0)
+++ trunk/dports/python/py-bob-io-video/Portfile	2015-11-30 23:47:39 UTC (rev 142985)
@@ -0,0 +1,97 @@
+# -*- 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                    python 1.0
+PortGroup                    github 1.0
+PortGroup                    active_variants 1.1
+
+name                         py-bob-io-video
+version                      2.0.4
+license                      BSD
+homepage                     http://idiap.github.com/bob/
+
+categories-append            science math devel
+platforms                    darwin
+maintainers                  idiap.ch:andre.anjos \
+                             idiap.ch:laurent.el-shafey \
+                             idiap.ch:tiago.pereira
+
+
+description                  Support for Video I/O for Bob \
+                             Bob is a signal-processing and machine learning toolbox
+
+long_description             Bob is a signal-processing and machine learning toolbox \
+                             developed at the Idiap Research Institute, in Martigny, \
+                             Switzerland. The toolbox is written in a mix of Python \
+                             and C++ and is designed to be both efficient and to \
+                             reduce development time.
+
+github.setup                 bioidiap bob.io.video 2.0.4 v
+
+
+python.versions              27 34
+python.default_version       27
+
+checksums                    rmd160  cbff5d2c5325b170a54fe0c703e6b1ee4c48bc9e \
+                             sha256  abf014d49a634ca4119775dd027366110066b730b85688fc65434226a081e79b
+
+
+
+if {$subport ne $name} {
+
+    depends_build-append port:pkgconfig
+
+    depends_lib-append \
+      port:blitz \
+      port:cmake \
+      path:lib/libavcodec.dylib:ffmpeg \
+      port:matio \
+      port:jpeg \
+      port:netpbm \
+      port:libpng \
+      port:tiff \
+      port:giflib \
+      port:hdf5 \
+      port:fftw-3 \
+      port:vlfeat \
+      port:libsvm \
+      port:boost \
+      port:py${python.version}-sphinx \
+      port:py${python.version}-setuptools \
+      port:py${python.version}-numpy \
+      port:py${python.version}-matplotlib \
+      port:py${python.version}-sqlalchemy \
+      port:py${python.version}-scipy \
+      port:py${python.version}-nose \
+      port:py${python.version}-pillow \
+      port:py${python.version}-bob-extension \
+      port:py${python.version}-bob-blitz \
+      port:py${python.version}-bob-io-base \
+      port:py${python.version}-bob-core
+
+      require_active_variants   port:boost python${python.version}
+
+
+    #WORKAROUND TO AVOID CONFLICTS WITH ANOTHER BOB PACKAGES (DELETING THE ROOT __INIT_FILES)
+    post-destroot {
+        set filename ${destroot}${python.pkgd}/bob/__init__.py
+        if {[file exists $filename] == 1} {
+          file delete $filename
+          file delete ${destroot}${python.pkgd}/bob/__init__.pyc
+
+          file delete ${destroot}${python.pkgd}/bob/io/__init__.py
+          file delete ${destroot}${python.pkgd}/bob/io/__init__.pyc
+        }
+
+        set filename ${destroot}${python.pkgd}/bob/__pycache__/__init__.cpython-34.pyc
+        if {[file exists $filename] == 1} {
+           file delete $filename
+           file delete ${destroot}${python.pkgd}/bob/io/__pycache__/__init__.cpython-34.pyc
+        }
+
+    }
+
+}
+
+


Property changes on: trunk/dports/python/py-bob-io-video/Portfile
___________________________________________________________________
Added: svn:executable
   + *
Added: svn:keywords
   + Id
Added: svn:eol-style
   + native

Added: trunk/dports/python/py-bob-ip-base/Portfile
===================================================================
--- trunk/dports/python/py-bob-ip-base/Portfile	                        (rev 0)
+++ trunk/dports/python/py-bob-ip-base/Portfile	2015-11-30 23:47:39 UTC (rev 142985)
@@ -0,0 +1,97 @@
+# -*- 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                    python 1.0
+PortGroup                    github 1.0
+PortGroup                    active_variants 1.1
+
+name                         py-bob-ip-base
+version                      2.0.7
+license                      BSD
+homepage                     http://idiap.github.com/bob/
+
+categories-append            science math devel
+platforms                    darwin
+maintainers                  idiap.ch:andre.anjos \
+                             idiap.ch:laurent.el-shafey \
+                             idiap.ch:tiago.pereira
+
+
+description                  Bindings for Bob's image processing utilities \
+                             Bob is a signal-processing and machine learning toolbox
+
+long_description             Bob is a signal-processing and machine learning toolbox \
+                             developed at the Idiap Research Institute, in Martigny, \
+                             Switzerland. The toolbox is written in a mix of Python \
+                             and C++ and is designed to be both efficient and to \
+                             reduce development time.
+
+github.setup                 bioidiap bob.ip.base 2.0.7 v
+
+
+python.versions              27 34
+python.default_version       27
+
+checksums                    rmd160  651d49a23439ed65586280031d4870aac1a9b5f5 \
+                             sha256  05077ca905a4fb05e4a2f54de2b9fb2ee16eb00d941e492d7bb60a49c5ab238d
+
+
+
+if {$subport ne $name} {
+
+    depends_build-append port:pkgconfig
+
+    depends_lib-append \
+      port:blitz \
+      port:cmake \
+      path:lib/libavcodec.dylib:ffmpeg \
+      port:matio \
+      port:jpeg \
+      port:netpbm \
+      port:libpng \
+      port:tiff \
+      port:giflib \
+      port:hdf5 \
+      port:fftw-3 \
+      port:vlfeat \
+      port:libsvm \
+      port:boost \
+      port:py${python.version}-sphinx \
+      port:py${python.version}-setuptools \
+      port:py${python.version}-numpy \
+      port:py${python.version}-matplotlib \
+      port:py${python.version}-sqlalchemy \
+      port:py${python.version}-scipy \
+      port:py${python.version}-nose \
+      port:py${python.version}-pillow \
+      port:py${python.version}-bob-extension \
+      port:py${python.version}-bob-blitz \
+      port:py${python.version}-bob-io-base \
+      port:py${python.version}-bob-core \
+      port:py${python.version}-bob-sp \
+      port:py${python.version}-bob-math
+
+      require_active_variants   port:boost python${python.version}
+
+
+    #WORKAROUND TO AVOID CONFLICTS WITH ANOTHER BOB PACKAGES (DELETING THE ROOT __INIT_FILES)
+    post-destroot {
+        set filename ${destroot}${python.pkgd}/bob/__init__.py
+        if {[file exists $filename] == 1} {
+          file delete $filename
+          file delete ${destroot}${python.pkgd}/bob/__init__.pyc
+        }
+
+        set filename ${destroot}${python.pkgd}/bob/__pycache__/__init__.cpython-34.pyc
+        if {[file exists $filename] == 1} {
+           file delete $filename
+           file delete ${destroot}${python.pkgd}/bob/ip/__pycache__/__init__.cpython-34.pyc
+        }
+
+    }
+
+}
+
+
+


Property changes on: trunk/dports/python/py-bob-ip-base/Portfile
___________________________________________________________________
Added: svn:executable
   + *
Added: svn:keywords
   + Id
Added: svn:eol-style
   + native

Added: trunk/dports/python/py-bob-ip-color/Portfile
===================================================================
--- trunk/dports/python/py-bob-ip-color/Portfile	                        (rev 0)
+++ trunk/dports/python/py-bob-ip-color/Portfile	2015-11-30 23:47:39 UTC (rev 142985)
@@ -0,0 +1,97 @@
+# -*- 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                    python 1.0
+PortGroup                    github 1.0
+PortGroup                    active_variants 1.1
+
+name                         py-bob-ip-color
+version                      2.0.4
+license                      BSD
+homepage                     http://idiap.github.com/bob/
+
+categories-append            science math devel
+platforms                    darwin
+maintainers                  idiap.ch:andre.anjos \
+                             idiap.ch:laurent.el-shafey \
+                             idiap.ch:tiago.pereira
+
+
+description                  Color conversion utilities \
+                             Bob is a signal-processing and machine learning toolbox
+
+long_description             Bob is a signal-processing and machine learning toolbox \
+                             developed at the Idiap Research Institute, in Martigny, \
+                             Switzerland. The toolbox is written in a mix of Python \
+                             and C++ and is designed to be both efficient and to \
+                             reduce development time.
+
+github.setup                 bioidiap bob.ip.color 2.0.4 v
+
+
+python.versions              27 34
+python.default_version       27
+
+checksums                    rmd160  00d27bc6f15f2ccb26b184b3d4cf21037cdc63ad \
+                             sha256  ddd68b15251a7f811cb6e8f3f0ab3ba5b78c12b7e91163d70d56a06a3eba6608
+
+
+if {$subport ne $name} {
+
+    depends_build-append port:pkgconfig
+
+    depends_lib-append \
+      port:blitz \
+      port:cmake \
+      path:lib/libavcodec.dylib:ffmpeg \
+      port:matio \
+      port:jpeg \
+      port:netpbm \
+      port:libpng \
+      port:tiff \
+      port:giflib \
+      port:hdf5 \
+      port:fftw-3 \
+      port:vlfeat \
+      port:libsvm \
+      port:boost \
+      port:py${python.version}-sphinx \
+      port:py${python.version}-setuptools \
+      port:py${python.version}-numpy \
+      port:py${python.version}-matplotlib \
+      port:py${python.version}-sqlalchemy \
+      port:py${python.version}-scipy \
+      port:py${python.version}-nose \
+      port:py${python.version}-pillow \
+      port:py${python.version}-bob-extension \
+      port:py${python.version}-bob-blitz \
+      port:py${python.version}-bob-io-base \
+      port:py${python.version}-bob-core
+
+      require_active_variants   port:boost python${python.version}
+
+
+    #WORKAROUND TO AVOID CONFLICTS WITH ANOTHER BOB PACKAGES (DELETING THE ROOT __INIT_FILES)
+    post-destroot {
+        set filename ${destroot}${python.pkgd}/bob/__init__.py
+        if {[file exists $filename] == 1} {
+          file delete $filename
+          file delete ${destroot}${python.pkgd}/bob/__init__.pyc
+
+          file delete ${destroot}${python.pkgd}/bob/ip/__init__.py
+          file delete ${destroot}${python.pkgd}/bob/ip/__init__.pyc
+        }
+
+        set filename ${destroot}${python.pkgd}/bob/__pycache__/__init__.cpython-34.pyc
+        if {[file exists $filename] == 1} {
+           file delete $filename
+           file delete ${destroot}${python.pkgd}/bob/ip/__pycache__/__init__.cpython-34.pyc
+        }
+
+    }
+
+}
+
+
+


Property changes on: trunk/dports/python/py-bob-ip-color/Portfile
___________________________________________________________________
Added: svn:executable
   + *
Added: svn:keywords
   + Id
Added: svn:eol-style
   + native

Added: trunk/dports/python/py-bob-ip-draw/Portfile
===================================================================
--- trunk/dports/python/py-bob-ip-draw/Portfile	                        (rev 0)
+++ trunk/dports/python/py-bob-ip-draw/Portfile	2015-11-30 23:47:39 UTC (rev 142985)
@@ -0,0 +1,94 @@
+# -*- 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                    python 1.0
+PortGroup                    github 1.0
+PortGroup                    active_variants 1.1
+
+name                         py-bob-ip-draw
+version                      2.0.3
+license                      BSD
+homepage                     http://idiap.github.com/bob/
+
+categories-append            science math devel
+platforms                    darwin
+maintainers                  idiap.ch:andre.anjos \
+                             idiap.ch:laurent.el-shafey \
+                             idiap.ch:tiago.pereira
+
+
+description                  Image drawing utilities \
+                             Bob is a signal-processing and machine learning toolbox
+
+long_description             Bob is a signal-processing and machine learning toolbox \
+                             developed at the Idiap Research Institute, in Martigny, \
+                             Switzerland. The toolbox is written in a mix of Python \
+                             and C++ and is designed to be both efficient and to \
+                             reduce development time.
+
+github.setup                 bioidiap bob.ip.draw 2.0.3 v
+
+
+python.versions              27 34
+python.default_version       27
+
+checksums                    rmd160  cded496c918b73afd91403487a02ac1078ee85b1 \
+                             sha256  ed9cf238d700771a300322ec5e2994c5730bd2704dd7fcfb81ad3c6a0c6fe857
+
+
+if {$subport ne $name} {
+
+    depends_build-append port:pkgconfig
+
+    depends_lib-append \
+      port:blitz \
+      port:cmake \
+      path:lib/libavcodec.dylib:ffmpeg \
+      port:matio \
+      port:jpeg \
+      port:netpbm \
+      port:libpng \
+      port:tiff \
+      port:giflib \
+      port:hdf5 \
+      port:fftw-3 \
+      port:vlfeat \
+      port:libsvm \
+      port:boost \
+      port:py${python.version}-sphinx \
+      port:py${python.version}-setuptools \
+      port:py${python.version}-numpy \
+      port:py${python.version}-matplotlib \
+      port:py${python.version}-sqlalchemy \
+      port:py${python.version}-scipy \
+      port:py${python.version}-nose \
+      port:py${python.version}-pillow \
+      port:py${python.version}-bob-extension \
+      port:py${python.version}-bob-blitz
+
+      require_active_variants   port:boost python${python.version}
+
+    #WORKAROUND TO AVOID CONFLICTS WITH ANOTHER BOB PACKAGES (DELETING THE ROOT __INIT_FILES)
+    post-destroot {
+        set filename ${destroot}${python.pkgd}/bob/__init__.py
+        if {[file exists $filename] == 1} {
+          file delete $filename
+          file delete ${destroot}${python.pkgd}/bob/__init__.pyc
+
+          file delete ${destroot}${python.pkgd}/bob/ip/__init__.py
+          file delete ${destroot}${python.pkgd}/bob/ip/__init__.pyc
+
+        }
+
+        set filename ${destroot}${python.pkgd}/bob/__pycache__/__init__.cpython-34.pyc
+        if {[file exists $filename] == 1} {
+           file delete $filename
+           file delete ${destroot}${python.pkgd}/bob/ip/__pycache__/__init__.cpython-34.pyc
+        }
+
+    }
+
+}
+
+


Property changes on: trunk/dports/python/py-bob-ip-draw/Portfile
___________________________________________________________________
Added: svn:executable
   + *
Added: svn:keywords
   + Id
Added: svn:eol-style
   + native

Added: trunk/dports/python/py-bob-ip-facedetect/Portfile
===================================================================
--- trunk/dports/python/py-bob-ip-facedetect/Portfile	                        (rev 0)
+++ trunk/dports/python/py-bob-ip-facedetect/Portfile	2015-11-30 23:47:39 UTC (rev 142985)
@@ -0,0 +1,103 @@
+# -*- 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                    python 1.0
+PortGroup                    github 1.0
+PortGroup                    active_variants 1.1
+
+name                         py-bob-ip-facedetect
+version                      2.0.3
+license                      BSD
+homepage                     http://idiap.github.com/bob/
+
+categories-append            science math devel
+platforms                    darwin
+maintainers                  idiap.ch:andre.anjos \
+                             idiap.ch:laurent.el-shafey \
+                             idiap.ch:tiago.pereira
+
+
+description                  Face Detection using a Cascade of Boosted LBP Features \
+                             Bob is a signal-processing and machine learning toolbox
+
+long_description             Bob is a signal-processing and machine learning toolbox \
+                             developed at the Idiap Research Institute, in Martigny, \
+                             Switzerland. The toolbox is written in a mix of Python \
+                             and C++ and is designed to be both efficient and to \
+                             reduce development time.
+
+github.setup                 bioidiap bob.ip.facedetect 2.0.3 v
+
+
+python.versions              27 34
+python.default_version       27
+
+checksums                    rmd160  f7a6e71731c18f085d566212e250ee8e4370fafe \
+                             sha256  32b7f03bb4cedca85d806f314509fa5485038a2c69f6e219449866a34d2a98ff
+
+
+if {$subport ne $name} {
+
+    depends_build-append port:pkgconfig
+
+    depends_lib-append \
+      port:blitz \
+      port:cmake \
+      path:lib/libavcodec.dylib:ffmpeg \
+      port:matio \
+      port:jpeg \
+      port:netpbm \
+      port:libpng \
+      port:tiff \
+      port:giflib \
+      port:hdf5 \
+      port:fftw-3 \
+      port:vlfeat \
+      port:libsvm \
+      port:boost \
+      port:py${python.version}-sphinx \
+      port:py${python.version}-setuptools \
+      port:py${python.version}-numpy \
+      port:py${python.version}-matplotlib \
+      port:py${python.version}-sqlalchemy \
+      port:py${python.version}-scipy \
+      port:py${python.version}-nose \
+      port:py${python.version}-pillow \
+      port:py${python.version}-sqlalchemy \
+      port:py${python.version}-bob-extension \
+      port:py${python.version}-bob-blitz \
+      port:py${python.version}-bob-io-base \
+      port:py${python.version}-bob-ip-base \
+      port:py${python.version}-bob-db-base \
+      port:py${python.version}-bob-learn-boosting \
+      port:py${python.version}-bob-io-image \
+      port:py${python.version}-bob-ip-color \
+      port:py${python.version}-bob-ip-draw
+
+      require_active_variants   port:boost python${python.version}
+
+
+    #WORKAROUND TO AVOID CONFLICTS WITH ANOTHER BOB PACKAGES (DELETING THE ROOT __INIT_FILES)
+    post-destroot {
+        set filename ${destroot}${python.pkgd}/bob/__init__.py
+        if {[file exists $filename] == 1} {
+          file delete $filename
+          file delete ${destroot}${python.pkgd}/bob/__init__.pyc
+
+          file delete ${destroot}${python.pkgd}/bob/ip/__init__.py
+          file delete ${destroot}${python.pkgd}/bob/ip/__init__.pyc
+
+        }
+
+        set filename ${destroot}${python.pkgd}/bob/__pycache__/__init__.cpython-34.pyc
+        if {[file exists $filename] == 1} {
+           file delete $filename
+           file delete ${destroot}${python.pkgd}/bob/ip/__pycache__/__init__.cpython-34.pyc
+        }
+
+    }
+
+}
+
+


Property changes on: trunk/dports/python/py-bob-ip-facedetect/Portfile
___________________________________________________________________
Added: svn:executable
   + *
Added: svn:keywords
   + Id
Added: svn:eol-style
   + native

Added: trunk/dports/python/py-bob-ip-gabor/Portfile
===================================================================
--- trunk/dports/python/py-bob-ip-gabor/Portfile	                        (rev 0)
+++ trunk/dports/python/py-bob-ip-gabor/Portfile	2015-11-30 23:47:39 UTC (rev 142985)
@@ -0,0 +1,98 @@
+# -*- 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                    python 1.0
+PortGroup                    github 1.0
+PortGroup                    active_variants 1.1
+
+name                         py-bob-ip-gabor
+version                      2.0.4
+license                      BSD
+homepage                     http://idiap.github.com/bob/
+
+categories-append            science math devel
+platforms                    darwin
+maintainers                  idiap.ch:andre.anjos \
+                             idiap.ch:laurent.el-shafey \
+                             idiap.ch:tiago.pereira
+
+
+description                  Package containing code and bindings for Gabor wavelet transforms \
+                             Bob is a signal-processing and machine learning toolbox
+
+long_description             Bob is a signal-processing and machine learning toolbox \
+                             developed at the Idiap Research Institute, in Martigny, \
+                             Switzerland. The toolbox is written in a mix of Python \
+                             and C++ and is designed to be both efficient and to \
+                             reduce development time.
+
+github.setup                 bioidiap bob.ip.gabor 2.0.4 v
+
+
+python.versions              27 34
+python.default_version       27
+
+checksums                    rmd160  9f4a5785e86cf9f863282ef15726b9e09f95ced6 \
+                             sha256  1418282f05a4f61bc59caf34540ccfa7614510765d798a77c4203f019c24902f
+
+
+
+if {$subport ne $name} {
+
+    depends_build-append port:pkgconfig
+
+    depends_lib-append \
+      port:blitz \
+      port:cmake \
+      path:lib/libavcodec.dylib:ffmpeg \
+      port:matio \
+      port:jpeg \
+      port:netpbm \
+      port:libpng \
+      port:tiff \
+      port:giflib \
+      port:hdf5 \
+      port:fftw-3 \
+      port:vlfeat \
+      port:libsvm \
+      port:boost \
+      port:py${python.version}-sphinx \
+      port:py${python.version}-setuptools \
+      port:py${python.version}-numpy \
+      port:py${python.version}-matplotlib \
+      port:py${python.version}-sqlalchemy \
+      port:py${python.version}-scipy \
+      port:py${python.version}-nose \
+      port:py${python.version}-pillow \
+      port:py${python.version}-bob-extension \
+      port:py${python.version}-bob-blitz \
+      port:py${python.version}-bob-core \
+      port:py${python.version}-bob-io-base\
+      port:py${python.version}-bob-sp
+
+      require_active_variants   port:boost python${python.version}
+
+    #WORKAROUND TO AVOID CONFLICTS WITH ANOTHER BOB PACKAGES (DELETING THE ROOT __INIT_FILES)
+    post-destroot {
+        set filename ${destroot}${python.pkgd}/bob/__init__.py
+        if {[file exists $filename] == 1} {
+          file delete $filename
+          file delete ${destroot}${python.pkgd}/bob/__init__.pyc
+
+          file delete ${destroot}${python.pkgd}/bob/ip/__init__.py
+          file delete ${destroot}${python.pkgd}/bob/ip/__init__.pyc
+
+        }
+
+        set filename ${destroot}${python.pkgd}/bob/__pycache__/__init__.cpython-34.pyc
+        if {[file exists $filename] == 1} {
+           file delete $filename
+           file delete ${destroot}${python.pkgd}/bob/ip/__pycache__/__init__.cpython-34.pyc
+        }
+
+    }
+
+}
+
+


Property changes on: trunk/dports/python/py-bob-ip-gabor/Portfile
___________________________________________________________________
Added: svn:executable
   + *
Added: svn:keywords
   + Id
Added: svn:eol-style
   + native

Added: trunk/dports/python/py-bob-ip-optflow-hornschunck/Portfile
===================================================================
--- trunk/dports/python/py-bob-ip-optflow-hornschunck/Portfile	                        (rev 0)
+++ trunk/dports/python/py-bob-ip-optflow-hornschunck/Portfile	2015-11-30 23:47:39 UTC (rev 142985)
@@ -0,0 +1,103 @@
+# -*- 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                    python 1.0
+PortGroup                    github 1.0
+PortGroup                    active_variants 1.1
+
+name                         py-bob-ip-optflow-hornschunck
+version                      2.0.6
+license                      BSD
+homepage                     http://idiap.github.com/bob/
+
+categories-append            science math devel
+platforms                    darwin
+maintainers                  idiap.ch:andre.anjos \
+                             idiap.ch:laurent.el-shafey \
+                             idiap.ch:tiago.pereira
+
+
+description                  Python bindings to the optical flow framework of Horn & Schunck \
+                             Bob is a signal-processing and machine learning toolbox
+
+long_description             Bob is a signal-processing and machine learning toolbox \
+                             developed at the Idiap Research Institute, in Martigny, \
+                             Switzerland. The toolbox is written in a mix of Python \
+                             and C++ and is designed to be both efficient and to \
+                             reduce development time.
+
+github.setup                 bioidiap bob.ip.optflow.hornschunck 2.0.6 v
+
+
+python.versions              27 34
+python.default_version       27
+
+checksums                    rmd160  64b5db989230bd6c6fc02008a4589fcf57c8d634 \
+                             sha256  837f8324e8da6e9f962df65036aae44afd65555751e22dd92921f13fab08dfc0
+
+
+
+
+if {$subport ne $name} {
+
+    depends_build-append port:pkgconfig
+
+    depends_lib-append \
+      port:blitz \
+      port:cmake \
+      path:lib/libavcodec.dylib:ffmpeg \
+      port:matio \
+      port:jpeg \
+      port:netpbm \
+      port:libpng \
+      port:tiff \
+      port:giflib \
+      port:hdf5 \
+      port:fftw-3 \
+      port:vlfeat \
+      port:libsvm \
+      port:boost \
+      port:py${python.version}-sphinx \
+      port:py${python.version}-setuptools \
+      port:py${python.version}-numpy \
+      port:py${python.version}-matplotlib \
+      port:py${python.version}-sqlalchemy \
+      port:py${python.version}-scipy \
+      port:py${python.version}-nose \
+      port:py${python.version}-pillow \
+      port:py${python.version}-sqlalchemy \
+      port:py${python.version}-bob-extension \
+      port:py${python.version}-bob-blitz \
+      port:py${python.version}-bob-core \
+      port:py${python.version}-bob-sp \
+      port:py${python.version}-bob-io-base \
+      port:py${python.version}-bob-ip-color
+
+      require_active_variants   port:boost python${python.version}
+
+
+    #WORKAROUND TO AVOID CONFLICTS WITH ANOTHER BOB PACKAGES (DELETING THE ROOT __INIT_FILES)
+    post-destroot {
+        set filename ${destroot}${python.pkgd}/bob/__init__.py
+        puts $filename
+        if {[file exists $filename] == 1} {
+          file delete $filename
+          file delete ${destroot}${python.pkgd}/bob/__init__.pyc
+
+          file delete ${destroot}${python.pkgd}/bob/ip/__init__.py
+          file delete ${destroot}${python.pkgd}/bob/ip/__init__.pyc
+
+        }
+
+        set filename ${destroot}${python.pkgd}/bob/__pycache__/__init__.cpython-34.pyc
+        if {[file exists $filename] == 1} {
+           file delete $filename
+           file delete ${destroot}${python.pkgd}/bob/ip/__pycache__/__init__.cpython-34.pyc
+        }
+
+    }
+
+}
+
+


Property changes on: trunk/dports/python/py-bob-ip-optflow-hornschunck/Portfile
___________________________________________________________________
Added: svn:executable
   + *
Added: svn:keywords
   + Id
Added: svn:eol-style
   + native

Added: trunk/dports/python/py-bob-ip-optflow-liu/Portfile
===================================================================
--- trunk/dports/python/py-bob-ip-optflow-liu/Portfile	                        (rev 0)
+++ trunk/dports/python/py-bob-ip-optflow-liu/Portfile	2015-11-30 23:47:39 UTC (rev 142985)
@@ -0,0 +1,105 @@
+# -*- 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                    python 1.0
+PortGroup                    github 1.0
+PortGroup                    active_variants 1.1
+
+name                         py-bob-ip-optflow-liu
+version                      2.0.5
+license                      BSD
+homepage                     http://idiap.github.com/bob/
+
+categories-append            science math devel
+platforms                    darwin
+maintainers                  idiap.ch:andre.anjos \
+                             idiap.ch:laurent.el-shafey \
+                             idiap.ch:tiago.pereira
+
+
+description                  Python bindings to the optical flow framework by Ce Liu \
+                             Bob is a signal-processing and machine learning toolbox
+
+long_description             Bob is a signal-processing and machine learning toolbox \
+                             developed at the Idiap Research Institute, in Martigny, \
+                             Switzerland. The toolbox is written in a mix of Python \
+                             and C++ and is designed to be both efficient and to \
+                             reduce development time.
+
+github.setup                 bioidiap bob.ip.optflow.liu 2.0.5 v
+
+
+python.versions              27 34
+python.default_version       27
+
+checksums                    rmd160  29b29cdb657b6cc003a5aa945aa47cd8fcc38805 \
+                             sha256  b5eedc44bbe0a9a5cef316771f72451e5f41d66a941e0b78c889502de68b412e
+
+
+
+if {$subport ne $name} {
+
+    depends_build-append port:pkgconfig
+
+    depends_lib-append \
+      port:blitz \
+      port:cmake \
+      path:lib/libavcodec.dylib:ffmpeg \
+      port:matio \
+      port:jpeg \
+      port:netpbm \
+      port:libpng \
+      port:tiff \
+      port:giflib \
+      port:hdf5 \
+      port:fftw-3 \
+      port:vlfeat \
+      port:libsvm \
+      port:boost \
+      port:py${python.version}-sphinx \
+      port:py${python.version}-setuptools \
+      port:py${python.version}-numpy \
+      port:py${python.version}-matplotlib \
+      port:py${python.version}-sqlalchemy \
+      port:py${python.version}-scipy \
+      port:py${python.version}-nose \
+      port:py${python.version}-pillow \
+      port:py${python.version}-bob-extension \
+      port:py${python.version}-bob-blitz \
+      port:py${python.version}-bob-io-base \
+      port:py${python.version}-bob-io-image \
+      port:py${python.version}-bob-io-video \
+      port:py${python.version}-bob-ip-color
+
+      require_active_variants   port:boost python${python.version}
+
+
+    #WORKAROUND TO AVOID CONFLICTS WITH ANOTHER BOB PACKAGES (DELETING THE ROOT __INIT_FILES)
+    post-destroot {
+        set filename ${destroot}${python.pkgd}/bob/__init__.py
+        if {[file exists $filename] == 1} {
+          file delete $filename
+          file delete ${destroot}${python.pkgd}/bob/__init__.pyc
+
+          file delete ${destroot}${python.pkgd}/bob/ip/__init__.py
+          file delete ${destroot}${python.pkgd}/bob/ip/__init__.pyc
+
+          file delete ${destroot}${python.pkgd}/bob/ip/optflow/__init__.py
+          file delete ${destroot}${python.pkgd}/bob/ip/optflow/__init__.pyc
+
+        }
+
+        set filename ${destroot}${python.pkgd}/bob/__pycache__/__init__.cpython-34.pyc
+        if {[file exists $filename] == 1} {
+           file delete $filename
+           file delete ${destroot}${python.pkgd}/bob/ip/__pycache__/__init__.cpython-34.pyc
+           file delete ${destroot}${python.pkgd}/bob/ip/optflow/__pycache__/__init__.cpython-34.pyc
+        }
+
+    }
+
+
+}
+
+


Property changes on: trunk/dports/python/py-bob-ip-optflow-liu/Portfile
___________________________________________________________________
Added: svn:executable
   + *
Added: svn:keywords
   + Id
Added: svn:eol-style
   + native

Added: trunk/dports/python/py-bob-learn-activation/Portfile
===================================================================
--- trunk/dports/python/py-bob-learn-activation/Portfile	                        (rev 0)
+++ trunk/dports/python/py-bob-learn-activation/Portfile	2015-11-30 23:47:39 UTC (rev 142985)
@@ -0,0 +1,93 @@
+# -*- 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                    python 1.0
+PortGroup                    github 1.0
+PortGroup                    active_variants 1.1
+
+name                         py-bob-learn-activation
+version                      2.0.4
+license                      BSD
+homepage                     http://idiap.github.com/bob/
+
+categories-append            science math devel
+platforms                    darwin
+maintainers                  idiap.ch:andre.anjos \
+                             idiap.ch:laurent.el-shafey \
+                             idiap.ch:tiago.pereira
+
+
+description                  Python bindings for bob.machine's Activation functors \
+                             Bob is a signal-processing and machine learning toolbox
+
+long_description             Bob is a signal-processing and machine learning toolbox \
+                             developed at the Idiap Research Institute, in Martigny, \
+                             Switzerland. The toolbox is written in a mix of Python \
+                             and C++ and is designed to be both efficient and to \
+                             reduce development time.
+
+github.setup                 bioidiap bob.learn.activation 2.0.4 v
+
+
+python.versions              27 34
+python.default_version       27
+
+checksums                    rmd160  f5f15307fb71fc0cd9aeb813963fa3243555fa06 \
+                             sha256  cb1f38a383f3ac3753fc321b9aa0d0740708865565e6ae679d0c32d40a70230b
+
+
+
+if {$subport ne $name} {
+
+    depends_build-append port:pkgconfig
+
+    depends_lib-append \
+      port:blitz \
+      port:cmake \
+      path:lib/libavcodec.dylib:ffmpeg \
+      port:matio \
+      port:jpeg \
+      port:netpbm \
+      port:libpng \
+      port:tiff \
+      port:giflib \
+      port:hdf5 \
+      port:fftw-3 \
+      port:vlfeat \
+      port:libsvm \
+      port:boost \
+      port:py${python.version}-sphinx \
+      port:py${python.version}-setuptools \
+      port:py${python.version}-numpy \
+      port:py${python.version}-matplotlib \
+      port:py${python.version}-sqlalchemy \
+      port:py${python.version}-scipy \
+      port:py${python.version}-nose \
+      port:py${python.version}-pillow \
+      port:py${python.version}-bob-extension \
+      port:py${python.version}-bob-blitz \
+      port:py${python.version}-bob-core \
+      port:py${python.version}-bob-io-base
+
+      require_active_variants   port:boost python${python.version}
+
+
+    #WORKAROUND TO AVOID CONFLICTS WITH ANOTHER BOB PACKAGES (DELETING THE ROOT __INIT_FILES)
+    post-destroot {
+        set filename ${destroot}${python.pkgd}/bob/__init__.py
+        if {[file exists $filename] == 1} {
+          file delete $filename
+          file delete ${destroot}${python.pkgd}/bob/__init__.pyc
+        }
+
+        set filename ${destroot}${python.pkgd}/bob/__pycache__/__init__.cpython-34.pyc
+        if {[file exists $filename] == 1} {
+           file delete $filename
+        }
+
+    }
+
+}
+
+


Property changes on: trunk/dports/python/py-bob-learn-activation/Portfile
___________________________________________________________________
Added: svn:executable
   + *
Added: svn:keywords
   + Id
Added: svn:eol-style
   + native

Added: trunk/dports/python/py-bob-learn-boosting/Portfile
===================================================================
--- trunk/dports/python/py-bob-learn-boosting/Portfile	                        (rev 0)
+++ trunk/dports/python/py-bob-learn-boosting/Portfile	2015-11-30 23:47:39 UTC (rev 142985)
@@ -0,0 +1,98 @@
+# -*- 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                    python 1.0
+PortGroup                    github 1.0
+PortGroup                    active_variants 1.1
+
+name                         py-bob-learn-boosting
+version                      2.0.3
+license                      BSD
+homepage                     http://idiap.github.com/bob/
+
+categories-append            science math devel
+platforms                    darwin
+maintainers                  idiap.ch:andre.anjos \
+                             idiap.ch:laurent.el-shafey \
+                             idiap.ch:tiago.pereira
+
+
+description                  Boosting framework of Bob \
+                             Bob is a signal-processing and machine learning toolbox
+
+long_description             Bob is a signal-processing and machine learning toolbox \
+                             developed at the Idiap Research Institute, in Martigny, \
+                             Switzerland. The toolbox is written in a mix of Python \
+                             and C++ and is designed to be both efficient and to \
+                             reduce development time.
+
+github.setup                 bioidiap bob.learn.boosting 2.0.3 v
+
+
+python.versions              27 34
+python.default_version       27
+
+checksums                    rmd160  50e902fd30601c6611a2c8952786bf5c9a8a06a9 \
+                             sha256  2c8eb01ab31011cca66d63ad11e7753d9126067ce44d81c9e850cf3c0fb0e332
+
+
+
+if {$subport ne $name} {
+
+    depends_build-append port:pkgconfig
+
+    depends_lib-append \
+      port:blitz \
+      port:cmake \
+      path:lib/libavcodec.dylib:ffmpeg \
+      port:matio \
+      port:jpeg \
+      port:netpbm \
+      port:libpng \
+      port:tiff \
+      port:giflib \
+      port:hdf5 \
+      port:fftw-3 \
+      port:vlfeat \
+      port:libsvm \
+      port:boost \
+      port:py${python.version}-sphinx \
+      port:py${python.version}-setuptools \
+      port:py${python.version}-numpy \
+      port:py${python.version}-matplotlib \
+      port:py${python.version}-sqlalchemy \
+      port:py${python.version}-scipy \
+      port:py${python.version}-nose \
+      port:py${python.version}-pillow \
+      port:py${python.version}-bob-extension \
+      port:py${python.version}-bob-blitz \
+      port:py${python.version}-bob-core \
+      port:py${python.version}-bob-io-base
+
+      require_active_variants   port:boost python${python.version}
+
+
+    #WORKAROUND TO AVOID CONFLICTS WITH ANOTHER BOB PACKAGES (DELETING THE ROOT __INIT_FILES)
+    post-destroot {
+        set filename ${destroot}${python.pkgd}/bob/__init__.py
+        if {[file exists $filename] == 1} {
+          file delete $filename
+          file delete ${destroot}${python.pkgd}/bob/__init__.pyc
+
+          file delete ${destroot}${python.pkgd}/bob/learn/__init__.py
+          file delete ${destroot}${python.pkgd}/bob/learn/__init__.pyc
+
+        }
+
+        set filename ${destroot}${python.pkgd}/bob/__pycache__/__init__.cpython-34.pyc
+        if {[file exists $filename] == 1} {
+           file delete $filename
+           file delete ${destroot}${python.pkgd}/bob/learn/__pycache__/__init__.cpython-34.pyc
+        }
+
+    }
+
+}
+
+


Property changes on: trunk/dports/python/py-bob-learn-boosting/Portfile
___________________________________________________________________
Added: svn:executable
   + *
Added: svn:keywords
   + Id
Added: svn:eol-style
   + native

Added: trunk/dports/python/py-bob-learn-em/Portfile
===================================================================
--- trunk/dports/python/py-bob-learn-em/Portfile	                        (rev 0)
+++ trunk/dports/python/py-bob-learn-em/Portfile	2015-11-30 23:47:39 UTC (rev 142985)
@@ -0,0 +1,102 @@
+# -*- 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                    python 1.0
+PortGroup                    github 1.0
+PortGroup                    active_variants 1.1
+
+name                         py-bob-learn-em
+version                      2.0.6
+license                      BSD
+homepage                     http://idiap.github.com/bob/
+
+categories-append            science math devel
+platforms                    darwin
+maintainers                  idiap.ch:andre.anjos \
+                             idiap.ch:laurent.el-shafey \
+                             idiap.ch:tiago.pereira
+
+
+description                  Bindings for Bob's EM Trainers and Machines \
+                             Bob is a signal-processing and machine learning toolbox
+
+long_description             Bob is a signal-processing and machine learning toolbox \
+                             developed at the Idiap Research Institute, in Martigny, \
+                             Switzerland. The toolbox is written in a mix of Python \
+                             and C++ and is designed to be both efficient and to \
+                             reduce development time.
+
+github.setup                 bioidiap bob.learn.em 2.0.6 v
+
+
+python.versions              27 34
+python.default_version       27
+
+checksums                    rmd160  9ee6676ac280eec7c0194965bf38e567a853e7bb \
+                             sha256  18e687aa08d68f151cfd35bdc6e803b03c2dc080f2e5a5f9dcf595fb42746d28
+
+
+
+if {$subport ne $name} {
+
+    depends_build-append port:pkgconfig
+
+    depends_lib-append \
+      port:blitz \
+      port:cmake \
+      path:lib/libavcodec.dylib:ffmpeg \
+      port:matio \
+      port:jpeg \
+      port:netpbm \
+      port:libpng \
+      port:tiff \
+      port:giflib \
+      port:hdf5 \
+      port:fftw-3 \
+      port:vlfeat \
+      port:libsvm \
+      port:boost \
+      port:py${python.version}-sphinx \
+      port:py${python.version}-setuptools \
+      port:py${python.version}-numpy \
+      port:py${python.version}-matplotlib \
+      port:py${python.version}-sqlalchemy \
+      port:py${python.version}-scipy \
+      port:py${python.version}-nose \
+      port:py${python.version}-pillow \
+      port:py${python.version}-bob-extension \
+      port:py${python.version}-bob-blitz \
+      port:py${python.version}-bob-core \
+      port:py${python.version}-bob-io-base \
+      port:py${python.version}-bob-sp \
+      port:py${python.version}-bob-math \
+      port:py${python.version}-bob-learn-activation \
+      port:py${python.version}-bob-learn-linear
+
+      require_active_variants   port:boost python${python.version}
+
+
+    #WORKAROUND TO AVOID CONFLICTS WITH ANOTHER BOB PACKAGES (DELETING THE ROOT __INIT_FILES)
+    post-destroot {
+        set filename ${destroot}${python.pkgd}/bob/__init__.py
+        if {[file exists $filename] == 1} {
+          file delete $filename
+          file delete ${destroot}${python.pkgd}/bob/__init__.pyc
+
+          file delete ${destroot}${python.pkgd}/bob/learn/__init__.py
+          file delete ${destroot}${python.pkgd}/bob/learn/__init__.pyc
+
+        }
+
+        set filename ${destroot}${python.pkgd}/bob/__pycache__/__init__.cpython-34.pyc
+        if {[file exists $filename] == 1} {
+           file delete $filename
+           file delete ${destroot}${python.pkgd}/bob/learn/__pycache__/__init__.cpython-34.pyc
+        }
+
+    }
+
+}
+
+


Property changes on: trunk/dports/python/py-bob-learn-em/Portfile
___________________________________________________________________
Added: svn:executable
   + *
Added: svn:keywords
   + Id
Added: svn:eol-style
   + native

Added: trunk/dports/python/py-bob-learn-libsvm/Portfile
===================================================================
--- trunk/dports/python/py-bob-learn-libsvm/Portfile	                        (rev 0)
+++ trunk/dports/python/py-bob-learn-libsvm/Portfile	2015-11-30 23:47:39 UTC (rev 142985)
@@ -0,0 +1,99 @@
+# -*- 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                    python 1.0
+PortGroup                    github 1.0
+PortGroup                    active_variants 1.1
+
+name                         py-bob-learn-libsvm
+version                      2.0.3
+license                      BSD
+homepage                     http://idiap.github.com/bob/
+
+categories-append            science math devel
+platforms                    darwin
+maintainers                  idiap.ch:andre.anjos \
+                             idiap.ch:laurent.el-shafey \
+                             idiap.ch:tiago.pereira
+
+
+description                  Bob bindings to libsvm \
+                             Bob is a signal-processing and machine learning toolbox
+
+long_description             Bob is a signal-processing and machine learning toolbox \
+                             developed at the Idiap Research Institute, in Martigny, \
+                             Switzerland. The toolbox is written in a mix of Python \
+                             and C++ and is designed to be both efficient and to \
+                             reduce development time.
+
+github.setup                 bioidiap bob.learn.libsvm 2.0.3 v
+
+
+python.versions              27 34
+python.default_version       27
+
+checksums                    rmd160  28a09c8066d699d98e52dc76bd16f684b2dee068 \
+                             sha256  605c75a6f414f1e72c9e8410f9aeade0c985fd94c38cbb45d4b1f3adbb8af591
+
+
+
+if {$subport ne $name} {
+
+    depends_build-append port:pkgconfig
+
+    depends_lib-append \
+      port:blitz \
+      port:cmake \
+      path:lib/libavcodec.dylib:ffmpeg \
+      port:matio \
+      port:jpeg \
+      port:netpbm \
+      port:libpng \
+      port:tiff \
+      port:giflib \
+      port:hdf5 \
+      port:fftw-3 \
+      port:vlfeat \
+      port:libsvm \
+      port:boost \
+      port:py${python.version}-sphinx \
+      port:py${python.version}-setuptools \
+      port:py${python.version}-numpy \
+      port:py${python.version}-matplotlib \
+      port:py${python.version}-sqlalchemy \
+      port:py${python.version}-scipy \
+      port:py${python.version}-nose \
+      port:py${python.version}-pillow \
+      port:py${python.version}-bob-extension \
+      port:py${python.version}-bob-blitz \
+      port:py${python.version}-bob-core \
+      port:py${python.version}-bob-io-base
+
+      require_active_variants   port:boost python${python.version}
+
+
+
+    #WORKAROUND TO AVOID CONFLICTS WITH ANOTHER BOB PACKAGES (DELETING THE ROOT __INIT_FILES)
+    post-destroot {
+        set filename ${destroot}${python.pkgd}/bob/__init__.py
+        if {[file exists $filename] == 1} {
+          file delete $filename
+          file delete ${destroot}${python.pkgd}/bob/__init__.pyc
+
+          file delete ${destroot}${python.pkgd}/bob/learn/__init__.py
+          file delete ${destroot}${python.pkgd}/bob/learn/__init__.pyc
+
+        }
+
+        set filename ${destroot}${python.pkgd}/bob/__pycache__/__init__.cpython-34.pyc
+        if {[file exists $filename] == 1} {
+           file delete $filename
+           file delete ${destroot}${python.pkgd}/bob/learn/__pycache__/__init__.cpython-34.pyc
+        }
+
+    }
+
+}
+
+


Property changes on: trunk/dports/python/py-bob-learn-libsvm/Portfile
___________________________________________________________________
Added: svn:executable
   + *
Added: svn:keywords
   + Id
Added: svn:eol-style
   + native

Added: trunk/dports/python/py-bob-learn-linear/Portfile
===================================================================
--- trunk/dports/python/py-bob-learn-linear/Portfile	                        (rev 0)
+++ trunk/dports/python/py-bob-learn-linear/Portfile	2015-11-30 23:47:39 UTC (rev 142985)
@@ -0,0 +1,97 @@
+# -*- 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                    python 1.0
+PortGroup                    github 1.0
+PortGroup                    active_variants 1.1
+
+name                         py-bob-learn-linear
+version                      2.0.7
+license                      BSD
+homepage                     http://idiap.github.com/bob/
+
+categories-append            science math devel
+platforms                    darwin
+maintainers                  idiap.ch:andre.anjos \
+                             idiap.ch:laurent.el-shafey \
+                             idiap.ch:tiago.pereira
+
+
+description                  Bindings for bob.machine's LinearMachine and Trainers \
+                             Bob is a signal-processing and machine learning toolbox
+
+long_description             Bob is a signal-processing and machine learning toolbox \
+                             developed at the Idiap Research Institute, in Martigny, \
+                             Switzerland. The toolbox is written in a mix of Python \
+                             and C++ and is designed to be both efficient and to \
+                             reduce development time.
+
+github.setup                 bioidiap bob.learn.linear 2.0.7 v
+
+
+python.versions              27 34
+python.default_version       27
+
+checksums                    rmd160  254aec3787ca2f3c6ae1d5cb157fc3ff726318c3 \
+                             sha256  de943887e6608e1636999e0b3e9cf4f1f101b18f7706c857a45f9efd70aad42c
+
+
+if {$subport ne $name} {
+
+    depends_build-append port:pkgconfig
+
+    depends_lib-append \
+      port:blitz \
+      port:cmake \
+      path:lib/libavcodec.dylib:ffmpeg \
+      port:matio \
+      port:jpeg \
+      port:netpbm \
+      port:libpng \
+      port:tiff \
+      port:giflib \
+      port:hdf5 \
+      port:fftw-3 \
+      port:vlfeat \
+      port:libsvm \
+      port:boost \
+      port:py${python.version}-sphinx \
+      port:py${python.version}-setuptools \
+      port:py${python.version}-numpy \
+      port:py${python.version}-matplotlib \
+      port:py${python.version}-sqlalchemy \
+      port:py${python.version}-scipy \
+      port:py${python.version}-nose \
+      port:py${python.version}-pillow \
+      port:py${python.version}-bob-extension \
+      port:py${python.version}-bob-blitz \
+      port:py${python.version}-bob-core \
+      port:py${python.version}-bob-math \
+      port:py${python.version}-bob-learn-activation
+
+      require_active_variants   port:boost python${python.version}
+
+
+    #WORKAROUND TO AVOID CONFLICTS WITH ANOTHER BOB PACKAGES (DELETING THE ROOT __INIT_FILES)
+    post-destroot {
+        set filename ${destroot}${python.pkgd}/bob/__init__.py
+        if {[file exists $filename] == 1} {
+          file delete $filename
+          file delete ${destroot}${python.pkgd}/bob/__init__.pyc
+
+          file delete ${destroot}${python.pkgd}/bob/learn/__init__.py
+          file delete ${destroot}${python.pkgd}/bob/learn/__init__.pyc
+
+        }
+
+        set filename ${destroot}${python.pkgd}/bob/__pycache__/__init__.cpython-34.pyc
+        if {[file exists $filename] == 1} {
+           file delete $filename
+           file delete ${destroot}${python.pkgd}/bob/learn/__pycache__/__init__.cpython-34.pyc
+        }
+
+    }
+
+}
+


Property changes on: trunk/dports/python/py-bob-learn-linear/Portfile
___________________________________________________________________
Added: svn:executable
   + *
Added: svn:keywords
   + Id
Added: svn:eol-style
   + native

Added: trunk/dports/python/py-bob-learn-mlp/Portfile
===================================================================
--- trunk/dports/python/py-bob-learn-mlp/Portfile	                        (rev 0)
+++ trunk/dports/python/py-bob-learn-mlp/Portfile	2015-11-30 23:47:39 UTC (rev 142985)
@@ -0,0 +1,97 @@
+# -*- 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                    python 1.0
+PortGroup                    github 1.0
+PortGroup                    active_variants 1.1
+
+name                         py-bob-learn-mlp
+version                      2.0.6
+license                      BSD
+homepage                     http://idiap.github.com/bob/
+
+categories-append            science math devel
+platforms                    darwin
+maintainers                  idiap.ch:andre.anjos \
+                             idiap.ch:laurent.el-shafey \
+                             idiap.ch:tiago.pereira
+
+
+description                  Bindings for Bob's Multi-layer Perceptron and Trainers \
+                             Bob is a signal-processing and machine learning toolbox
+
+long_description             Bob is a signal-processing and machine learning toolbox \
+                             developed at the Idiap Research Institute, in Martigny, \
+                             Switzerland. The toolbox is written in a mix of Python \
+                             and C++ and is designed to be both efficient and to \
+                             reduce development time.
+
+github.setup                 bioidiap bob.learn.mlp 2.0.6 v
+
+
+python.versions              27 34
+python.default_version       27
+
+checksums                    rmd160  bcd2cdfa1d49d1dbcb50deff8462d22bf67ffa2b \
+                             sha256  27fcdc4ff4019b71f9ed679d59c1b3ef45c49fddf3b7495f1a8fb0b68749ddf5
+
+
+if {$subport ne $name} {
+
+    depends_build-append port:pkgconfig
+
+    depends_lib-append \
+      port:blitz \
+      port:cmake \
+      path:lib/libavcodec.dylib:ffmpeg \
+      port:matio \
+      port:jpeg \
+      port:netpbm \
+      port:libpng \
+      port:tiff \
+      port:giflib \
+      port:hdf5 \
+      port:fftw-3 \
+      port:vlfeat \
+      port:libsvm \
+      port:boost \
+      port:py${python.version}-sphinx \
+      port:py${python.version}-setuptools \
+      port:py${python.version}-numpy \
+      port:py${python.version}-matplotlib \
+      port:py${python.version}-sqlalchemy \
+      port:py${python.version}-scipy \
+      port:py${python.version}-nose \
+      port:py${python.version}-pillow \
+      port:py${python.version}-bob-extension \
+      port:py${python.version}-bob-blitz \
+      port:py${python.version}-bob-core \
+      port:py${python.version}-bob-math \
+      port:py${python.version}-bob-learn-activation
+
+      require_active_variants   port:boost python${python.version}
+
+
+    #WORKAROUND TO AVOID CONFLICTS WITH ANOTHER BOB PACKAGES (DELETING THE ROOT __INIT_FILES)
+    post-destroot {
+        set filename ${destroot}${python.pkgd}/bob/__init__.py
+        if {[file exists $filename] == 1} {
+          file delete $filename
+          file delete ${destroot}${python.pkgd}/bob/__init__.pyc
+
+          file delete ${destroot}${python.pkgd}/bob/learn/__init__.py
+          file delete ${destroot}${python.pkgd}/bob/learn/__init__.pyc
+        }
+
+        set filename ${destroot}${python.pkgd}/bob/__pycache__/__init__.cpython-34.pyc
+        if {[file exists $filename] == 1} {
+           file delete $filename
+           file delete ${destroot}${python.pkgd}/bob/learn/__pycache__/__init__.cpython-34.pyc
+        }
+
+    }
+
+}
+
+


Property changes on: trunk/dports/python/py-bob-learn-mlp/Portfile
___________________________________________________________________
Added: svn:executable
   + *
Added: svn:keywords
   + Id
Added: svn:eol-style
   + native

Added: trunk/dports/python/py-bob-math/Portfile
===================================================================
--- trunk/dports/python/py-bob-math/Portfile	                        (rev 0)
+++ trunk/dports/python/py-bob-math/Portfile	2015-11-30 23:47:39 UTC (rev 142985)
@@ -0,0 +1,91 @@
+# -*- 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                    python 1.0
+PortGroup                    github 1.0
+PortGroup                    active_variants 1.1
+
+name                         py-bob-math
+version                      2.0.3
+license                      BSD
+homepage                     http://idiap.github.com/bob/
+
+categories-append            science math devel
+platforms                    darwin
+maintainers                  idiap.ch:andre.anjos \
+                             idiap.ch:laurent.el-shafey \
+                             idiap.ch:tiago.pereira
+
+
+description                  This package contains Bob's math functionality. \
+                             Bob is a signal-processing and machine learning toolbox
+
+long_description             Bob is a signal-processing and machine learning toolbox \
+                             developed at the Idiap Research Institute, in Martigny, \
+                             Switzerland. The toolbox is written in a mix of Python \
+                             and C++ and is designed to be both efficient and to \
+                             reduce development time.
+
+github.setup                 bioidiap bob.math 2.0.3 v
+
+
+python.versions              27 34
+python.default_version       27
+
+checksums                    rmd160  52b04f5b4d6c5ce910b898843904dae57eaad049 \
+                             sha256  0c12b8f574d6e96221e2f1a25981b03cc920eb13c7f122fb8c703700fc50e9cc
+
+
+if {$subport ne $name} {
+
+    depends_build-append port:pkgconfig
+
+    depends_lib-append \
+      port:blitz \
+      port:cmake \
+      path:lib/libavcodec.dylib:ffmpeg \
+      port:matio \
+      port:jpeg \
+      port:netpbm \
+      port:libpng \
+      port:tiff \
+      port:giflib \
+      port:hdf5 \
+      port:fftw-3 \
+      port:vlfeat \
+      port:libsvm \
+      port:boost \
+      port:py${python.version}-sphinx \
+      port:py${python.version}-setuptools \
+      port:py${python.version}-numpy \
+      port:py${python.version}-matplotlib \
+      port:py${python.version}-sqlalchemy \
+      port:py${python.version}-scipy \
+      port:py${python.version}-nose \
+      port:py${python.version}-pillow \
+      port:py${python.version}-bob-blitz \
+      port:py${python.version}-bob-core \
+      port:py${python.version}-bob-extension
+
+      require_active_variants   port:boost python${python.version}
+
+
+    #WORKAROUND TO AVOID CONFLICTS WITH ANOTHER BOB PACKAGES (DELETING THE ROOT __INIT_FILES)
+    post-destroot {
+        set filename ${destroot}${python.pkgd}/bob/__init__.py
+        if {[file exists $filename] == 1} {
+          file delete $filename
+          file delete ${destroot}${python.pkgd}/bob/__init__.pyc
+        }
+
+        set filename ${destroot}${python.pkgd}/bob/__pycache__/__init__.cpython-34.pyc
+        if {[file exists $filename] == 1} {
+           file delete $filename
+        }
+
+    }
+
+}
+
+


Property changes on: trunk/dports/python/py-bob-math/Portfile
___________________________________________________________________
Added: svn:executable
   + *
Added: svn:keywords
   + Id
Added: svn:eol-style
   + native

Added: trunk/dports/python/py-bob-measure/Portfile
===================================================================
--- trunk/dports/python/py-bob-measure/Portfile	                        (rev 0)
+++ trunk/dports/python/py-bob-measure/Portfile	2015-11-30 23:47:39 UTC (rev 142985)
@@ -0,0 +1,94 @@
+# -*- 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                    python 1.0
+PortGroup                    github 1.0
+PortGroup                    active_variants 1.1
+
+name                         py-bob-measure
+version                      2.0.5
+license                      BSD
+homepage                     http://idiap.github.com/bob/
+
+categories-append            science math devel
+platforms                    darwin
+maintainers                  idiap.ch:andre.anjos \
+                             idiap.ch:laurent.el-shafey \
+                             idiap.ch:tiago.pereira
+
+
+description                  Python bindings to bob::measure \
+                             Bob is a signal-processing and machine learning toolbox
+
+long_description             Bob is a signal-processing and machine learning toolbox \
+                             developed at the Idiap Research Institute, in Martigny, \
+                             Switzerland. The toolbox is written in a mix of Python \
+                             and C++ and is designed to be both efficient and to \
+                             reduce development time.
+
+github.setup                 bioidiap bob.measure 2.0.5 v
+
+
+python.versions              27 34
+python.default_version       27
+
+checksums                    rmd160  e430d67c79e9ec868bbaefb50cd08484c51d2e29 \
+                             sha256  47be3eb04c14a20864250afc1e34eb3f9ecf8ec9405866a8c47e2b6559dde612
+
+
+
+if {$subport ne $name} {
+
+    depends_build-append port:pkgconfig
+
+    depends_lib-append \
+      port:blitz \
+      port:cmake \
+      path:lib/libavcodec.dylib:ffmpeg \
+      port:matio \
+      port:jpeg \
+      port:netpbm \
+      port:libpng \
+      port:tiff \
+      port:giflib \
+      port:hdf5 \
+      port:fftw-3 \
+      port:vlfeat \
+      port:libsvm \
+      port:boost \
+      port:py${python.version}-sphinx \
+      port:py${python.version}-setuptools \
+      port:py${python.version}-numpy \
+      port:py${python.version}-matplotlib \
+      port:py${python.version}-sqlalchemy \
+      port:py${python.version}-scipy \
+      port:py${python.version}-nose \
+      port:py${python.version}-pillow \
+      port:py${python.version}-bob-blitz \
+      port:py${python.version}-bob-core \
+      port:py${python.version}-bob-math \
+      port:py${python.version}-bob-io-base \
+      port:py${python.version}-bob-extension
+
+      require_active_variants   port:boost python${python.version}
+
+
+    #WORKAROUND TO AVOID CONFLICTS WITH ANOTHER BOB PACKAGES (DELETING THE ROOT __INIT_FILES)
+    post-destroot {
+        set filename ${destroot}${python.pkgd}/bob/__init__.py
+        if {[file exists $filename] == 1} {
+          file delete $filename
+          file delete ${destroot}${python.pkgd}/bob/__init__.pyc
+        }
+
+        set filename ${destroot}${python.pkgd}/bob/__pycache__/__init__.cpython-34.pyc
+        if {[file exists $filename] == 1} {
+           file delete $filename
+        }
+
+    }
+
+}
+
+


Property changes on: trunk/dports/python/py-bob-measure/Portfile
___________________________________________________________________
Added: svn:executable
   + *
Added: svn:keywords
   + Id
Added: svn:eol-style
   + native

Added: trunk/dports/python/py-bob-sp/Portfile
===================================================================
--- trunk/dports/python/py-bob-sp/Portfile	                        (rev 0)
+++ trunk/dports/python/py-bob-sp/Portfile	2015-11-30 23:47:39 UTC (rev 142985)
@@ -0,0 +1,91 @@
+# -*- 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                    python 1.0
+PortGroup                    github 1.0
+PortGroup                    active_variants 1.1
+
+name                         py-bob-sp
+version                      2.0.4
+license                      BSD
+homepage                     http://idiap.github.com/bob/
+
+categories-append            science math devel
+platforms                    darwin
+maintainers                  idiap.ch:andre.anjos \
+                             idiap.ch:laurent.el-shafey \
+                             idiap.ch:tiago.pereira
+
+
+description                  Bindings for Bob's signal processing utilities \
+                             Bob is a signal-processing and machine learning toolbox
+
+long_description             Bob is a signal-processing and machine learning toolbox \
+                             developed at the Idiap Research Institute, in Martigny, \
+                             Switzerland. The toolbox is written in a mix of Python \
+                             and C++ and is designed to be both efficient and to \
+                             reduce development time.
+
+github.setup                 bioidiap bob.sp 2.0.4 v
+
+
+python.versions              27 34
+python.default_version       27
+
+checksums                    rmd160  f5c107635e36a199661dff16038fbfef8479b28c \
+                             sha256  7299d97e9c46b2e98f44f30da0cbbedbee41d85bcd7435b4e1c1cd811391f772
+
+
+if {$subport ne $name} {
+
+    depends_build-append port:pkgconfig
+
+    depends_lib-append \
+      port:blitz \
+      port:cmake \
+      path:lib/libavcodec.dylib:ffmpeg \
+      port:matio \
+      port:jpeg \
+      port:netpbm \
+      port:libpng \
+      port:tiff \
+      port:giflib \
+      port:hdf5 \
+      port:fftw-3 \
+      port:vlfeat \
+      port:libsvm \
+      port:boost \
+      port:py${python.version}-sphinx \
+      port:py${python.version}-setuptools \
+      port:py${python.version}-numpy \
+      port:py${python.version}-matplotlib \
+      port:py${python.version}-sqlalchemy \
+      port:py${python.version}-scipy \
+      port:py${python.version}-nose \
+      port:py${python.version}-pillow \
+      port:py${python.version}-bob-blitz \
+      port:py${python.version}-bob-core
+
+      require_active_variants   port:boost python${python.version}
+
+
+    #WORKAROUND TO AVOID CONFLICTS WITH ANOTHER BOB PACKAGES (DELETING THE ROOT __INIT_FILES)
+    post-destroot {
+        set filename ${destroot}${python.pkgd}/bob/__init__.py
+        if {[file exists $filename] == 1} {
+          file delete $filename
+          file delete ${destroot}${python.pkgd}/bob/__init__.pyc
+        }
+
+        set filename ${destroot}${python.pkgd}/bob/__pycache__/__init__.cpython-34.pyc
+        if {[file exists $filename] == 1} {
+           file delete $filename
+        }
+
+    }
+
+}
+
+
+


Property changes on: trunk/dports/python/py-bob-sp/Portfile
___________________________________________________________________
Added: svn:executable
   + *
Added: svn:keywords
   + Id
Added: svn:eol-style
   + native
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20151212/31bc41ac/attachment-0001.html>


More information about the macports-changes mailing list