svn commit: r313793 - in head/www: . p5-HTTP-CookieJar
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Sun Mar 10 03:08:50 UTC 2013
Author: sunpoet
Date: Sun Mar 10 03:08:48 2013
New Revision: 313793
URL: http://svnweb.freebsd.org/changeset/ports/313793
Log:
- 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/
Added:
head/www/p5-HTTP-CookieJar/
head/www/p5-HTTP-CookieJar/Makefile (contents, props changed)
head/www/p5-HTTP-CookieJar/distinfo (contents, props changed)
head/www/p5-HTTP-CookieJar/pkg-descr (contents, props changed)
head/www/p5-HTTP-CookieJar/pkg-plist (contents, props changed)
Modified:
head/www/Makefile
Modified: head/www/Makefile
==============================================================================
--- head/www/Makefile Sun Mar 10 02:53:10 2013 (r313792)
+++ head/www/Makefile Sun Mar 10 03:08:48 2013 (r313793)
@@ -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
Added: head/www/p5-HTTP-CookieJar/Makefile
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/www/p5-HTTP-CookieJar/Makefile Sun Mar 10 03:08:48 2013 (r313793)
@@ -0,0 +1,29 @@
+# Created by: Sunpoet Po-Chuan Hsieh <sunpoet at FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME= HTTP-CookieJar
+PORTVERSION= 0.001
+CATEGORIES= www perl5
+MASTER_SITES= CPAN
+PKGNAMEPREFIX= p5-
+
+MAINTAINER= sunpoet at 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>
Added: head/www/p5-HTTP-CookieJar/distinfo
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/www/p5-HTTP-CookieJar/distinfo Sun Mar 10 03:08:48 2013 (r313793)
@@ -0,0 +1,2 @@
+SHA256 (HTTP-CookieJar-0.001.tar.gz) = 94382017177d1d17874ffc33baf8467930977fabb4b11cd69824a33b1b3f5896
+SIZE (HTTP-CookieJar-0.001.tar.gz) = 24697
Added: head/www/p5-HTTP-CookieJar/pkg-descr
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/www/p5-HTTP-CookieJar/pkg-descr Sun Mar 10 03:08:48 2013 (r313793)
@@ -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/
Added: head/www/p5-HTTP-CookieJar/pkg-plist
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/www/p5-HTTP-CookieJar/pkg-plist Sun Mar 10 03:08:48 2013 (r313793)
@@ -0,0 +1,7 @@
+%%SITE_PERL%%/HTTP/CookieJar.pm
+%%SITE_PERL%%/HTTP/CookieJar/LWP.pm
+%%SITE_PERL%%/%%PERL_ARCH%%/auto/HTTP/CookieJar/.packlist
+ at dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/HTTP/CookieJar
+ at dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/HTTP
+ at dirrm %%SITE_PERL%%/HTTP/CookieJar
+ at dirrmtry %%SITE_PERL%%/HTTP
More information about the svn-ports-head
mailing list