head 1.4; access; symbols pkgsrc-2013Q2:1.4.0.4 pkgsrc-2013Q2-base:1.4 pkgsrc-2012Q4:1.4.0.2 pkgsrc-2012Q4-base:1.4 pkgsrc-2011Q4:1.3.0.60 pkgsrc-2011Q4-base:1.3 pkgsrc-2011Q3:1.3.0.58 pkgsrc-2011Q3-base:1.3 pkgsrc-2011Q2:1.3.0.56 pkgsrc-2011Q2-base:1.3 pkgsrc-2011Q1:1.3.0.54 pkgsrc-2011Q1-base:1.3 pkgsrc-2010Q4:1.3.0.52 pkgsrc-2010Q4-base:1.3 pkgsrc-2010Q3:1.3.0.50 pkgsrc-2010Q3-base:1.3 pkgsrc-2010Q2:1.3.0.48 pkgsrc-2010Q2-base:1.3 pkgsrc-2010Q1:1.3.0.46 pkgsrc-2010Q1-base:1.3 pkgsrc-2009Q4:1.3.0.44 pkgsrc-2009Q4-base:1.3 pkgsrc-2009Q3:1.3.0.42 pkgsrc-2009Q3-base:1.3 pkgsrc-2009Q2:1.3.0.40 pkgsrc-2009Q2-base:1.3 pkgsrc-2009Q1:1.3.0.38 pkgsrc-2009Q1-base:1.3 pkgsrc-2008Q4:1.3.0.36 pkgsrc-2008Q4-base:1.3 pkgsrc-2008Q3:1.3.0.34 pkgsrc-2008Q3-base:1.3 cube-native-xorg:1.3.0.32 cube-native-xorg-base:1.3 pkgsrc-2008Q2:1.3.0.30 pkgsrc-2008Q2-base:1.3 cwrapper:1.3.0.28 pkgsrc-2008Q1:1.3.0.26 pkgsrc-2008Q1-base:1.3 pkgsrc-2007Q4:1.3.0.24 pkgsrc-2007Q4-base:1.3 pkgsrc-2007Q3:1.3.0.22 pkgsrc-2007Q3-base:1.3 pkgsrc-2007Q2:1.3.0.20 pkgsrc-2007Q2-base:1.3 pkgsrc-2007Q1:1.3.0.18 pkgsrc-2007Q1-base:1.3 pkgsrc-2006Q4:1.3.0.16 pkgsrc-2006Q4-base:1.3 pkgsrc-2006Q3:1.3.0.14 pkgsrc-2006Q3-base:1.3 pkgsrc-2006Q2:1.3.0.12 pkgsrc-2006Q2-base:1.3 pkgsrc-2006Q1:1.3.0.10 pkgsrc-2006Q1-base:1.3 pkgsrc-2005Q4:1.3.0.8 pkgsrc-2005Q4-base:1.3 pkgsrc-2005Q3:1.3.0.6 pkgsrc-2005Q3-base:1.3 pkgsrc-2005Q2:1.3.0.4 pkgsrc-2005Q2-base:1.3 pkgsrc-2005Q1:1.3.0.2 pkgsrc-2005Q1-base:1.3 pkgsrc-2004Q4:1.2.0.10 pkgsrc-2004Q4-base:1.2 pkgsrc-2004Q3:1.2.0.8 pkgsrc-2004Q3-base:1.2 pkgsrc-2004Q2:1.2.0.6 pkgsrc-2004Q2-base:1.2 pkgsrc-2004Q1:1.2.0.4 pkgsrc-2004Q1-base:1.2 pkgsrc-2003Q4:1.2.0.2 pkgsrc-2003Q4-base:1.2 netbsd-1-6-1:1.1.1.1.0.6 netbsd-1-6-1-base:1.1.1.1 netbsd-1-6:1.1.1.1.0.8 netbsd-1-6-RELEASE-base:1.1.1.1 pkgviews:1.1.1.1.0.4 pkgviews-base:1.1.1.1 buildlink2:1.1.1.1.0.2 buildlink2-base:1.1.1.1 netbsd-1-5-PATCH003:1.1.1.1 netbsd-1-5-PATCH001:1.1.1.1 netbsd-1-5-RELEASE:1.1.1.1 netbsd-1-4-PATCH003:1.1.1.1 netbsd-1-4-PATCH002:1.1.1.1 comdex-fall-1999:1.1.1.1 netbsd-1-4-PATCH001:1.1.1.1 netbsd-1-4-RELEASE:1.1.1.1 pkgsrc-base:1.1.1.1 TNF:1.1.1; locks; strict; comment @# @; 1.4 date 2012.03.07.16.11.30; author adam; state dead; branches; next 1.3; 1.3 date 2005.02.25.09.52.47; author adam; state Exp; branches; next 1.2; 1.2 date 2003.03.02.08.26.10; author jtb; state Exp; branches; next 1.1; 1.1 date 99.01.14.20.28.54; author frueauf; state Exp; branches 1.1.1.1; next ; 1.1.1.1 date 99.01.14.20.28.54; author frueauf; state Exp; branches; next ; desc @@ 1.4 log @Changes 4.1.3: * Stop looking for xdr if --disable-dap is used. * Don't try to run (some) fortran configure tests on machines with no fortran. * Allow nccopy to rechunk with chunksizes larger than current dimension lengths. @ text @$NetBSD: patch-ag,v 1.3 2005/02/25 09:52:47 adam Exp $ --- ncdump/Makefile.orig 2004-12-18 18:08:01.000000000 +0000 +++ ncdump/Makefile @@@@ -16,7 +16,7 @@@@ PACKING_LIST = $(c_sources) $(headers) d test0.cdl ncdump.1 Makefile install-sh MANUAL = ncdump.1 -lib_netcdf = ../libsrc/libnetcdf.a +lib_netcdf = ../libsrc/libnetcdf.la # Don't use "-L../libsrc -lnetcdf" in the following because that doesn't # work on a CRAY T90 (sigh). @@@@ -28,7 +28,7 @@@@ GARBAGE = $(PROGRAM) test0.nc test1.nc all: $(PROGRAM) $(PROGRAM): $(lib_netcdf) $(OBJS) - $(LINK.c) $(OBJS) $(ld_netcdf) $(LIBS) + $(LINK.c) $(OBJS) $(ld_netcdf) $(LIBS) test: $(PROGRAM) FORCE $(NCGEN) -b test0.cdl @ 1.3 log @Changes 3.6.0-p1: Patched version of 3.6.0 to fix potentially serious bug described at http://www.unidata.ucar.edu/packages/netcdf/docs/known_problems.html#cdf2-bug Changes 3.6.0: Added texinfo source for the documentation. Added large file tests to Windows directory in distribution. Modified win32 visual studio project files so that m4 is no longer required to build netcdf under visual studio. Modified rules.make to use install instead of cp, fixing install problem for cygwin users. Modified configure/install stuff to support HP-UX. Modified configure/install stuff to support G95. In the f90 interface, applied Arnaud Desitter's fixes to correct mismatches between scalar and array arguments, eliminating (legitimate) complaints by the NAGWare f95 compiler. Also fixed bugs introduced in 3.6.0-beta5 in the mapped array interfaces. @ text @d1 1 a1 1 $NetBSD$ @ 1.2 log @Update to 3.5.0. Some relevant changes: Fixed miswriting of netCDF header when exiting define mode. Because the header was always written correctly later, this was only a problem if there was another reader of the netCDF file. Fixed explicit synchronizing between netCDF writer and readers via the nc_sync(), nf_sync(), and ncsync() functions. Fixed a number of bugs related to attempts to support shrinking the header in netCDF files when attributes are rewritten or deleted. Also fixed the problem that nc__endef() did not work as intended in reserving extra space in the file header, since the extra space would be compacted again on calling nc_close(). Fixed the "redef bug" that occurred when nc_enddef() or nf_enddef() is called after nc_redef() or nf_redef(), the file is growing such that the new beginning of a record variable is in the next "chunk", and the size of at least one record variable exceeds the chunk size (see netcdf.3 man page for a description of this tuning parameter and how to set it). This bug resulted in corruption of some values in other variables than the one being added. The "__" tuning functions for the Fortran interface, nf__create, nf__open, and nf__enddef, are now documented in the Fortran interface man pages. Changed the extension of C++ files from ".cc" to ".cpp". Renamed the C++ interface header file "netcdfcpp.h" instead of "netcdf.hh", changing "netcdf.hh" to include "netcdfcpp.h" for backward compatibility. Fixed bug in ncdump using same CDL header name when called with multiple files. Added new NULL data type NC_NAT (Not A Type) to facilitate checking whether a variable object has had its type defined yet, for example when working with packed values. Fixed use of compile-time macro NO_NETCDF_2 so it really doesn't include old netCDF-2 interfaces, as intended. Fixed C++ friend declarations to conform to C++ standard. @ text @d3 1 a3 1 --- ncdump/Makefile.orig Thu Feb 27 13:28:14 2003 d6 1 a6 1 test0.cdl ncdump.1 Makefile @ 1.1 log @Initial revision @ text @d3 3 a5 3 --- ncdump/Makefile.orig Sun Sep 27 20:07:07 1998 +++ ncdump/Makefile Sun Sep 27 20:08:23 1998 @@@@ -19,8 +19,8 @@@@ a9 1 -ld_netcdf = -L../libsrc -lnetcdf a10 3 +ld_netcdf = ${lib_netcdf} OBJS = ncdump.o vardata.o dumplib.o GARBAGE = $(PROGRAM) test0.nc test1.nc test1.cdl test2.cdl d12 11 @ 1.1.1.1 log @Initial addition of netcdf-3.4, a library for array-oriented data access. Provided in pr 6745 by Rene Hexel. @ text @@