From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Aug 5 12:40:24 2004 Return-Path: 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 62E4616A4F5 for ; Thu, 5 Aug 2004 12:40:24 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4849843D64 for ; Thu, 5 Aug 2004 12:40:24 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) i75CeOo9074809 for ; Thu, 5 Aug 2004 12:40:24 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i75CeOxw074807; Thu, 5 Aug 2004 12:40:24 GMT (envelope-from gnats) Resent-Date: Thu, 5 Aug 2004 12:40:24 GMT Resent-Message-Id: <200408051240.i75CeOxw074807@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, Cheng-Lung Sung Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B6E7116A4CE for ; Thu, 5 Aug 2004 12:32:20 +0000 (GMT) Received: from FreeBSD.csie.NCTU.edu.tw (freebsd.csie.nctu.edu.tw [140.113.17.209]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6081243D5F for ; Thu, 5 Aug 2004 12:32:20 +0000 (GMT) (envelope-from clsung@FreeBSD.csie.NCTU.edu.tw) Received: from localhost (unknown [127.0.0.1]) by FreeBSD.csie.NCTU.edu.tw (Postfix) with ESMTP id 9A92D106C15 for ; Thu, 5 Aug 2004 20:32:09 +0800 (CST) Received: from FreeBSD.csie.NCTU.edu.tw ([127.0.0.1]) by localhost (FreeBSD.csie.NCTU.edu.tw [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 40381-03 for ; Thu, 5 Aug 2004 20:32:08 +0800 (CST) Received: by FreeBSD.csie.NCTU.edu.tw (Postfix, from userid 1038) id B6381106C1E; Thu, 5 Aug 2004 20:32:08 +0800 (CST) Message-Id: <20040805123208.B6381106C1E@FreeBSD.csie.NCTU.edu.tw> Date: Thu, 5 Aug 2004 20:32:08 +0800 (CST) From: Cheng-Lung Sung To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/70030: [NEW PORT] www/p5-WWW-Wikipedia: Perl module of Automated interface to the Wikipedia X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Cheng-Lung Sung List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 05 Aug 2004 12:40:24 -0000 >Number: 70030 >Category: ports >Synopsis: [NEW PORT] www/p5-WWW-Wikipedia: Perl module of Automated interface to the Wikipedia >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: Thu Aug 05 12:40:23 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Cheng-Lung Sung >Release: FreeBSD 4.10-STABLE i386 >Organization: FreeBSD @ Taiwan >Environment: System: FreeBSD FreeBSD.csie.NCTU.edu.tw 4.10-STABLE FreeBSD 4.10-STABLE #0: Sat May 29 08:18:00 CST 2004 >Description: WWW::Wikipedia provides an automated interface to the Wikipedia http://www.wikipedia.org, which is a free, collaborative, online encyclopedia. This module allows you to search for a topic and return the resulting entry. It also gives you access to related topics which are also available via the Wikipedia for that entry. WWW: http://search.cpan.org/dist/WWW-Wikipedia -- Cheng-Lung Sung clsung at dragon2.net Generated with FreeBSD Port Tools 0.50 >How-To-Repeat: >Fix: --- p5-WWW-Wikipedia-0.9.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-Wikipedia # p5-WWW-Wikipedia/Makefile # p5-WWW-Wikipedia/distinfo # p5-WWW-Wikipedia/pkg-descr # p5-WWW-Wikipedia/pkg-plist # echo c - p5-WWW-Wikipedia mkdir -p p5-WWW-Wikipedia > /dev/null 2>&1 echo x - p5-WWW-Wikipedia/Makefile sed 's/^X//' >p5-WWW-Wikipedia/Makefile << 'END-of-p5-WWW-Wikipedia/Makefile' X# New ports collection makefile for: p5-WWW-Wikipedia X# Date created: Aug 5 2004 X# Whom: Cheng-Lung Sung X# X# $FreeBSD$ X# X XPORTNAME= WWW-Wikipedia XPORTVERSION= 0.9 XCATEGORIES= www perl5 XMASTER_SITES= ${MASTER_SITE_PERL_CPAN} XMASTER_SITE_SUBDIR= WWW XPKGNAMEPREFIX= p5- X XMAINTAINER= clsung@dragon2.net XCOMMENT= Perl module of Automated interface to the Wikipedia X XBUILD_DEPENDS= ${SITE_PERL}/LWP/UserAgent.pm:${PORTSDIR}/www/p5-libwww XRUN_DEPENDS= ${BUILD_DEPENDS} X XPERL_CONFIGURE= yes X XMAN1= wikipedia.1 XMAN3= WWW::Wikipedia.3 \ X WWW::Wikipedia::Entry.3 X X.include X X.if ${PERL_LEVEL} < 500800 XIGNORE= This port requires perl 5.8.0 or later. Install lang/perl5.8 then try again X.endif X X.include END-of-p5-WWW-Wikipedia/Makefile echo x - p5-WWW-Wikipedia/distinfo sed 's/^X//' >p5-WWW-Wikipedia/distinfo << 'END-of-p5-WWW-Wikipedia/distinfo' XMD5 (WWW-Wikipedia-0.9.tar.gz) = e662d517b8614c8ed592107adf978538 XSIZE (WWW-Wikipedia-0.9.tar.gz) = 12032 END-of-p5-WWW-Wikipedia/distinfo echo x - p5-WWW-Wikipedia/pkg-descr sed 's/^X//' >p5-WWW-Wikipedia/pkg-descr << 'END-of-p5-WWW-Wikipedia/pkg-descr' XWWW::Wikipedia provides an automated interface to the Wikipedia Xhttp://www.wikipedia.org, which is a free, collaborative, online encyclopedia. X XThis module allows you to search for a topic and return the resulting entry. XIt also gives you access to related topics which are also available via the XWikipedia for that entry. X XWWW: http://search.cpan.org/dist/WWW-Wikipedia X X-- Cheng-Lung Sung Xclsung at dragon2.net END-of-p5-WWW-Wikipedia/pkg-descr echo x - p5-WWW-Wikipedia/pkg-plist sed 's/^X//' >p5-WWW-Wikipedia/pkg-plist << 'END-of-p5-WWW-Wikipedia/pkg-plist' Xbin/wikipedia X%%SITE_PERL%%/WWW/Wikipedia.pm X%%SITE_PERL%%/WWW/Wikipedia/Entry.pm X%%SITE_PERL%%/%%PERL_ARCH%%/auto/WWW/Wikipedia/.packlist X@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/WWW/Wikipedia X@dirrm %%SITE_PERL%%/WWW/Wikipedia X@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/WWW 2>&1 || true X@unexec rmdir %D/%%SITE_PERL%%/WWW 2>&1 || true END-of-p5-WWW-Wikipedia/pkg-plist exit --- p5-WWW-Wikipedia-0.9.shar ends here --- >Release-Note: >Audit-Trail: >Unformatted: