Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 7 Jan 2017 19:22:01 +0000 (UTC)
From:      Thierry Thomas <thierry@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r430825 - in head/science/gnudatalanguage: . files
Message-ID:  <201701071922.v07JM1h3047433@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: thierry
Date: Sat Jan  7 19:22:01 2017
New Revision: 430825
URL: https://svnweb.freebsd.org/changeset/ports/430825

Log:
  Upgrade to 0.9.7.
  
  - improvement on X11 display speed through network
  - lot of minors bugs

Deleted:
  head/science/gnudatalanguage/files/patch-src__file.cpp
Modified:
  head/science/gnudatalanguage/Makefile
  head/science/gnudatalanguage/distinfo
  head/science/gnudatalanguage/pkg-plist

Modified: head/science/gnudatalanguage/Makefile
==============================================================================
--- head/science/gnudatalanguage/Makefile	Sat Jan  7 19:15:05 2017	(r430824)
+++ head/science/gnudatalanguage/Makefile	Sat Jan  7 19:22:01 2017	(r430825)
@@ -2,8 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	gnudatalanguage
-DISTVERSION=	0.9.6v2
-PORTREVISION=	3
+DISTVERSION=	0.9.7v1
 CATEGORIES=	science lang
 MASTER_SITES=	SF/${PORTNAME}/gdl/${PORTVERSION:R}
 .if defined(BUILD_PYTHON_MODULE)
@@ -17,8 +16,9 @@ COMMENT?=	GDL, a free IDL compatible inc
 LICENSE=	GPLv2
 
 LIB_DEPENDS+=	libplplot.so:math/plplot	\
-		libpng.so:graphics/png	\
-		libps.so:print/pslib	\
+		libpng.so:graphics/png		\
+		libsz.so:science/szip		\
+		libps.so:print/pslib		\
 		libgsl.so:math/gsl
 
 USE_WX=		2.8
@@ -29,13 +29,16 @@ USES=		cmake:outsource compiler:gcc-c++1
 # Disable ImageMagick (does'nt work with plplot because dynamic drivers
 #	are enabled by default)
 # TODO: add a slave port for mpich
+# TODO: create a port for Cmsvlib http://cow.physics.wisc.edu/~craigm/idl/down/cmsvlib.tar.gz
+# TODO:	create a port for Astron http://idlastro.gsfc.nasa.gov/ftp/astron.tar.gz
+# TODO:	create a port for TexToIdl http://physics.mnstate.edu/mcraig/textoidl/textoidl-2-1-2.tar
+
 CMAKE_ARGS=	-DREADLINEDIR:STRING="/usr"		\
 		-DNCURSESDIR:STRING="/usr"		\
 		-DMPICH:BOOL=NO				\
 		-DMAGICK:BOOL=NO
 CPPFLAGS+=	${CFLAGS} -fno-inline -DNPY_NO_DEPRECATED_API -DNPY_1_7_API_VERSION
 LDFLAGS+=	-lpthread -L${LOCALBASE}/lib
-WRKSRC=		${WRKDIR}/gdl-${PORTVERSION:R}
 
 SLAVEDIRS=	science/py-gnudatalanguage
 
@@ -67,7 +70,7 @@ HDF5_CMAKE_ON=		-DHDF5:BOOL=YES
 HDF5_CMAKE_OFF=		-DHDF5:BOOL=NO -DHDF:BOOL=NO
 
 LIBPROJ4_DESC=		Support cartographic processes
-LIBPROJ4_LIB_DEPENDS=	libproj4.so:math/libproj4
+LIBPROJ4_LIB_DEPENDS=	libproj.so:math/proj.4
 LIBPROJ4_CMAKE_ON=	-DLIBPROJ4:BOOL=YES
 LIBPROJ4_CMAKE_OFF=	-DLIBPROJ4:BOOL=NO
 

Modified: head/science/gnudatalanguage/distinfo
==============================================================================
--- head/science/gnudatalanguage/distinfo	Sat Jan  7 19:15:05 2017	(r430824)
+++ head/science/gnudatalanguage/distinfo	Sat Jan  7 19:22:01 2017	(r430825)
@@ -1,2 +1,3 @@
-SHA256 (gdl-0.9.6v2.tgz) = cfb005ee1d9c843b26cc474618225ce68a1f0bfaeddcd45bf63a0a8fb62eedb4
-SIZE (gdl-0.9.6v2.tgz) = 1777167
+TIMESTAMP = 1483800598
+SHA256 (gdl-0.9.7v1.tgz) = ba92f1ee7274b74117b1c26158ee57da7c1b0c6704216924274158bf7eb5eecc
+SIZE (gdl-0.9.7v1.tgz) = 1831616

