| non port: devel/libdap/Makefile |
|
CVSWeb
|
Number of commits found: 12 |
|
Wed, 15 Feb 2012
|
[ 08:54 sunpoet ]
1.12 devel/libdap/Makefile
1.9 devel/libdap/distinfo
- 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.
|
|
Tue, 24 Jan 2012
|
[ 09:57 sunpoet ]
1.11 devel/libdap/Makefile
1.8 devel/libdap/distinfo
1.4 devel/libdap/pkg-descr
1.7 devel/libdap/pkg-plist
- 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
|
|
Tue, 15 Nov 2011
|
[ 16:57 sunpoet ]
1.10 devel/libdap/Makefile
- Use appropriate *FLAGS
Feature safe: yes
|
|
Tue, 3 May 2011
|
[ 05:39 sunpoet ]
1.9 devel/libdap/Makefile
1.7 devel/libdap/distinfo
1.6 devel/libdap/pkg-plist
- Update to 3.11.1
Changes: http://scm.opendap.org/svn/branch/libdap/3.11.1/ChangeLog
|
|
Fri, 1 Oct 2010
|
[ 01:14 sunpoet ]
1.21 astro/py-metar/Makefile
1.4 astro/weather/Makefile
1.3 audio/libfishsound/Makefile
1.3 audio/libmp3-archive-perl/Makefile
1.4 audio/mp3-archive-tools/Makefile
1.3 audio/mp3lint/Makefile
1.5 databases/pgsphere/Makefile
1.8 devel/libdap/Makefile
1.27 devel/shapelib/Makefile
1.15 graphics/libgeotiff/Makefile
(Only the first 10 of 22 ports in this commit are shown above. )
- Use LOCAL/sunpoet as backup MASTER_SITES
Approved by: pgollucci (mentor)
|
|
Tue, 28 Sep 2010
|
[ 08:52 sunpoet ]
1.7 devel/libdap/Makefile
1.5 devel/libdap/distinfo
1.3 devel/libdap/pkg-descr
1.5 devel/libdap/pkg-plist
- 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)
|
|
Wed, 22 Sep 2010
|
[ 17:10 sunpoet ]
1.2 archivers/p5-Compress-Raw-Lzma/Makefile
1.3 archivers/p5-IO-Compress-Lzma/Makefile
1.12 archivers/unshield/Makefile
1.20 astro/py-metar/Makefile
1.3 astro/weather/Makefile
1.69 audio/icecast2/Makefile
1.21 audio/id3v2/Makefile
1.2 audio/libfishsound/Makefile
1.2 audio/libmp3-archive-perl/Makefile
1.2 audio/mp3-archive-tools/Makefile
(Only the first 10 of 55 ports in this commit are shown above. )
- Update MAINTAINER to my FreeBSD.org address
Approved by: pgollucci (mentor)
|
|
Sat, 19 Jun 2010
|
[ 19:09 sylvio ]
1.5 devel/libdap/Makefile
1.4 devel/libdap/distinfo
1.2 devel/libdap/pkg-descr
1.4 devel/libdap/pkg-plist
- Update to 3.10.2
- Pass maintainership to submitter.
PR: ports/147782
Submitted by: Sunpoet Po-Chuan Hsieh <sunpoet@sunpoet.net>
Feature safe: yes
|
|
Fri, 7 May 2010
|
[ 08:43 wen ]
1.4 devel/libdap/Makefile
1.3 devel/libdap/distinfo
1.3 devel/libdap/pkg-plist
- Update to 3.10.0
- Reset maintainer
|
|
Sat, 3 Apr 2010
|
[ 10:44 roam ]
1.6 archivers/epkg/Makefile
1.19 astro/gaia/Makefile
1.8 astro/tangogps/Makefile
1.15 astro/viking/Makefile
1.3 audio/deadbeef/Makefile
1.10 audio/gbemol/Makefile
1.10 audio/gmpc-alarm/Makefile
1.4 audio/gmpc-albumview/Makefile
1.4 audio/gmpc-discogs/Makefile
1.12 audio/gmpc-extraplaylist/Makefile
(Only the first 10 of 202 ports in this commit are shown above. )
Chase the ftp/curl shlib version bump.
|
|
Fri, 29 May 2009
|
[ 12:00 miwi ]
1.2 devel/libdap/Makefile
1.2 devel/libdap/distinfo
1.2 devel/libdap/pkg-plist
- Update to 3.9.3
PR: 134888
Submitted by: Wen Heping <wenheping@gmail.com> (maintainer)
|
|
Sun, 22 Mar 2009
|
[ 15:27 miwi ]
1.3427 devel/Makefile
1.1 devel/libdap/Makefile
1.1 devel/libdap/distinfo
1.1 devel/libdap/pkg-descr
1.1 devel/libdap/pkg-plist
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>
|
Number of commits found: 12 |