import p5-AnyEvent-HTTP 1.44

This module implements a simple, stateless and non-blocking HTTP client.
It supports GET, POST and other request methods, cookies and more, all
on a very low level. It can follow redirects supports proxies and
automatically limits the number of connections to the values specified
in the RFC.
This commit is contained in:
jasper 2010-03-29 14:05:56 +00:00
parent a9877e478f
commit e8fd3c6284
4 changed files with 31 additions and 0 deletions

View File

@ -0,0 +1,18 @@
# $OpenBSD: Makefile,v 1.1.1.1 2010/03/29 14:05:56 jasper Exp $
COMMENT= simple but non-blocking HTTP/HTTPS client
DISTNAME= AnyEvent-HTTP-1.44
CATEGORIES= databases devel
MODULES= cpan
# perl
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
RUN_DEPENDS= ::devel/p5-AnyEvent
.include <bsd.port.mk>

View File

@ -0,0 +1,5 @@
MD5 (AnyEvent-HTTP-1.44.tar.gz) = /lUvYeLWN/gqYY6KkIxy4g==
RMD160 (AnyEvent-HTTP-1.44.tar.gz) = H18VewlamXNfYnX27p2Cx5GpN9I=
SHA1 (AnyEvent-HTTP-1.44.tar.gz) = lThR5mOU8fzMom2V1yJwLoMjSQg=
SHA256 (AnyEvent-HTTP-1.44.tar.gz) = NHUVFrkMFLX8BqOqnrDnHzSsi/522sDEowwBm+DbwYA=
SIZE (AnyEvent-HTTP-1.44.tar.gz) = 15509

View File

@ -0,0 +1,5 @@
This module implements a simple, stateless and non-blocking HTTP client.
It supports GET, POST and other request methods, cookies and more, all
on a very low level. It can follow redirects supports proxies and
automatically limits the number of connections to the values specified
in the RFC.

View File

@ -0,0 +1,3 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2010/03/29 14:05:56 jasper Exp $
${P5SITE}/AnyEvent/HTTP.pm
@man man/man3p/AnyEvent::HTTP.3p