Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 21 Jun 2009 08:22:28 GMT
From:      Wen Heping <wenheping@gmail.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/135879: [Update]graphics/vigra:update to 1.6.0
Message-ID:  <200906210822.n5L8MSck058437@www.freebsd.org>
Resent-Message-ID: <200906210830.n5L8U7uF048616@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         135879
>Category:       ports
>Synopsis:       [Update]graphics/vigra:update to 1.6.0
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Sun Jun 21 08:30:07 UTC 2009
>Closed-Date:
>Last-Modified:
>Originator:     Wen Heping
>Release:        FreeBSD 8.0-CURRENT
>Organization:
ChangAn Middle School
>Environment:
FreeBSD fb8.wenjing.com 8.0-CURRENT FreeBSD 8.0-CURRENT #0: Sun Mar 22 22:12:06 CST 2009     root@fb8.wenjing.com:/usr/obj/usr/src/sys/GENERIC  i386
>Description:
update to 1.6.0 from 1.5.0
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

diff -urN vigra/Makefile vigra.new/Makefile
--- vigra/Makefile	2009-06-21 13:03:43.000000000 +0800
+++ vigra.new/Makefile	2009-06-21 16:18:01.000000000 +0800
@@ -10,7 +10,7 @@
 # The hugin port is a gui interface to interact with panorama tools.
 
 PORTNAME=	vigra
-PORTVERSION=	1.5.0
+PORTVERSION=	1.6.0
 CATEGORIES=	graphics
 MASTER_SITES=	http://kogs-www.informatik.uni-hamburg.de/~koethe/vigra/
 DISTNAME=	${PORTNAME}${PORTVERSION}
