Commit graph

6 commits

Author SHA1 Message Date
wiz
047a7f787e Bump all packages for perl-5.18, that
a) refer 'perl' in their Makefile, or
b) have a directory name of p5-*, or
c) have any dependency on any p5-* package

Like last time, where this caused no complaints.
2013-05-31 12:39:57 +00:00
wiz
ac9413035e Mark some test dependencies as BUILD_DEPENDS instead of full ones.
Bump PKGREVISION.
Noted by Edgar Fuß in PR 47288.
2012-12-13 10:02:09 +00:00
wiz
415558503c Update to 0.5, based on PR 47288 by Edgar Fuss.
Add more missing dependencies.

0.41
	- Bugfixes

0.4
	- Written tests
	- HTTP::Server::EV::PortListener module
	- Rewritten disk IO code. Now it can use built in perl functions or IO::AIO module.
	- Fixed segfault when uploading zero size file
	- Multipart processing callbacks.
	- Coro support


0.31
	- Fixed non ARRAY reference error when cgi->param called in list context with nonexistent param name
	- Added explicit type-casting, no more compiler warnings
	- Little documentation fix
2012-12-12 11:49:53 +00:00
asau
2f8b0d9492 Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-28 06:30:00 +00:00
wiz
3184463075 Bump all packages that use perl, or depend on a p5-* package, or
are called p5-*.

I hope that's all of them.
2012-10-03 21:53:53 +00:00
hiramatsu
a5c48c527a Import www/p5-HTTP-Server-EV, submitted in PR/45603.
Asynchronous HTTP server using EV event loop.

It doesn't load files received in the POST request in memory as most
of CGI modules does, but stores them directly to tmp files, so it's
useful for handling large files without using a lot of memory.
2011-11-15 06:42:33 +00:00