diff options
author | Cheng-Lung Sung <clsung@FreeBSD.org> | 2008-01-04 08:26:44 +0000 |
---|---|---|
committer | Cheng-Lung Sung <clsung@FreeBSD.org> | 2008-01-04 08:26:44 +0000 |
commit | e53feffc698e0a3f943c1d4c867dcf313f5fddbb (patch) | |
tree | 3972904fbe137e2f6b89cc002f2611a7c0210564 | |
parent | 28cbb454a95549ab94afc53bc0a120939c50fb43 (diff) | |
download | ports-e53feffc698e0a3f943c1d4c867dcf313f5fddbb.tar.gz ports-e53feffc698e0a3f943c1d4c867dcf313f5fddbb.zip |
Notes
-rw-r--r-- | www/Makefile | 1 | ||||
-rw-r--r-- | www/p5-WWW-Mechanize-DecodedContent/Makefile | 26 | ||||
-rw-r--r-- | www/p5-WWW-Mechanize-DecodedContent/distinfo | 3 | ||||
-rw-r--r-- | www/p5-WWW-Mechanize-DecodedContent/pkg-descr | 5 | ||||
-rw-r--r-- | www/p5-WWW-Mechanize-DecodedContent/pkg-plist | 8 |
5 files changed, 43 insertions, 0 deletions
diff --git a/www/Makefile b/www/Makefile index c015b348347f..5587486c5d5d 100644 --- a/www/Makefile +++ b/www/Makefile @@ -905,6 +905,7 @@ SUBDIR += p5-WWW-IMDb SUBDIR += p5-WWW-Link SUBDIR += p5-WWW-Mechanize + SUBDIR += p5-WWW-Mechanize-DecodedContent SUBDIR += p5-WWW-Mechanize-FormFiller SUBDIR += p5-WWW-Mechanize-Pluggable SUBDIR += p5-WWW-Mechanize-Plugin-phpBB diff --git a/www/p5-WWW-Mechanize-DecodedContent/Makefile b/www/p5-WWW-Mechanize-DecodedContent/Makefile new file mode 100644 index 000000000000..271a0b13fc54 --- /dev/null +++ b/www/p5-WWW-Mechanize-DecodedContent/Makefile @@ -0,0 +1,26 @@ +# New ports collection makefile for: p5-WWW-Mechanize-DecodedContent +# Date created: 2007-12-28 +# Whom: Masahiro Teramoto <markun@onohara.to> +# +# $FreeBSD$ +# + +PORTNAME= WWW-Mechanize-DecodedContent +PORTVERSION= 0.01 +CATEGORIES= www perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN} +MASTER_SITE_SUBDIR= ../../authors/id/M/MI/MIYAGAWA +PKGNAMEPREFIX= p5- + +MAINTAINER= markun@onohara.to +COMMENT= Decode Mech content using its HTTP response encoding + +BUILD_DEPENDS= p5-WWW-Mechanize>=0:${PORTSDIR}/www/p5-WWW-Mechanize \ + p5-HTTP-Response-Encoding>=0:${PORTSDIR}/www/p5-HTTP-Response-Encoding +RUN_DEPENDS= ${BUILD_DEPENDS} + +PERL_CONFIGURE= yes + +MAN3= WWW::Mechanize::DecodedContent.3 + +.include <bsd.port.mk> diff --git a/www/p5-WWW-Mechanize-DecodedContent/distinfo b/www/p5-WWW-Mechanize-DecodedContent/distinfo new file mode 100644 index 000000000000..abf361319b69 --- /dev/null +++ b/www/p5-WWW-Mechanize-DecodedContent/distinfo @@ -0,0 +1,3 @@ +MD5 (WWW-Mechanize-DecodedContent-0.01.tar.gz) = 11ec3520dfaf9dffbdeb9659221baee3 +SHA256 (WWW-Mechanize-DecodedContent-0.01.tar.gz) = 82376d40151b6035891d7958aeaf37d2a7dc7eab2f965141556b857f4b0c71ac +SIZE (WWW-Mechanize-DecodedContent-0.01.tar.gz) = 32768 diff --git a/www/p5-WWW-Mechanize-DecodedContent/pkg-descr b/www/p5-WWW-Mechanize-DecodedContent/pkg-descr new file mode 100644 index 000000000000..c7bcf2a63327 --- /dev/null +++ b/www/p5-WWW-Mechanize-DecodedContent/pkg-descr @@ -0,0 +1,5 @@ +WWW::Mechanize::DecodedContent is a plugin to add +decoded_content utility method to WWW::Mechanize. + +Author: Tatsuhiko Miyagawa <miyagawa@bulknews.net> +WWW: http://search.cpan.org/~miyagawa/WWW-Mechanize-DecodedContent/ diff --git a/www/p5-WWW-Mechanize-DecodedContent/pkg-plist b/www/p5-WWW-Mechanize-DecodedContent/pkg-plist new file mode 100644 index 000000000000..12f509139cb6 --- /dev/null +++ b/www/p5-WWW-Mechanize-DecodedContent/pkg-plist @@ -0,0 +1,8 @@ +@comment $FreeBSD$ +%%SITE_PERL%%/%%PERL_ARCH%%/auto/WWW/Mechanize/DecodedContent/.packlist +%%SITE_PERL%%/WWW/Mechanize/DecodedContent.pm +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/WWW/Mechanize/DecodedContent +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/WWW/Mechanize +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/WWW +@dirrmtry %%SITE_PERL%%/WWW/Mechanize +@dirrmtry %%SITE_PERL%%/WWW |