diff options
author | clsung <clsung@FreeBSD.org> | 2006-07-19 10:25:46 +0800 |
---|---|---|
committer | clsung <clsung@FreeBSD.org> | 2006-07-19 10:25:46 +0800 |
commit | 562a7330df9e87612d02282b87f3025a916a1d9e (patch) | |
tree | 3108f89ea320ce506a67f9b765a09d05a405a63d | |
parent | 339cb0c7ac05acd311a9ad2a1a6eb0d38c8039f4 (diff) | |
download | freebsd-ports-gnome-562a7330df9e87612d02282b87f3025a916a1d9e.tar.gz freebsd-ports-gnome-562a7330df9e87612d02282b87f3025a916a1d9e.tar.zst freebsd-ports-gnome-562a7330df9e87612d02282b87f3025a916a1d9e.zip |
Add p5-WWW-VenusEnvy 1.10, venusEnvy comic strip archive and retrieval
module.
PR: ports/100378
Submitted by: chinsan <chinsan.tw at gmail.com>, Gea-Suan Lin <gslin at gslin.org>
-rw-r--r-- | www/Makefile | 1 | ||||
-rw-r--r-- | www/p5-WWW-VenusEnvy/Makefile | 34 | ||||
-rw-r--r-- | www/p5-WWW-VenusEnvy/distinfo | 3 | ||||
-rw-r--r-- | www/p5-WWW-VenusEnvy/pkg-descr | 5 | ||||
-rw-r--r-- | www/p5-WWW-VenusEnvy/pkg-plist | 3 |
5 files changed, 46 insertions, 0 deletions
diff --git a/www/Makefile b/www/Makefile index 7bf7aa907326..3412238c6625 100644 --- a/www/Makefile +++ b/www/Makefile @@ -783,6 +783,7 @@ SUBDIR += p5-WWW-Shorten-0rz SUBDIR += p5-WWW-Shorten-KUSO SUBDIR += p5-WWW-SourceForge + SUBDIR += p5-WWW-VenusEnvy SUBDIR += p5-WWW-Wikipedia SUBDIR += p5-WebService-Bloglines SUBDIR += p5-WebService-NoPaste diff --git a/www/p5-WWW-VenusEnvy/Makefile b/www/p5-WWW-VenusEnvy/Makefile new file mode 100644 index 000000000000..c1f6e21d3ace --- /dev/null +++ b/www/p5-WWW-VenusEnvy/Makefile @@ -0,0 +1,34 @@ +# New ports collection makefile for: p5-WWW-VenusEnvy +# Date created: 2006/06/28 +# Whom: chinsan <chinsan.tw@gmail.com>, Gea-Suan Lin <gslin@gslin.org> +# Thanks to Gea-Suan Lin for his great patch for this port. +# +# $FreeBSD$ +# + +PORTNAME= WWW-VenusEnvy +PORTVERSION= 1.10 +CATEGORIES= www perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN} +MASTER_SITE_SUBDIR= WWW +PKGNAMEPREFIX= p5- + +MAINTAINER= chinsan.tw@gmail.com +COMMENT= VenusEnvy comic strip archive and retrieval module + +RUN_DEPENDS= p5-Test-Pod>=1.24:${PORTSDIR}/devel/p5-Test-Pod \ + p5-Test-Pod-Coverage>=1.08:${PORTSDIR}/devel/p5-Test-Pod-Coverage \ + p5-libwww>=5.805:${PORTSDIR}/www/p5-libwww +BUILD_DEPENDS= ${RUN_DEPENDS} + +PERL_MODBUILD= yes + +MAN3= WWW::VenusEnvy.3 + +.include <bsd.port.pre.mk> + +.if ${PERL_LEVEL} < 500600 # Inherited from www/p5-libwww +IGNORE= requires at least Perl 5.6.0. Please install lang/perl5.8 and try again +.endif + +.include <bsd.port.post.mk> diff --git a/www/p5-WWW-VenusEnvy/distinfo b/www/p5-WWW-VenusEnvy/distinfo new file mode 100644 index 000000000000..0b0cb5b4594c --- /dev/null +++ b/www/p5-WWW-VenusEnvy/distinfo @@ -0,0 +1,3 @@ +MD5 (WWW-VenusEnvy-1.10.tar.gz) = 15926752f71ac3e15a3513f2c2532633 +SHA256 (WWW-VenusEnvy-1.10.tar.gz) = 37d18dffdb90c1f4cb9eeac77ea0803cb668340f7f7e1083f83db5168a76c8d9 +SIZE (WWW-VenusEnvy-1.10.tar.gz) = 10321 diff --git a/www/p5-WWW-VenusEnvy/pkg-descr b/www/p5-WWW-VenusEnvy/pkg-descr new file mode 100644 index 000000000000..4182ef867d56 --- /dev/null +++ b/www/p5-WWW-VenusEnvy/pkg-descr @@ -0,0 +1,5 @@ +This module will download the latest VenusEnvy comic strip +from the Keenspace website and return a binary blob of the image, or write +it to disk. + +WWW: http://search.cpan.org/dist/WWW-VenusEnvy/ diff --git a/www/p5-WWW-VenusEnvy/pkg-plist b/www/p5-WWW-VenusEnvy/pkg-plist new file mode 100644 index 000000000000..98f719854f12 --- /dev/null +++ b/www/p5-WWW-VenusEnvy/pkg-plist @@ -0,0 +1,3 @@ +@comment $FreeBSD$ +%%SITE_PERL%%/WWW/VenusEnvy.pm +@dirrmtry %%SITE_PERL%%/WWW |