pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/p5-IMDB-Film Initial import of p5-IMDB-Film-0.41:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/81c0688a17c3
branches:  trunk
changeset: 400078:81c0688a17c3
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Sun Oct 11 09:37:45 2009 +0000

description:
Initial import of p5-IMDB-Film-0.41:

IMDB::Film is OO Perl interface to the database of films IMDB
(www.imdb.com). It allows to retrieve information about movies by
its IMDB code or title. Also, there is a possibility to get
information about IMDB persons (actors, actresses, directors, etc.)
by their name of code.

diffstat:

 devel/p5-IMDB-Film/DESCR            |   5 +++++
 devel/p5-IMDB-Film/Makefile         |  21 +++++++++++++++++++++
 devel/p5-IMDB-Film/distinfo         |   6 ++++++
 devel/p5-IMDB-Film/patches/patch-aa |  13 +++++++++++++
 4 files changed, 45 insertions(+), 0 deletions(-)

diffs (61 lines):

diff -r 33b1b178346e -r 81c0688a17c3 devel/p5-IMDB-Film/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-IMDB-Film/DESCR  Sun Oct 11 09:37:45 2009 +0000
@@ -0,0 +1,5 @@
+IMDB::Film is OO Perl interface to the database of films IMDB
+(www.imdb.com). It allows to retrieve information about movies by
+its IMDB code or title. Also, there is a possibility to get
+information about IMDB persons (actors, actresses, directors, etc.)
+by their name of code.
diff -r 33b1b178346e -r 81c0688a17c3 devel/p5-IMDB-Film/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-IMDB-Film/Makefile       Sun Oct 11 09:37:45 2009 +0000
@@ -0,0 +1,21 @@
+# $NetBSD: Makefile,v 1.1.1.1 2009/10/11 09:37:45 wiz Exp $
+
+DISTNAME=      IMDB-Film-0.41
+PKGNAME=       p5-${DISTNAME}
+CATEGORIES=    devel perl5
+MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=../../authors/id/S/ST/STEPANOV/}
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      http://search.cpan.org/dist/IMDB-Film/
+COMMENT=       Perl module for accessing IMDB (Internet Movie Database)
+
+DEPENDS+=      p5-Cache-Cache-[0-9]*:../../devel/p5-Cache-Cache
+DEPENDS+=      p5-HTML-TokeParser-Simple>=2.28:../../www/p5-HTML-TokeParser-Simple
+DEPENDS+=      p5-libwww>=1.41:../../www/p5-libwww
+
+PKG_DESTDIR_SUPPORT=   user-destdir
+
+PERL5_PACKLIST=                auto/IMDB/Film/.packlist
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 33b1b178346e -r 81c0688a17c3 devel/p5-IMDB-Film/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-IMDB-Film/distinfo       Sun Oct 11 09:37:45 2009 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1.1.1 2009/10/11 09:37:45 wiz Exp $
+
+SHA1 (IMDB-Film-0.41.tar.gz) = 33fe5f55f6d85f27e43be2331bf7b6464584bb57
+RMD160 (IMDB-Film-0.41.tar.gz) = bc1b690a9c5903d67d501086b92e02f417e71df6
+Size (IMDB-Film-0.41.tar.gz) = 59313 bytes
+SHA1 (patch-aa) = 130a6cc7a138e42671135d487ecf0904dd88331b
diff -r 33b1b178346e -r 81c0688a17c3 devel/p5-IMDB-Film/patches/patch-aa
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-IMDB-Film/patches/patch-aa       Sun Oct 11 09:37:45 2009 +0000
@@ -0,0 +1,13 @@
+$NetBSD: patch-aa,v 1.1.1.1 2009/10/11 09:37:45 wiz Exp $
+
+--- Makefile.PL.orig   2009-07-07 12:02:11.000000000 +0000
++++ Makefile.PL
+@@ -2,7 +2,7 @@ use ExtUtils::MakeMaker;
+ 
+ use strict;
+ 
+-my $online_tests = ExtUtils::MakeMaker::prompt('Do you want to perform online tests during "make test" phase?', 'no') =~ /^\s*(y)/i;
++my $online_tests = '';
+ my $tests = join ' ', glob ($online_tests ? 't/0*.t t/m*.t' : 't/0*.t');
+ 
+ if($online_tests) {



Home | Main Index | Thread Index | Old Index