From fanying@fanming.fynet.com  Fri Aug 24 10:55:14 2001
Return-Path: <fanying@fanming.fynet.com>
Received: from fanming.fynet.com (fanming.fynet.com [208.51.149.69])
	by hub.freebsd.org (Postfix) with ESMTP id 2ABAC37B405
	for <FreeBSD-gnats-submit@freebsd.org>; Fri, 24 Aug 2001 10:55:14 -0700 (PDT)
	(envelope-from fanying@fanming.fynet.com)
Received: (from root@localhost)
	by fanming.fynet.com (8.11.5/8.11.4) id f7OHtSG21086;
	Fri, 24 Aug 2001 13:55:28 -0400 (EDT)
	(envelope-from fanying)
Message-Id: <200108241755.f7OHtSG21086@fanming.fynet.com>
Date: Fri, 24 Aug 2001 13:55:28 -0400 (EDT)
From: Fanying Jen <fanying@fynet.com>
Reply-To: Fanying Jen <fanying@fynet.com>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: New port: Perl extension for interpreting the NOAA weather data
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         30048
>Category:       ports
>Synopsis:       New port: Perl extension for interpreting the NOAA weather data
>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 24 11:00:01 PDT 2001
>Closed-Date:    Sun Sep 16 23:39:34 PDT 2001
>Last-Modified:  Sun Sep 16 23:39:58 PDT 2001
>Originator:     Fanying Jen
>Release:        FreeBSD 4.3-STABLE i386
>Organization:
>Environment:
System: FreeBSD Fanming.fynet.com 4.3-STABLE FreeBSD 4.3-STABLE #4: Sat Jul 7 23:35:52 EDT 2001 fanying@Fanming.fynet.com:/usr/src/sys/compile/Fanming i386


	
>Description:
This module is intended to interpret the NOAA zone forecasts and
current city hourly data files. It should give a programmer an easy
time to use the data instead of having to mine it.

Be aware that if the variable $main::opt_v is set to anything (other
than zero or '') then Geo::WeatherNOAA will be verbose on what it's
doing with messages sent to STDERR. Useful for debugging.

>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-WeatherNOAA/
#       p5-Geo-WeatherNOAA/Makefile
#       p5-Geo-WeatherNOAA/distinfo
#       p5-Geo-WeatherNOAA/pkg-comment
#       p5-Geo-WeatherNOAA/pkg-descr
#       p5-Geo-WeatherNOAA/pkg-plist
#
echo c - p5-Geo-WeatherNOAA/
mkdir -p p5-Geo-WeatherNOAA/ > /dev/null 2>&1
echo x - p5-Geo-WeatherNOAA/Makefile
sed 's/^X//' >p5-Geo-WeatherNOAA/Makefile << 'END-of-p5-Geo-WeatherNOAA/Makefile'
X# New ports collection makefile for:   p5-Geo-WeatherNOAA
X# Date created:                                24 August 2001
X# Whom:                                        Fanying Jen <fanying@fynet.com>
X#
X# $FreeBSD$
X#
X
XPORTNAME=      Geo-WeatherNOAA
XPORTVERSION=   4.35
XCATEGORIES=    misc perl5
XMASTER_SITES=  ${MASTER_SITE_PERL_CPAN}
XMASTER_SITE_SUBDIR=    Geo/MSOLOMON
XPKGNAMEPREFIX= p5-
X
XMAINTAINER=    ports@FreeBSD.org
X
XRUN_DEPENDS=   ${LOCALBASE}/lib/libwwwcore.so.1:${PORTSDIR}/www/libwww \
X               ${SITE_PERL}/LWP/UserAgent.pm:${PORTSDIR}/www/p5-libwww \
X               ${SITE_PERL}/Tie/IxHash.pm:${PORTSDIR}/devel/p5-Tie-IxHash
X
XUSE_PERL5=     yes
X
XSITE_PERL=     ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}
X
XPERL_CONFIGURE=        yes
X
XMANPREFIX=     ${PREFIX}/lib/perl5/${PERL_VERSION}
XMAN3=          Geo::WeatherNOAA.3
X
X.include <bsd.port.mk>
END-of-p5-Geo-WeatherNOAA/Makefile
echo x - p5-Geo-WeatherNOAA/distinfo
sed 's/^X//' >p5-Geo-WeatherNOAA/distinfo << 'END-of-p5-Geo-WeatherNOAA/distinfo'
XMD5 (Geo-WeatherNOAA-4.35.tar.gz) = 51be5f642e708dedd0fd3b4b26ef29b5
END-of-p5-Geo-WeatherNOAA/distinfo
echo x - p5-Geo-WeatherNOAA/pkg-comment
sed 's/^X//' >p5-Geo-WeatherNOAA/pkg-comment << 'END-of-p5-Geo-WeatherNOAA/pkg-comment'
XPerl extension for interpreting the NOAA weather data
END-of-p5-Geo-WeatherNOAA/pkg-comment
echo x - p5-Geo-WeatherNOAA/pkg-descr
sed 's/^X//' >p5-Geo-WeatherNOAA/pkg-descr << 'END-of-p5-Geo-WeatherNOAA/pkg-descr'
XThis module is intended to interpret the NOAA zone forecasts and
Xcurrent city hourly data files. It should give a programmer an easy
Xtime to use the data instead of having to mine it.
X
XBe aware that if the variable $main::opt_v is set to anything (other
Xthan zero or '') then Geo::WeatherNOAA will be verbose on what it's
Xdoing with messages sent to STDERR. Useful for debugging.
END-of-p5-Geo-WeatherNOAA/pkg-descr
echo x - p5-Geo-WeatherNOAA/pkg-plist
sed 's/^X//' >p5-Geo-WeatherNOAA/pkg-plist << 'END-of-p5-Geo-WeatherNOAA/pkg-plist'
Xlib/perl5/site_perl/%%PERL_VER%%/Geo/WeatherNOAA.pm
Xlib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Geo/WeatherNOAA/.packlist
X@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Geo/WeatherNOAA
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-WeatherNOAA/pkg-plist
exit

>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: kevlo 
State-Changed-When: Sun Sep 16 23:39:34 PDT 2001 
State-Changed-Why:  
This port exists. 

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