From owner-cvs-ports@FreeBSD.ORG Thu Mar 10 06:15:56 2011 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 14BE6106566C; Thu, 10 Mar 2011 06:15:56 +0000 (UTC) (envelope-from wen@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 040B58FC15; Thu, 10 Mar 2011 06:15:56 +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 p2A6Fth8026307; Thu, 10 Mar 2011 06:15:55 GMT (envelope-from wen@repoman.freebsd.org) Received: (from wen@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id p2A6FtTY026306; Thu, 10 Mar 2011 06:15:55 GMT (envelope-from wen) Message-Id: <201103100615.p2A6FtTY026306@repoman.freebsd.org> From: Wen Heping Date: Thu, 10 Mar 2011 06:15:55 +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 Makefile ports/science/p5-Geo-BUFR 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: Thu, 10 Mar 2011 06:15:56 -0000 wen 2011-03-10 06:15:55 UTC FreeBSD ports repository Modified files: science Makefile Added files: science/p5-Geo-BUFR Makefile distinfo pkg-descr pkg-plist Log: BUFR = Binary Universal Form for the Representation of meteorological data. BUFR is approved by WMO (World Meteorological Organization) as the standard universal exchange format for meteorological observations, gradually replacing a lot of older alphanumeric data formats. This module provides methods for decoding and encoding BUFR messages, and for displaying information in BUFR B and D tables and in BUFR flag and code tables. Installing this module also installs some programs: bufrread.pl, bufrresolve.pl, bufrencode.pl, bufr_reencode.pl and bufralter.pl. See https://wiki.met.no/bufr.pm/start for examples of use. For the majority of potential users of Geo::BUFR I would expect these programs to be all that you will need Geo::BUFR for. WWW: http://search.cpan.org/dist/Geo-BUFR/ Revision Changes Path 1.203 +1 -0 ports/science/Makefile 1.1 +34 -0 ports/science/p5-Geo-BUFR/Makefile (new) 1.1 +2 -0 ports/science/p5-Geo-BUFR/distinfo (new) 1.1 +16 -0 ports/science/p5-Geo-BUFR/pkg-descr (new) 1.1 +17 -0 ports/science/p5-Geo-BUFR/pkg-plist (new)