svn commit: r445617 - in head/www: . p5-HTTP-XSCookies
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Thu Jul 13 00:00:01 UTC 2017
Author: sunpoet
Date: Wed Jul 12 23:59:59 2017
New Revision: 445617
URL: https://svnweb.freebsd.org/changeset/ports/445617
Log:
Add p5-HTTP-XSCookies 0.000008
HTTP::XSCookies implements cookie creation (baking) and parsing (crushing) using
XS, therefore improving the speed of a pure Perl implementation.
WWW: http://search.cpan.org/dist/HTTP-XSCookies/
Added:
head/www/p5-HTTP-XSCookies/
head/www/p5-HTTP-XSCookies/Makefile (contents, props changed)
head/www/p5-HTTP-XSCookies/distinfo (contents, props changed)
head/www/p5-HTTP-XSCookies/pkg-descr (contents, props changed)
head/www/p5-HTTP-XSCookies/pkg-plist (contents, props changed)
Modified:
head/www/Makefile
Modified: head/www/Makefile
==============================================================================
--- head/www/Makefile Wed Jul 12 23:52:18 2017 (r445616)
+++ head/www/Makefile Wed Jul 12 23:59:59 2017 (r445617)
@@ -1030,6 +1030,7 @@
SUBDIR += p5-HTTP-Tiny
SUBDIR += p5-HTTP-Tiny-SPDY
SUBDIR += p5-HTTP-WebTest
+ SUBDIR += p5-HTTP-XSCookies
SUBDIR += p5-HTTPD-Log-Filter
SUBDIR += p5-HTTPD-User-Manage
SUBDIR += p5-Hijk
Added: head/www/p5-HTTP-XSCookies/Makefile
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/www/p5-HTTP-XSCookies/Makefile Wed Jul 12 23:59:59 2017 (r445617)
@@ -0,0 +1,22 @@
+# Created by: Po-Chuan Hsieh <sunpoet at FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME= HTTP-XSCookies
+PORTVERSION= 0.000008
+CATEGORIES= www perl5
+MASTER_SITES= CPAN
+PKGNAMEPREFIX= p5-
+
+MAINTAINER= sunpoet at FreeBSD.org
+COMMENT= Fast XS cookie mangling for Perl
+
+LICENSE= MIT
+LICENSE_FILE= ${WRKSRC}/LICENSE
+
+USE_PERL5= configure
+USES= perl5
+
+post-install:
+ ${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/HTTP/XSCookies/XSCookies.so
+
+.include <bsd.port.mk>
Added: head/www/p5-HTTP-XSCookies/distinfo
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/www/p5-HTTP-XSCookies/distinfo Wed Jul 12 23:59:59 2017 (r445617)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1499903041
+SHA256 (HTTP-XSCookies-0.000008.tar.gz) = 860d7d67c9f108c7c4980df63b574d104a4a23a58679d4f1913295d1e77c3efa
+SIZE (HTTP-XSCookies-0.000008.tar.gz) = 65887
Added: head/www/p5-HTTP-XSCookies/pkg-descr
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/www/p5-HTTP-XSCookies/pkg-descr Wed Jul 12 23:59:59 2017 (r445617)
@@ -0,0 +1,4 @@
+HTTP::XSCookies implements cookie creation (baking) and parsing (crushing) using
+XS, therefore improving the speed of a pure Perl implementation.
+
+WWW: http://search.cpan.org/dist/HTTP-XSCookies/
Added: head/www/p5-HTTP-XSCookies/pkg-plist
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/www/p5-HTTP-XSCookies/pkg-plist Wed Jul 12 23:59:59 2017 (r445617)
@@ -0,0 +1,3 @@
+%%SITE_ARCH%%/HTTP/XSCookies.pm
+%%SITE_ARCH%%/auto/HTTP/XSCookies/XSCookies.so
+%%PERL5_MAN3%%/HTTP::XSCookies.3.gz
More information about the svn-ports-head
mailing list