[ncview] 05/31: Merge tag 'upstream/2.0_beta3'
Sebastiaan Couwenberg
sebastic at moszumanska.debian.org
Sat Apr 18 00:43:38 UTC 2015
This is an automated email from the git hooks/post-receive script.
sebastic pushed a commit to branch master
in repository ncview.
commit babc0702c90856b37a0c386942ad681e08b7878b
Merge: 79cc5eb 6925176
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date: Sat Apr 18 01:40:08 2015 +0200
Merge tag 'upstream/2.0_beta3'
Upstream version 2.0~beta3
AUTHORS | 4 +
ChangeLog | 37 +
INSTALL | 25 +-
Makefile | 141 -
Makefile.am | 1 +
Makefile.bak | 152 -
Makefile.default | 122 -
Makefile.in | 744 +-
Makefile.solaris | 110 -
NEWS | 1 +
README_LOCAL | 1 -
README_WISH_LIST | 11 -
RELEASE_NOTES | 14 +
SciPlot.o | Bin 207232 -> 0 bytes
aclocal.m4 | 871 +
autom4te.cache/output.0 | 5341 +-
autom4te.cache/output.1 | 9041 +-
autom4te.cache/requests | 267 +-
autom4te.cache/traces.0 | 1431 +-
autom4te.cache/traces.1 | 637 +-
config.h | 77 +
config.h.in | 76 +
config.h.in~ | 73 +
config.log | 816 -
config.status | 793 -
configure | 5429 +-
configure.in | 254 +-
SciPlot.1 => data/SciPlot.1 | 0
ncview.1 => data/ncview.1 | 0
ncview.1.sed => data/ncview.1.sed | 0
depcomp | 589 +
do_buttons.o | Bin 22112 -> 0 bytes
do_print.c.orig | 424 -
do_print.o | Bin 41280 -> 0 bytes
epic_time.o | Bin 14264 -> 0 bytes
file.o | Bin 43832 -> 0 bytes
file_netcdf.o | Bin 100392 -> 0 bytes
geteuid.o | Bin 6272 -> 0 bytes
hole.nc | Bin 1832 -> 0 bytes
interface/RadioWidget.o | Bin 41928 -> 0 bytes
interface/dataedit.o | Bin 46120 -> 0 bytes
interface/display_info.o | Bin 38808 -> 0 bytes
interface/filesel.o | Bin 56864 -> 0 bytes
interface/interface.o | Bin 36696 -> 0 bytes
interface/plot_range.o | Bin 45040 -> 0 bytes
interface/plot_xy.o | Bin 76608 -> 0 bytes
interface/printer_options.o | Bin 62344 -> 0 bytes
interface/range.o | Bin 64736 -> 0 bytes
interface/set_options.o | Bin 53024 -> 0 bytes
interface/utils.o | Bin 33296 -> 0 bytes
interface/x_interface.o | Bin 252736 -> 0 bytes
m4macros/netcdf.m4 | 100 +
m4macros/ppm.m4 | 109 +
m4macros/udunits2.m4 | 114 +
missing | 360 +
nc_overlay.earth.lat-lon.p8deg | 5771 --
nc_overlay.earth.lat-lon.radians | 5771 --
nc_overlay.lat-lon-grid.10x30 | 91835 -------------------
nc_overlay.lat-lon-grid.20x60 | 45019 ---------
nc_overlay.usa | 12018 ---
ncmap_2_rmap.R | 33 -
ncview.o | Bin 153904 -> 0 bytes
netcdf.m4 | 137 -
regenerate | 14 +
src/.deps/RadioWidget.Po | 302 +
src/.deps/SciPlot.Po | 144 +
src/.deps/calcalcs.Po | 87 +
src/.deps/cbar.Po | 307 +
src/.deps/dataedit.Po | 296 +
src/.deps/display_info.Po | 296 +
src/.deps/do_buttons.Po | 295 +
src/.deps/do_print.Po | 295 +
src/.deps/epic_time.Po | 295 +
src/.deps/file.Po | 294 +
src/.deps/file_netcdf.Po | 295 +
src/.deps/filesel.Po | 296 +
src/.deps/geteuid.Po | 74 +
src/.deps/interface.Po | 296 +
src/.deps/ncview.Po | 317 +
src/.deps/overlay.Po | 302 +
src/.deps/plot_range.Po | 299 +
src/.deps/plot_xy.Po | 296 +
src/.deps/printer_options.Po | 296 +
src/.deps/range.Po | 299 +
src/.deps/set_options.Po | 302 +
src/.deps/udu.Po | 297 +
src/.deps/utCalendar2_cal.Po | 98 +
src/.deps/util.Po | 297 +
src/.deps/utils.Po | 296 +
src/.deps/view.Po | 294 +
src/.deps/x_interface.Po | 306 +
src/Makefile | 703 +
src/Makefile.am | 35 +
src/Makefile.in | 703 +
src/RadioWidget.o | Bin 0 -> 5672 bytes
SciPlot.c => src/SciPlot.c | 1 -
SciPlot.h => src/SciPlot.h | 0
src/SciPlot.o | Bin 0 -> 115240 bytes
SciPlotP.h => src/SciPlotP.h | 0
src/calcalcs.c | 1563 +
src/calcalcs.h | 208 +
src/calcalcs.o | Bin 0 -> 68664 bytes
{interface => src}/cbar.o | Bin 155688 -> 132576 bytes
colormaps_3gauss.h => src/colormaps_3gauss.h | 2 +-
colormaps_3saw.h => src/colormaps_3saw.h | 2 +-
colormaps_bw.h => src/colormaps_bw.h | 2 +-
colormaps_default.h => src/colormaps_default.h | 2 +-
colormaps_detail.h => src/colormaps_detail.h | 2 +-
colormaps_extrema.h => src/colormaps_extrema.h | 2 +-
colormaps_helix.h => src/colormaps_helix.h | 2 +-
colormaps_helix2.h => src/colormaps_helix2.h | 2 +-
colormaps_hotres.h => src/colormaps_hotres.h | 2 +-
colormaps_ssec.h => src/colormaps_ssec.h | 2 +-
src/dataedit.o | Bin 0 -> 9416 bytes
src/display_info.o | Bin 0 -> 4904 bytes
do_buttons.c => src/do_buttons.c | 2 +-
src/do_buttons.o | Bin 0 -> 7472 bytes
do_print.c => src/do_print.c | 2 +-
src/do_print.o | Bin 0 -> 20608 bytes
do_print.orig.c => src/do_print.orig.c | 2 +-
epic_time.c => src/epic_time.c | 0
src/epic_time.o | Bin 0 -> 3992 bytes
file.c => src/file.c | 12 +-
src/file.o | Bin 0 -> 16672 bytes
file_netcdf.c => src/file_netcdf.c | 2 +-
src/file_netcdf.o | Bin 0 -> 70464 bytes
src/filesel.o | Bin 0 -> 15672 bytes
src/geteuid | Bin 0 -> 30284 bytes
geteuid.c => src/geteuid.c | 0
src/geteuid.o | Bin 0 -> 1656 bytes
src/interface.o | Bin 0 -> 12128 bytes
{interface => src/interface}/RadioWidget.c | 2 +-
{interface => src/interface}/RadioWidget.h | 2 +-
{interface => src/interface}/cbar.c | 2 +-
.../interface}/closed_circle_bitmap.h | 2 +-
{interface => src/interface}/dataedit.c | 2 +-
{interface => src/interface}/display_info.c | 2 +-
{interface => src/interface}/fallback_resources.h | 2 +-
{interface => src/interface}/filesel.c | 2 +-
{interface => src/interface}/helvR08.h | 0
{interface => src/interface}/interface.c | 2 +-
{interface => src/interface}/open_circle_bitmap.h | 0
{interface => src/interface}/plot_range.c | 2 +-
{interface => src/interface}/plot_xy.c | 2 +-
{interface => src/interface}/printer_options.c | 2 +-
{interface => src/interface}/range.c | 2 +-
{interface => src/interface}/set_options.c | 2 +-
{interface => src/interface}/utils.c | 2 +-
{interface => src/interface}/widgets.h | 2 +-
{interface => src/interface}/x_interface.c | 2 +-
.../interface}/x_interface.dumpframes.c | 2 +-
ncview => src/ncview | Bin 3560906 -> 3541269 bytes
ncview.bitmaps.h => src/ncview.bitmaps.h | 2 +-
ncview.c => src/ncview.c | 8 +-
ncview.defines.h => src/ncview.defines.h | 14 +-
ncview.includes.h => src/ncview.includes.h | 3 +-
src/ncview.o | Bin 0 -> 216696 bytes
ncview.protos.h => src/ncview.protos.h | 2 +-
overlay.c => src/overlay.c | 2 +-
overlay.o => src/overlay.o | Bin 1698912 -> 1681592 bytes
overlay.orig.c => src/overlay.orig.c | 2 +-
.../overlay_coasts_p08deg.h | 2 +-
.../overlay_coasts_p8deg.h | 2 +-
overlay_usa.h => src/overlay_usa.h | 2 +-
src/plot_range.o | Bin 0 -> 8888 bytes
src/plot_xy.o | Bin 0 -> 27136 bytes
src/printer_options.o | Bin 0 -> 22608 bytes
qsort.c => src/qsort.c | 0
src/range.o | Bin 0 -> 18160 bytes
src/set_options.o | Bin 0 -> 12792 bytes
udu.c => src/udu.c | 114 +-
src/udu.o | Bin 0 -> 11192 bytes
src/utCalendar2_cal.c | 533 +
src/utCalendar2_cal.h | 38 +
src/utCalendar2_cal.o | Bin 0 -> 20464 bytes
util.c => src/util.c | 328 +-
src/util.o | Bin 0 -> 67936 bytes
util_2009-01-01.c => src/util_2009-01-01.c | 2 +-
src/utils.o | Bin 0 -> 1440 bytes
view.c => src/view.c | 2 +-
src/view.o | Bin 0 -> 155032 bytes
src/x_interface.o | Bin 0 -> 177064 bytes
stamp-h1 | 1 +
t.xwd | Bin 535185 -> 0 bytes
tsh | 4 -
tt | 10985 +--
udu.o | Bin 52864 -> 0 bytes
utCalendar_cal.c | 685 -
utCalendar_cal.h | 3 -
util.o | Bin 111760 -> 0 bytes
view.o | Bin 149600 -> 0 bytes
191 files changed, 30062 insertions(+), 181995 deletions(-)
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/ncview.git
More information about the Pkg-grass-devel
mailing list