From cjk32@cam.ac.uk  Fri Dec 18 18:49:43 2009
Return-Path: <cjk32@cam.ac.uk>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 001B31065670
	for <FreeBSD-gnats-submit@freebsd.org>; Fri, 18 Dec 2009 18:49:42 +0000 (UTC)
	(envelope-from cjk32@cam.ac.uk)
Received: from chacal.cjkey.org.uk (chacal.cjkey.org.uk [88.97.163.217])
	by mx1.freebsd.org (Postfix) with ESMTP id 655378FC0C
	for <FreeBSD-gnats-submit@freebsd.org>; Fri, 18 Dec 2009 18:49:42 +0000 (UTC)
Received: from chacal.wzl33 (localhost [127.0.0.1])
	by chacal.cjkey.org.uk (8.14.3/8.14.3) with ESMTP id nBIIndLe070279
	for <FreeBSD-gnats-submit@freebsd.org>; Fri, 18 Dec 2009 18:49:40 GMT
	(envelope-from chris@chacal.wzl33)
Received: (from chris@localhost)
	by chacal.wzl33 (8.14.3/8.14.3/Submit) id nBIIndba070278;
	Fri, 18 Dec 2009 18:49:39 GMT
	(envelope-from chris)
Message-Id: <200912181849.nBIIndba070278@chacal.wzl33>
Date: Fri, 18 Dec 2009 18:49:39 GMT
From: Christopher Key <cjk32@cam.ac.uk>
Reply-To: Christopher Key <cjk32@cam.ac.uk>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: New port: www/p5-IMDB-Film Perl interface to the database of films IMDB (www.imdb.com)
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         141758
>Category:       ports
>Synopsis:       New port: www/p5-IMDB-Film Perl interface to the database of films IMDB (www.imdb.com)
>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:   Fri Dec 18 18:50:00 UTC 2009
>Closed-Date:    Fri Dec 18 22:36:37 UTC 2009
>Last-Modified:  Fri Dec 18 22:36:37 UTC 2009
>Originator:     Christopher Key
>Release:        FreeBSD 7.2-RELEASE amd64
>Organization:
>Environment:
System: FreeBSD chacal.wzl33 7.2-RELEASE FreeBSD 7.2-RELEASE #7: Thu May 7 20:03:07 BST 2009 root@chacal.wzl33:/usr/obj/usr/src/sys/CHACAL amd64


	
>Description:
New port providing a Perl interface to the database of films IMDB (www.imdb.com).

I'm not sure why MASTER_SITES= CPAN doesn't work here, this should perhaps be investigated further before committing.

>How-To-Repeat:
	
>Fix:

	

--- p5-IMDB-Film.sh 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:
#
#	www/p5-IMDB-Film/Makefile
#	www/p5-IMDB-Film/distinfo
#	www/p5-IMDB-Film/pkg-descr
#	www/p5-IMDB-Film/pkg-plist
#
echo x - www/p5-IMDB-Film/Makefile
sed 's/^X//' >www/p5-IMDB-Film/Makefile << '9a1bb44181a31284cf9141874078a17e'
X# New ports collection makefile for:	p5-WebService-MusicBrainz
X# Date created:		2009-01-19
X# Whom:			Christopher Key <cjk32@cam.ac.uk>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	IMDB-Film
XPORTVERSION=	0.43
XCATEGORIES=	www perl5
XMASTER_SITES=	http://ftp.esat.net/pub/languages/perl/CPAN/authors/id/S/ST/STEPANOV/ \
X		http://ftp.heanet.ie/mirrors/ftp.perl.org/pub/CPAN/authors/id/S/ST/STEPANOV/
XPKGNAMEPREFIX=	p5-
X
XMAINTAINER=	cjk32@cam.ac.uk
XCOMMENT=	Perl interface to the database of films IMDB (www.imdb.com)
X
XBUILD_DEPENDS=	p5-HTML-Parser>=0:${PORTSDIR}/www/p5-HTML-Parser \
X		p5-libwww>=0:${PORTSDIR}/www/p5-libwww \
X		p5-Cache-Cache>=0:${PORTSDIR}/devel/p5-Cache-Cache \
X		p5-Text-Unidecode>=0:${PORTSDIR}/converters/p5-Text-Unidecode
XRUN_DEPENDS=	${BUILD_DEPENDS}
X
XPERL_CONFIGURE=	yes
X
XMAN3=		IMDB::BaseClass.3 \
X		IMDB::Film.3 \
X		IMDB::Persons.3
X.include <bsd.port.mk>
9a1bb44181a31284cf9141874078a17e
echo x - www/p5-IMDB-Film/distinfo
sed 's/^X//' >www/p5-IMDB-Film/distinfo << '45ed8fdd851ab6734a222aaba8af109e'
XMD5 (IMDB-Film-0.43.tar.gz) = 885ffbe5c08b3a2532c23a8a26081598
XSHA256 (IMDB-Film-0.43.tar.gz) = 8b16f324e86ea6797d5431b9144e678efbca4fbe4bba292063ac8cfa99628f61
XSIZE (IMDB-Film-0.43.tar.gz) = 74371
45ed8fdd851ab6734a222aaba8af109e
echo x - www/p5-IMDB-Film/pkg-descr
sed 's/^X//' >www/p5-IMDB-Film/pkg-descr << 'e3812b4566ea855c76309933db985386'
XPerl interface to the database of films IMDB (www.imdb.com).
X
XWWW:	http://search.cpan.org/dist/IMDB-Film/
e3812b4566ea855c76309933db985386
echo x - www/p5-IMDB-Film/pkg-plist
sed 's/^X//' >www/p5-IMDB-Film/pkg-plist << 'e776310675d7703a012451e178146402'
X@comment $FreeBSD$
X%%SITE_PERL%%/%%PERL_ARCH%%/auto/IMDB/Film/.packlist
X%%SITE_PERL%%/IMDB/BaseClass.pm
X%%SITE_PERL%%/IMDB/Film.pm
X%%SITE_PERL%%/IMDB/Persons.pm
X@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/IMDB/Film
X@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/IMDB
X@dirrmtry %%SITE_PERL%%/IMDB
e776310675d7703a012451e178146402
exit
--- p5-IMDB-Film.sh ends here ---


>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: miwi 
State-Changed-When: Fri Dec 18 22:36:36 UTC 2009 
State-Changed-Why:  
this one already exist under www/p5-IMDB-Film. Thanks for your 
submission. 

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