diff options
author | abs <abs@pkgsrc.org> | 2014-02-06 10:46:53 +0000 |
---|---|---|
committer | abs <abs@pkgsrc.org> | 2014-02-06 10:46:53 +0000 |
commit | beac19ca90e704e03af4fe160e9dfc05146f26d9 (patch) | |
tree | 003cf15374d1f04341405ac2a2ebe838e5692a39 /www/p5-Cookie-XS | |
parent | a069934cd4bc610af5c26e9eb68959f90fb56d6e (diff) | |
download | pkgsrc-beac19ca90e704e03af4fe160e9dfc05146f26d9.tar.gz |
Added www/p5-Cookie-XS version 0.11
This module implements a very simple parser for cookies used in
HTTP applications. We've found CGI::Simple::Cookie and CGI::Cookie
rather slow according to the profiling results for our OpenResty
project, hence the rewrite in C.
WARNING: This module is obsolete; please use CGI::Cookie::XS instead.
Diffstat (limited to 'www/p5-Cookie-XS')
-rw-r--r-- | www/p5-Cookie-XS/DESCR | 6 | ||||
-rw-r--r-- | www/p5-Cookie-XS/Makefile | 19 | ||||
-rw-r--r-- | www/p5-Cookie-XS/distinfo | 5 |
3 files changed, 30 insertions, 0 deletions
diff --git a/www/p5-Cookie-XS/DESCR b/www/p5-Cookie-XS/DESCR new file mode 100644 index 00000000000..625f5f17a76 --- /dev/null +++ b/www/p5-Cookie-XS/DESCR @@ -0,0 +1,6 @@ +This module implements a very simple parser for cookies used in +HTTP applications. We've found CGI::Simple::Cookie and CGI::Cookie +rather slow according to the profiling results for our OpenResty +project, hence the rewrite in C. + +WARNING: This module is obsolete; please use CGI::Cookie::XS instead. diff --git a/www/p5-Cookie-XS/Makefile b/www/p5-Cookie-XS/Makefile new file mode 100644 index 00000000000..753c30089e7 --- /dev/null +++ b/www/p5-Cookie-XS/Makefile @@ -0,0 +1,19 @@ +# $NetBSD: Makefile,v 1.1.1.1 2014/02/06 10:46:53 abs Exp $ + +DISTNAME= Cookie-XS-0.11 +PKGNAME= p5-${DISTNAME} +CATEGORIES= www perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/A/AG/AGENT/} + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://search.cpan.org/dist/Cookie-XS/ +COMMENT= HTTP Cookie parser in C (deprecated) +LICENSE= ${PERL5_LICENSE} + +DEPENDS+= p5-CGI-Cookie-XS>=0.15:../../www/p5-CGI-Cookie-XS + +USE_LANGUAGES= # +PERL5_PACKLIST= auto/Cookie/XS/.packlist + +.include "../../lang/perl5/module.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/www/p5-Cookie-XS/distinfo b/www/p5-Cookie-XS/distinfo new file mode 100644 index 00000000000..caa803c6d45 --- /dev/null +++ b/www/p5-Cookie-XS/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2014/02/06 10:46:53 abs Exp $ + +SHA1 (Cookie-XS-0.11.tar.gz) = 1edbf002bcd10ad21cc719008a1198ec0e9a2897 +RMD160 (Cookie-XS-0.11.tar.gz) = 304b0824d75d9ba2c96a1abc585e8a12d7f274ee +Size (Cookie-XS-0.11.tar.gz) = 24125 bytes |