[38306] trunk/dports/graphics

ryandesign at macports.org ryandesign at macports.org
Tue Jul 15 01:03:55 PDT 2008


Revision: 38306
          http://trac.macosforge.org/projects/macports/changeset/38306
Author:   ryandesign at macports.org
Date:     2008-07-15 01:03:54 -0700 (Tue, 15 Jul 2008)
Log Message:
-----------
vigra: new port, version 1.5.0; closes #15953

Added Paths:
-----------
    trunk/dports/graphics/vigra/
    trunk/dports/graphics/vigra/Portfile
    trunk/dports/graphics/vigra/files/
    trunk/dports/graphics/vigra/files/patch-Makefile.in.diff

Added: trunk/dports/graphics/vigra/Portfile
===================================================================
--- trunk/dports/graphics/vigra/Portfile	                        (rev 0)
+++ trunk/dports/graphics/vigra/Portfile	2008-07-15 08:03:54 UTC (rev 38306)
@@ -0,0 +1,48 @@
+# $Id$
+
+PortSystem          1.0
+
+name                vigra
+version             1.5.0
+categories          graphics
+platforms           darwin
+maintainers         ryandesign openmaintainer
+description         Generic Image Processing Library for C++
+long_description    VIGRA stands for \"Vision with Generic Algorithms\". \
+                    It's a novel computer vision library that puts its \
+                    main emphasis on customizable algorithms and data \
+                    structures. By using template techniques similar to \
+                    those in the C++ Standard Template Library, you can \
+                    easily adapt any VIGRA component to the needs of your \
+                    application, without thereby giving up execution speed.
+homepage            http://kogs-www.informatik.uni-hamburg.de/~koethe/vigra/
+master_sites        ${homepage}
+distname            ${name}${version}
+use_parallel_build  yes
+universal_variant   no
+
+checksums           md5 5713de4ebfe29e1b5fa9689af76b8a90 \
+                    sha1 26fca97f1b3b97d9f4d3b4e775c841894e492143 \
+                    rmd160 8d8cadc7f20586ec3336d0f6581ddfafc93fff73
+
+patchfiles          patch-Makefile.in.diff
+
+depends_lib         port:jpeg \
+                    port:tiff \
+                    port:libpng \
+                    port:zlib \
+                    port:fftw-3 \
+                    port:doxygen
+
+configure.args      --docdir=\\\${prefix}/share/doc/${name}-${version} \
+                    --with-jpeg=${prefix} \
+                    --with-tiff=${prefix} \
+                    --with-png=${prefix} \
+                    --with-zlib=${prefix} \
+                    --with-fftw=${prefix}
+
+destroot.destdir    prefix=${destroot}${prefix}
+
+livecheck.check     regex
+livecheck.url       ${homepage}
+livecheck.regex     ${name}(\[0-9.\]+)\\.tar

Added: trunk/dports/graphics/vigra/files/patch-Makefile.in.diff
===================================================================
--- trunk/dports/graphics/vigra/files/patch-Makefile.in.diff	                        (rev 0)
+++ trunk/dports/graphics/vigra/files/patch-Makefile.in.diff	2008-07-15 08:03:54 UTC (rev 38306)
@@ -0,0 +1,34 @@
+--- Makefile.in	2006-08-24 07:02:18.000000000 -0500
++++ Makefile.in	2008-07-14 17:03:12.000000000 -0500
+@@ -10,26 +10,26 @@
+ install-exec:
+ 	@cd src ; $(MAKE) install ; cd ..
+ 	$(INSTALL) -d $(bindir)
+-	$(INSTALL) --mode=755 $(vigra_builddir)/config/vigra-config $(bindir)
++	$(INSTALL) -m 755 $(vigra_builddir)/config/vigra-config $(bindir)
+ 
+ install-includes:
+ 	if test "$(includedir)" != "$(vigra_srcdir)/include" ; then \
+           $(INSTALL) -d $(includedir)/vigra ; \
+-          $(INSTALL) --mode=644 $(vigra_srcdir)/include/vigra/*.hxx $(includedir)/vigra ; \
++          $(INSTALL) -m 644 $(vigra_srcdir)/include/vigra/*.hxx $(includedir)/vigra ; \
+         fi
+ install-headers: install-includes
+ 
+ install-docs:
+ 	$(INSTALL) -d $(docdir)
+-	$(INSTALL) --mode=644 $(vigra_srcdir)/LICENSE.txt $(docdir)
++	$(INSTALL) -m 644 $(vigra_srcdir)/LICENSE.txt $(docdir)
+ 	if test "$(docdir)" != "$(vigra_srcdir)/doc/vigra" ; then \
+-          $(INSTALL) --mode=644 \
++          $(INSTALL) -m 644 \
+             $(vigra_srcdir)/doc/vigra/*.html \
+             $(vigra_srcdir)/doc/vigra/classvigra*.png $(vigra_srcdir)/doc/vigra/form*.png \
+             $(vigra_srcdir)/doc/vigra/doxygen.png $(vigra_srcdir)/doc/vigra/doxygen.css \
+             $(docdir) ; \
+           $(INSTALL) -d $(docdir)/documents ; \
+-          $(INSTALL) --mode=644 \
++          $(INSTALL) -m 644 \
+             $(vigra_srcdir)/doc/vigra/documents/*.ps \
+             $(vigra_srcdir)/doc/vigra/documents/*.gif \
+             $(docdir)/documents ; \
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20080715/a614950d/attachment.html 


More information about the macports-changes mailing list