From owner-cvs-all@FreeBSD.ORG Fri May 14 13:56:25 2010 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 331EA106564A; Fri, 14 May 2010 13:56:25 +0000 (UTC) (envelope-from wen@FreeBSD.org) Received: from repoman.freebsd.org (unknown [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 23A9E8FC1B; Fri, 14 May 2010 13:56:25 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id o4EDuOfp009670; Fri, 14 May 2010 13:56:24 GMT (envelope-from wen@repoman.freebsd.org) Received: (from wen@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id o4EDuOQg009669; Fri, 14 May 2010 13:56:24 GMT (envelope-from wen) Message-Id: <201005141356.o4EDuOQg009669@repoman.freebsd.org> From: Wen Heping Date: Fri, 14 May 2010 13:56:24 +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/math Makefile ports/math/p5-GIS-Distance-Lite Makefile distinfo pkg-descr pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 14 May 2010 13:56:25 -0000 wen 2010-05-14 13:56:24 UTC FreeBSD ports repository Modified files: math Makefile Added files: math/p5-GIS-Distance-Lite Makefile distinfo pkg-descr pkg-plist Log: The module provides a method to calculate geographic distances between coordinates in geodetic WGS84 format using the Haversine formula. It is similar to GIS::Distance, but without the extra bells and whistles and without the additional dependencies. Same great taste, less filling. It exists for those who cannot, or prefer not to install Moose and its dependencies. WWW: http://search.cpan.org/dist/GIS-Distance-Lite/ Revision Changes Path 1.655 +1 -0 ports/math/Makefile 1.1 +24 -0 ports/math/p5-GIS-Distance-Lite/Makefile (new) 1.1 +3 -0 ports/math/p5-GIS-Distance-Lite/distinfo (new) 1.1 +10 -0 ports/math/p5-GIS-Distance-Lite/pkg-descr (new) 1.1 +8 -0 ports/math/p5-GIS-Distance-Lite/pkg-plist (new)