ports/114083: [maintainer-update] science/gwyddion: update to 2.7

David Nečas yeti at gwyddion.net
Wed Jun 27 20:40:04 UTC 2007


>Number:         114083
>Category:       ports
>Synopsis:       [maintainer-update] science/gwyddion: update to 2.7
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Wed Jun 27 20:40:03 GMT 2007
>Closed-Date:
>Last-Modified:
>Originator:     David Nečas
>Release:        FreeBSD 6.2-RELEASE i386
>Organization:
FSci MU Brno CZ
>Environment:
FreeBSD bamboo.localdomain 6.2-RELEASE FreeBSD 6.2-RELEASE #0: Fri Jan 12 10:40:27 UTC 2007     root at dessler.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC  i386
>Description:
A regular update to a new backward compatible upstream version 2.7 with improvements and non-critical bug fixes.
>How-To-Repeat:
N.A.
>Fix:
See the patch.

Patch attached with submission follows:

diff -Nru gwyddion.old/Makefile gwyddion/Makefile
--- gwyddion.old/Makefile	Wed May 23 18:09:45 2007
+++ gwyddion/Makefile	Wed Jun 27 21:50:00 2007
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	gwyddion
-PORTVERSION=	2.5
+PORTVERSION=	2.7
 PORTREVISION=	1
 CATEGORIES=	science graphics
 MASTER_SITES=	${MASTER_SITE_SOURCEFORGE_EXTENDED}
@@ -26,7 +26,8 @@
 CONFIGURE_ENV=	CPPFLAGS="-I${LOCALBASE}/include" \
 		LDFLAGS="-L${LOCALBASE}/lib"
 CONFIGURE_ARGS=	--disable-gtk-doc --with-html-dir=${PREFIX}/share/doc \
-		--disable-pascal --disable-pygwy
+		--disable-pascal --disable-pygwy \
+		--mandir=${PREFIX}/man
 
 MAKE_ARGS=	pkgconfigdatadir=${PREFIX}/libdata/pkgconfig
 
diff -Nru gwyddion.old/distinfo gwyddion/distinfo
--- gwyddion.old/distinfo	Mon Mar 19 12:00:00 2007
+++ gwyddion/distinfo	Wed Jun 27 18:04:15 2007
@@ -1,3 +1,3 @@
-MD5 (gwyddion-2.5.tar.bz2) = fe2befbac527d54a2b5bad36800321a7
-SHA256 (gwyddion-2.5.tar.bz2) = 22c9f616a44e0328d577e506aef81d90b20b9838a6ffc4bc880d0784d3283ae1
-SIZE (gwyddion-2.5.tar.bz2) = 2085657
+MD5 (gwyddion-2.7.tar.bz2) = 6830ab79f12a201694cf8c178c8d77a4
+SHA256 (gwyddion-2.7.tar.bz2) = d562f578164a22a48e51cbb363b6a12be505f4c630b7c5ecf31280fdda3c397a
+SIZE (gwyddion-2.7.tar.bz2) = 2247851
diff -Nru gwyddion.old/files/patch-data-gwyddion.xml gwyddion/files/patch-data-gwyddion.xml
--- gwyddion.old/files/patch-data-gwyddion.xml	Thu Mar 15 16:30:27 2007
+++ gwyddion/files/patch-data-gwyddion.xml	Thu Jan  1 01:00:00 1970
@@ -1,37 +0,0 @@
---- data/gwyddion.xml.orig	Fri Mar  9 12:19:43 2007
-+++ data/gwyddion.xml	Thu Mar 15 16:23:56 2007
-@@ -61,16 +61,6 @@
-   <glob pattern="*.GWY"/>
- </mime-type>
- 
--<!-- From module hdf4file.c -->
--<mime-type type="application/x-hdf">
--  <comment>Hierarchical Data Format</comment>
--    <magic priority="10">
--    <match type="string" offset="0" value="\x0e\x03\x13\x01"/>
--  </magic>
--  <glob pattern="*.hdf"/>
--  <glob pattern="*.HDF"/>
--</mime-type>
--
- <!-- From module hitachi-afm.c -->
- <mime-type type="application/x-hitachi-spm">
-   <comment>Hitachi SPM data</comment>
-@@ -137,17 +127,6 @@
-     <match type="string" offset="0" value="\\*File list\r\n"/>
-     <match type="string" offset="0" value="?*File list\r\n"/>
-   </magic>
--</mime-type>
--
--<!-- From module netcdf.c -->
--<mime-type type="application/x-netcdf">
--  <comment>NetCDF data</comment>
--  <magic priority="10">
--    <match type="string" offset="0" value="CDF\x01"/>
--    <match type="string" offset="0" value="CDF\x02"/>
--  </magic>
--  <glob pattern="*.nc"/>
--  <glob pattern="*.NC"/>
- </mime-type>
- 
- <!-- From module nt-mdt.c -->
diff -Nru gwyddion.old/pkg-plist gwyddion/pkg-plist
--- gwyddion.old/pkg-plist	Mon Mar 19 12:00:00 2007
+++ gwyddion/pkg-plist	Wed Jun 27 21:55:53 2007
@@ -53,9 +53,11 @@
 lib/gwyddion/modules/file/witfile.so
 lib/gwyddion/modules/file/wsxmfile.so
 lib/gwyddion/modules/graph/graph_cd.so
