diff options
author | clsung <clsung@FreeBSD.org> | 2007-10-30 09:29:17 +0800 |
---|---|---|
committer | clsung <clsung@FreeBSD.org> | 2007-10-30 09:29:17 +0800 |
commit | 31c2f83de041bb16286f6ae71e9754d3f1070698 (patch) | |
tree | 6b3cdf0fdc5f7352734e538e919598c496ebd369 | |
parent | 2931e8afafa847be395b0de3f4e16dea6dadbfbb (diff) | |
download | freebsd-ports-gnome-31c2f83de041bb16286f6ae71e9754d3f1070698.tar.gz freebsd-ports-gnome-31c2f83de041bb16286f6ae71e9754d3f1070698.tar.zst freebsd-ports-gnome-31c2f83de041bb16286f6ae71e9754d3f1070698.zip |
This module adds the following methods to HTTP::Response objects.
WWW: http://search.cpan.org/dist/HTTP-Response-Encoding/
PR: ports/117553
Submitted by: Gea-Suan Lin <gslin at gslin.org>
-rw-r--r-- | www/Makefile | 1 | ||||
-rw-r--r-- | www/p5-HTTP-Response-Encoding/Makefile | 30 | ||||
-rw-r--r-- | www/p5-HTTP-Response-Encoding/distinfo | 3 | ||||
-rw-r--r-- | www/p5-HTTP-Response-Encoding/pkg-descr | 3 | ||||
-rw-r--r-- | www/p5-HTTP-Response-Encoding/pkg-plist | 8 |
5 files changed, 45 insertions, 0 deletions
diff --git a/www/Makefile b/www/Makefile index f5d541747aeb..bbd15c3f7c4a 100644 --- a/www/Makefile +++ b/www/Makefile @@ -789,6 +789,7 @@ SUBDIR += p5-HTTP-Recorder SUBDIR += p5-HTTP-Request-AsCGI SUBDIR += p5-HTTP-Request-Params + SUBDIR += p5-HTTP-Response-Encoding SUBDIR += p5-HTTP-Server-Simple SUBDIR += p5-HTTP-Server-Simple-Mason SUBDIR += p5-HTTP-Server-Simple-Recorder diff --git a/www/p5-HTTP-Response-Encoding/Makefile b/www/p5-HTTP-Response-Encoding/Makefile new file mode 100644 index 000000000000..6af56102871d --- /dev/null +++ b/www/p5-HTTP-Response-Encoding/Makefile @@ -0,0 +1,30 @@ +# New ports collection makefile for: p5-HTTP-Response-Encoding +# Date created: 2007-10-27 +# Whom: Gea-Suan Lin <gslin@gslin.org> +# +# $FreeBSD$ +# + +PORTNAME= HTTP-Response-Encoding +PORTVERSION= 0.05 +CATEGORIES= www perl5 +MASTER_SITES= CPAN +MASTER_SITE_SUBDIR= HTTP +PKGNAMEPREFIX= p5- + +MAINTAINER= gslin@gslin.org +COMMENT= Adds encoding() to HTTP::Response + +RUN_DEPENDS= ${SITE_PERL}/HTTP/Response.pm:${PORTSDIR}/www/p5-libwww + +PERL_CONFIGURE= yes + +MAN3= HTTP::Response::Encoding.3 + +.include <bsd.port.pre.mk> + +.if ${PERL_LEVEL} < 500805 +IGNORE= requires Perl 5.8.5 or later. Install lang/perl5.8 and try again +.endif + +.include <bsd.port.post.mk> diff --git a/www/p5-HTTP-Response-Encoding/distinfo b/www/p5-HTTP-Response-Encoding/distinfo new file mode 100644 index 000000000000..8d636108b232 --- /dev/null +++ b/www/p5-HTTP-Response-Encoding/distinfo @@ -0,0 +1,3 @@ +MD5 (HTTP-Response-Encoding-0.05.tar.gz) = bb5880687bfb8b1e220c5c3c2b7d1408 +SHA256 (HTTP-Response-Encoding-0.05.tar.gz) = 26d4e978d3a5b78b4b09ef59694863eeae3c85aaacc77fec6442833786a1ed11 +SIZE (HTTP-Response-Encoding-0.05.tar.gz) = 5199 diff --git a/www/p5-HTTP-Response-Encoding/pkg-descr b/www/p5-HTTP-Response-Encoding/pkg-descr new file mode 100644 index 000000000000..cbc45258b7f4 --- /dev/null +++ b/www/p5-HTTP-Response-Encoding/pkg-descr @@ -0,0 +1,3 @@ +This module adds the following methods to HTTP::Response objects. + +WWW: http://search.cpan.org/dist/HTTP-Response-Encoding/ diff --git a/www/p5-HTTP-Response-Encoding/pkg-plist b/www/p5-HTTP-Response-Encoding/pkg-plist new file mode 100644 index 000000000000..cb16a4380936 --- /dev/null +++ b/www/p5-HTTP-Response-Encoding/pkg-plist @@ -0,0 +1,8 @@ +@comment $FreeBSD$ +%%SITE_PERL%%/%%PERL_ARCH%%/auto/HTTP/Response/Encoding/.packlist +%%SITE_PERL%%/HTTP/Response/Encoding.pm +@dirrmtry %%SITE_PERL%%/HTTP/Response +@dirrmtry %%SITE_PERL%%/HTTP +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/HTTP/Response/Encoding +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/HTTP/Response +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/HTTP |