HTTP::Lite is a stand-alone lightweight HTTP/1.1 implementation
for perl. It is not intended as a replacement for the fully-featured LWP module. Instead, it is intended for use in situations where it is desirable to install the minimal number of modules to achieve HTTP support, or where LWP is not a good candidate due to CPU overhead, such as slower processors. HTTP::Lite is also significantly faster than LWP. ok phessler@
This commit is contained in:
parent
d3ae5b05d6
commit
44db9ba1f7
17
www/p5-HTTP-Lite/Makefile
Normal file
17
www/p5-HTTP-Lite/Makefile
Normal file
@ -0,0 +1,17 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2009/09/29 04:36:19 jdixon Exp $
|
||||
|
||||
COMMENT = pure Perl HTTP client
|
||||
|
||||
MODULES = cpan
|
||||
DISTNAME = HTTP-Lite-2.1.6
|
||||
CATEGORIES = www
|
||||
|
||||
MAINTAINER = Jason Dixon <jdixon@openbsd.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-Lite/distinfo
Normal file
5
www/p5-HTTP-Lite/distinfo
Normal file
@ -0,0 +1,5 @@
|
||||
MD5 (HTTP-Lite-2.1.6.tar.gz) = KeEyRVWoBZgb4TLzl5lwug==
|
||||
RMD160 (HTTP-Lite-2.1.6.tar.gz) = oslf5ZLI7jaGtTohmhTLsSxNFO4=
|
||||
SHA1 (HTTP-Lite-2.1.6.tar.gz) = 27o3IZ6xYoSQ7497iq+8fx9CI6M=
|
||||
SHA256 (HTTP-Lite-2.1.6.tar.gz) = dc28pMNRnpTY5LYX5zRxHcGlv7ZJC8pCS+IQkGobfLA=
|
||||
SIZE (HTTP-Lite-2.1.6.tar.gz) = 276955
|
7
www/p5-HTTP-Lite/pkg/DESCR
Normal file
7
www/p5-HTTP-Lite/pkg/DESCR
Normal file
@ -0,0 +1,7 @@
|
||||
HTTP::Lite is a stand-alone lightweight HTTP/1.1 implementation
|
||||
for perl. It is not intended as a replacement for the
|
||||
fully-featured LWP module. Instead, it is intended for use in
|
||||
situations where it is desirable to install the minimal number of
|
||||
modules to achieve HTTP support, or where LWP is not a good
|
||||
candidate due to CPU overhead, such as slower processors.
|
||||
HTTP::Lite is also significantly faster than LWP.
|
4
www/p5-HTTP-Lite/pkg/PLIST
Normal file
4
www/p5-HTTP-Lite/pkg/PLIST
Normal file
@ -0,0 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2009/09/29 04:36:19 jdixon Exp $
|
||||
${P5SITE}/HTTP/
|
||||
${P5SITE}/HTTP/Lite.pm
|
||||
@man man/man3p/HTTP::Lite.3p
|
Loading…
Reference in New Issue
Block a user