From clsung@FreeBSD.csie.NCTU.edu.tw  Thu Aug  5 12:32:20 2004
Return-Path: <clsung@FreeBSD.csie.NCTU.edu.tw>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id B6E7116A4CE
	for <FreeBSD-gnats-submit@freebsd.org>; 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 <FreeBSD-gnats-submit@freebsd.org>; 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 <FreeBSD-gnats-submit@freebsd.org>; 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 <FreeBSD-gnats-submit@freebsd.org>;
 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 <clsung@dragon2.net>
Reply-To: Cheng-Lung Sung <clsung@freebsd.csie.nctu.edu.tw>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: [NEW PORT] www/p5-WWW-Wikipedia: Perl module of Automated interface to the Wikipedia
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>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:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Thu Aug 05 12:40:23 GMT 2004
>Closed-Date:    Sat Aug 07 19:20:12 GMT 2004
>Last-Modified:  Sat Aug 07 19:20:12 GMT 2004
>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:
State-Changed-From-To: open->closed 
State-Changed-By: vanilla 
State-Changed-When: Sat Aug 7 19:20:04 GMT 2004 
State-Changed-Why:  
Committed, thanks. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=70030 
>Unformatted:
