diff options
author | mef <mef@pkgsrc.org> | 2015-01-12 13:24:34 +0000 |
---|---|---|
committer | mef <mef@pkgsrc.org> | 2015-01-12 13:24:34 +0000 |
commit | 061bfe48d31ad149a5a2c02d4a40c1952007096b (patch) | |
tree | 394f17f68e8b6921e68c224cd6d64ee3c439e9c6 /www/p5-Starman/Makefile | |
parent | f739da59d1af9ab976322da9aacc197fde957fa0 (diff) | |
download | pkgsrc-061bfe48d31ad149a5a2c02d4a40c1952007096b.tar.gz |
(pkgsrc)
- Add PERL5_MODULE_TYPE= Module::Build::Tiny
(upstream)
- Update 0.3006 to 0.4011
0.4011 2014-11-11 08:07:43 PST
- Move the app dispatch into a method #107
0.4010 2014-08-22 09:37:22 PDT
- Support --read-timeout #103 (slobo)
- Handle Expect header case insensitively #101 (oschwald)
0.4009 2014-04-03 14:39:27 PDT
- Do not send chunked body for HEAD requests #87 (therigu)
- Added --disable-proctitle option to disable the proctitle change #97
0.4008 2013-09-08 21:09:22 PDT
- Make response write loop a zero-copy (ap)
0.4007 2013-09-02 17:11:38 PDT
- Handle EPIPE and stops writing to the socket #84 (ap)
0.4006 2013-08-16 12:43:19 PDT
- Same as 0.4005, non-devel
0.4005 2013-08-13 22:12:11 PDT
- Fix SSL implementation bug where body longer than 16K doesn't
get written correctly #78 (kazeburo, siracusa)
0.4004 2013-08-12 11:41:13 PDT
- Note that SSL support is experimental
0.4003 2013-08-08 14:32:24 PDT
- Fix ssl condition for banner
0.4002 2013-08-08 14:20:45 PDT
- Fix banner message for host/port broken in 0.4 (siracusa)
0.4001 2013-07-29 23:14:10 PDT
- Skip ssl tests if LWP doesn't support HTTPS
0.4000 2013-07-28 23:53:55 PDT
- support SSL (aristotle)
0.3014 2013-06-16 01:07:52 PDT
- bump Test::TCP dep, not really necessary but avoid 1.27 bug
0.3013 2013-06-12 22:52:54 PDT
- Fix writer tests for Plack update
0.3012 2013-06-12 12:31:11 PDT
- typo fixes
- Fix dependencies for LWP::UserAgent
0.3011 2013-04-24 17:39:31 PDT
- Disabled flock serialization when it's unnecessary. This will
improve the performance when you have many Starman worker
processes on Linux systems (kazeburo) #69
0.3010 2013-04-24 07:04:02 PDT
- Switch back to Module::Build::Tiny with fixed #!perl shebang
0.3009 2013-04-23 17:34:57 PDT
- Switch to MakeMaker because of shebang bug
https://github.com/Leont/module-build-tiny/issues/3
0.3008 2013-04-06 22:04:53 PDT
- switch to Module::Build::Tiny with Milla. Might not install
bat correctly but we don't support Win32 anyway.
0.3007 2013-03-28 12:55:45 PDT
- Accept HTTP requests with LF termination per HTTP spec
recommendation (oschwald) #56
- Documentation fix (oalders)
Diffstat (limited to 'www/p5-Starman/Makefile')
-rw-r--r-- | www/p5-Starman/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/www/p5-Starman/Makefile b/www/p5-Starman/Makefile index 8d475245f37..bbe0fd80259 100644 --- a/www/p5-Starman/Makefile +++ b/www/p5-Starman/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.16 2014/05/29 23:38:14 wiz Exp $ +# $NetBSD: Makefile,v 1.17 2015/01/12 13:24:34 mef Exp $ -DISTNAME= Starman-0.3006 +DISTNAME= Starman-0.4011 PKGNAME= p5-${DISTNAME} -PKGREVISION= 3 CATEGORIES= www perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Plack/} @@ -13,6 +12,7 @@ LICENSE= ${PERL5_LICENSE} USE_LANGUAGES= # empty PERL5_PACKLIST= auto/Starman/.packlist +PERL5_MODULE_TYPE= Module::Build::Tiny DEPENDS+= p5-Net-Server-SS-PreFork-[0-9]*:../../net/p5-Net-Server-SS-PreFork DEPENDS+= p5-Server-Starter-[0-9]*:../../sysutils/p5-Server-Starter |