diff options
author | seb <seb@pkgsrc.org> | 2010-04-24 09:00:13 +0000 |
---|---|---|
committer | seb <seb@pkgsrc.org> | 2010-04-24 09:00:13 +0000 |
commit | 7186817e75768da2d035304f21fd6cf8646b9a6f (patch) | |
tree | 2ffb981898d7854e3174c1a862dae6686702e208 /www | |
parent | e699d13aafa146519dc9981371dbde7f5de89e47 (diff) | |
download | pkgsrc-7186817e75768da2d035304f21fd6cf8646b9a6f.tar.gz |
Initial import of p5-AnyEvent-HTTP version 1.44 in the NetBSD
Packages Collection.
The Perl 5 module AnyEvent::HTTP is an AnyEvent user, you need to
make sure that you use and run a supported event loop. It 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.
Diffstat (limited to 'www')
-rw-r--r-- | www/p5-AnyEvent-HTTP/DESCR | 7 | ||||
-rw-r--r-- | www/p5-AnyEvent-HTTP/Makefile | 22 | ||||
-rw-r--r-- | www/p5-AnyEvent-HTTP/distinfo | 5 |
3 files changed, 34 insertions, 0 deletions
diff --git a/www/p5-AnyEvent-HTTP/DESCR b/www/p5-AnyEvent-HTTP/DESCR new file mode 100644 index 00000000000..20c7a48df66 --- /dev/null +++ b/www/p5-AnyEvent-HTTP/DESCR @@ -0,0 +1,7 @@ +The Perl 5 module AnyEvent::HTTP is an AnyEvent user, you need to +make sure that you use and run a supported event loop. +It 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. diff --git a/www/p5-AnyEvent-HTTP/Makefile b/www/p5-AnyEvent-HTTP/Makefile new file mode 100644 index 00000000000..af6a199e1ae --- /dev/null +++ b/www/p5-AnyEvent-HTTP/Makefile @@ -0,0 +1,22 @@ +# $NetBSD: Makefile,v 1.1.1.1 2010/04/24 09:00:13 seb Exp $ + +DISTNAME= AnyEvent-HTTP-1.44 +PKGNAME= p5-${DISTNAME} +#PKGREVISION= 1 +CATEGORIES= www perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=AnyEvent/} + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://search.cpan.org/dist/AnyEvent-HTTP/ +COMMENT= Perl 5 providing simple but non-blocking HTTP/HTTPS client +LICENSE= ${PERL5_LICENSE} + +PKG_DESTDIR_SUPPORT= user-destdir + +USE_LANGUAGES= # empty +PERL5_PACKLIST= auto/AnyEvent/HTTP/.packlist + +DEPENDS+= p5-AnyEvent>=5:../../devel/p5-AnyEvent + +.include "../../lang/perl5/module.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/www/p5-AnyEvent-HTTP/distinfo b/www/p5-AnyEvent-HTTP/distinfo new file mode 100644 index 00000000000..cb30673bec0 --- /dev/null +++ b/www/p5-AnyEvent-HTTP/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2010/04/24 09:00:13 seb Exp $ + +SHA1 (AnyEvent-HTTP-1.44.tar.gz) = 953851e66394f1fccca26d95d722702e83234908 +RMD160 (AnyEvent-HTTP-1.44.tar.gz) = 1f5f157b095a99735f6275f6ee9d82c791a937d2 +Size (AnyEvent-HTTP-1.44.tar.gz) = 15509 bytes |