diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2006-08-12 22:34:57 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2006-08-12 22:34:57 +0000 |
commit | 7a5942d62c14b50be1f14033b410639303083b36 (patch) | |
tree | 0fcb786114c38574133564fcc9c84c6436afdd38 /science | |
parent | 3a9fc0d7afd369baa32b8541356880771c59f0a8 (diff) | |
download | ports-7a5942d62c14b50be1f14033b410639303083b36.tar.gz ports-7a5942d62c14b50be1f14033b410639303083b36.zip |
Gwyddion is a modular SPM (Scanning Probe Microsopy) data visualization and
analysis tool written with Gtk+.
It can be used for all most frequently used data processing operations
including: leveling, false color plotting, shading, filtering, denoising, data
editing, integral transforms, grain analysis, profile extraction, fractal
analysis, and many more. The program is primarily focused on SPM data analysis
(e.g. data obtained from AFM, STM, NSOM, and similar microscopes). However, it
can also be used for analysis of SEM (Scanning Electron Microscopy) data or any
other 2D data.
WWW: http://gwyddion.net/
PR: ports/101773
Submitted by: David Necas <yeti@gwyddion.net>
Notes
Notes:
svn path=/head/; revision=170442
Diffstat (limited to 'science')
-rw-r--r-- | science/Makefile | 1 | ||||
-rw-r--r-- | science/gwyddion/Makefile | 62 | ||||
-rw-r--r-- | science/gwyddion/distinfo | 3 | ||||
-rw-r--r-- | science/gwyddion/pkg-descr | 12 | ||||
-rw-r--r-- | science/gwyddion/pkg-plist | 463 |
5 files changed, 541 insertions, 0 deletions
diff --git a/science/Makefile b/science/Makefile index cc3bd4cfca5f..aa88cad66a71 100644 --- a/science/Makefile +++ b/science/Makefile @@ -45,6 +45,7 @@ SUBDIR += gromacs SUBDIR += gsmc SUBDIR += gsystem + SUBDIR += gwyddion SUBDIR += hdf SUBDIR += hdf5 SUBDIR += isaac-cfd diff --git a/science/gwyddion/Makefile b/science/gwyddion/Makefile new file mode 100644 index 000000000000..c5589a5d6445 --- /dev/null +++ b/science/gwyddion/Makefile @@ -0,0 +1,62 @@ +# New ports collection makefile for: gwyddion +# Date created: 2006-08-06 +# Whom: Yeti <yeti@gwyddion.net> +# +# $FreeBSD$ +# + +PORTNAME= gwyddion +PORTVERSION= 1.99.8 +CATEGORIES= science graphics +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_EXTENDED} +MASTER_SITE_SUBDIR= ${PORTNAME} + +MAINTAINER= yeti@gwyddion.net +COMMENT= A gtk2 based SPM data visualization and analysis tool + +LIB_DEPENDS= tiff.4:${PORTSDIR}/graphics/tiff \ + gtkglext-x11-1.0.0:${PORTSDIR}/x11-toolkits/gtkglext \ + fftw3.4:${PORTSDIR}/math/fftw3 + +GNU_CONFIGURE= yes +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ + LDFLAGS="-L${LOCALBASE}/lib" +CONFIGURE_ARGS= --disable-gtk-doc --with-html-dir=${PREFIX}/share/doc \ + --disable-pascal + +MAKE_ARGS= pkgconfigdatadir=${PREFIX}/libdata/pkgconfig + +USE_X_PREFIX= yes +USE_GNOME= desktopfileutils gnomemimedata gtk20 libxml2 +USE_GL= yes +USE_BZIP2= yes +USE_GMAKE= yes +USE_PERL5= yes +USE_PYTHON= yes +USE_RUBY= yes +USE_LDCONFIG= yes + +MAN1= gwyddion.1 +MAN3= Gwyddion::dump.3pm + +.if defined(WITHOUT_NLS) +CONFIGURE_ARGS+=--disable-nls +PLIST_SUB+= NLS="@comment " +.else +USE_GETTEXT= yes +PLIST_SUB+= NLS="" +.endif + +# Inhibit installation of .la files. Theoretically USE_AUTOTOOLS=libtool:15 +# prevents that but in practice it doesn't work well and in addition the Ports +# libtool causes installation of static version of modules that are more work +# to get rid of than this. +# +# Inhibit installation of excessive API documentation. Option +# --disable-gtk-doc disables only building, not installation of documentation +# present in the source tarball. +post-patch: + @${REINPLACE_CMD} -e '/# Install the pseudo-library/,/^$$/d' ${WRKSRC}/ltmain.sh + @${REINPLACE_CMD} -e '/^SUBDIRS =/,/[^\]$$/d' ${WRKSRC}/devel-docs/Makefile.in + +.include <bsd.port.mk> diff --git a/science/gwyddion/distinfo b/science/gwyddion/distinfo new file mode 100644 index 000000000000..7daf8321cd68 --- /dev/null +++ b/science/gwyddion/distinfo @@ -0,0 +1,3 @@ +MD5 (gwyddion-1.99.8.tar.bz2) = f237e1a05557c0a567a517c3f5c9c248 +SHA256 (gwyddion-1.99.8.tar.bz2) = 6ff553bfc70afc333add3e474975f91aaff3d6a2c3a94f7b97d389995ee5299d +SIZE (gwyddion-1.99.8.tar.bz2) = 2058669 diff --git a/science/gwyddion/pkg-descr b/science/gwyddion/pkg-descr new file mode 100644 index 000000000000..c4aa7c45713a --- /dev/null +++ b/science/gwyddion/pkg-descr @@ -0,0 +1,12 @@ +Gwyddion is a modular SPM (Scanning Probe Microsopy) data visualization and +analysis tool written with Gtk+. + +It can be used for all most frequently used data processing operations +including: leveling, false color plotting, shading, filtering, denoising, data +editing, integral transforms, grain analysis, profile extraction, fractal +analysis, and many more. The program is primarily focused on SPM data analysis +(e.g. data obtained from AFM, STM, NSOM, and similar microscopes). However, it +can also be used for analysis of SEM (Scanning Electron Microscopy) data or any +other 2D data. + +WWW: http://gwyddion.net/ diff --git a/science/gwyddion/pkg-plist b/science/gwyddion/pkg-plist new file mode 100644 index 000000000000..17e192adf995 --- /dev/null +++ b/science/gwyddion/pkg-plist @@ -0,0 +1,463 @@ +lib/libgwyddion-1.99.8.so +lib/libgwyddion.so +lib/libgwyprocess-1.99.8.so +lib/libgwyprocess.so +lib/libgwydraw-1.99.8.so +lib/libgwydraw.so +lib/libgwydgets-1.99.8.so +lib/libgwydgets.so +lib/libgwymodule-1.99.8.so +lib/libgwymodule.so +lib/libgwyapp-1.99.8.so +lib/libgwyapp.so +lib/gwyddion/modules/file/assing-afm.so +lib/gwyddion/modules/file/apefile.so +lib/gwyddion/modules/file/asciiexport.so +lib/gwyddion/modules/file/bcrfile.so +lib/gwyddion/modules/file/burleigh.so +lib/gwyddion/modules/file/createc.so +lib/gwyddion/modules/file/ezdfile.so +lib/gwyddion/modules/file/ecsfile.so +lib/gwyddion/modules/file/gwyfile.so +lib/gwyddion/modules/file/hitachi-afm.so +lib/gwyddion/modules/file/jpkscan.so +lib/gwyddion/modules/file/metropro.so +lib/gwyddion/modules/file/mifile.so +lib/gwyddion/modules/file/nanoscope.so +lib/gwyddion/modules/file/nanonis.so +lib/gwyddion/modules/file/nanotop.so +lib/gwyddion/modules/file/nt-mdt.so +lib/gwyddion/modules/file/omicron.so +lib/gwyddion/modules/file/pixmap.so +lib/gwyddion/modules/file/pnifile.so +lib/gwyddion/modules/file/rawfile.so +lib/gwyddion/modules/file/rhk-sm3.so +lib/gwyddion/modules/file/rhk-spm32.so +lib/gwyddion/modules/file/sdfile.so +lib/gwyddion/modules/file/sis.so +lib/gwyddion/modules/file/seiko.so +lib/gwyddion/modules/file/spml.so +lib/gwyddion/modules/file/spmlab.so +lib/gwyddion/modules/file/stmprg.so +lib/gwyddion/modules/file/stpfile.so +lib/gwyddion/modules/file/surffile.so +lib/gwyddion/modules/file/unisoku.so +lib/gwyddion/modules/file/witfile.so +lib/gwyddion/modules/file/wsxmfile.so +lib/gwyddion/modules/graph/graph_cd.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_fit.so +lib/gwyddion/modules/graph/graph_level.so +lib/gwyddion/modules/layer/axis.so +lib/gwyddion/modules/layer/ellipse.so +lib/gwyddion/modules/layer/line.so +lib/gwyddion/modules/layer/point.so +lib/gwyddion/modules/layer/rectangle.so +lib/gwyddion/modules/process/angle_dist.so +lib/gwyddion/modules/process/arithmetic.so +lib/gwyddion/modules/process/basicops.so +lib/gwyddion/modules/process/calibrate.so +lib/gwyddion/modules/process/crosscor.so +lib/gwyddion/modules/process/cwt.so +lib/gwyddion/modules/process/dwt.so +lib/gwyddion/modules/process/dwtanisotropy.so +lib/gwyddion/modules/process/edge.so +lib/gwyddion/modules/process/facet-level.so +lib/gwyddion/modules/process/facet_analysis.so +lib/gwyddion/modules/process/fractal.so +lib/gwyddion/modules/process/fft.so +lib/gwyddion/modules/process/fft_filter_2d.so +lib/gwyddion/modules/process/fraccor.so +lib/gwyddion/modules/process/gradient.so +lib/gwyddion/modules/process/grain_dist.so +lib/gwyddion/modules/process/grain_mark.so +lib/gwyddion/modules/process/grain_rem_threshold.so +lib/gwyddion/modules/process/grain_wshed.so +lib/gwyddion/modules/process/hough.so +lib/gwyddion/modules/process/immerse.so +lib/gwyddion/modules/process/laplace.so +lib/gwyddion/modules/process/level.so +lib/gwyddion/modules/process/linecorrect.so +lib/gwyddion/modules/process/local_contrast.so +lib/gwyddion/modules/process/maskcor.so +lib/gwyddion/modules/process/maskops.so +lib/gwyddion/modules/process/median-bg.so +lib/gwyddion/modules/process/merge.so +lib/gwyddion/modules/process/outliers.so +lib/gwyddion/modules/process/polylevel.so +lib/gwyddion/modules/process/presentationops.so +lib/gwyddion/modules/process/rotate.so +lib/gwyddion/modules/process/scale.so +lib/gwyddion/modules/process/scars.so +lib/gwyddion/modules/process/shade.so +lib/gwyddion/modules/process/slope_dist.so +lib/gwyddion/modules/process/sphere-revolve.so +lib/gwyddion/modules/process/tip_blind.so +lib/gwyddion/modules/process/tip_model.so +lib/gwyddion/modules/process/tipops.so +lib/gwyddion/modules/process/unrotate.so +lib/gwyddion/modules/tool/crop.so +lib/gwyddion/modules/tool/distance.so +lib/gwyddion/modules/tool/filter.so +lib/gwyddion/modules/tool/grainremover.so +lib/gwyddion/modules/tool/icolorange.so +lib/gwyddion/modules/tool/level3.so +lib/gwyddion/modules/tool/maskedit.so +lib/gwyddion/modules/tool/polynom.so +lib/gwyddion/modules/tool/profile.so +lib/gwyddion/modules/tool/readvalue.so +lib/gwyddion/modules/tool/sfunctions.so +lib/gwyddion/modules/tool/spotremove.so +lib/gwyddion/modules/tool/stats.so +lib/gwyddion/modules/plugin-proxy.so +lib/gwyddion/perl/Gwyddion/dump.pm +lib/gwyddion/python/Gwyddion/dump.py +lib/gwyddion/python/Gwyddion/__init__.py +lib/gwyddion/python/Gwyddion/dump.pyc +lib/gwyddion/python/Gwyddion/__init__.pyc +lib/gwyddion/python/Gwyddion/dump.pyo +lib/gwyddion/python/Gwyddion/__init__.pyo +lib/gwyddion/ruby/gwyddion/dump.rb +lib/gwyddion/include/gwyconfig.h +libdata/pkgconfig/gwyddion.pc +include/gwyddion/libgwyddion/gwycontainer.h +include/gwyddion/libgwyddion/gwyddion.h +include/gwyddion/libgwyddion/gwyddionenums.h +include/gwyddion/libgwyddion/gwyddiontypes.h +include/gwyddion/libgwyddion/gwydebugobjects.h +include/gwyddion/libgwyddion/gwyentities.h +include/gwyddion/libgwyddion/gwyenum.h +include/gwyddion/libgwyddion/gwyexpr.h +include/gwyddion/libgwyddion/gwyinventory.h +include/gwyddion/libgwyddion/gwymacros.h +include/gwyddion/libgwyddion/gwymath.h +include/gwyddion/libgwyddion/gwymd5.h +include/gwyddion/libgwyddion/gwynlfit.h +include/gwyddion/libgwyddion/gwynlfitpreset.h +include/gwyddion/libgwyddion/gwyresource.h +include/gwyddion/libgwyddion/gwyserializable.h +include/gwyddion/libgwyddion/gwysiunit.h +include/gwyddion/libgwyddion/gwystringlist.h +include/gwyddion/libgwyddion/gwyutils.h +include/gwyddion/libgwyddion/gwyversion.h +include/gwyddion/libprocess/arithmetic.h +include/gwyddion/libprocess/cdline.h +include/gwyddion/libprocess/correct.h +include/gwyddion/libprocess/correlation.h +include/gwyddion/libprocess/cwt.h +include/gwyddion/libprocess/datafield.h +include/gwyddion/libprocess/dataline.h +include/gwyddion/libprocess/dwt.h +include/gwyddion/libprocess/elliptic.h +include/gwyddion/libprocess/filters.h +include/gwyddion/libprocess/fractals.h +include/gwyddion/libprocess/grains.h +include/gwyddion/libprocess/gwyprocess.h +include/gwyddion/libprocess/gwyprocessenums.h +include/gwyddion/libprocess/gwyprocesstypes.h +include/gwyddion/libprocess/hough.h +include/gwyddion/libprocess/interpolation.h +include/gwyddion/libprocess/inttrans.h +include/gwyddion/libprocess/level.h +include/gwyddion/libprocess/linestats.h +include/gwyddion/libprocess/simplefft.h +include/gwyddion/libprocess/stats.h +include/gwyddion/libprocess/tip.h +include/gwyddion/libdraw/gwydraw.h +include/gwyddion/libdraw/gwydrawenums.h +include/gwyddion/libdraw/gwyglmaterial.h +include/gwyddion/libdraw/gwygradient.h +include/gwyddion/libdraw/gwypixfield.h +include/gwyddion/libdraw/gwyrgba.h +include/gwyddion/libdraw/gwyselection.h +include/gwyddion/libgwydgets/gwy3dlabel.h +include/gwyddion/libgwydgets/gwy3dsetup.h +include/gwyddion/libgwydgets/gwy3dview.h +include/gwyddion/libgwydgets/gwy3dwindow.h +include/gwyddion/libgwydgets/gwyaxis.h +include/gwyddion/libgwydgets/gwycoloraxis.h +include/gwyddion/libgwydgets/gwycolorbutton.h +include/gwyddion/libgwydgets/gwycombobox.h +include/gwyddion/libgwydgets/gwydataview.h +include/gwyddion/libgwydgets/gwydataviewlayer.h +include/gwyddion/libgwydgets/gwydatawindow.h +include/gwyddion/libgwydgets/gwydgets.h +include/gwyddion/libgwydgets/gwydgetenums.h +include/gwyddion/libgwydgets/gwydgettypes.h +include/gwyddion/libgwydgets/gwydgetutils.h +include/gwyddion/libgwydgets/gwygraphcurvemodel.h +include/gwyddion/libgwydgets/gwygraphdata.h +include/gwyddion/libgwydgets/gwygraphmodel.h +include/gwyddion/libgwydgets/gwygraphwindow.h +include/gwyddion/libgwydgets/gwygrapharea.h +include/gwyddion/libgwydgets/gwygraphbasics.h +include/gwyddion/libgwydgets/gwygraphcorner.h +include/gwyddion/libgwydgets/gwygraph.h +include/gwyddion/libgwydgets/gwygraphlabel.h +include/gwyddion/libgwydgets/gwygraphselections.h +include/gwyddion/libgwydgets/gwyhmarkerbox.h +include/gwyddion/libgwydgets/gwyhruler.h +include/gwyddion/libgwydgets/gwyinventorystore.h +include/gwyddion/libgwydgets/gwylayer-basic.h +include/gwyddion/libgwydgets/gwylayer-mask.h +include/gwyddion/libgwydgets/gwymarkerbox.h +include/gwyddion/libgwydgets/gwynullstore.h +include/gwyddion/libgwydgets/gwyoptionmenus.h +include/gwyddion/libgwydgets/gwypixmaplayer.h +include/gwyddion/libgwydgets/gwyruler.h +include/gwyddion/libgwydgets/gwyradiobuttons.h +include/gwyddion/libgwydgets/gwyscitext.h +include/gwyddion/libgwydgets/gwysensitivitygroup.h +include/gwyddion/libgwydgets/gwyshader.h +include/gwyddion/libgwydgets/gwystatusbar.h +include/gwyddion/libgwydgets/gwystock.h +include/gwyddion/libgwydgets/gwyvectorlayer.h +include/gwyddion/libgwydgets/gwyvruler.h +include/gwyddion/libgwydgets/gwycurve.h +include/gwyddion/libgwymodule/gwymodule.h +include/gwyddion/libgwymodule/gwymodule-file.h +include/gwyddion/libgwymodule/gwymodule-graph.h +include/gwyddion/libgwymodule/gwymodule-layer.h +include/gwyddion/libgwymodule/gwymodule-process.h +include/gwyddion/libgwymodule/gwymodule-tool.h +include/gwyddion/libgwymodule/gwymodulebrowser.h +include/gwyddion/libgwymodule/gwymoduleenums.h +include/gwyddion/libgwymodule/gwymoduleloader.h +include/gwyddion/app/app.h +include/gwyddion/app/data-browser.h +include/gwyddion/app/datachooser.h +include/gwyddion/app/file.h +include/gwyddion/app/filelist.h +include/gwyddion/app/funcuse.h +include/gwyddion/app/glmaterial-editor.h +include/gwyddion/app/gradient-editor.h +include/gwyddion/app/gwyplaintool.h +include/gwyddion/app/gwytool.h +include/gwyddion/app/gwyapp.h +include/gwyddion/app/gwyapptypes.h +include/gwyddion/app/menu.h +include/gwyddion/app/resource-editor.h +include/gwyddion/app/settings.h +include/gwyddion/app/undo.h +include/gwyddion/app/wait.h +bin/gwyddion +libexec/gwyddion/plugins/file/dump +libexec/gwyddion/plugins/process/invert_perl.pl.rgi +libexec/gwyddion/plugins/process/invert_python.py.rgi +libexec/gwyddion/plugins/process/yellow.sh.rgi +libexec/gwyddion/plugins/process/invert_perl.pl +libexec/gwyddion/plugins/process/invert_python.py +libexec/gwyddion/plugins/process/yellow.sh +libexec/gwyddion/plugins/process/invert_narray.rb +libexec/gwyddion/plugins/process/invert_ruby.rb +libexec/gwyddion/plugins/process/invert_ruby.rb.rgi +%%NLS%%share/locale/cs/LC_MESSAGES/gwyddion.mo +%%NLS%%share/locale/de/LC_MESSAGES/gwyddion.mo +%%NLS%%share/locale/it/LC_MESSAGES/gwyddion.mo +share/mime/packages/gwyddion.xml +share/pixmaps/gwyddion.png +%%DATADIR%%/pixmaps/cd_line.png +%%DATADIR%%/pixmaps/cd_rline.png +%%DATADIR%%/pixmaps/cd_rstep.png +%%DATADIR%%/pixmaps/cd_step.png +%%DATADIR%%/pixmaps/gwy_3d_base-24.png +%%DATADIR%%/pixmaps/gwy_bold-20.png +%%DATADIR%%/pixmaps/gwy_cantilever-24.png +%%DATADIR%%/pixmaps/gwy_color_range-24.png +%%DATADIR%%/pixmaps/gwy_crop-24.png +%%DATADIR%%/pixmaps/gwy_cwt-24.png +%%DATADIR%%/pixmaps/gwy_distance-24.png +%%DATADIR%%/pixmaps/gwy_dwt-24.png +%%DATADIR%%/pixmaps/gwy_edge-24.png +%%DATADIR%%/pixmaps/gwy_facet_level-24.png +%%DATADIR%%/pixmaps/gwy_favourite-24.png +%%DATADIR%%/pixmaps/gwy_fft-24.png +%%DATADIR%%/pixmaps/gwy_filter-24.png +%%DATADIR%%/pixmaps/gwy_fix_zero-24.png +%%DATADIR%%/pixmaps/gwy_flip_horizontally-24.png +%%DATADIR%%/pixmaps/gwy_flip_vertically-24.png +%%DATADIR%%/pixmaps/gwy_fractal-24.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_remove-24.png +%%DATADIR%%/pixmaps/gwy_grains_water-24.png +%%DATADIR%%/pixmaps/gwy_graph-24.png +%%DATADIR%%/pixmaps/gwy_graph_function-24.png +%%DATADIR%%/pixmaps/gwy_graph_halfgauss-24.png +%%DATADIR%%/pixmaps/gwy_graph_measure-24.png +%%DATADIR%%/pixmaps/gwy_graph_palette-24.png +%%DATADIR%%/pixmaps/gwy_gwyddion-32.png +%%DATADIR%%/pixmaps/gwy_graph_pointer-24.png +%%DATADIR%%/pixmaps/gwy_graph_ruler-24.png +%%DATADIR%%/pixmaps/gwy_graph_zoom_fit-24.png +%%DATADIR%%/pixmaps/gwy_graph_zoom_in-24.png +%%DATADIR%%/pixmaps/gwy_graph_zoom_out-24.png +%%DATADIR%%/pixmaps/gwy_gwyddion-60.png +%%DATADIR%%/pixmaps/gwy_italic-20.png +%%DATADIR%%/pixmaps/gwy_less-24.png +%%DATADIR%%/pixmaps/gwy_level-24.png +%%DATADIR%%/pixmaps/gwy_level_triangle-24.png +%%DATADIR%%/pixmaps/gwy_light_rotate-24.png +%%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-24.png +%%DATADIR%%/pixmaps/gwy_more-24.png +%%DATADIR%%/pixmaps/gwy_mask_add-24.png +%%DATADIR%%/pixmaps/gwy_mask_circle-24.png +%%DATADIR%%/pixmaps/gwy_mask_circle_exclusive-24.png +%%DATADIR%%/pixmaps/gwy_mask_circle_inclusive-24.png +%%DATADIR%%/pixmaps/gwy_mask_editor-24.png +%%DATADIR%%/pixmaps/gwy_mask_exclude-24.png +%%DATADIR%%/pixmaps/gwy_mask_exclude_circle-24.png +%%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_rect_exclusive-24.png +%%DATADIR%%/pixmaps/gwy_mask_rect_inclusive-24.png +%%DATADIR%%/pixmaps/gwy_mask_remove-24.png +%%DATADIR%%/pixmaps/gwy_mask_shrink-24.png +%%DATADIR%%/pixmaps/gwy_mask_subtract-24.png +%%DATADIR%%/pixmaps/gwy_palettes-24.png +%%DATADIR%%/pixmaps/gwy_pointer_measure-24.png +%%DATADIR%%/pixmaps/gwy_polynom-24.png +%%DATADIR%%/pixmaps/gwy_profile-24.png +%%DATADIR%%/pixmaps/gwy_rotate-24.png +%%DATADIR%%/pixmaps/gwy_rotate_180-24.png +%%DATADIR%%/pixmaps/gwy_rotate_90_ccw-24.png +%%DATADIR%%/pixmaps/gwy_rotate_90_cw-24.png +%%DATADIR%%/pixmaps/gwy_scale-24.png +%%DATADIR%%/pixmaps/gwy_scale_horizontally-24.png +%%DATADIR%%/pixmaps/gwy_scale_vertically-24.png +%%DATADIR%%/pixmaps/gwy_scars-24.png +%%DATADIR%%/pixmaps/gwy_shader-24.png +%%DATADIR%%/pixmaps/gwy_spot_remove-24.png +%%DATADIR%%/pixmaps/gwy_stat_quantities-24.png +%%DATADIR%%/pixmaps/gwy_subscript-20.png +%%DATADIR%%/pixmaps/gwy_superscript-20.png +%%DATADIR%%/pixmaps/gwy_unrotate-24.png +%%DATADIR%%/pixmaps/gwy_value_invert-24.png +%%DATADIR%%/pixmaps/gwy_zoom_1_1-24.png +%%DATADIR%%/pixmaps/gwy_zoom_fit-24.png +%%DATADIR%%/pixmaps/gwy_zoom_in-24.png +%%DATADIR%%/pixmaps/gwy_zoom_out-24.png +%%DATADIR%%/pixmaps/gwyddion.ico +%%DATADIR%%/pixmaps/splash.png +%%DATADIR%%/pixmaps/gwy_remove_under_mask-24.png +%%DATADIR%%/glmaterials/Alien-Alloy +%%DATADIR%%/glmaterials/Black-Plastic +%%DATADIR%%/glmaterials/Black-Rubber +%%DATADIR%%/glmaterials/Brass +%%DATADIR%%/glmaterials/Bright-White +%%DATADIR%%/glmaterials/Bronze +%%DATADIR%%/glmaterials/Chrome +%%DATADIR%%/glmaterials/Coolish-White +%%DATADIR%%/glmaterials/Copper +%%DATADIR%%/glmaterials/Cyan-Plastic +%%DATADIR%%/glmaterials/Cyan-Rubber +%%DATADIR%%/glmaterials/Emerald +%%DATADIR%%/glmaterials/Gold +%%DATADIR%%/glmaterials/Green-Plastic +%%DATADIR%%/glmaterials/Green-Rubber +%%DATADIR%%/glmaterials/Jade +%%DATADIR%%/glmaterials/Obsidian +%%DATADIR%%/glmaterials/Pearl +%%DATADIR%%/glmaterials/Pewter +%%DATADIR%%/glmaterials/Polished-Bronze +%%DATADIR%%/glmaterials/Polished-Copper +%%DATADIR%%/glmaterials/Polished-Gold +%%DATADIR%%/glmaterials/Red-Plastic +%%DATADIR%%/glmaterials/Red-Rubber +%%DATADIR%%/glmaterials/Ruby +%%DATADIR%%/glmaterials/Silver +%%DATADIR%%/glmaterials/Turquoise +%%DATADIR%%/glmaterials/Warmish-White +%%DATADIR%%/glmaterials/White-Plastic +%%DATADIR%%/glmaterials/White-Rubber +%%DATADIR%%/glmaterials/Yellow-Plastic +%%DATADIR%%/glmaterials/Yellow-Rubber +%%DATADIR%%/gradients/BW1 +%%DATADIR%%/gradients/BW2 +%%DATADIR%%/gradients/Blend1 +%%DATADIR%%/gradients/Blend2 +%%DATADIR%%/gradients/Blue +%%DATADIR%%/gradients/Blue-Cyan +%%DATADIR%%/gradients/Blue-Violet +%%DATADIR%%/gradients/Blue-Yellow +%%DATADIR%%/gradients/Body +%%DATADIR%%/gradients/Caribbean +%%DATADIR%%/gradients/Cold +%%DATADIR%%/gradients/DFit +%%DATADIR%%/gradients/Digitalis +%%DATADIR%%/gradients/Gold +%%DATADIR%%/gradients/Green +%%DATADIR%%/gradients/Green-Cyan +%%DATADIR%%/gradients/Green-Stripes-4 +%%DATADIR%%/gradients/Green-Violet +%%DATADIR%%/gradients/Green-Yellow +%%DATADIR%%/gradients/Gwyddion.net +%%DATADIR%%/gradients/Halcyon +%%DATADIR%%/gradients/Lines +%%DATADIR%%/gradients/Maple +%%DATADIR%%/gradients/Neon +%%DATADIR%%/gradients/Olive +%%DATADIR%%/gradients/Pink +%%DATADIR%%/gradients/Plum +%%DATADIR%%/gradients/Pm3d +%%DATADIR%%/gradients/Rainbow1 +%%DATADIR%%/gradients/Rainbow2 +%%DATADIR%%/gradients/Red +%%DATADIR%%/gradients/Red-Cyan +%%DATADIR%%/gradients/Red-Stripes-5 +%%DATADIR%%/gradients/Red-Violet +%%DATADIR%%/gradients/Red-Yellow +%%DATADIR%%/gradients/Rust +%%DATADIR%%/gradients/Saw1 +%%DATADIR%%/gradients/Shame +%%DATADIR%%/gradients/Sky +%%DATADIR%%/gradients/Sm2 +%%DATADIR%%/gradients/Spectral +%%DATADIR%%/gradients/Spring +%%DATADIR%%/gradients/Warm +%%DATADIR%%/gradients/Yellow +%%DATADIR%%/gradients/Zones +share/applications/gwyddion.desktop +share/mime/application/x-gwyddion-spm.xml +share/mime/application/x-createc-spm.xml +share/mime/application/x-nanoscope-spm.xml +share/mime/application/x-spmlab-spm.xml +share/mime/application/x-sis-spm.xml +share/mime/application/x-nt-mdt-spm.xml +@dirrm share/gwyddion/gradients +@dirrm share/gwyddion/glmaterials +@dirrm share/gwyddion/pixmaps +@dirrm share/gwyddion +@dirrm libexec/gwyddion/plugins/process +@dirrm libexec/gwyddion/plugins/file +@dirrm libexec/gwyddion/plugins +@dirrm libexec/gwyddion +@dirrm include/gwyddion/app +@dirrm include/gwyddion/libgwymodule +@dirrm include/gwyddion/libgwydgets +@dirrm include/gwyddion/libdraw +@dirrm include/gwyddion/libprocess +@dirrm include/gwyddion/libgwyddion +@dirrm include/gwyddion +@dirrm lib/gwyddion/include +@dirrm lib/gwyddion/ruby/gwyddion +@dirrm lib/gwyddion/ruby +@dirrm lib/gwyddion/python/Gwyddion +@dirrm lib/gwyddion/python +@dirrm lib/gwyddion/perl/Gwyddion +@dirrm lib/gwyddion/perl +@dirrm lib/gwyddion/modules/tool +@dirrm lib/gwyddion/modules/process +@dirrm lib/gwyddion/modules/layer +@dirrm lib/gwyddion/modules/graph +@dirrm lib/gwyddion/modules/file +@dirrm lib/gwyddion/modules +@dirrm lib/gwyddion |