From petef@entropy.databits.net  Fri Aug  3 19:14:11 2001
Return-Path: <petef@entropy.databits.net>
Received: from entropy.databits.net (electron.databits.net [207.29.204.16])
	by hub.freebsd.org (Postfix) with ESMTP
	id 12E8937B407; Fri,  3 Aug 2001 19:14:10 -0700 (PDT)
	(envelope-from petef@entropy.databits.net)
Received: by entropy.databits.net (Postfix, from userid 1001)
	id E63E2D919; Fri,  3 Aug 2001 23:20:17 -0400 (EDT)
Message-Id: <20010804032017.E63E2D919@entropy.databits.net>
Date: Fri,  3 Aug 2001 23:20:17 -0400 (EDT)
From: Pete Fritchman <petef@databits.net>
Reply-To: Pete Fritchman <petef@databits.net>
To: FreeBSD-gnats-submit@freebsd.org
Cc: lioux@freebsd.org
Subject: New port: misc/p5-Geo-Weather
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         29425
>Category:       ports
>Synopsis:       New port: misc/p5-Geo-Weather
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Fri Aug 03 19:20:02 PDT 2001
>Closed-Date:    Sat Aug 4 21:18:43 PDT 2001
>Last-Modified:  Sat Aug 04 21:18:53 PDT 2001
>Originator:     Pete Fritchman
>Release:        FreeBSD 4.3-STABLE i386
>Organization:
Databits Network Services, Inc.
>Environment:
System: FreeBSD entropy.databits.net 4.3-STABLE FreeBSD 4.3-STABLE #1: Tue Jul 31 08:19:43 EDT 2001 petef@entropy.databits.net:/usr/obj/usr/src/sys/ENTROPY i386

>Description:

The Geo::Weather module retrieves the current weather from weather.com
when given city and state or a US zip code.  After fetching the weather,
the module can print a general weather report, or return specific values
(ie: URL to a picture of the current weather for use on a website,
current numerical values for wind speed, temperature, dew point, etc).

WWW: http://search.cpan.org/search?dist=Geo-Weather

>How-To-Repeat:

>Fix:

# 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-Weather/
#	p5-Geo-Weather/pkg-descr
#	p5-Geo-Weather/distinfo
#	p5-Geo-Weather/pkg-plist
#	p5-Geo-Weather/Makefile
#	p5-Geo-Weather/pkg-comment
#
echo c - p5-Geo-Weather/
mkdir -p p5-Geo-Weather/ > /dev/null 2>&1
echo x - p5-Geo-Weather/pkg-descr
sed 's/^X//' >p5-Geo-Weather/pkg-descr << 'END-of-p5-Geo-Weather/pkg-descr'
XThe Geo::Weather module retrieves the current weather from weather.com
Xwhen given city and state or a US zip code.  After fetching the weather,
Xthe module can print a general weather report, or return specific values
X(ie: URL to a picture of the current weather for use on a website,
Xcurrent numerical values for wind speed, temperature, dew point, etc).
X
XWWW: http://search.cpan.org/search?dist=Geo-Weather
X
X- Pete
Xpetef@databits.net
END-of-p5-Geo-Weather/pkg-descr
echo x - p5-Geo-Weather/distinfo
sed 's/^X//' >p5-Geo-Weather/distinfo << 'END-of-p5-Geo-Weather/distinfo'
XMD5 (Geo-Weather-0.08.tar.gz) = b2a0142751277f5f8599a6eae4387ffd
END-of-p5-Geo-Weather/distinfo
echo x - p5-Geo-Weather/pkg-plist
sed 's/^X//' >p5-Geo-Weather/pkg-plist << 'END-of-p5-Geo-Weather/pkg-plist'
Xlib/perl5/site_perl/%%PERL_VER%%/Geo/Weather.pm
Xlib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Geo/Weather/.packlist
X@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Geo/Weather
X@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Geo 2>/dev/null || true
X@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/Geo 2>/dev/null || true
END-of-p5-Geo-Weather/pkg-plist
echo x - p5-Geo-Weather/Makefile
sed 's/^X//' >p5-Geo-Weather/Makefile << 'END-of-p5-Geo-Weather/Makefile'
X# New ports collection makefile for:	p5-Geo-Weather
X# Date created:				2 August 2001
X# Whom:					Pete Fritchman <petef@databits.net>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	Geo-Weather
XPORTVERSION=	0.08
XCATEGORIES=	misc perl5
XMASTER_SITES=	${MASTER_SITE_PERL_CPAN} \
X		ftp://ftp.innercite.com/pub/perl/
XMASTER_SITE_SUBDIR=	Geo
X
XMAINTAINER=	petef@databits.net
X
XRUN_DEPENDS=	${SITE_PERL}/LWP/UserAgent.pm:${PORTSDIR}/www/p5-libwww
X
XUSE_PERL5=	yes
X
XSITE_PERL=	${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}
XPERL_CONFIGURE=	yes
X
XMANPREFIX=	${PREFIX}/lib/perl5/${PERL_VERSION}
XMAN3=	Geo::Weather.3
X
X.include <bsd.port.mk>
END-of-p5-Geo-Weather/Makefile
echo x - p5-Geo-Weather/pkg-comment
sed 's/^X//' >p5-Geo-Weather/pkg-comment << 'END-of-p5-Geo-Weather/pkg-comment'
XPerl module to retrieve weather information from weather.com
END-of-p5-Geo-Weather/pkg-comment
exit

>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: lioux 
State-Changed-When: Sat Aug 4 21:18:43 PDT 2001 
State-Changed-Why:  
Committed, thanks! 

http://www.FreeBSD.org/cgi/query-pr.cgi?pr=29425 
>Unformatted:
