pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/www/p5-HTTP-CookieJar



Module Name:    pkgsrc
Committed By:   wen
Date:           Mon Jun 18 02:08:56 UTC 2018

Added Files:
        pkgsrc/www/p5-HTTP-CookieJar: DESCR Makefile distinfo

Log Message:
Import HTTP-CookieJar-0.008 as www/p5-HTTP-CookieJar.

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.


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/www/p5-HTTP-CookieJar/DESCR \
    pkgsrc/www/p5-HTTP-CookieJar/Makefile \
    pkgsrc/www/p5-HTTP-CookieJar/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Added files:

Index: pkgsrc/www/p5-HTTP-CookieJar/DESCR
diff -u /dev/null pkgsrc/www/p5-HTTP-CookieJar/DESCR:1.1
--- /dev/null   Mon Jun 18 02:08:56 2018
+++ pkgsrc/www/p5-HTTP-CookieJar/DESCR  Mon Jun 18 02:08:56 2018
@@ -0,0 +1,6 @@
+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.
Index: pkgsrc/www/p5-HTTP-CookieJar/Makefile
diff -u /dev/null pkgsrc/www/p5-HTTP-CookieJar/Makefile:1.1
--- /dev/null   Mon Jun 18 02:08:56 2018
+++ pkgsrc/www/p5-HTTP-CookieJar/Makefile       Mon Jun 18 02:08:56 2018
@@ -0,0 +1,19 @@
+# $NetBSD: Makefile,v 1.1 2018/06/18 02:08:56 wen Exp $
+
+DISTNAME=      HTTP-CookieJar-0.008
+PKGNAME=       p5-${DISTNAME}
+CATEGORIES=    www perl5
+MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=HTTP/}
+
+MAINTAINER=    wen%NetBSD.org@localhost
+HOMEPAGE=      http://metacpan.org/dist/HTTP-CookiesiJar/
+COMMENT=       Minimalist HTTP user agent cookie jar
+LICENSE=       ${PERL5_LICENSE}
+
+BUILD_DEPENDS+=        p5-HTTP-Message>=0:../../www/p5-HTTP-Message
+DEPENDS+=      p5-HTTP-Date>=0:../../www/p5-HTTP-Date
+
+PERL5_PACKLIST=                auto/HTTP/CookieJar/.packlist
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/www/p5-HTTP-CookieJar/distinfo
diff -u /dev/null pkgsrc/www/p5-HTTP-CookieJar/distinfo:1.1
--- /dev/null   Mon Jun 18 02:08:56 2018
+++ pkgsrc/www/p5-HTTP-CookieJar/distinfo       Mon Jun 18 02:08:56 2018
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2018/06/18 02:08:56 wen Exp $
+
+SHA1 (HTTP-CookieJar-0.008.tar.gz) = 6828cbabb2d3a0a3bad2169e0f4116395deedf33
+RMD160 (HTTP-CookieJar-0.008.tar.gz) = 8e8d460d79ae968500a3d73b9e776285b9cff7df
+SHA512 (HTTP-CookieJar-0.008.tar.gz) = 6e85c22084ba2959b385f4cd706b2b937fcdb68f219ee03ccdd69dd2a01ff34b72bf7f442e414e3da43199fc43624b781af0c7599f856dc580a5d0a7742c6aff
+Size (HTTP-CookieJar-0.008.tar.gz) = 28754 bytes



Home | Main Index | Thread Index | Old Index