1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-23 09:10:43 +00:00

Add p5-WWW-TV 0.08, perl interface to the database of series/episodes at

TV.com.

PR:		ports/110124
Submitted by:	Anatoliy Dmytriyev <tolid at plab.ku.dk>
This commit is contained in:
Cheng-Lung Sung 2007-03-20 06:39:50 +00:00
parent ab630db260
commit ec6b6bcf66
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=187759
5 changed files with 39 additions and 0 deletions

View File

@ -865,6 +865,7 @@
SUBDIR += p5-WWW-Shorten-0rz
SUBDIR += p5-WWW-Shorten-KUSO
SUBDIR += p5-WWW-SourceForge
SUBDIR += p5-WWW-TV
SUBDIR += p5-WWW-TWSMS
SUBDIR += p5-WWW-VenusEnvy
SUBDIR += p5-WWW-WebArchive

24
www/p5-WWW-TV/Makefile Normal file
View File

@ -0,0 +1,24 @@
# New ports collection makefile for: WWW-TV
# Date created: 9 March 2007
# Whom: Anatoliy Dmytriyev <tolid@plab.ku.dk>
#
# $FreeBSD$
#
PORTNAME= WWW-TV
PORTVERSION= 0.08
CATEGORIES= www perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= WWW
PKGNAMEPREFIX= p5-
MAINTAINER= tolid@plab.ku.dk
COMMENT= Perl interface to the database of series/episodes at TV.com
RUN_DEPENDS= ${SITE_PERL}/LWP.pm:${PORTSDIR}/www/p5-libwww
PERL_CONFIGURE= yes
MAN3= WWW::TV.3 WWW::TV::Episode.3 WWW::TV::Series.3
.include <bsd.port.mk>

3
www/p5-WWW-TV/distinfo Normal file
View File

@ -0,0 +1,3 @@
MD5 (WWW-TV-0.08.tar.gz) = ce3526d0e6a666296e0502c34779b476
SHA256 (WWW-TV-0.08.tar.gz) = efac15e3a82549b4a0b7137d9b6cbe5cf6a263c3e48571dff96b2e7d65307cc0
SIZE (WWW-TV-0.08.tar.gz) = 16384

3
www/p5-WWW-TV/pkg-descr Normal file
View File

@ -0,0 +1,3 @@
WWW::TV is OO Perl interface to the database of series/episodes
at TV.com (www.tv.com). It allows to retrieve information
about tv shows by its TV.com code.

8
www/p5-WWW-TV/pkg-plist Normal file
View File

@ -0,0 +1,8 @@
%%SITE_PERL%%/%%PERL_ARCH%%/auto/WWW/TV/.packlist
%%SITE_PERL%%/WWW/TV.pm
%%SITE_PERL%%/WWW/TV/Episode.pm
%%SITE_PERL%%/WWW/TV/Series.pm
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/WWW/TV
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/WWW
@dirrm %%SITE_PERL%%/WWW/TV
@dirrmtry %%SITE_PERL%%/WWW