mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
Add p5-WWW-Comic 1.06, retrieve comic strip images.
PR: ports/100507 Submitted by: chinsan <chinsan.tw at gmail.com>
This commit is contained in:
parent
db0c41f7c0
commit
27bcc91cb0
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=168256
@ -756,6 +756,7 @@
|
||||
SUBDIR += p5-W3C-LinkChecker
|
||||
SUBDIR += p5-W3C-LogValidator
|
||||
SUBDIR += p5-WWW-Babelfish
|
||||
SUBDIR += p5-WWW-Comic
|
||||
SUBDIR += p5-WWW-Curl
|
||||
SUBDIR += p5-WWW-Dilbert
|
||||
SUBDIR += p5-WWW-Google-News
|
||||
|
31
www/p5-WWW-Comic/Makefile
Normal file
31
www/p5-WWW-Comic/Makefile
Normal file
@ -0,0 +1,31 @@
|
||||
# New ports collection makefile for: p5-WWW-Comic
|
||||
# Date created: 2006/06/28
|
||||
# Whom: chinsan <chinsan.tw@gmail.com>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= WWW-Comic
|
||||
PORTVERSION= 1.06
|
||||
CATEGORIES= www perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
||||
MASTER_SITE_SUBDIR= WWW
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= chinsan.tw@gmail.com
|
||||
COMMENT= Retrieve comic strip images
|
||||
|
||||
RUN_DEPENDS= p5-Module-Pluggable>=3.01:${PORTSDIR}/devel/p5-Module-Pluggable \
|
||||
p5-WWW-Dilbert>=1.19:${PORTSDIR}/www/p5-WWW-Dilbert \
|
||||
p5-WWW-VenusEnvy>=1.10:${PORTSDIR}/www/p5-WWW-VenusEnvy
|
||||
BUILD_DEPENDS= ${RUN_DEPENDS}
|
||||
|
||||
PERL_MODBUILD= yes
|
||||
|
||||
MAN3= WWW::Comic.3 WWW::Comic::Plugin::uComics.3 \
|
||||
WWW::Comic::Plugin::MrWiggles.3 WWW::Comic::Plugin::UserFriendly.3 \
|
||||
WWW::Comic::Plugin::VenusEnvy.3 WWW::Comic::Plugin::UFS.3 \
|
||||
WWW::Comic::Plugin.3 WWW::Comic::Plugin::Dilbert.3 \
|
||||
WWW::Comic::Plugin::Goats.3
|
||||
|
||||
.include <bsd.port.mk>
|
3
www/p5-WWW-Comic/distinfo
Normal file
3
www/p5-WWW-Comic/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
MD5 (WWW-Comic-1.06.tar.gz) = 211826fbbdf07e8448145c6a7a33f621
|
||||
SHA256 (WWW-Comic-1.06.tar.gz) = b2f4251919c17bc37958b78b7018f8c941097e377ee77578b744bea389064934
|
||||
SIZE (WWW-Comic-1.06.tar.gz) = 15729
|
5
www/p5-WWW-Comic/pkg-descr
Normal file
5
www/p5-WWW-Comic/pkg-descr
Normal file
@ -0,0 +1,5 @@
|
||||
This module will download cartoon comic strip images from various websites
|
||||
and return a binary blob of the image, or write it to disk. Multiple comic
|
||||
strips can be supported through subclassed plugin modules.
|
||||
|
||||
WWW: http://search.cpan.org/dist/WWW-Comic/
|
12
www/p5-WWW-Comic/pkg-plist
Normal file
12
www/p5-WWW-Comic/pkg-plist
Normal file
@ -0,0 +1,12 @@
|
||||
%%SITE_PERL%%/WWW/Comic.pm
|
||||
%%SITE_PERL%%/WWW/Comic/Plugin.pm
|
||||
%%SITE_PERL%%/WWW/Comic/Plugin/UserFriendly.pm
|
||||
%%SITE_PERL%%/WWW/Comic/Plugin/uComics.pm
|
||||
%%SITE_PERL%%/WWW/Comic/Plugin/VenusEnvy.pm
|
||||
%%SITE_PERL%%/WWW/Comic/Plugin/Goats.pm
|
||||
%%SITE_PERL%%/WWW/Comic/Plugin/MrWiggles.pm
|
||||
%%SITE_PERL%%/WWW/Comic/Plugin/Dilbert.pm
|
||||
%%SITE_PERL%%/WWW/Comic/Plugin/UFS.pm
|
||||
@dirrmtry %%SITE_PERL%%/WWW/Comic/Plugin
|
||||
@dirrmtry %%SITE_PERL%%/WWW/Comic
|
||||
@dirrmtry %%SITE_PERL%%/WWW
|
Loading…
Reference in New Issue
Block a user