Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 24 Aug 2001 13:55:28 -0400 (EDT)
From:      Fanying Jen <fanying@fynet.com>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/30048: New port: Perl extension for interpreting the NOAA weather data
Message-ID:  <200108241755.f7OHtSG21086@fanming.fynet.com>

next in thread | raw e-mail | index | archive | help

>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:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Fri Aug 24 11:00:01 PDT 2001
>Closed-Date:
>Last-Modified:
>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:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200108241755.f7OHtSG21086>