diff --git a/graphics/vigra/BUILD b/graphics/vigra/BUILD new file mode 100644 index 00000000000..bd4c265306a --- /dev/null +++ b/graphics/vigra/BUILD @@ -0,0 +1,5 @@ +( + + default_cmake_build + +) > $C_FIFO 2>&1 diff --git a/graphics/vigra/DEPENDS b/graphics/vigra/DEPENDS new file mode 100644 index 00000000000..9dc0f261ee4 --- /dev/null +++ b/graphics/vigra/DEPENDS @@ -0,0 +1,11 @@ +depends cmake + +optional_depends "hdf5" "-DWITH_HDF5=ON" "-DWITH_HDF5=OFF" "For data model, library, and file format support" +optional_depends "fftw3" "" "" "fast C FFT library" +optional_depends "nose" "" "" "for test discovery unittest" +optional_depends "zlib" "" "" "compression support" +optional_depends "libpng" "" "" "for png support" +optional_depends "%JPEG" "" "" "for jpeg support" +optional_depends "openMotif" "" "" "for tiff support" +optional_depends "boost" "" "" "for boost support" +optional_depends "Sphinx" "-DPYTHON_SPHINX=ON" "-DPYTHON_SPHINX=OFF" "for document generation support" diff --git a/graphics/vigra/DETAILS b/graphics/vigra/DETAILS new file mode 100644 index 00000000000..0ff78d853c4 --- /dev/null +++ b/graphics/vigra/DETAILS @@ -0,0 +1,18 @@ + MODULE=vigra + VERSION=1.8.0 + SOURCE=$MODULE-$VERSION-src.tar.gz + SOURCE_URL=http://kogs-www.informatik.uni-hamburg.de/~koethe/vigra + SOURCE_VFY=sha1:09f1d506c2748ebeb7d9f1c77ce387f9e7b837d2 + WEB_SITE=http://kogs-www.informatik.uni-hamburg.de/~koethe/vigra/ + ENTERED=20061218 + UPDATED=20111009 + SHORT="Vision with Generic Algorithms" + +cat << EOF +Vision with Generic Algorithms +It's a novel computer vision library that puts its main emphasize 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. +EOF