| Commit History - (may be incomplete: see CVSWeb link above for full details) |
| Date | By | Description |
15 Feb 2012 08:54:14
3.11.3
|
sunpoet  |
- Update to 3.11.3
Changes:
- Changed the return value for dap-config --libs so that it does not contain the
curl static libs. This causes problems when linking on CentOS 6 in some cases. |
24 Jan 2012 09:57:03
3.11.2
|
sunpoet  |
- Update to 3.11.2
- Update WWW
Changes: http://scm.opendap.org/svn/branch/libdap/3.11.2/ChangeLog
http://scm.opendap.org/svn/branch/libdap/3.11.2/NEWS |
15 Nov 2011 16:57:34
3.11.1
|
sunpoet  |
- Use appropriate *FLAGS
Feature safe: yes |
03 May 2011 05:39:34
3.11.1
|
sunpoet  |
- Update to 3.11.1
Changes: http://scm.opendap.org/svn/branch/libdap/3.11.1/ChangeLog |
12 Apr 2011 15:19:26
3.11.0
|
sunpoet  |
- Remove obsolete MD5 checksum |
01 Oct 2010 01:14:19
3.11.0
|
sunpoet  |
- Use LOCAL/sunpoet as backup MASTER_SITES
Approved by: pgollucci (mentor) |
28 Sep 2010 08:52:30
3.11.0
|
sunpoet  |
- Update to 3.11.0
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) |
22 Sep 2010 17:10:26
3.10.2
|
sunpoet  |
- Update MAINTAINER to my FreeBSD.org address
Approved by: pgollucci (mentor) |
19 Jun 2010 19:09:41
3.10.2
|
sylvio  |
- Update to 3.10.2
- Pass maintainership to submitter.
PR: ports/147782
Submitted by: Sunpoet Po-Chuan Hsieh <sunpoet@sunpoet.net>
Feature safe: yes |
07 May 2010 08:43:36
3.10.0
|
wen  |
- Update to 3.10.0
- Reset maintainer |
03 Apr 2010 10:44:36
3.9.3_1
|
roam  |
Chase the ftp/curl shlib version bump. |
29 May 2009 12:00:51
3.9.3
|
miwi  |
- Update to 3.9.3
PR: 134888
Submitted by: Wen Heping <wenheping@gmail.com> (maintainer) |
22 Mar 2009 15:27:36
3.8.2
|
miwi  |
libdap is A C++ SDK which contains an implementation of DAP 2.0 and 3.1,
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> |