diff options
author | Greg Lewis <glewis@FreeBSD.org> | 2005-04-07 21:48:51 +0000 |
---|---|---|
committer | Greg Lewis <glewis@FreeBSD.org> | 2005-04-07 21:48:51 +0000 |
commit | 03991f0bd4f3bbf2ba914cffbc26f5fe3a1262e5 (patch) | |
tree | 92be8ad93c784e67646f4b22331b9a9c8e2de885 /graphics/grads/files/patch-src_gx.h | |
parent | Reset bouncing maintainer address: (diff) |
. Add a port of GrADS:
The Grid Analysis and Display System (GrADS) is an interactive
desktop tool that is used for easy access, manipulation, and
visualization of earth science data. The format of the data may be
either binary, GRIB, NetCDF, or HDF-SDS (Scientific Data Sets).
GrADS has been implemented worldwide on a variety of commonly used
operating systems and is freely distributed over the Internet.
Notes
Notes:
svn path=/head/; revision=132725
Diffstat (limited to 'graphics/grads/files/patch-src_gx.h')
-rw-r--r-- | graphics/grads/files/patch-src_gx.h | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/graphics/grads/files/patch-src_gx.h b/graphics/grads/files/patch-src_gx.h new file mode 100644 index 000000000000..a8e2afb2b762 --- /dev/null +++ b/graphics/grads/files/patch-src_gx.h @@ -0,0 +1,13 @@ +$FreeBSD$ + +--- src/gx.h.orig Fri Mar 25 15:37:16 2005 ++++ src/gx.h Fri Mar 25 15:37:53 2005 +@@ -45,7 +45,7 @@ + /* Default directory containing the stroke and map data sets. + User can override this default via setenv GADDIR */ + +-static char *datad = "/usr/local/lib/grads"; ++static char *datad = "%%DATADIR%%"; + + /* Option flag. If 0, map data set is only read once into a + dynamically allocated memory area. The memory is held onto |