svn commit: r515874 - head/www/p5-HTTP-Cookies

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Mon Oct 28 14:55:14 UTC 2019


Author: sunpoet
Date: Mon Oct 28 14:55:13 2019
New Revision: 515874
URL: https://svnweb.freebsd.org/changeset/ports/515874

Log:
  Update to 6.05
  
  - Update pkg-descr
  - Take maintainership
  
  Changes:	https://metacpan.org/changes/distribution/HTTP-Cookies

Modified:
  head/www/p5-HTTP-Cookies/Makefile
  head/www/p5-HTTP-Cookies/distinfo
  head/www/p5-HTTP-Cookies/pkg-descr

Modified: head/www/p5-HTTP-Cookies/Makefile
==============================================================================
--- head/www/p5-HTTP-Cookies/Makefile	Mon Oct 28 14:55:08 2019	(r515873)
+++ head/www/p5-HTTP-Cookies/Makefile	Mon Oct 28 14:55:13 2019	(r515874)
@@ -2,12 +2,12 @@
 # $FreeBSD$
 
 PORTNAME=	HTTP-Cookies
-PORTVERSION=	6.04
+PORTVERSION=	6.05
 CATEGORIES=	www perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
 
-MAINTAINER=	perl at FreeBSD.org
+MAINTAINER=	sunpoet at FreeBSD.org
 COMMENT=	HTTP Cookie jars
 
 LICENSE=	ART10 GPLv1+
@@ -18,8 +18,9 @@ RUN_DEPENDS=	p5-HTTP-Date>=6:www/p5-HTTP-Date \
 		p5-HTTP-Message>=6:www/p5-HTTP-Message
 TEST_DEPENDS=	p5-URI>=0:net/p5-URI
 
-NO_ARCH=	yes
 USES=		perl5
 USE_PERL5=	configure
+
+NO_ARCH=	yes
 
 .include <bsd.port.mk>

Modified: head/www/p5-HTTP-Cookies/distinfo
==============================================================================
--- head/www/p5-HTTP-Cookies/distinfo	Mon Oct 28 14:55:08 2019	(r515873)
+++ head/www/p5-HTTP-Cookies/distinfo	Mon Oct 28 14:55:13 2019	(r515874)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1501862778
-SHA256 (HTTP-Cookies-6.04.tar.gz) = 0cc7f079079dcad8293fea36875ef58dd1bfd75ce1a6c244cd73ed9523eb13d4
-SIZE (HTTP-Cookies-6.04.tar.gz) = 39502
+TIMESTAMP = 1572266766
+SHA256 (HTTP-Cookies-6.05.tar.gz) = 58e1cd041bfcf33c2ab4140de7a757234809b8cf072afa727a6f3ffe84b66f5d
+SIZE (HTTP-Cookies-6.05.tar.gz) = 40126

Modified: head/www/p5-HTTP-Cookies/pkg-descr
==============================================================================
--- head/www/p5-HTTP-Cookies/pkg-descr	Mon Oct 28 14:55:08 2019	(r515873)
+++ head/www/p5-HTTP-Cookies/pkg-descr	Mon Oct 28 14:55:13 2019	(r515874)
@@ -1,5 +1,16 @@
-The HTTP::Cookies class is for objects that represent a "cookie jar" --
-that is, a database of all the HTTP cookies that a given LWP::UserAgent
-object knows about.
+The HTTP::Cookies class is for objects that represent a "cookie jar" -- that is,
+a database of all the HTTP cookies that a given LWP::UserAgent object knows
+about.
+
+Cookies are a general mechanism which server side connections can use to both
+store and retrieve information on the client side of the connection. For more
+information about cookies refer to Cookie Spec and Cookie Central. This module
+also implements the new style cookies described in RFC 2965. The two variants of
+cookies are supposed to be able to coexist happily.
+
+Instances of the class HTTP::Cookies are able to store a collection of
+Set-Cookie2: and Set-Cookie: headers and are able to use this information to
+initialize Cookie-headers in HTTP::Request objects. The state of a HTTP::Cookies
+object can be saved in and restored from files.
 
 WWW: https://metacpan.org/release/HTTP-Cookies


More information about the svn-ports-head mailing list