Date: Thu, 5 Aug 2004 20:32:08 +0800 (CST) From: Cheng-Lung Sung <clsung@dragon2.net> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/70030: [NEW PORT] www/p5-WWW-Wikipedia: Perl module of Automated interface to the Wikipedia Message-ID: <20040805123208.B6381106C1E@FreeBSD.csie.NCTU.edu.tw> Resent-Message-ID: <200408051240.i75CeOxw074807@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>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 <clsung@dragon2.net> 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 <bsd.port.pre.mk> 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 <bsd.port.post.mk> 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:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20040805123208.B6381106C1E>