Add p5-IMDB-Movie 0.10

Perl module to fetch movie info from www.imdb.com.

PR:		58929
Submitted by:	Cheng-Lung Sung <clsung@dragon2.net>
This commit is contained in:
Mathieu Arnold 2003-12-04 15:24:13 +00:00
parent 0f8e172f85
commit 201b40f5cc
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=95011
5 changed files with 43 additions and 0 deletions

View file

@ -399,6 +399,7 @@
SUBDIR += p5-HTTP-WebTest
SUBDIR += p5-HTTPD-Log-Filter
SUBDIR += p5-HTTPD-Tools
SUBDIR += p5-IMDB-Movie
SUBDIR += p5-MasonX-Request-WithApacheSession
SUBDIR += p5-PHP-Session
SUBDIR += p5-ParallelUA

View file

@ -0,0 +1,27 @@
# New ports collection makefile for: p5-IMDB-Movie
# Date created: 2003-11-04
# Whom: Cheng-Lung Sung <clsung@dragon2.net>
#
# $FreeBSD$
#
PORTNAME= IMDB-Movie
PORTVERSION= 0.10
CATEGORIES= www perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= ../by-authors/id/J/JE/JEFFA
PKGNAMEPREFIX= p5-
MAINTAINER= mat@FreeBSD.ORG
COMMENT= Perl module to fetch movie info from www.imdb.com
BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Clone.pm:${PORTSDIR}/devel/p5-Clone \
${SITE_PERL}/${PERL_ARCH}/HTML/TokeParser.pm:${PORTSDIR}/www/p5-HTML-Parser \
${SITE_PERL}/LWP/Simple.pm:${PORTSDIR}/www/p5-libwww
RUN_DEPENDS= ${BUILD_DEPENDS}
PERL_CONFIGURE= yes
MAN3= IMDB::Movie.3
.include <bsd.port.mk>

View file

@ -0,0 +1 @@
MD5 (IMDB-Movie-0.10.tar.gz) = ce6f33897eae3df97b4bcd816543c6c0

View file

@ -0,0 +1,8 @@
This is a module that uses LWP and HTML::TokeParser to parse the
web page for the requested movie. You can use an IMDB identification
number or the name of the movie. IMDB.pm will try to return the
best match.
Author: Jeffrey Hayes Anderson <captvanhalen@yahoo.com>
WWW: http://search.cpan.org/dist/IMDB-Movie/

View file

@ -0,0 +1,6 @@
@comment $FreeBSD$
%%SITE_PERL%%/IMDB/Movie.pm
%%SITE_PERL%%/%%PERL_ARCH%%/auto/IMDB/Movie/.packlist
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/IMDB/Movie
@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/IMDB 2>/dev/null || true
@unexec rmdir %D/%%SITE_PERL%%/IMDB 2>/dev/null || true