1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-27 00:57:50 +00:00

- Update to 2.27

PR:		167158
Submitted by:	Muhammad Moinur Rahman <5u623l20@gmail.com>
Approved by:	maintainer
This commit is contained in:
Martin Wilke 2012-05-03 15:31:19 +00:00
parent 17032d9f5c
commit 03bac522ea
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=295951
4 changed files with 92 additions and 16 deletions

View File

@ -6,8 +6,7 @@
#
PORTNAME= gwyddion
PORTVERSION= 2.16
PORTREVISION= 4
PORTVERSION= 2.27
CATEGORIES= science graphics
MASTER_SITES= SF
@ -24,13 +23,12 @@ GNU_CONFIGURE= yes
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
CONFIGURE_ARGS= --disable-gtk-doc --with-html-dir=${PREFIX}/share/doc \
--disable-pascal --disable-pygwy --without-kde4-thumbnailer
--disable-pygwy --without-kde4-thumbnailer
MAKE_ARGS= pkgconfigdatadir=${PREFIX}/libdata/pkgconfig
USE_GNOME= desktopfileutils gnomemimedata gtk20 libxml2
USE_GL= yes
USE_BZIP2= yes
USE_GMAKE= yes
USE_PERL5= yes
USE_PYTHON= yes

View File

@ -1,2 +1,2 @@
SHA256 (gwyddion-2.16.tar.bz2) = 13563fa8a2a88d18ad92a871c77faca119379fed0c7d7e85c1e67d1ef52cfcfe
SIZE (gwyddion-2.16.tar.bz2) = 2756806
SHA256 (gwyddion-2.27.tar.gz) = 46a28a4826385a7ccffd9d199461eaa7cbeb0bc95ad068051cbea43c2fa08ba6
SIZE (gwyddion-2.27.tar.gz) = 4694295

View File

@ -1,9 +0,0 @@
--- data/gwyddion.pc.in.orig 2007-10-18 15:06:29.000000000 +0200
+++ data/gwyddion.pc.in 2009-07-22 16:39:38.000000000 +0200
@@ -12,5 +12,5 @@
Description: Gwyddion library
Version: @VERSION@
Requires: glib-2.0 >= 2.6.0 gtk+-2.0 >= 2.6.0 pangoft2 @GTKGLEXT_DEPENDENCY@ @FFTW3_DEPENDENCY@
-Libs: -L${libdir} -lgwyapp2 -lgwymodule2 -lgwydgets2 -lgwydraw2 -lgwyprocess2 -lgwyddion2 @LIBTIFF@
+Libs: -L${libdir} -lgwyapp2 -lgwymodule2 -lgwydgets2 -lgwydraw2 -lgwyprocess2 -lgwyddion2
Cflags: -I${includedir}/gwyddion -I${libdir}/gwyddion/include

View File