Modified: head/science/gnudatalanguage/pkg-plist
==============================================================================
--- head/science/gnudatalanguage/pkg-plist	Sat Jan  7 19:15:05 2017	(r430824)
+++ head/science/gnudatalanguage/pkg-plist	Sat Jan  7 19:22:01 2017	(r430825)
@@ -1,25 +1,36 @@
 bin/gdl
 man/man1/gdl.1.gz
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/testsuite/CMakeLists.txt
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/testsuite/CVS/Entries
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/testsuite/CVS/Repository
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/testsuite/CVS/Root
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/testsuite/Makefile.am
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/testsuite/README
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/testsuite/Saturn.jpg
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/testsuite/add_error.pro
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/testsuite/banner_for_testsuite.pro
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/testsuite/benchmark/CVS/Entries
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/testsuite/benchmark/CVS/Repository
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/testsuite/benchmark/CVS/Root
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/testsuite/benchmark/bench_matrix_multiply.pro
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/testsuite/byte_array.h5
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/testsuite/checks
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/testsuite/decomposed_return_values.sav
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/testsuite/demo_graphics1.pro
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/testsuite/demo_graphics2.pro
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/testsuite/demo_graphics3.pro
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/testsuite/demo_widgets.pro
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/testsuite/example.grib
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/testsuite/file_search_for_testsuite.pro
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/testsuite/formats.idl
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/testsuite/gdl_idl_fl.pro
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/testsuite/get_image_for_testsuite.pro
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/testsuite/idl.xdr
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/testsuite/image_test.pro
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/testsuite/launchtest.c
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/testsuite/libtest_ce.cpp
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/testsuite/nc_test.pro
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/testsuite/string.h5
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/testsuite/test-read_ascii.pro
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/testsuite/test-read_ascii.txt
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/testsuite/test-swap_endian.pro
@@ -99,11 +110,14 @@ man/man1/gdl.1.gz
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/testsuite/test_byte_conversion.pro
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/testsuite/test_bytscl.pro
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/testsuite/test_call_function.pro
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/testsuite/test_call_function_extra.pro
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/testsuite/test_call_procedure.pro
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/testsuite/test_call_procedure_extra.pro
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/testsuite/test_ce.pro
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/testsuite/test_check_math.pro
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/testsuite/test_clip.pro
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/testsuite/test_colors.pro
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/testsuite/test_colorsetup.pro
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/testsuite/test_common.pro
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/testsuite/test_congrid.pro
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/testsuite/test_constants.pro
@@ -152,6 +166,7 @@ man/man1/gdl.1.gz
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/testsuite/test_get_screen_size.pro
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/testsuite/test_greek_letters.pro
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/testsuite/test_grib.pro
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/testsuite/test_hdf5.pro
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/testsuite/test_healpix.pro
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/testsuite/test_hist_2d.pro
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/testsuite/test_hist_equal.pro
@@ -171,6 +186,7 @@ man/man1/gdl.1.gz
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/testsuite/test_list.pro
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/testsuite/test_ludc_lusol.pro
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/testsuite/test_map.pro
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/testsuite/test_map2.pro
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/testsuite/test_math_function_dim.pro
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/testsuite/test_matrix_multiply.pro
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/testsuite/test_memory.pro
@@ -185,6 +201,7 @@ man/man1/gdl.1.gz
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/testsuite/test_netcdf.pro
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/testsuite/test_ntags.pro
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/testsuite/test_null.pro
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/testsuite/test_obj_isa.pro
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/testsuite/test_obj_new.pro
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/testsuite/test_op_elem.pro
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/testsuite/test_op_power.pro
@@ -209,6 +226,7 @@ man/man1/gdl.1.gz
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/testsuite/test_python_module_0.pro
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/testsuite/test_python_module_1.pro
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/testsuite/test_python_module_2.pro
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/testsuite/test_qhull.pro
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/testsuite/test_qromb.pro
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/testsuite/test_qromo.pro
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/testsuite/test_random.pro
@@ -240,6 +258,7 @@ man/man1/gdl.1.gz
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/testsuite/test_suite.pro
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/testsuite/test_surface_basic.pro
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/testsuite/test_systime.pro
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/testsuite/test_tic_toc.pro
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/testsuite/test_titles.pro
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/testsuite/test_trisol.pro
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/testsuite/test_tv.pro
@@ -313,12 +332,14 @@ man/man1/gdl.1.gz
 %%DATADIR%%/lib/hist_equal.pro
 %%DATADIR%%/lib/hist_nd.pro
 %%DATADIR%%/lib/identity.pro
+%%DATADIR%%/lib/idl_container.pro
+%%DATADIR%%/lib/idl_container__define.pro
+%%DATADIR%%/lib/idl_object.pro
 %%DATADIR%%/lib/idl_validname.pro
 %%DATADIR%%/lib/image_statistics.pro
 %%DATADIR%%/lib/imsl_erf.pro
 %%DATADIR%%/lib/imsl_zerosys.pro
 %%DATADIR%%/lib/interpol.pro
-%%DATADIR%%/lib/ishft.pro
 %%DATADIR%%/lib/kurtosis.pro
 %%DATADIR%%/lib/la_invert.pro
 %%DATADIR%%/lib/last_item.pro
@@ -364,6 +385,7 @@ man/man1/gdl.1.gz
 %%DATADIR%%/lib/read_pict.pro
 %%DATADIR%%/lib/read_png.pro
 %%DATADIR%%/lib/read_tiff.pro
+%%DATADIR%%/lib/read_x11_bitmap.pro
 %%DATADIR%%/lib/read_xwd.pro
 %%DATADIR%%/lib/real_part.pro
 %%DATADIR%%/lib/resolve_all.pro
@@ -392,7 +414,6 @@ man/man1/gdl.1.gz
 %%DATADIR%%/lib/trace.pro
 %%DATADIR%%/lib/tvscl.pro
 %%DATADIR%%/lib/uniq.pro
-%%DATADIR%%/lib/unxregister.pro
 %%DATADIR%%/lib/value_locate.pro
 %%DATADIR%%/lib/variance.pro
 %%DATADIR%%/lib/widget_message.pro



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