diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2013-03-10 11:08:48 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2013-03-10 11:08:48 +0800 |
commit | b66168e96dff40013509f5fe538da37a04dcca61 (patch) | |
tree | 326e6170275f0f47619d74a98bfc92809511a683 /www | |
parent | 08e223b01f6872c1ca9b89553639a30e3a739e14 (diff) | |
download | freebsd-ports-gnome-b66168e96dff40013509f5fe538da37a04dcca61.tar.gz freebsd-ports-gnome-b66168e96dff40013509f5fe538da37a04dcca61.tar.zst freebsd-ports-gnome-b66168e96dff40013509f5fe538da37a04dcca61.zip |
- Add p5-HTTP-CookieJar 0.001
HTTP::CookieJar implements a minimalist HTTP user agent cookie jar in
conformance with RFC 6265.
Unlike the commonly used HTTP::Cookies module, this module does not require use
of HTTP::Request and HTTP::Response objects. An LWP-compatible adapter is
available as HTTP::CookieJar::LWP.
WWW: http://search.cpan.org/dist/HTTP-CookieJar/
Diffstat (limited to 'www')
-rw-r--r-- | www/Makefile | 1 | ||||
-rw-r--r-- | www/p5-HTTP-CookieJar/Makefile | 29 | ||||
-rw-r--r-- | www/p5-HTTP-CookieJar/distinfo | 2 | ||||
-rw-r--r-- | www/p5-HTTP-CookieJar/pkg-descr | 8 | ||||
-rw-r--r-- | www/p5-HTTP-CookieJar/pkg-plist | 7 |
5 files changed, 47 insertions, 0 deletions
diff --git a/www/Makefile b/www/Makefile index 97a9a89781aa..fb4cf1d853df 100644 --- a/www/Makefile +++ b/www/Makefile @@ -989,6 +989,7 @@ SUBDIR += p5-HTTP-Body SUBDIR += p5-HTTP-BrowserDetect SUBDIR += p5-HTTP-Cache-Transparent + SUBDIR += p5-HTTP-CookieJar SUBDIR += p5-HTTP-Cookies SUBDIR += p5-HTTP-Cookies-Mozilla SUBDIR += p5-HTTP-Cookies-iCab diff --git a/www/p5-HTTP-CookieJar/Makefile b/www/p5-HTTP-CookieJar/Makefile new file mode 100644 index 000000000000..14c268f3217e --- /dev/null +++ b/www/p5-HTTP-CookieJar/Makefile @@ -0,0 +1,29 @@ +# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> +# $FreeBSD$ + +PORTNAME= HTTP-CookieJar +PORTVERSION= 0.001 +CATEGORIES= www perl5 +MASTER_SITES= CPAN +PKGNAMEPREFIX= p5- + +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= Minimalist HTTP user agent cookie jar + +LICENSE= AL2 + +BUILD_DEPENDS= p5-HTTP-Date>=0:${PORTSDIR}/www/p5-HTTP-Date +RUN_DEPENDS:= ${BUILD_DEPENDS} +TEST_DEPENDS= p5-HTTP-Message>=0:${PORTSDIR}/www/p5-HTTP-Message \ + p5-Mozilla-PublicSuffix>=0:${PORTSDIR}/dns/p5-Mozilla-PublicSuffix \ + p5-Test-Deep>=0:${PORTSDIR}/devel/p5-Test-Deep \ + p5-Test-Requires>=0:${PORTSDIR}/devel/p5-Test-Requires \ + p5-Test-Simple>=0.96:${PORTSDIR}/devel/p5-Test-Simple \ + p5-Time-Mock>=0:${PORTSDIR}/devel/p5-Time-Mock + +PERL_CONFIGURE= yes + +MAN3= HTTP::CookieJar.3 \ + HTTP::CookieJar::LWP.3 + +.include <bsd.port.mk> diff --git a/www/p5-HTTP-CookieJar/distinfo b/www/p5-HTTP-CookieJar/distinfo new file mode 100644 index 000000000000..09d0d0bfe6af --- /dev/null +++ b/www/p5-HTTP-CookieJar/distinfo @@ -0,0 +1,2 @@ +SHA256 (HTTP-CookieJar-0.001.tar.gz) = 94382017177d1d17874ffc33baf8467930977fabb4b11cd69824a33b1b3f5896 +SIZE (HTTP-CookieJar-0.001.tar.gz) = 24697 diff --git a/www/p5-HTTP-CookieJar/pkg-descr b/www/p5-HTTP-CookieJar/pkg-descr new file mode 100644 index 000000000000..2ec77837247d --- /dev/null +++ b/www/p5-HTTP-CookieJar/pkg-descr @@ -0,0 +1,8 @@ +HTTP::CookieJar implements a minimalist HTTP user agent cookie jar in +conformance with RFC 6265. + +Unlike the commonly used HTTP::Cookies module, this module does not require use +of HTTP::Request and HTTP::Response objects. An LWP-compatible adapter is +available as HTTP::CookieJar::LWP. + +WWW: http://search.cpan.org/dist/HTTP-CookieJar/ diff --git a/www/p5-HTTP-CookieJar/pkg-plist b/www/p5-HTTP-CookieJar/pkg-plist new file mode 100644 index 000000000000..76204b936c95 --- /dev/null +++ b/www/p5-HTTP-CookieJar/pkg-plist @@ -0,0 +1,7 @@ +%%SITE_PERL%%/HTTP/CookieJar.pm +%%SITE_PERL%%/HTTP/CookieJar/LWP.pm +%%SITE_PERL%%/%%PERL_ARCH%%/auto/HTTP/CookieJar/.packlist +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/HTTP/CookieJar +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/HTTP +@dirrm %%SITE_PERL%%/HTTP/CookieJar +@dirrmtry %%SITE_PERL%%/HTTP |