@ -122,6 +122,8 @@ include/gwyddion/libprocess/elliptic.h
include/gwyddion/libprocess/filters.h
include/gwyddion/libprocess/fractals.h
include/gwyddion/libprocess/grains.h
include/gwyddion/libprocess/gwycaldata.h
include/gwyddion/libprocess/gwycalibration.h
include/gwyddion/libprocess/gwygrainvalue.h
include/gwyddion/libprocess/gwyprocess.h
include/gwyddion/libprocess/gwyprocessenums.h
@ -134,7 +136,9 @@ include/gwyddion/libprocess/linestats.h
include/gwyddion/libprocess/simplefft.h
include/gwyddion/libprocess/spectra.h
include/gwyddion/libprocess/stats.h
include/gwyddion/libprocess/stats_uncertainty.h
include/gwyddion/libprocess/tip.h
include/gwyddion/libprocess/triangulation.h
lib/gwyddion/include/gwyconfig.h
lib/gwyddion/modules/file/apefile.so
lib/gwyddion/modules/file/asciiexport.so
@ -193,8 +197,40 @@ 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/file/csmfile.so
lib/gwyddion/modules/file/rawxyz.so
lib/gwyddion/modules/file/anfatec.so
lib/gwyddion/modules/file/attocube.so
lib/gwyddion/modules/file/hitachi-sem.so
lib/gwyddion/modules/file/hdrimage.so
lib/gwyddion/modules/file/iso28600.so
lib/gwyddion/modules/file/igorfile.so
lib/gwyddion/modules/file/mulfile.so
lib/gwyddion/modules/file/nanoscan.so
lib/gwyddion/modules/file/aistfile.so
lib/gwyddion/modules/file/ambfile.so
lib/gwyddion/modules/file/witec-asc.so
lib/gwyddion/modules/file/pt3file.so
lib/gwyddion/modules/file/nanonics.so
lib/gwyddion/modules/file/nrrdfile.so
lib/gwyddion/modules/file/lextfile.so
lib/gwyddion/modules/file/oldmda.so
lib/gwyddion/modules/file/robotics.so
lib/gwyddion/modules/file/gdeffile.so
lib/gwyddion/modules/file/zeiss.so
lib/gwyddion/modules/file/gsffile.so
lib/gwyddion/modules/file/dumbfile.so
lib/gwyddion/modules/file/codevfile.so
lib/gwyddion/modules/file/omicronflat.so
lib/gwyddion/modules/file/pltfile.so
lib/gwyddion/modules/file/wipfile.so
lib/gwyddion/modules/file/rhk-sm4.so
lib/gwyddion/modules/file/wsffile.so
lib/gwyddion/modules/file/miffile.so
lib/gwyddion/modules/file/alicona.so
lib/gwyddion/modules/graph/graph_cd.so
lib/gwyddion/modules/graph/graph_cut.so
lib/gwyddion/modules/graph/graph_dos_spectrum.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
@ -261,6 +297,22 @@ 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/process/lno_synth.so
lib/gwyddion/modules/process/grain_edge.so
lib/gwyddion/modules/process/level_grains.so
lib/gwyddion/modules/process/pat_synth.so
lib/gwyddion/modules/process/fft_synth.so
lib/gwyddion/modules/process/obj_synth.so
lib/gwyddion/modules/process/curvature.so
lib/gwyddion/modules/process/calcoefs_new.so
lib/gwyddion/modules/process/mcrop.so
lib/gwyddion/modules/process/noise_synth.so
lib/gwyddion/modules/process/deposit_synth.so
lib/gwyddion/modules/process/calcoefs_load.so
lib/gwyddion/modules/process/calcoefs_view.so
lib/gwyddion/modules/process/averaging.so
lib/gwyddion/modules/process/calcoefs_simple.so
lib/gwyddion/modules/process/threshold.so
lib/gwyddion/modules/tool/crop.so
lib/gwyddion/modules/tool/distance.so
lib/gwyddion/modules/tool/filter.so
@ -505,10 +557,15 @@ share/applications/gwyddion.desktop
%%DATADIR%%/pixmaps/gwy_zoom_out-24.png
%%DATADIR%%/pixmaps/gwyddion.ico
%%DATADIR%%/pixmaps/splash.png
%%DATADIR%%/pixmaps/gwy_mask_fill_draw-24.png
%%DATADIR%%/pixmaps/gwy_mask_paint_erase-24.png
%%DATADIR%%/pixmaps/gwy_mask_fill_erase-24.png
%%DATADIR%%/pixmaps/gwy_mask_paint_draw-24.png
%%DATADIR%%/ui/toolbox.xml
share/icons/hicolor/48x48/apps/gwyddion.png
%%NLS%%share/locale/cs/LC_MESSAGES/gwyddion.mo
%%NLS%%share/locale/de/LC_MESSAGES/gwyddion.mo
%%NLS%%share/locale/es/LC_MESSAGES/gwyddion.mo
%%NLS%%share/locale/fr/LC_MESSAGES/gwyddion.mo
%%NLS%%share/locale/it/LC_MESSAGES/gwyddion.mo
%%NLS%%share/locale/ru/LC_MESSAGES/gwyddion.mo
@ -537,7 +594,6 @@ share/mime/application/x-nanoscope-iii-spm.xml
share/mime/application/x-nanosurf-spm.xml
share/mime/application/x-nanotop-spm.xml
share/mime/application/x-nt-mdt-spm.xml
share/mime/application/x-olympus-lex-3000.xml
share/mime/application/x-omicron-matrix-spm.xml
share/mime/application/x-omicron-spm.xml
share/mime/application/x-pni-spm.xml
@ -565,6 +621,37 @@ share/mime/application/x-wyko-asc.xml
share/mime/application/x-wyko-opd.xml
share/mime/application/x-zygo-spm.xml
share/mime/packages/gwyddion.xml
share/mime/application/x-anfatec-spm.xml
share/mime/application/x-rhk-sm4-spm.xml
share/mime/application/x-gsf-spm.xml
share/mime/application/x-witec-ascii-export.xml
share/mime/application/x-nanoscan-spm.xml
share/mime/application/x-oldmda-spm.xml
share/mime/application/x-microprof-txt.xml
share/mime/application/x-robotics-spm.xml
share/mime/application/x-olympus-lext-4000.xml
share/mime/application/x-symphotime-pt3.xml
share/mime/application/x-alicona-imaging-al3d.xml
share/mime/application/x-nanonics-spm.xml
share/mime/application/x-aist-nt-spm.xml
share/mime/application/x-hitachi-sem.xml
share/mime/application/x-attocube-asc.xml
share/mime/application/x-gwyddion-dump-spm.xml
share/mime/application/x-nearly-raw-raster-data.xml
share/mime/application/x-gdef-spm.xml
share/mime/application/x-nanoobserver-spm.xml
share/mime/application/x-wsf-spm.xml
share/mime/application/x-nanosurf-plt-spm.xml
share/mime/application/x-omicron-flat.xml
share/mime/application/x-mif-spm.xml
share/mime/application/x-ambios-amb.xml
share/mime/application/x-iso28600-spm.xml
share/mime/application/x-igor-binary-wave.xml
share/mime/application/x-wipfile-spm.xml
share/mime/application/x-olympus-lext-3000.xml
share/mime/application/x-mul-spm.xml
share/mime/application/x-benyuan-csm-spm.xml
share/mime/application/x-code-v-int.xml
@dirrm %%DATADIR%%/ui
@dirrm %%DATADIR%%/pixmaps
@dirrm %%DATADIR%%/gradients