From owner-cvs-ports@FreeBSD.ORG Wed Oct 6 06:19:03 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 96F3E1065693; Wed, 6 Oct 2010 06:19:03 +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 871E28FC1F; Wed, 6 Oct 2010 06:19:03 +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 o966J3qR090688; Wed, 6 Oct 2010 06:19:03 GMT (envelope-from sunpoet@repoman.freebsd.org) Received: (from sunpoet@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id o966J327090687; Wed, 6 Oct 2010 06:19:03 GMT (envelope-from sunpoet) Message-Id: <201010060619.o966J327090687@repoman.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Wed, 6 Oct 2010 06:19:03 +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/science/cdo Makefile distinfo ports/science/cdo/files extra-patch-src-Makefile.in 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: Wed, 06 Oct 2010 06:19:03 -0000 sunpoet 2010-10-06 06:19:03 UTC FreeBSD ports repository Modified files: science/cdo Makefile distinfo science/cdo/files extra-patch-src-Makefile.in Log: - Update to 1.4.6 Changes: https://code.zmaw.de/news/32 New features: - Using libtool for linking (rpath) - Changed predefined gaussian grid names from tgrid to n - Use n80 instead of t106grid to define a Gaussian N80 grid - Changed percentile parameter type from integer to float New operators: - bandpass: Bandpass filtering - lowpass: Lowpass filtering - highpass: Highpass filtering Changed operators: - eca_gsl: adjust implementation to fit definition by ECA - expr, exprf: added missing values support Fixed bugs: - sellevel: copy zaxis meta data name and units - seldate: open output file only when time steps found Approved by: pgollucci (mentor) Revision Changes Path 1.28 +2 -2 ports/science/cdo/Makefile 1.18 +3 -3 ports/science/cdo/distinfo 1.4 +6 -5 ports/science/cdo/files/extra-patch-src-Makefile.in