Date: Sat, 10 Jul 2004 21:03:02 -0400 (EDT) From: Rod Taylor <ports@rbt.ca> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/68902: NEW PORT: math/p5-Geo-Distance Message-ID: <200407110103.i6B132EP054677@home.rbt.ca> Resent-Message-ID: <200407110110.i6B1ANdt028408@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 68902 >Category: ports >Synopsis: NEW PORT: math/p5-Geo-Distance >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Sun Jul 11 01:10:23 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Rod Taylor >Release: FreeBSD 5.2.1-RELEASE i386 >Organization: >Environment: System: FreeBSD home 5.2.1-RELEASE FreeBSD 5.2.1-RELEASE #1: Sun Feb 29 13:14:24 EST 2004 root@home:/usr/obj/usr/src/sys/HOME i386 >Description: This perl library aims to provide as many tools to make it as simple as possible to calculate distances between geographic points, and anything that can be derived from that. Currently there is support for finding the closest locations within a specified distance, to find the closest number of points to a specified point, and to do basic point-to-point distance calculations. >How-To-Repeat: >Fix: --- geodistance.shar begins here --- # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # p5-Geo-Distance # p5-Geo-Distance/Makefile # p5-Geo-Distance/distinfo # p5-Geo-Distance/pkg-descr # p5-Geo-Distance/pkg-plist # echo c - p5-Geo-Distance mkdir -p p5-Geo-Distance > /dev/null 2>&1 echo x - p5-Geo-Distance/Makefile sed 's/^X//' >p5-Geo-Distance/Makefile << 'END-of-p5-Geo-Distance/Makefile' X# New ports collection makefile for: p5-Geo-Distance X# Date created: 10 July 2004 X# Whom: Rod Taylor <ports@rbt.ca> X# X# $FreeBSD$ X# X XPORTNAME= Geo-Distance XPORTVERSION= 0.06 XCATEGORIES= math perl5 XMASTER_SITES= ${MASTER_SITE_PERL_CPAN} XMASTER_SITE_SUBDIR= Geo XPKGNAMEPREFIX= p5- X XMAINTAINER= ports@rbt.ca XCOMMENT= Calculate Distances and Closest Locations X X XBUILD_DEPENDS= ${SITE_PERL}/Test/More.pm:${PORTSDIR}/devel/p5-Test-Simple XRUN_DEPENDS= ${BUILD_DEPENDS} X XPERL_CONFIGURE= yes X XMAN3= Geo::Distance.3 X X.include <bsd.port.mk> END-of-p5-Geo-Distance/Makefile echo x - p5-Geo-Distance/distinfo sed 's/^X//' >p5-Geo-Distance/distinfo << 'END-of-p5-Geo-Distance/distinfo' XMD5 (Geo-Distance-0.06.tar.gz) = 6313eb1cdabca80d494d213db1aa94c0 XSIZE (Geo-Distance-0.06.tar.gz) = 9234 END-of-p5-Geo-Distance/distinfo echo x - p5-Geo-Distance/pkg-descr sed 's/^X//' >p5-Geo-Distance/pkg-descr << 'END-of-p5-Geo-Distance/pkg-descr' XThis perl library aims to provide as many tools to make it as simple as possible Xto calculate distances between geographic points, and anything that can be Xderived from that. Currently there is support for finding the closest locations Xwithin a specified distance, to find the closest number of points to a specified Xpoint, and to do basic point-to-point distance calculations. X XWWW: http://search.cpan.org/~bluefeet/Geo-Distance/ END-of-p5-Geo-Distance/pkg-descr echo x - p5-Geo-Distance/pkg-plist sed 's/^X//' >p5-Geo-Distance/pkg-plist << 'END-of-p5-Geo-Distance/pkg-plist' X%%SITE_PERL%%/mach/auto/Geo/Distance/.packlist X%%SITE_PERL%%/Geo/Distance.pm X@dirrm %%SITE_PERL%%/mach/auto/Geo/Distance X@unexec rmdir %D/%%%SITE_PERL%%/mach/auto/Geo 2>/dev/null || true X@unexec rmdir %D/%%%SITE_PERL%%/Geo 2>/dev/null || true END-of-p5-Geo-Distance/pkg-plist exit --- geodistance.shar ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200407110103.i6B132EP054677>