[88086] trunk/dports/aqua

pvanek at macports.org pvanek at macports.org
Sun Dec 18 06:33:00 PST 2011


Revision: 88086
          http://trac.macports.org/changeset/88086
Author:   pvanek at macports.org
Date:     2011-12-18 06:32:56 -0800 (Sun, 18 Dec 2011)
Log Message:
-----------
nomacs: new port; 0.2.3 version; image viewer; qt

Added Paths:
-----------
    trunk/dports/aqua/nomacs/
    trunk/dports/aqua/nomacs/Portfile

Added: trunk/dports/aqua/nomacs/Portfile
===================================================================
--- trunk/dports/aqua/nomacs/Portfile	                        (rev 0)
+++ trunk/dports/aqua/nomacs/Portfile	2011-12-18 14:32:56 UTC (rev 88086)
@@ -0,0 +1,42 @@
+# -*- 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               qt4 1.0
+
+name                    nomacs
+version                 0.2.3
+license                 GPL-3
+maintainers             pvanek nomaintainer
+description             nomacs image viewer application bundle
+long_description        nomacs is a free image viewer. nomacs is small, fast and able to \
+                        handle the most common image formats. Additionally it is possible \
+                        to synchronize multiple viewers. A synchronization of viewers running \
+                        on the same computer or via LAN is possible. It allows to compare \
+                        images and spot the differences (e.g. schemes of architects to show the progress).
+categories              aqua graphics
+platforms               darwin
+homepage                http://nomacs.org
+master_sites            sourceforge:nomacs
+use_bzip2               yes
+distname                ${name}-${version}-source
+worksrcdir              ${name}-${version}
+
+checksums               md5     e86d3bfe376962986b0ab589ce282a74 \
+                        sha1    7795c7c4e24f6d48da1682565dac84a85d324912 \
+                        rmd160  4eee826e4a5cc077d8d4206061b5dbdea460f7d3
+
+depends_build           port:cmake
+
+depends_lib             port:exiv2 \
+                        port:libraw \
+                        port:opencv
+
+
+configure.cmd           cmake
+configure.pre_args      -DCMAKE_INSTALL_PREFIX=${applications_dir}
+configure.args          -DCMAKE_LIBRARY_PATH=${prefix}/lib \
+                        -DCMAKE_INCLUDE_PATH=${prefix}/include \
+                        ${qt_cmake_defines} .
+
+
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20111218/003ace0f/attachment.html>


More information about the macports-changes mailing list