+lib/gwyddion/modules/graph/graph_cut.so
 lib/gwyddion/modules/graph/graph_export_ascii.so
 lib/gwyddion/modules/graph/graph_export_bitmap.so
 lib/gwyddion/modules/graph/graph_export_vector.so
+lib/gwyddion/modules/graph/graph_fdfit.so
 lib/gwyddion/modules/graph/graph_fit.so
 lib/gwyddion/modules/graph/graph_level.so
 lib/gwyddion/modules/layer/axis.so
@@ -63,6 +65,7 @@
 lib/gwyddion/modules/layer/line.so
 lib/gwyddion/modules/layer/point.so
 lib/gwyddion/modules/layer/rectangle.so
+lib/gwyddion/modules/process/acf2d.so
 lib/gwyddion/modules/process/angle_dist.so
 lib/gwyddion/modules/process/arithmetic.so
 lib/gwyddion/modules/process/basicops.so
@@ -114,15 +117,19 @@
 lib/gwyddion/modules/tool/crop.so
 lib/gwyddion/modules/tool/distance.so
 lib/gwyddion/modules/tool/filter.so
+lib/gwyddion/modules/tool/grainmeasure.so
 lib/gwyddion/modules/tool/grainremover.so
 lib/gwyddion/modules/tool/icolorange.so
 lib/gwyddion/modules/tool/level3.so
 lib/gwyddion/modules/tool/linestats.so
 lib/gwyddion/modules/tool/maskedit.so
+lib/gwyddion/modules/tool/pathlevel.so
 lib/gwyddion/modules/tool/polynom.so
 lib/gwyddion/modules/tool/profile.so
 lib/gwyddion/modules/tool/readvalue.so
+lib/gwyddion/modules/tool/roughness.so
 lib/gwyddion/modules/tool/sfunctions.so
+lib/gwyddion/modules/tool/spectro.so
 lib/gwyddion/modules/tool/spotremove.so
 lib/gwyddion/modules/tool/stats.so
 lib/gwyddion/modules/plugin-proxy.so
@@ -144,6 +151,7 @@
 include/gwyddion/libgwyddion/gwyentities.h
 include/gwyddion/libgwyddion/gwyenum.h
 include/gwyddion/libgwyddion/gwyexpr.h
+include/gwyddion/libgwyddion/gwyfdcurvepreset.h
 include/gwyddion/libgwyddion/gwyinventory.h
 include/gwyddion/libgwyddion/gwymacros.h
 include/gwyddion/libgwyddion/gwymath.h
@@ -177,6 +185,7 @@
 include/gwyddion/libprocess/level.h
 include/gwyddion/libprocess/linestats.h
 include/gwyddion/libprocess/simplefft.h
+include/gwyddion/libprocess/spectra.h
 include/gwyddion/libprocess/stats.h
 include/gwyddion/libprocess/tip.h
 include/gwyddion/libdraw/gwydraw.h
@@ -245,6 +254,7 @@
 include/gwyddion/libgwymodule/gwymodulebrowser.h
 include/gwyddion/libgwymodule/gwymoduleenums.h
 include/gwyddion/libgwymodule/gwymoduleloader.h
+include/gwyddion/libgwymodule/gwymoduletypes.h
 include/gwyddion/app/app.h
 include/gwyddion/app/data-browser.h
 include/gwyddion/app/datachooser.h
@@ -289,6 +299,10 @@
 %%DATADIR%%/pixmaps/gwy_bold-20.png
 %%DATADIR%%/pixmaps/gwy_cantilever-24.png
 %%DATADIR%%/pixmaps/gwy_color_range-24.png
+%%DATADIR%%/pixmaps/gwy_color_range_adaptive-24.png
+%%DATADIR%%/pixmaps/gwy_color_range_auto-24.png
+%%DATADIR%%/pixmaps/gwy_color_range_fixed-24.png
+%%DATADIR%%/pixmaps/gwy_color_range_full-24.png
 %%DATADIR%%/pixmaps/gwy_crop-24.png
 %%DATADIR%%/pixmaps/gwy_cwt-24.png
 %%DATADIR%%/pixmaps/gwy_data_measure-24.png
