[94602] trunk/dports/devel
jmr at macports.org
jmr at macports.org
Sun Jun 24 18:43:57 PDT 2012
Revision: 94602
https://trac.macports.org/changeset/94602
Author: jmr at macports.org
Date: 2012-06-24 18:43:55 -0700 (Sun, 24 Jun 2012)
Log Message:
-----------
New port: olena, Software platform for efficient and generic image processing (#32206)
Added Paths:
-----------
trunk/dports/devel/olena/
trunk/dports/devel/olena/Portfile
Added: trunk/dports/devel/olena/Portfile
===================================================================
--- trunk/dports/devel/olena/Portfile (rev 0)
+++ trunk/dports/devel/olena/Portfile 2012-06-25 01:43:55 UTC (rev 94602)
@@ -0,0 +1,44 @@
+# -*- 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:s
+# $Id$
+
+PortSystem 1.0
+
+name olena
+version 2.0
+categories devel framework graphics science
+platforms darwin
+license GPL-2
+maintainers lrde.epita.fr:olena
+description Software platform for efficient and generic image processing
+long_description It is composed of a Generic and efficient C++ image \
+ processing library, a framework for Document Image \
+ Analysis and Python bindings.
+homepage http://olena.lrde.epita.fr
+master_sites http://www.lrde.epita.fr/dload/olena/
+
+checksums md5 b5c28d5f9e184bbefb50757115fa6551 \
+ sha1 d3a829fa56bff4edbca58af0c9a39c9569820c60 \
+ rmd160 276abd7a2af6e7627aa1ab91df0ea7fd11a713ef
+
+depends_lib port:GraphicsMagick \
+ port:tiff
+
+configure.args --with-imagemagickxx=no
+# code violates aliasing rules
+configure.cxxflags-append -fno-strict-aliasing
+
+variant scribo description {Add a DIA framework} {
+ depends_lib-append port:tesseract \
+ port:qt4-mac \
+ port:libxslt
+
+ depends_run-append port:fop
+
+ configure.args-append --enable-scribo
+}
+
+variant swilena description {Add Python bindings} {
+ configure.args-append --enable-swilena
+}
+
+default_variants +scribo
Property changes on: trunk/dports/devel/olena/Portfile
___________________________________________________________________
Added: svn:keywords
+ Id
Added: svn:eol-style
+ native
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120624/e62d775f/attachment.html>
More information about the macports-changes
mailing list