From owner-cvs-ports@FreeBSD.ORG Tue Sep 28 08:52:30 2010 Return-Path: Delivered-To: cvs-ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 682F71065670; Tue, 28 Sep 2010 08:52:30 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 580488FC17; Tue, 28 Sep 2010 08:52:30 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id o8S8qUC9096352; Tue, 28 Sep 2010 08:52:30 GMT (envelope-from sunpoet@repoman.freebsd.org) Received: (from sunpoet@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id o8S8qUk5096351; Tue, 28 Sep 2010 08:52:30 GMT (envelope-from sunpoet) Message-Id: <201009280852.o8S8qUk5096351@repoman.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Tue, 28 Sep 2010 08:52:30 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/devel/libdap Makefile distinfo pkg-descr pkg-plist X-BeenThere: cvs-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Sep 2010 08:52:30 -0000 sunpoet 2010-09-28 08:52:30 UTC FreeBSD ports repository Modified files: devel/libdap Makefile distinfo pkg-descr pkg-plist Log: - 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) Revision Changes Path 1.7 +7 -2 ports/devel/libdap/Makefile 1.5 +6 -3 ports/devel/libdap/distinfo 1.3 +3 -0 ports/devel/libdap/pkg-descr 1.5 +2 -2 ports/devel/libdap/pkg-plist