@@ -304,10 +318,12 @@
 %%DATADIR%%/pixmaps/gwy_flip_horizontally-24.png
 %%DATADIR%%/pixmaps/gwy_flip_vertically-24.png
 %%DATADIR%%/pixmaps/gwy_fractal-24.png
+%%DATADIR%%/pixmaps/gwy_gl_material-16.png
 %%DATADIR%%/pixmaps/gwy_gradient_horizontal-24.png
 %%DATADIR%%/pixmaps/gwy_gradient_vertical-24.png
 %%DATADIR%%/pixmaps/gwy_grains-24.png
 %%DATADIR%%/pixmaps/gwy_grains_graph-24.png
+%%DATADIR%%/pixmaps/gwy_grains_measure-24.png
 %%DATADIR%%/pixmaps/gwy_grains_remove-24.png
 %%DATADIR%%/pixmaps/gwy_grains_water-24.png
 %%DATADIR%%/pixmaps/gwy_graph-24.png
@@ -324,6 +340,7 @@
 %%DATADIR%%/pixmaps/gwy_gwyddion-32.png
 %%DATADIR%%/pixmaps/gwy_gwyddion-60.png
 %%DATADIR%%/pixmaps/gwy_immerse-24.png
+%%DATADIR%%/pixmaps/gwy_iso_roughness-24.png
 %%DATADIR%%/pixmaps/gwy_italic-20.png
 %%DATADIR%%/pixmaps/gwy_less-24.png
 %%DATADIR%%/pixmaps/gwy_level-24.png
@@ -332,6 +349,7 @@
 %%DATADIR%%/pixmaps/gwy_line_level-24.png
 %%DATADIR%%/pixmaps/gwy_logscale_horizontal-24.png
 %%DATADIR%%/pixmaps/gwy_logscale_vertical-24.png
+%%DATADIR%%/pixmaps/gwy_mask-16.png
 %%DATADIR%%/pixmaps/gwy_mask-24.png
 %%DATADIR%%/pixmaps/gwy_mask_add-24.png
 %%DATADIR%%/pixmaps/gwy_mask_circle-24.png
@@ -343,6 +361,7 @@
 %%DATADIR%%/pixmaps/gwy_mask_grow-24.png
 %%DATADIR%%/pixmaps/gwy_mask_intersect-24.png
 %%DATADIR%%/pixmaps/gwy_mask_invert-24.png
+%%DATADIR%%/pixmaps/gwy_mask_line-24.png
 %%DATADIR%%/pixmaps/gwy_mask_rect_exclusive-24.png
 %%DATADIR%%/pixmaps/gwy_mask_rect_inclusive-24.png
 %%DATADIR%%/pixmaps/gwy_mask_remove-24.png
@@ -350,7 +369,9 @@
 %%DATADIR%%/pixmaps/gwy_mask_subtract-24.png
 %%DATADIR%%/pixmaps/gwy_merge-24.png
 %%DATADIR%%/pixmaps/gwy_more-24.png
+%%DATADIR%%/pixmaps/gwy_palettes-16.png
 %%DATADIR%%/pixmaps/gwy_palettes-24.png
+%%DATADIR%%/pixmaps/gwy_path_level-24.png
 %%DATADIR%%/pixmaps/gwy_pointer_measure-24.png
 %%DATADIR%%/pixmaps/gwy_polynom-24.png
 %%DATADIR%%/pixmaps/gwy_profile-24.png
@@ -364,6 +385,7 @@
 %%DATADIR%%/pixmaps/gwy_scale_vertically-24.png
 %%DATADIR%%/pixmaps/gwy_scars-24.png
 %%DATADIR%%/pixmaps/gwy_shader-24.png
+%%DATADIR%%/pixmaps/gwy_spectrum-24.png
 %%DATADIR%%/pixmaps/gwy_spot_remove-24.png
 %%DATADIR%%/pixmaps/gwy_stat_quantities-24.png
 %%DATADIR%%/pixmaps/gwy_subscript-20.png
@@ -460,7 +482,7 @@
 share/mime/application/x-dme-spm.xml
 share/mime/application/x-gwyddion-spm.xml
 share/mime/application/x-hitachi-spm.xml
-share/mime/application/x-jpk-spm.xml
+share/mime/application/x-jpk-image-scan.xml
 share/mime/application/x-mi-spm.xml
 share/mime/application/x-nanonis-spm.xml
 share/mime/application/x-nanoscope-ii-spm.xml


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



More information about the freebsd-ports-bugs mailing list