From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Jul 21 14:40:21 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 9A11416A4DE for ; Fri, 21 Jul 2006 14:40:21 +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 B4B1443D5A for ; Fri, 21 Jul 2006 14:40:13 +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 k6LEeDdN042115 for ; Fri, 21 Jul 2006 14:40:13 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k6LEeDbu042114; Fri, 21 Jul 2006 14:40:13 GMT (envelope-from gnats) Resent-Date: Fri, 21 Jul 2006 14:40:13 GMT Resent-Message-Id: <200607211440.k6LEeDbu042114@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, chinsan Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B23FD16A4DD for ; Fri, 21 Jul 2006 14:33:32 +0000 (UTC) (envelope-from chinsan.tw@gmail.com) Received: from smtp2.bc.hgc.com.tw (smtp2.bc.hgc.com.tw [203.133.1.156]) by mx1.FreeBSD.org (Postfix) with ESMTP id 48ED143D45 for ; Fri, 21 Jul 2006 14:33:32 +0000 (GMT) (envelope-from chinsan.tw@gmail.com) Received: from smtp2.bc.hgc.com.tw (61-63-0-host123.kbtelecom.net.tw [61.63.0.123]) by smtp2.bc.hgc.com.tw (Postfix) with SMTP id 1B4892F069 for ; Fri, 21 Jul 2006 22:33:33 +0800 (CST) Received: by smtp2.bc.hgc.com.tw (sSMTP sendmail emulation); Fri, 21 Jul 2006 22:26:21 +0800 Message-Id: <20060721143333.1B4892F069@smtp2.bc.hgc.com.tw> Date: Fri, 21 Jul 2006 22:26:21 +0800 From: chinsan To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/100674: [NEW PORT] www/p5-WWW-Baseball-NPB: Fetches Japanese baseball games information 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: Fri, 21 Jul 2006 14:40:21 -0000 >Number: 100674 >Category: ports >Synopsis: [NEW PORT] www/p5-WWW-Baseball-NPB: Fetches Japanese baseball games information >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: Fri Jul 21 14:40:13 GMT 2006 >Closed-Date: >Last-Modified: >Originator: chinsan >Release: FreeBSD 6.1-STABLE i386 >Organization: Taiwan >Environment: System: FreeBSD BSD6.giga.hgc.com.tw 6.1-STABLE FreeBSD 6.1-STABLE #5: Mon Jul 17 09:30:36 CST 2006 >Description: WWW::Baseball::NPB provides you a way to fetch and extract Japanese baseball games information via Yahoo! Baseball. (NPB = Nippon Professional Baseball) WWW: http://search.cpan.org/dist/WWW-Baseball-NPB/ Generated with FreeBSD Port Tools 0.77 >How-To-Repeat: >Fix: --- p5-WWW-Baseball-NPB-0.03.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-WWW-Baseball-NPB # p5-WWW-Baseball-NPB/Makefile # p5-WWW-Baseball-NPB/distinfo # p5-WWW-Baseball-NPB/pkg-descr # p5-WWW-Baseball-NPB/pkg-plist # echo c - p5-WWW-Baseball-NPB mkdir -p p5-WWW-Baseball-NPB > /dev/null 2>&1 echo x - p5-WWW-Baseball-NPB/Makefile sed 's/^X//' >p5-WWW-Baseball-NPB/Makefile << 'END-of-p5-WWW-Baseball-NPB/Makefile' X# New ports collection makefile for: p5-WWW-Baseball-NPB X# Date created: 2006/07/21 X# Whom: chinsan X# X# $FreeBSD$ X# X XPORTNAME= WWW-Baseball-NPB XPORTVERSION= 0.03 XCATEGORIES= www japanese perl5 XMASTER_SITES= ${MASTER_SITE_PERL_CPAN} XMASTER_SITE_SUBDIR= WWW XPKGNAMEPREFIX= p5- X XMAINTAINER= chinsan.tw@gmail.com XCOMMENT= Fetches Japanese baseball games information X XBUILD_DEPENDS= ${SITE_PERL}/LWP/Simple.pm:${PORTSDIR}/www/p5-libwww XRUN_DEPENDS= ${BUILD_DEPENDS} X XPERL_CONFIGURE= yes X XMAN3= WWW::Baseball::NPB.3 WWW::Baseball::NPB::Game.3 X X.include X X.if ${PERL_LEVEL} < 500805 XBUILD_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/MIME/Base64.pm:${PORTSDIR}/converters/p5-MIME-Base64 X.endif X X.include END-of-p5-WWW-Baseball-NPB/Makefile echo x - p5-WWW-Baseball-NPB/distinfo sed 's/^X//' >p5-WWW-Baseball-NPB/distinfo << 'END-of-p5-WWW-Baseball-NPB/distinfo' XMD5 (WWW-Baseball-NPB-0.03.tar.gz) = e50b3b3e5dca1e0c7a40992dbf9d3fe6 XSHA256 (WWW-Baseball-NPB-0.03.tar.gz) = ee859130383b8b76dded59ecd6cd429772b579dc129068256dce3bfe9cc9e319 XSIZE (WWW-Baseball-NPB-0.03.tar.gz) = 9476 END-of-p5-WWW-Baseball-NPB/distinfo echo x - p5-WWW-Baseball-NPB/pkg-descr sed 's/^X//' >p5-WWW-Baseball-NPB/pkg-descr << 'END-of-p5-WWW-Baseball-NPB/pkg-descr' XWWW::Baseball::NPB provides you a way to fetch and extract Japanese baseball Xgames information via Yahoo! Baseball. (NPB = Nippon Professional Baseball) X XWWW: http://search.cpan.org/dist/WWW-Baseball-NPB/ END-of-p5-WWW-Baseball-NPB/pkg-descr echo x - p5-WWW-Baseball-NPB/pkg-plist sed 's/^X//' >p5-WWW-Baseball-NPB/pkg-plist << 'END-of-p5-WWW-Baseball-NPB/pkg-plist' X%%SITE_PERL%%/%%PERL_ARCH%%/auto/WWW/Baseball/NPB/.packlist X%%SITE_PERL%%/WWW/Baseball/NPB.pm X%%SITE_PERL%%/WWW/Baseball/NPB/Game.pm X@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/WWW/Baseball/NPB X@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/WWW/Baseball X@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/WWW X@dirrmtry %%SITE_PERL%%/WWW/Baseball/NPB X@dirrmtry %%SITE_PERL%%/WWW/Baseball X@dirrmtry %%SITE_PERL%%/WWW END-of-p5-WWW-Baseball-NPB/pkg-plist exit --- p5-WWW-Baseball-NPB-0.03.shar ends here --- >Release-Note: >Audit-Trail: >Unformatted: