| Commit History - (may be incomplete: see SVNWeb link above for full details) |
| Date | By | Description |
19 Mar 2013 13:04:31
3.11.7
|
eadler  |
This changes almost all the "gnomehack" only USE_GNOME cases to USES= pathfix.
If a port used other USE_GNOME items it was untouched.
The ports that used other USES were fixed by hand.
PR: ports/177081
Reviewed by: bapt
Approved by: portmgr (miwi) |
14 Feb 2013 09:42:13
3.11.7
|
gahr  |
- Get rid of PTHREAD_CFLAGS and PTHREAD_LIBS (category: devel)
Approved by: portmgr |
09 Dec 2012 03:32:21
3.11.7
|
sunpoet  |
- Update to 3.11.7
- Remove signature verification
Feature safe: yes |
30 Sep 2012 04:38:20
3.11.5
|
sunpoet  |
- Update to 3.11.5
- Pet portlint: remove ABI version number from LIB_DEPENDS
- Cleanup Makefile header
Changes: http://scm.opendap.org/svn/tags/libdap/3.11.5/ChangeLog
http://scm.opendap.org/svn/tags/libdap/3.11.5/NEWS |
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> |