SecBSD's official ports repository

This commit is contained in:
purplerain 2023-08-16 22:26:55 +00:00
commit 2c0afcbbf3
Signed by: purplerain
GPG key ID: F42C07F07E2E35B7
64331 changed files with 5339189 additions and 0 deletions

View file

@ -0,0 +1,16 @@
COMMENT= simple but non-blocking HTTP/HTTPS client
DISTNAME = AnyEvent-HTTP-2.25
CATEGORIES= databases devel
REVISION = 0
MODULES= cpan
PKG_ARCH= *
# perl
PERMIT_PACKAGE= Yes
RUN_DEPENDS= devel/p5-AnyEvent \
devel/p5-common-sense
.include <bsd.port.mk>

View file

@ -0,0 +1,2 @@
SHA256 (AnyEvent-HTTP-2.25.tar.gz) = XPpTQWEkF29vTNMrAOqMp5otXfUSWGg5ic0E/obiUBM=
SIZE (AnyEvent-HTTP-2.25.tar.gz) = 28514

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 @@
${P5SITE}/AnyEvent/
${P5SITE}/AnyEvent/HTTP.pm
@man man/man3p/AnyEvent::HTTP.3p