From owner-freebsd-ports-bugs@FreeBSD.ORG Tue May 16 21:10:30 2006 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 [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6807416AA28 for ; Tue, 16 May 2006 21:10:30 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id EBC9D43D76 for ; Tue, 16 May 2006 21:10:17 +0000 (GMT) (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 k4GLAH3A024086 for ; Tue, 16 May 2006 21:10:17 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k4GLAHsd024085; Tue, 16 May 2006 21:10:17 GMT (envelope-from gnats) Resent-Date: Tue, 16 May 2006 21:10:17 GMT Resent-Message-Id: <200605162110.k4GLAHsd024085@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, Simon Olofsson Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CC8F016A7F1 for ; Tue, 16 May 2006 21:03:02 +0000 (UTC) (envelope-from simon@olofsson.de) Received: from mail-in-03.arcor-online.net (mail-in-03.arcor-online.net [151.189.21.43]) by mx1.FreeBSD.org (Postfix) with ESMTP id 29CDA43D45 for ; Tue, 16 May 2006 21:03:01 +0000 (GMT) (envelope-from simon@olofsson.de) Received: from mail-in-03-z2.arcor-online.net (mail-in-03-z2.arcor-online.net [151.189.8.15]) by mail-in-03.arcor-online.net (Postfix) with ESMTP id 8FB6316E392 for ; Tue, 16 May 2006 23:03:00 +0200 (CEST) Received: from mail-in-04.arcor-online.net (mail-in-04.arcor-online.net [151.189.21.44]) by mail-in-03-z2.arcor-online.net (Postfix) with ESMTP id 7D85F279C88 for ; Tue, 16 May 2006 23:03:00 +0200 (CEST) Received: from gul.lan.gath3n.de (dslb-084-060-151-082.pools.arcor-ip.net [84.60.151.82]) by mail-in-04.arcor-online.net (Postfix) with ESMTP id 4506211B686 for ; Tue, 16 May 2006 23:03:00 +0200 (CEST) Received: by gul.lan.gath3n.de (Postfix, from userid 1001) id E972F5C7E; Tue, 16 May 2006 23:02:59 +0200 (CEST) Message-Id: <20060516210259.E972F5C7E@gul.lan.gath3n.de> Date: Tue, 16 May 2006 23:02:59 +0200 (CEST) From: Simon Olofsson To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/97370: [NEW PORT] astro/p5-Weather-Underground: Retrieve weather information from wunderground.com 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, 16 May 2006 21:10:38 -0000 >Number: 97370 >Category: ports >Synopsis: [NEW PORT] astro/p5-Weather-Underground: Retrieve weather information from wunderground.com >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 May 16 21:10:16 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Simon Olofsson >Release: FreeBSD 6.1-STABLE i386 >Organization: >Environment: System: FreeBSD gul.lan.gath3n.de 6.1-STABLE FreeBSD 6.1-STABLE #23: Sat May 6 13:07:44 CEST >Description: Weather::Underground is a perl module which provides a simple OO interface to retrieving weather data for a geographic location. It does so by querying wunderground.com and parsing the returned results. Author: Mina Naguib WWW: http://search.cpan.org/~mnaguib/Weather-Underground/ Generated with FreeBSD Port Tools 0.77 >How-To-Repeat: >Fix: --- p5-Weather-Underground-3.02.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-Weather-Underground # p5-Weather-Underground/pkg-descr # p5-Weather-Underground/Makefile # p5-Weather-Underground/pkg-plist # p5-Weather-Underground/distinfo # echo c - p5-Weather-Underground mkdir -p p5-Weather-Underground > /dev/null 2>&1 echo x - p5-Weather-Underground/pkg-descr sed 's/^X//' >p5-Weather-Underground/pkg-descr << 'END-of-p5-Weather-Underground/pkg-descr' XWeather::Underground is a perl module which provides a simple OO interface to Xretrieving weather data for a geographic location. It does so by querying Xwunderground.com and parsing the returned results. X XAuthor: Mina Naguib XWWW: http://search.cpan.org/~mnaguib/Weather-Underground/ END-of-p5-Weather-Underground/pkg-descr echo x - p5-Weather-Underground/Makefile sed 's/^X//' >p5-Weather-Underground/Makefile << 'END-of-p5-Weather-Underground/Makefile' X# New ports collection makefile for: p5-Weather-Underground X# Date created: 2006-05-16 X# Whom: Simon Olofsson X# X# $FreeBSD$ X# X XPORTNAME= Weather-Underground XPORTVERSION= 3.02 XCATEGORIES= astro perl5 XMASTER_SITES= ${MASTER_SITE_PERL_CPAN} XMASTER_SITE_SUBDIR= Weather XPKGNAMEPREFIX= p5- X XMAINTAINER= simon@olofsson.de XCOMMENT= Retrieve weather information from wunderground.com X XBUILD_DEPENDS= ${SITE_PERL}/LWP/Simple.pm:${PORTSDIR}/www/p5-libwww \ X ${SITE_PERL}/${PERL_ARCH}/HTML/TokeParser.pm:${PORTSDIR}/www/p5-HTML-Parser XRUN_DEPENDS= ${BUILD_DEPENDS} X XPERL_CONFIGURE= yes X XMAN3= Weather::Underground.3 X X.include X X.if ${PERL_LEVEL} < 500800 XIGNORE=requires perl 5.8.0 or later. Install lang/perl5.8 and try again X.endif X X.include END-of-p5-Weather-Underground/Makefile echo x - p5-Weather-Underground/pkg-plist sed 's/^X//' >p5-Weather-Underground/pkg-plist << 'END-of-p5-Weather-Underground/pkg-plist' X%%SITE_PERL%%/%%PERL_ARCH%%/auto/Weather/Underground/.packlist X%%SITE_PERL%%/Weather/Underground.pm X@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Weather/Underground X@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Weather X@dirrmtry %%SITE_PERL%%/Weather END-of-p5-Weather-Underground/pkg-plist echo x - p5-Weather-Underground/distinfo sed 's/^X//' >p5-Weather-Underground/distinfo << 'END-of-p5-Weather-Underground/distinfo' XMD5 (Weather-Underground-3.02.tar.gz) = e62f2b51de150352ba40fe0dfa7ddb58 XSHA256 (Weather-Underground-3.02.tar.gz) = 16fb1cb0b3eb4792452eac13fcafb84199e5f06bd861e653cb89e72506c1403a XSIZE (Weather-Underground-3.02.tar.gz) = 9003 END-of-p5-Weather-Underground/distinfo exit --- p5-Weather-Underground-3.02.shar ends here --- >Release-Note: >Audit-Trail: >Unformatted: