import p5-HTTP-Parser-XS 0.13
from Abel Abraham Camarillo Ojeda with cleanups by me ok landry@
This commit is contained in:
parent
2789748e13
commit
4ccecad9dc
17
www/p5-HTTP-Parser-XS/Makefile
Normal file
17
www/p5-HTTP-Parser-XS/Makefile
Normal file
@ -0,0 +1,17 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2011/01/07 13:45:11 jasper Exp $
|
||||
|
||||
COMMENT = fast, primitive HTTP request parser
|
||||
|
||||
SHARED_ONLY = Yes
|
||||
MODULES = cpan
|
||||
DISTNAME = HTTP-Parser-XS-0.13
|
||||
CATEGORIES = www
|
||||
MAINTAINER = Abel Abraham Camarillo Ojeda <acamari@verlet.org>
|
||||
|
||||
# Perl
|
||||
PERMIT_PACKAGE_CDROM = Yes
|
||||
PERMIT_PACKAGE_FTP = Yes
|
||||
PERMIT_DISTFILES_CDROM =Yes
|
||||
PERMIT_DISTFILES_FTP = Yes
|
||||
|
||||
.include <bsd.port.mk>
|
5
www/p5-HTTP-Parser-XS/distinfo
Normal file
5
www/p5-HTTP-Parser-XS/distinfo
Normal file
@ -0,0 +1,5 @@
|
||||
MD5 (HTTP-Parser-XS-0.13.tar.gz) = FU9XQk5tV9797qHhbs1Csg==
|
||||
RMD160 (HTTP-Parser-XS-0.13.tar.gz) = yZjeEHMbT8tebBwz19/Oy1V5PwI=
|
||||
SHA1 (HTTP-Parser-XS-0.13.tar.gz) = G8q0hwQEqIqcIcPoil2bDRU0Ac0=
|
||||
SHA256 (HTTP-Parser-XS-0.13.tar.gz) = zgP0Jm0AqVPxe0/Dawce7K2F2np0FTcmzKmJs5BKnS8=
|
||||
SIZE (HTTP-Parser-XS-0.13.tar.gz) = 76646
|
6
www/p5-HTTP-Parser-XS/pkg/DESCR
Normal file
6
www/p5-HTTP-Parser-XS/pkg/DESCR
Normal file
@ -0,0 +1,6 @@
|
||||
HTTP::Parser::XS is a fast, primitive HTTP request/response parser.
|
||||
|
||||
The request parser can be used either for writing a synchronous HTTP
|
||||
server or a event-driven server.
|
||||
|
||||
The response parser can be used for writing HTTP clients.
|
2
www/p5-HTTP-Parser-XS/pkg/PFRAG.shared
Normal file
2
www/p5-HTTP-Parser-XS/pkg/PFRAG.shared
Normal file
@ -0,0 +1,2 @@
|
||||
@comment $OpenBSD: PFRAG.shared,v 1.1.1.1 2011/01/07 13:45:11 jasper Exp $
|
||||
${P5ARCH}/auto/HTTP/Parser/XS/XS.so
|
14
www/p5-HTTP-Parser-XS/pkg/PLIST
Normal file
14
www/p5-HTTP-Parser-XS/pkg/PLIST
Normal file
@ -0,0 +1,14 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2011/01/07 13:45:11 jasper Exp $
|
||||
%%SHARED%%
|
||||
${P5ARCH}/
|
||||
${P5ARCH}/HTTP/
|
||||
${P5ARCH}/HTTP/Parser/
|
||||
${P5ARCH}/HTTP/Parser/XS/
|
||||
${P5ARCH}/HTTP/Parser/XS.pm
|
||||
${P5ARCH}/HTTP/Parser/XS/PP.pm
|
||||
${P5ARCH}/auto/
|
||||
${P5ARCH}/auto/HTTP/
|
||||
${P5ARCH}/auto/HTTP/Parser/
|
||||
${P5ARCH}/auto/HTTP/Parser/XS/
|
||||
${P5ARCH}/auto/HTTP/Parser/XS/XS.bs
|
||||
@man man/man3p/HTTP::Parser::XS.3p
|
Loading…
Reference in New Issue
Block a user