aboutsummaryrefslogtreecommitdiff
path: root/devel/libdap
Commit message (Collapse)AuthorAgeFilesLines
* - Update to 3.11.1Sunpoet Po-Chuan Hsieh2011-05-033-7/+9
| | | | | | | Changes: http://scm.opendap.org/svn/branch/libdap/3.11.1/ChangeLog Notes: svn path=/head/; revision=273537
* - Remove obsolete MD5 checksumSunpoet Po-Chuan Hsieh2011-04-121-2/+0
| | | | Notes: svn path=/head/; revision=272629
* - Use LOCAL/sunpoet as backup MASTER_SITESSunpoet Po-Chuan Hsieh2010-10-011-1/+1
| | | | | | | Approved by: pgollucci (mentor) Notes: svn path=/head/; revision=262220
* - Update to 3.11.0Sunpoet Po-Chuan Hsieh2010-09-284-6/+17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Changes from 3.10.2 to 3.11.0: This version of libdap implements DAP 3.4 which introduces multiple function calls in a single URL. Also updated is the geogrid() function; it can now take the latitude and longitude vectors as explicit arguments. Thus you can request geographic subsets of Grid variables using two forms of this function: - geogrid(SST,50,-90,20,-60) - geogrid(SST,SST.COADSY,SST.COADSX,50,-90,20,-60) Both will request data from the SST variable within the region of latitude 50 north to 20 north and longitude 60 west to 90 west. Calling geogrid without arguments returns the version documentation pointer. You can try the function on the coads climatology dataset. Bug fixes, most notably a bug where Grids were not treated correctly given certain projections. Now the type of a Grid variable 'decays' to a Structure when a projection returns one or more variables that cannot be a Grid (because the number of maps fails to meet the data array's dimensionality, for example). Approved by: pgollucci (mentor) Notes: svn path=/head/; revision=262014
* - Update MAINTAINER to my FreeBSD.org addressSunpoet Po-Chuan Hsieh2010-09-221-1/+1
| | | | | | | Approved by: pgollucci (mentor) Notes: svn path=/head/; revision=261634
* - Update to 3.10.2Sylvio Cesar Teixeira2010-06-194-32/+31
| | | | | | | | | | | - Pass maintainership to submitter. PR: ports/147782 Submitted by: Sunpoet Po-Chuan Hsieh <sunpoet@sunpoet.net> Feature safe: yes Notes: svn path=/head/; revision=256719
* - Update to 3.10.0Wen Heping2010-05-073-18/+14
| | | | | | | - Reset maintainer Notes: svn path=/head/; revision=253896
* Chase the ftp/curl shlib version bump.Peter Pentchev2010-04-031-0/+1
| | | | Notes: svn path=/head/; revision=252125
* - Update to 3.9.3Martin Wilke2009-05-293-6/+7
| | | | | | | | PR: 134888 Submitted by: Wen Heping <wenheping@gmail.com> (maintainer) Notes: svn path=/head/; revision=234773
* libdap is A C++ SDK which contains an implementation of DAP 2.0 and 3.1,Martin Wilke2009-03-224-0/+143
Client- and Server-side support classes and a prototype implementation of the AIS. WWW: http://opendap.org/download/libdap++.html PR: ports/131972 Submitted by: Wen Heping <wenheping at gmail.com> Notes: svn path=/head/; revision=230670