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:
parent
a9877e478f
commit
e8fd3c6284
18
devel/p5-AnyEvent-HTTP/Makefile
Normal file
18
devel/p5-AnyEvent-HTTP/Makefile
Normal 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>
|
5
devel/p5-AnyEvent-HTTP/distinfo
Normal file
5
devel/p5-AnyEvent-HTTP/distinfo
Normal 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
|
5
devel/p5-AnyEvent-HTTP/pkg/DESCR
Normal file
5
devel/p5-AnyEvent-HTTP/pkg/DESCR
Normal 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.
|
3
devel/p5-AnyEvent-HTTP/pkg/PLIST
Normal file
3
devel/p5-AnyEvent-HTTP/pkg/PLIST
Normal 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
|
Loading…
Reference in New Issue
Block a user