diff -urN vigra/distinfo vigra.new/distinfo
--- vigra/distinfo	2009-06-21 13:03:43.000000000 +0800
+++ vigra.new/distinfo	2009-06-21 11:12:29.000000000 +0800
@@ -1,3 +1,3 @@
-MD5 (vigra1.5.0.tar.gz) = 5713de4ebfe29e1b5fa9689af76b8a90
-SHA256 (vigra1.5.0.tar.gz) = 2ac6416bc1da1be8e6c308985566be93d3e210582c2a83a8e2e55077c457d6b6
-SIZE (vigra1.5.0.tar.gz) = 12854465
+MD5 (vigra1.6.0.tar.gz) = d62650a6f908e85643e557a236ea989c
+SHA256 (vigra1.6.0.tar.gz) = 1f188ac03a8aa4663223eca8c82f91a55293d066d67127082e29a7dba1a98c9f
+SIZE (vigra1.6.0.tar.gz) = 16525605
diff -urN vigra/files/patch-Makefile.in vigra.new/files/patch-Makefile.in
--- vigra/files/patch-Makefile.in	1970-01-01 08:00:00.000000000 +0800
+++ vigra.new/files/patch-Makefile.in	2009-06-21 13:06:00.000000000 +0800
@@ -0,0 +1,11 @@
+--- Makefile.in.orig	2009-06-21 13:05:02.000000000 +0800
++++ Makefile.in	2009-06-21 13:05:36.000000000 +0800
+@@ -27,7 +27,7 @@
+ 	if test "$(docdir)" != "$(vigra_srcdir)/doc/vigra" ; then \
+           $(INSTALL_DATA) \
+             $(vigra_srcdir)/doc/vigra/*.html \
+-            $(vigra_srcdir)/doc/vigra/classvigra*.png $(vigra_srcdir)/doc/vigra/form*.png \
++            $(vigra_srcdir)/doc/vigra/classvigra*.png \
+             $(vigra_srcdir)/doc/vigra/doxygen.png $(vigra_srcdir)/doc/vigra/vigra.css \
+             $(docdir) ; \
+           $(INSTALL_MKDIR) $(docdir)/documents ; \
diff -urN vigra/pkg-plist vigra.new/pkg-plist
--- vigra/pkg-plist	2009-06-21 13:03:43.000000000 +0800
+++ vigra.new/pkg-plist	2009-06-21 15:53:51.000000000 +0800
@@ -84,13 +84,24 @@
 include/vigra/tuple.hxx
 include/vigra/utilities.hxx
 include/vigra/watersheds.hxx
+include/vigra/affine_registration.hxx
+include/vigra/labelvolume.hxx
+include/vigra/multi_distance.hxx
+include/vigra/multi_morphology.hxx
+include/vigra/multi_resize.hxx
+include/vigra/promote_traits.hxx
+include/vigra/random.hxx
+include/vigra/regression.hxx
+include/vigra/seededregiongrowing3d.hxx
+include/vigra/singular_value_decomposition.hxx
+include/vigra/voxelneighborhood.hxx
+include/vigra/watersheds3d.hxx
 lib/libvigraimpex.a
 lib/libvigraimpex.la
 lib/libvigraimpex.so
 lib/libvigraimpex.so.2
 %%DOCSDIR%%/AlgebraicConcepts.html
 %%DOCSDIR%%/BorderTreatmentMode.html
-%%DOCSDIR%%/ColorConversions.html
 %%DOCSDIR%%/Concepts.html
 %%DOCSDIR%%/Convolution.html
 %%DOCSDIR%%/CrackEdgeImage.html
@@ -99,7 +110,6 @@
 %%DOCSDIR%%/Examples.html
 %%DOCSDIR%%/FFTWComplexTraits.html
 %%DOCSDIR%%/FixedPointTraits.html
-%%DOCSDIR%%/FourierTransformFFTW2.html
 %%DOCSDIR%%/FunctorExpressions.html
 %%DOCSDIR%%/ImageAnalysis.html
 %%DOCSDIR%%/ImageDataStructures.html
@@ -175,7 +185,6 @@
 %%DOCSDIR%%/classvigra_1_1ConstStridedImageIterator.png
 %%DOCSDIR%%/classvigra_1_1ConstValueIterator-members.html
 %%DOCSDIR%%/classvigra_1_1ConstValueIterator.html
-%%DOCSDIR%%/classvigra_1_1CoordinateIterator.html
 %%DOCSDIR%%/classvigra_1_1CoscotFunction-members.html
 %%DOCSDIR%%/classvigra_1_1CoscotFunction.html
 %%DOCSDIR%%/classvigra_1_1CrackContourCirculator-members.html
@@ -275,10 +284,6 @@
 %%DOCSDIR%%/classvigra_1_1MultiImageAccessor2.html
 %%DOCSDIR%%/classvigra_1_1MultiIterator-members.html
 %%DOCSDIR%%/classvigra_1_1MultiIterator.html
-%%DOCSDIR%%/classvigra_1_1MultiIteratorBase.html
-%%DOCSDIR%%/classvigra_1_1MultiIteratorBase_1_1type-members.html
-%%DOCSDIR%%/classvigra_1_1MultiIteratorBase_1_1type.html
-%%DOCSDIR%%/classvigra_1_1MultiIteratorBase_1_1type.png
 %%DOCSDIR%%/classvigra_1_1NeighborOffsetCirculator-members.html
 %%DOCSDIR%%/classvigra_1_1NeighborOffsetCirculator.html
 %%DOCSDIR%%/classvigra_1_1NeighborhoodCirculator-members.html
@@ -374,10 +379,6 @@
 %%DOCSDIR%%/classvigra_1_1StridedImageIterator.png
 %%DOCSDIR%%/classvigra_1_1StridedMultiIterator-members.html
 %%DOCSDIR%%/classvigra_1_1StridedMultiIterator.html
-%%DOCSDIR%%/classvigra_1_1StridedMultiIteratorBase.html
-%%DOCSDIR%%/classvigra_1_1StridedMultiIteratorBase_1_1type-members.html
-%%DOCSDIR%%/classvigra_1_1StridedMultiIteratorBase_1_1type.html
-%%DOCSDIR%%/classvigra_1_1StridedMultiIteratorBase_1_1type.png
 %%DOCSDIR%%/classvigra_1_1Threshold-members.html
 %%DOCSDIR%%/classvigra_1_1Threshold.html
 %%DOCSDIR%%/classvigra_1_1TinyVector-members.html
@@ -440,76 +441,14 @@
 %%DOCSDIR%%/documents/pfeilGross.gif
 %%DOCSDIR%%/documents/viff.ps
 %%DOCSDIR%%/documents/vigra.gif
-%%DOCSDIR%%/doxygen.css
-%%DOCSDIR%%/doxygen.png
 %%DOCSDIR%%/edge_8cxx-example.html
 %%DOCSDIR%%/edgedetection_8hxx-source.html
 %%DOCSDIR%%/eigensystem_8hxx-source.html
 %%DOCSDIR%%/error_8hxx-source.html
-%%DOCSDIR%%/examples.html
 %%DOCSDIR%%/fftw3_8hxx-source.html
-%%DOCSDIR%%/fftw_8hxx-source.html
 %%DOCSDIR%%/files.html
 %%DOCSDIR%%/fixedpoint_8hxx-source.html
 %%DOCSDIR%%/flatmorphology_8hxx-source.html
-%%DOCSDIR%%/form_0.png
-%%DOCSDIR%%/form_1.png
-%%DOCSDIR%%/form_10.png
-%%DOCSDIR%%/form_11.png
-%%DOCSDIR%%/form_12.png
-%%DOCSDIR%%/form_13.png
-%%DOCSDIR%%/form_14.png
-%%DOCSDIR%%/form_15.png
-%%DOCSDIR%%/form_16.png
-%%DOCSDIR%%/form_17.png
-%%DOCSDIR%%/form_18.png
-%%DOCSDIR%%/form_19.png
-%%DOCSDIR%%/form_2.png
-%%DOCSDIR%%/form_20.png
-%%DOCSDIR%%/form_21.png
-%%DOCSDIR%%/form_22.png
-%%DOCSDIR%%/form_23.png
-%%DOCSDIR%%/form_24.png
-%%DOCSDIR%%/form_25.png
-%%DOCSDIR%%/form_26.png
-%%DOCSDIR%%/form_27.png
-%%DOCSDIR%%/form_28.png
-%%DOCSDIR%%/form_29.png
-%%DOCSDIR%%/form_3.png
-%%DOCSDIR%%/form_30.png
-%%DOCSDIR%%/form_31.png
-%%DOCSDIR%%/form_32.png
-%%DOCSDIR%%/form_33.png
-%%DOCSDIR%%/form_34.png
-%%DOCSDIR%%/form_35.png
-%%DOCSDIR%%/form_36.png
-%%DOCSDIR%%/form_37.png
-%%DOCSDIR%%/form_38.png
-%%DOCSDIR%%/form_39.png
-%%DOCSDIR%%/form_4.png
-%%DOCSDIR%%/form_40.png
-%%DOCSDIR%%/form_41.png
-%%DOCSDIR%%/form_42.png
-%%DOCSDIR%%/form_43.png
-%%DOCSDIR%%/form_44.png
-%%DOCSDIR%%/form_45.png
-%%DOCSDIR%%/form_46.png
-%%DOCSDIR%%/form_47.png
-%%DOCSDIR%%/form_48.png
-%%DOCSDIR%%/form_49.png
-%%DOCSDIR%%/form_5.png
-%%DOCSDIR%%/form_50.png
-%%DOCSDIR%%/form_51.png
-%%DOCSDIR%%/form_52.png
-%%DOCSDIR%%/form_53.png
-%%DOCSDIR%%/form_54.png
-%%DOCSDIR%%/form_55.png
-%%DOCSDIR%%/form_56.png
-%%DOCSDIR%%/form_57.png
-%%DOCSDIR%%/form_6.png
-%%DOCSDIR%%/form_7.png
-%%DOCSDIR%%/form_8.png
-%%DOCSDIR%%/form_9.png
 %%DOCSDIR%%/functionindex.html
 %%DOCSDIR%%/functions.html
 %%DOCSDIR%%/functorexpression_8hxx-source.html
@@ -652,6 +591,174 @@
 %%DOCSDIR%%/voronoi_8cxx-example.html
 %%DOCSDIR%%/watershed_8cxx-example.html
 %%DOCSDIR%%/watersheds_8hxx-source.html
+%%DOCSDIR%%/ArgumentObjectFactories.html
+%%DOCSDIR%%/affine__registration_8hxx-source.html
+%%DOCSDIR%%/classvigra_1_1ArrayVectorView-members.html
+%%DOCSDIR%%/classvigra_1_1ArrayVectorView.html
+%%DOCSDIR%%/classvigra_1_1FindAverageAndVariance-members.html
+%%DOCSDIR%%/classvigra_1_1FindAverageAndVariance.html
+%%DOCSDIR%%/classvigra_1_1GammaFunctor-members.html
+%%DOCSDIR%%/classvigra_1_1GammaFunctor.html
+%%DOCSDIR%%/classvigra_1_1ImagePyramid-members.html
+%%DOCSDIR%%/classvigra_1_1ImagePyramid.html
+%%DOCSDIR%%/classvigra_1_1MultiArrayShape-members.html
+%%DOCSDIR%%/classvigra_1_1MultiArrayShape.html
+%%DOCSDIR%%/classvigra_1_1Neighborhood3DSix_1_1NeighborCode3D-members.html
+%%DOCSDIR%%/classvigra_1_1Neighborhood3DSix_1_1NeighborCode3D.html
+%%DOCSDIR%%/classvigra_1_1Neighborhood3DTwentySix_1_1NeighborCode3D-members.html
+%%DOCSDIR%%/classvigra_1_1Neighborhood3DTwentySix_1_1NeighborCode3D.html
+%%DOCSDIR%%/functions_0x62.html
+%%DOCSDIR%%/classvigra_1_1RGB2sRGBFunctor-members.html
+%%DOCSDIR%%/classvigra_1_1RGB2sRGBFunctor.html
+%%DOCSDIR%%/classvigra_1_1RandomNumberGenerator-members.html
+%%DOCSDIR%%/classvigra_1_1RandomNumberGenerator.html
+%%DOCSDIR%%/classvigra_1_1UniformIntRandomFunctor-members.html
+%%DOCSDIR%%/classvigra_1_1UniformIntRandomFunctor.html
+%%DOCSDIR%%/classvigra_1_1UniformRandomFunctor-members.html
+%%DOCSDIR%%/classvigra_1_1UniformRandomFunctor.html
+%%DOCSDIR%%/functions_0x63.html
+%%DOCSDIR%%/classvigra_1_1sRGB2RGBFunctor-members.html
+%%DOCSDIR%%/classvigra_1_1sRGB2RGBFunctor.html
+%%DOCSDIR%%/functions_0x64.html
+%%DOCSDIR%%/functions_0x65.html
+%%DOCSDIR%%/functions_0x66.html
+%%DOCSDIR%%/functions_0x67.html
+%%DOCSDIR%%/functions_0x68.html
+%%DOCSDIR%%/functions_0x69.html
+%%DOCSDIR%%/functions_0x6b.html
+%%DOCSDIR%%/functions_0x6c.html
+%%DOCSDIR%%/functions_0x6d.html
+%%DOCSDIR%%/functions_0x6e.html
+%%DOCSDIR%%/functions_0x6f.html
+%%DOCSDIR%%/functions_0x70.html
+%%DOCSDIR%%/functions_0x72.html
+%%DOCSDIR%%/functions_0x73.html
+%%DOCSDIR%%/functions_0x74.html
+%%DOCSDIR%%/functions_0x75.html
+%%DOCSDIR%%/functions_0x76.html
+%%DOCSDIR%%/functions_0x77.html
+%%DOCSDIR%%/functions_0x78.html
+%%DOCSDIR%%/functions_0x79.html
+%%DOCSDIR%%/functions_0x7e.html
+%%DOCSDIR%%/functions_enum.html
+%%DOCSDIR%%/functions_eval.html
+%%DOCSDIR%%/functions_func.html
+%%DOCSDIR%%/functions_func_0x62.html
+%%DOCSDIR%%/functions_func_0x63.html
+%%DOCSDIR%%/functions_func_0x64.html
+%%DOCSDIR%%/functions_func_0x65.html
+%%DOCSDIR%%/functions_func_0x66.html
+%%DOCSDIR%%/functions_func_0x67.html
+%%DOCSDIR%%/functions_func_0x68.html
+%%DOCSDIR%%/functions_func_0x69.html
+%%DOCSDIR%%/functions_func_0x6b.html
+%%DOCSDIR%%/functions_func_0x6c.html
+%%DOCSDIR%%/functions_func_0x6d.html
+%%DOCSDIR%%/functions_func_0x6e.html
+%%DOCSDIR%%/functions_func_0x6f.html
+%%DOCSDIR%%/functions_func_0x70.html
+%%DOCSDIR%%/functions_func_0x72.html
+%%DOCSDIR%%/functions_func_0x73.html
+%%DOCSDIR%%/functions_func_0x74.html
+%%DOCSDIR%%/functions_func_0x75.html
+%%DOCSDIR%%/functions_func_0x76.html
+%%DOCSDIR%%/functions_func_0x77.html
+%%DOCSDIR%%/functions_func_0x78.html
+%%DOCSDIR%%/functions_func_0x79.html
+%%DOCSDIR%%/functions_func_0x7e.html
+%%DOCSDIR%%/functions_type.html
+%%DOCSDIR%%/functions_type_0x62.html
+%%DOCSDIR%%/functions_type_0x63.html
+%%DOCSDIR%%/functions_type_0x64.html
+%%DOCSDIR%%/functions_type_0x66.html
+%%DOCSDIR%%/functions_type_0x69.html
+%%DOCSDIR%%/functions_type_0x6d.html
+%%DOCSDIR%%/functions_type_0x6e.html
+%%DOCSDIR%%/functions_type_0x70.html
+%%DOCSDIR%%/functions_type_0x72.html
+%%DOCSDIR%%/functions_type_0x73.html
+%%DOCSDIR%%/functions_type_0x74.html
+%%DOCSDIR%%/functions_type_0x76.html
+%%DOCSDIR%%/functions_vars.html
+%%DOCSDIR%%/group__ColorConversions.html
+%%DOCSDIR%%/group__LinearAlgebraModule.html
+%%DOCSDIR%%/group__MatrixAlgebra.html
+%%DOCSDIR%%/group__MultiArrayDistanceTransform.html
+%%DOCSDIR%%/group__MultiArrayMorphology.html
+%%DOCSDIR%%/group__RandomNumberGeneration.html
+%%DOCSDIR%%/group__Registration.html
+%%DOCSDIR%%/group__VoxelNeighborhood.html
+%%DOCSDIR%%/labelvolume_8hxx-source.html
+%%DOCSDIR%%/multi__distance_8hxx-source.html
+%%DOCSDIR%%/multi__morphology_8hxx-source.html
+%%DOCSDIR%%/multi__resize_8hxx-source.html
+%%DOCSDIR%%/namespacemembers_0x62.html
+%%DOCSDIR%%/namespacemembers_0x63.html
+%%DOCSDIR%%/namespacemembers_0x64.html
+%%DOCSDIR%%/namespacemembers_0x65.html
+%%DOCSDIR%%/namespacemembers_0x66.html
+%%DOCSDIR%%/namespacemembers_0x67.html
+%%DOCSDIR%%/namespacemembers_0x68.html
+%%DOCSDIR%%/namespacemembers_0x69.html
+%%DOCSDIR%%/namespacemembers_0x6a.html
+%%DOCSDIR%%/namespacemembers_0x6c.html
+%%DOCSDIR%%/namespacemembers_0x6d.html
+%%DOCSDIR%%/namespacemembers_0x6e.html
+%%DOCSDIR%%/namespacemembers_0x6f.html
+%%DOCSDIR%%/namespacemembers_0x70.html
+%%DOCSDIR%%/namespacemembers_0x71.html
+%%DOCSDIR%%/namespacemembers_0x72.html
+%%DOCSDIR%%/namespacemembers_0x73.html
+%%DOCSDIR%%/namespacemembers_0x74.html
+%%DOCSDIR%%/namespacemembers_0x75.html
+%%DOCSDIR%%/namespacemembers_0x76.html
+%%DOCSDIR%%/namespacemembers_0x77.html
+%%DOCSDIR%%/namespacemembers_0x79.html
+%%DOCSDIR%%/namespacemembers_enum.html
+%%DOCSDIR%%/namespacemembers_eval.html
+%%DOCSDIR%%/namespacemembers_func.html
+%%DOCSDIR%%/namespacemembers_func_0x62.html
+%%DOCSDIR%%/namespacemembers_func_0x63.html
+%%DOCSDIR%%/namespacemembers_func_0x64.html
+%%DOCSDIR%%/namespacemembers_func_0x65.html
+%%DOCSDIR%%/namespacemembers_func_0x66.html
+%%DOCSDIR%%/namespacemembers_func_0x67.html
+%%DOCSDIR%%/namespacemembers_func_0x68.html
+%%DOCSDIR%%/namespacemembers_func_0x69.html
+%%DOCSDIR%%/namespacemembers_func_0x6a.html
+%%DOCSDIR%%/namespacemembers_func_0x6c.html
+%%DOCSDIR%%/namespacemembers_func_0x6d.html
+%%DOCSDIR%%/namespacemembers_func_0x6e.html
+%%DOCSDIR%%/namespacemembers_func_0x6f.html
+%%DOCSDIR%%/namespacemembers_func_0x70.html
+%%DOCSDIR%%/namespacemembers_func_0x71.html
+%%DOCSDIR%%/namespacemembers_func_0x72.html
+%%DOCSDIR%%/namespacemembers_func_0x73.html
+%%DOCSDIR%%/namespacemembers_func_0x74.html
+%%DOCSDIR%%/namespacemembers_func_0x76.html
+%%DOCSDIR%%/namespacemembers_func_0x77.html
+%%DOCSDIR%%/namespacemembers_func_0x79.html
+%%DOCSDIR%%/namespacemembers_type.html
+%%DOCSDIR%%/namespacemembers_vars.html
+%%DOCSDIR%%/namespacevigra_1_1Neighborhood3DSix.html
+%%DOCSDIR%%/namespacevigra_1_1Neighborhood3DTwentySix.html
+%%DOCSDIR%%/namespacevigra_1_1linalg.html
+%%DOCSDIR%%/promote__traits_8hxx-source.html
+%%DOCSDIR%%/random_8hxx-source.html
+%%DOCSDIR%%/regression_8hxx-source.html
+%%DOCSDIR%%/seededregiongrowing3d_8hxx-source.html
+%%DOCSDIR%%/singular__value__decomposition_8hxx-source.html
+%%DOCSDIR%%/structvigra_1_1NormalRandomFunctor-members.html
+%%DOCSDIR%%/structvigra_1_1NormalRandomFunctor.html
+%%DOCSDIR%%/voxelneighborhood_8hxx-source.html
+%%DOCSDIR%%/watersheds3d_8hxx-source.html
+%%DOCSDIR%%/classvigra_1_1ArrayVector.png
+%%DOCSDIR%%/classvigra_1_1ArrayVectorView.png
+%%DOCSDIR%%/classvigra_1_1BasicImageIteratorBase.png
+%%DOCSDIR%%/classvigra_1_1ImageIteratorBase.png
+%%DOCSDIR%%/classvigra_1_1TinyVectorBase.png
+%%DOCSDIR%%/vigra.css
+%%DOCSDIR%%/doxygen.png
 @dirrm %%DOCSDIR%%/documents
 @dirrm %%DOCSDIR%%
 @dirrm include/vigra


>Release-Note:
>Audit-Trail:
>Unformatted:



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