diff options
author | Beech Rintoul <beech@FreeBSD.org> | 2008-07-08 07:22:32 +0000 |
---|---|---|
committer | Beech Rintoul <beech@FreeBSD.org> | 2008-07-08 07:22:32 +0000 |
commit | a0609756f08a20988dfba59b1e721ee6aae9b43e (patch) | |
tree | 740861228ddb90b9c7ef287242e39cb31545b254 /www/p5-AnyEvent-HTTP | |
parent | 60479b26cb9a068784b48c38fab5a895dc0c46f1 (diff) | |
download | ports-a0609756f08a20988dfba59b1e721ee6aae9b43e.tar.gz ports-a0609756f08a20988dfba59b1e721ee6aae9b43e.zip |
- New port p5-AnyEvent-HTTP-1.0.3
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.
WWW: http://search.cpan.org/perldoc?AnyEvent::HTTP
PR: ports/125342
Submitted by: Vladimir Timofeev <vovkasm at gmail.com>
Notes
Notes:
svn path=/head/; revision=216513
Diffstat (limited to 'www/p5-AnyEvent-HTTP')
-rw-r--r-- | www/p5-AnyEvent-HTTP/Makefile | 25 | ||||
-rw-r--r-- | www/p5-AnyEvent-HTTP/distinfo | 3 | ||||
-rw-r--r-- | www/p5-AnyEvent-HTTP/pkg-descr | 6 | ||||
-rw-r--r-- | www/p5-AnyEvent-HTTP/pkg-plist | 5 |
4 files changed, 39 insertions, 0 deletions
diff --git a/www/p5-AnyEvent-HTTP/Makefile b/www/p5-AnyEvent-HTTP/Makefile new file mode 100644 index 000000000000..6caced1827a0 --- /dev/null +++ b/www/p5-AnyEvent-HTTP/Makefile @@ -0,0 +1,25 @@ +# New ports collection makefile for: p5-AnyEvent-HTTP +# Date created: 06 Jul 2008 +# Whom: Vladimir Timofeev <vovkasm@gmail.com> +# +# $FreeBSD$ +# + +PORTNAME= AnyEvent-HTTP +PORTVERSION= 1.03 +CATEGORIES= www perl5 +MASTER_SITES= CPAN +MASTER_SITE_SUBDIR= ../../authors/id/M/ML/MLEHMANN +PKGNAMEPREFIX= p5- + +MAINTAINER= vovkasm@gmail.com +COMMENT= Simple but non-blocking HTTP/HTTPS client + +BUILD_DEPENDS= p5-AnyEvent>=4.14:${PORTSDIR}/devel/p5-AnyEvent +RUN_DEPENDS= ${BUILD_DEPENDS} + +PERL_CONFIGURE= yes + +MAN3= AnyEvent::HTTP.3 + +.include <bsd.port.mk> diff --git a/www/p5-AnyEvent-HTTP/distinfo b/www/p5-AnyEvent-HTTP/distinfo new file mode 100644 index 000000000000..c467a35907dc --- /dev/null +++ b/www/p5-AnyEvent-HTTP/distinfo @@ -0,0 +1,3 @@ +MD5 (AnyEvent-HTTP-1.03.tar.gz) = 3fe4a645a95dd56812830d0a6656c0d9 +SHA256 (AnyEvent-HTTP-1.03.tar.gz) = 1e66f12348569bbc74f9bfd339e20cfcb4ea23180d25cb854d528b7b763ffa7a +SIZE (AnyEvent-HTTP-1.03.tar.gz) = 8161 diff --git a/www/p5-AnyEvent-HTTP/pkg-descr b/www/p5-AnyEvent-HTTP/pkg-descr new file mode 100644 index 000000000000..6128e1dd25b8 --- /dev/null +++ b/www/p5-AnyEvent-HTTP/pkg-descr @@ -0,0 +1,6 @@ +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. + +WWW: http://search.cpan.org/perldoc?AnyEvent::HTTP diff --git a/www/p5-AnyEvent-HTTP/pkg-plist b/www/p5-AnyEvent-HTTP/pkg-plist new file mode 100644 index 000000000000..1bb27871a819 --- /dev/null +++ b/www/p5-AnyEvent-HTTP/pkg-plist @@ -0,0 +1,5 @@ +%%SITE_PERL%%/AnyEvent/HTTP.pm +%%SITE_PERL%%/%%PERL_ARCH%%/auto/AnyEvent/HTTP/.packlist +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/AnyEvent/HTTP +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/AnyEvent +@dirrmtry %%SITE_PERL%%/AnyEvent |