From chinsan@chinsan.twbbs.org  Tue Mar 20 03:58:24 2007
Return-Path: <chinsan@chinsan.twbbs.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52])
	by hub.freebsd.org (Postfix) with ESMTP id 8CED216A402
	for <FreeBSD-gnats-submit@freebsd.org>; 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 <FreeBSD-gnats-submit@freebsd.org>; 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 <chinsan@FreeBSD.org>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: [NEW PORT] misc/p5-Geography-NationalGrid: Create an object for a point and to transform coordinate systems
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>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:    rafan
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Tue Mar 20 04:00:11 GMT 2007
>Closed-Date:    Tue Mar 20 11:23:53 GMT 2007
>Last-Modified:  Tue Mar 20 11:30:04 GMT 2007
>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 <bsd.port.mk>
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:
Responsible-Changed-From-To: freebsd-ports-bugs->rafan 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Tue Mar 20 04:00:17 UTC 2007 
Responsible-Changed-Why:  
rafan@ wants this PRs 

http://www.freebsd.org/cgi/query-pr.cgi?pr=110557 
State-Changed-From-To: open->closed 
State-Changed-By: rafan 
State-Changed-When: Tue Mar 20 11:23:52 UTC 2007 
State-Changed-Why:  
New port added. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=110557 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/110557: commit references a PR
Date: Tue, 20 Mar 2007 11:22:03 +0000 (UTC)

 rafan       2007-03-20 11:21:56 UTC
 
   FreeBSD ports repository
 
   Modified files:
     misc                 Makefile 
   Added files:
     misc/p5-Geography-NationalGrid Makefile distinfo pkg-descr 
                                    pkg-plist 
   Log:
   Add p5-Geography-NationalGrid 1.6, create an object for a point and to
   transform coordinate systems.
   
   PR:             ports/110557
   Submitted by:   chinsan
   
   Revision  Changes    Path
   1.846     +1 -0      ports/misc/Makefile
   1.1       +23 -0     ports/misc/p5-Geography-NationalGrid/Makefile (new)
   1.1       +3 -0      ports/misc/p5-Geography-NationalGrid/distinfo (new)
   1.1       +6 -0      ports/misc/p5-Geography-NationalGrid/pkg-descr (new)
   1.1       +8 -0      ports/misc/p5-Geography-NationalGrid/pkg-plist (new)
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
>Unformatted:
