Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 20 Mar 2016 01:49:46 +0000 (UTC)
From:      Greg Lehey <grog@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r411427 - head/graphics/vigra
Message-ID:  <201603200149.u2K1nksi009908@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: grog (src committer)
Date: Sun Mar 20 01:49:46 2016
New Revision: 411427
URL: https://svnweb.freebsd.org/changeset/ports/411427

Log:
  Update link in pkg-descr.
  
  New version 1.11.0.
  
   Changes:
      Ported vigranumpy to Python 3.5.
  
      Added Chunked arrays to store data larger than RAM as a collection of
      rectangular blocks.
  
      Added vigra::ThreadPool and parallel_foreach() for portable
      algorithm parallelization based on std::thread.  Implemented
      parallel versions of Gaussian smoothing, Gaussian derivatives,
      connected components labeling, and union-find watersheds.
  
      Added graph-based image analysis, e.g. agglomerative clustering
  
      Included the callback mechanism described in "Impossibly Fast C++
      Delegates" by Sergey Ryazanov (needed for agglomerative
      clustering).
  
      Added many image registration functions.
  
      Extended the collection of multi-dimensional distance transform
      algorithms by vectorial DT, boundary DT, and eccentricity
      transform.
  
      Added skeletonizeImage(), nonLocalMean(), multi-dimensional
      integral images.
  
      Added new 2D shape features based on skeletonization and the
      convex hull.
  
      Additional arithmetic and algebraic functions for
      vigra::TinyVector.
  
      Added vigra::CountingIterator.
  
      Minor improvements and bug fixes in the code and documentation.

Modified:
  head/graphics/vigra/Makefile
  head/graphics/vigra/distinfo
  head/graphics/vigra/pkg-descr

Modified: head/graphics/vigra/Makefile
==============================================================================
--- head/graphics/vigra/Makefile	Sun Mar 20 00:57:54 2016	(r411426)
+++ head/graphics/vigra/Makefile	Sun Mar 20 01:49:46 2016	(r411427)
@@ -2,8 +2,8 @@
 # $FreeBSD$
 
 PORTNAME=	vigra
-DISTVERSION=	1.10.0
-PORTREVISION=	6
+DISTVERSION=	1.11.0
+PORTREVISION=	0
 CATEGORIES=	graphics
 
 MAINTAINER=	ports@FreeBSD.org

Modified: head/graphics/vigra/distinfo
==============================================================================
--- head/graphics/vigra/distinfo	Sun Mar 20 00:57:54 2016	(r411426)
+++ head/graphics/vigra/distinfo	Sun Mar 20 01:49:46 2016	(r411427)
@@ -1,2 +1,2 @@
-SHA256 (ukoethe-vigra-1.10.0-e6c21f3_GH0.tar.gz) = 654074d08e46630a05084098779358baf3e4c0ab018ad6f02093823f1395b348
-SIZE (ukoethe-vigra-1.10.0-e6c21f3_GH0.tar.gz) = 29184342
+SHA256 (ukoethe-vigra-1.11.0-e6c21f3_GH0.tar.gz) = 654074d08e46630a05084098779358baf3e4c0ab018ad6f02093823f1395b348
+SIZE (ukoethe-vigra-1.11.0-e6c21f3_GH0.tar.gz) = 29184342

Modified: head/graphics/vigra/pkg-descr
==============================================================================
--- head/graphics/vigra/pkg-descr	Sun Mar 20 00:57:54 2016	(r411426)
+++ head/graphics/vigra/pkg-descr	Sun Mar 20 01:49:46 2016	(r411427)
@@ -5,4 +5,4 @@ the C++ Standard Template Library, you c
 component to the needs of your application, without thereby giving up
 execution speed.
 
-WWW: http://hci.iwr.uni-heidelberg.de/vigra/
+WWW: http://ukoethe.github.io/vigra/



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201603200149.u2K1nksi009908>