From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Mar 20 04:00:12 2007 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 2987816A40A for ; Tue, 20 Mar 2007 04:00:12 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [69.147.83.40]) by mx1.freebsd.org (Postfix) with ESMTP id 0A8A013C4C1 for ; Tue, 20 Mar 2007 04:00:12 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id l2K40BvJ006504 for ; Tue, 20 Mar 2007 04:00:11 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id l2K40BK4006503; Tue, 20 Mar 2007 04:00:11 GMT (envelope-from gnats) Resent-Date: Tue, 20 Mar 2007 04:00:11 GMT Resent-Message-Id: <200703200400.l2K40BK4006503@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, chinsan Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 8CED216A402 for ; Tue, 20 Mar 2007 03:58:24 +0000 (UTC) (envelope-from chinsan@chinsan.twbbs.org) Received: from chinsan.twbbs.org (220-132-119-51.HINET-IP.hinet.net [220.132.119.51]) by mx1.freebsd.org (Postfix) with ESMTP id 0A2D413C4DE for ; Tue, 20 Mar 2007 03:58:23 +0000 (UTC) (envelope-from chinsan@chinsan.twbbs.org) Received: by chinsan.twbbs.org (Postfix, from userid 1001) id B1D9811487; Tue, 20 Mar 2007 11:58:23 +0800 (CST) Message-Id: <20070320035823.B1D9811487@chinsan.twbbs.org> Date: Tue, 20 Mar 2007 11:58:23 +0800 (CST) From: chinsan To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/110557: [NEW PORT] misc/p5-Geography-NationalGrid: Create an object for a point and to transform coordinate systems X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 20 Mar 2007 04:00:12 -0000 >Number: 110557 >Category: ports >Synopsis: [NEW PORT] misc/p5-Geography-NationalGrid: Create an object for a point and to transform coordinate systems >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Tue Mar 20 04:00:11 GMT 2007 >Closed-Date: >Last-Modified: >Originator: chinsan >Release: FreeBSD 6.2-STABLE i386 >Organization: Taiwan >Environment: System: FreeBSD chinsan.twbbs.org 6.2-STABLE FreeBSD 6.2-STABLE #6: Mon Feb 5 23:22:25 CST >Description: Geography::NationalGrid is a factory class whose sole purpose is to give you an object for the right country. Geography::NationalGrid::GB and Geography::NationalGrid::IE are included with this distribution - other countries' national grids are converted by other packages. WWW: http://search.cpan.org/dist/Geography-NationalGrid/ Generated with FreeBSD Port Tools 0.77 >How-To-Repeat: >Fix: --- p5-Geography-NationalGrid-1.6.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-Geography-NationalGrid # p5-Geography-NationalGrid/Makefile # p5-Geography-NationalGrid/distinfo # p5-Geography-NationalGrid/pkg-descr # p5-Geography-NationalGrid/pkg-plist # echo c - p5-Geography-NationalGrid mkdir -p p5-Geography-NationalGrid > /dev/null 2>&1 echo x - p5-Geography-NationalGrid/Makefile sed 's/^X//' >p5-Geography-NationalGrid/Makefile << 'END-of-p5-Geography-NationalGrid/Makefile' X# New ports collection makefile for: misc/p5-Geography-NationalGrid X# Date created: 2007/03/20 X# Whom: chinsan X# X# $FreeBSD$ X# X XPORTNAME= Geography-NationalGrid XPORTVERSION= 1.6 XCATEGORIES= misc perl5 XMASTER_SITES= ${MASTER_SITE_PERL_CPAN} XMASTER_SITE_SUBDIR= Geography XPKGNAMEPREFIX= p5- X XMAINTAINER= chinsan@FreeBSD.org XCOMMENT= Create an object for a point and to transform coordinate systems X XPERL_CONFIGURE= yes X XMAN3= Geography::NationalGrid.3 Geography::NationalGrid::GB.3 \ X Geography::NationalGrid::IE.3 X X.include END-of-p5-Geography-NationalGrid/Makefile echo x - p5-Geography-NationalGrid/distinfo sed 's/^X//' >p5-Geography-NationalGrid/distinfo << 'END-of-p5-Geography-NationalGrid/distinfo' XMD5 (Geography-NationalGrid-1.6.tar.gz) = a629aa96c183da66082e5d139c70e9d9 XSHA256 (Geography-NationalGrid-1.6.tar.gz) = 8681495708d9147898feaf65ed380095989794921b296c3b9fdf1b18d895c0f7 XSIZE (Geography-NationalGrid-1.6.tar.gz) = 13029 END-of-p5-Geography-NationalGrid/distinfo echo x - p5-Geography-NationalGrid/pkg-descr sed 's/^X//' >p5-Geography-NationalGrid/pkg-descr << 'END-of-p5-Geography-NationalGrid/pkg-descr' XGeography::NationalGrid is a factory class whose sole purpose is to give you Xan object for the right country. Geography::NationalGrid::GB and XGeography::NationalGrid::IE are included with this distribution - other Xcountries' national grids are converted by other packages. X XWWW: http://search.cpan.org/dist/Geography-NationalGrid/ END-of-p5-Geography-NationalGrid/pkg-descr echo x - p5-Geography-NationalGrid/pkg-plist sed 's/^X//' >p5-Geography-NationalGrid/pkg-plist << 'END-of-p5-Geography-NationalGrid/pkg-plist' X%%SITE_PERL%%/%%PERL_ARCH%%/auto/Geography/NationalGrid/.packlist X%%SITE_PERL%%/Geography/NationalGrid.pm X%%SITE_PERL%%/Geography/NationalGrid/IE.pm X%%SITE_PERL%%/Geography/NationalGrid/GB.pm X@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Geography/NationalGrid X@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Geography X@dirrmtry %%SITE_PERL%%/Geography/NationalGrid X@dirrmtry %%SITE_PERL%%/Geography END-of-p5-Geography-NationalGrid/pkg-plist exit --- p5-Geography-NationalGrid-1.6.shar ends here --- >Release-Note: >Audit-Trail: >Unformatted: