Commit graph

15 commits

Author SHA1 Message Date
obache
9b57b4605a Fix/Update DEPENDS paterns for perl CORE modules, with some trivial fixes.
Bump PKGREVISION for runtime dependency pattern changed packages.
2013-12-09 14:17:41 +00:00
wiz
d2ca14a3f1 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
rhaen
cc1d5396bf Updated to 0.3006
Changes:

0.3006  Wed Dec 19 09:55:05 JST 2012
        - Clear out @ARGV, rather than restoring it, to avoid messing with Net::Server internals

0.3005  Wed Nov 14 19:46:31 PST 2012
        - Added a warning in runtime/documentation to NOT use -r/-R with Starman

0.3004  Thu Nov  8 19:40:45 PST 2012
        - Added --interval option to the sample start_server command
        - Makefile.PL fix

0.3003  Thu Sep 27 09:39:56 JST 2012
        - Fixed the test hang in some environments, introduced in 0.3002 [RT:79865]

0.3002  Tue Sep 25 15:26:43 JST 2012
        - Added a documentation for --signal-on-term for Server::Starter 0.12 (kazuho, ether)
        - Set REMOTE_PORT PSGI environment variable #50 (dex4er)
        - Fix a test failure with a directory containing whitespace (clkao)

0.3001  Mon Jun 25 10:57:20 PDT 2012
        - Fix SERVER_NAME and SERVER_PORT not exist on UNIX socket mode #24
        - Improved documentation
        - Ensure that chunk buffer contains terminating HTTP newline (Peter Makholm)

0.3000  Mon Feb 20 16:31:44 PST 2012
        - This be a 0.3 release

0.29_90 Thu Dec  1 19:40:52 PST 2011
        - Changed the way server handles HUP and QUIT signals
          HUP will just restart all the workers gracefully
          QUIT will gracefully shutdown workers and the master
          See `man 1 starman` and look for SIGNALS section.
2013-01-27 11:22:33 +00:00
asau
5eae6a18a3 Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-28 06:30:00 +00:00
wiz
8b5d49eb78 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
e0dd69cf14 Update p5-Starman to 0.2014.
Changes from previous:
0.2014  Sun Sep 18 12:43:06 PDT 2011
        - Fixed broken PSGI response headers after the output (cho45)

0.2013  Sat Jun 25 11:51:47 PDT 2011
        - Relaxed the harakiri tests (audreyt)

0.2012  Wed Jun 22 13:51:59 PDT 2011
        - Implemented psgix.harakiri mode (audreyt)
        - Added --error-log option (Paulo E. Castro)

0.2011  Tue May 24 09:41:52 PDT 2011
        - Fix chunked response with 0-length PSGI array elements (chmrr)

0.2010  Mon Mar 28 16:23:23 PDT 2011
        - Fixed packaging. No changes.

0.2009  Fri Mar 25 19:15:23 PDT 2011
        - Requires Plack 0.9971 to support localizing $0 to fix the FindBin issues #7, #15, #18, #19
        - Calls srand() automatically in the child init hook to avoid a fixed random seed #20
        - Implemented --keepalive-timeout which defaults to 1 (acme)

0.2008  Mon Feb 14 17:19:20 PST 2011
        - Documented that -E is automatically set to 'deployment' RT:61517 (timbunce)
        - Check the defined-ness of the input buffer to suppress warnings RT:60007

0.2007 Thu Sep 30 14:09:00 PDT 2010
        - Fixed a bug where Date header can be duplicate if the app generates one (spleenjack)
2011-10-15 15:19:14 +00:00
obache
84fa8bcd7c Revision bump after updating perl5 to 5.14.1. 2011-08-14 16:05:39 +00:00
seb
c3f1e700ad Bump the PKGREVISION for all packages which depend directly on perl,
to trigger/signal a rebuild for the transition 5.10.1 -> 5.12.1.

The list of packages is computed by finding all packages which end
up having either of PERL5_USE_PACKLIST, BUILDLINK_API_DEPENDS.perl,
or PERL5_PACKLIST defined in their make setup (tested via
"make show-vars VARNAMES=..."), minus the packages updated after
the perl package update.

sno@ was right after all, obache@ kindly asked and he@ led the
way. Thanks!
2010-08-21 16:32:42 +00:00
seb
4b9b327524 Update p5-Starman from version 0.2004 to version 0.2006.
Pkgsrc changes:
- adjust dependencies

Upstream changes:
0.2006 Fri Jul  2 17:21:22 PDT 2010
        - Fixed a bug in chunked response when Content-Length is 0. #8 (chiba)
        - Documented --pid and --daemonize

0.2005 Fri Jul  2 17:02:16 PDT 2010
        - Don't use lib 'lib'
        - Documentation updates (miyagawa, grantm)
2010-07-26 02:14:10 +00:00
seb
d745edd29e Update p5-Starman from version 0.2002 to version 0.2004.
Pkgsrc changes:
- Adjust dependencies

Upstream changes:
0.2004 Tue Apr 20 21:22:31 JST 2010
        - Delay set $0 in master so FindBin works. #7

0.2003 Mon Apr 19 15:19:06 JST 2010
        - Upped Plack dependency
2010-04-22 03:15:13 +00:00
seb
c4cf5338fe Update p5-Starman from version 0.2001 to version 0.2002.
Upstream changes:
0.2002 Sat Apr 17 18:44:24 PDT 2010
        - Switch kyoto.jpg to use baybridge.jpg for testing
2010-04-18 05:51:00 +00:00
seb
be21588d3f Update p5-Starman from version 0.1006 to version 0.2001.
Pkgsrc changes:
- adjust dependencies

Upstream changes:
0.2001 Tue Apr 13 21:45:15 PDT 2010
        - Fixed the way to set the default Delayed loader

0.2000 Tue Apr 13 20:22:24 PDT 2010
        - INCOMPATIBLE: starman executable by default loads the application with Delayed to be safer.
          Use --preload-app command line option to preload the application in the master process.
          See `starman --help` for details.

0.1007 Tue Apr 13 19:45:59 PDT 2010
        - Fixed a bug where Content-Length less response are sent in Keep-Alive without chunked,
          choking HTTP/1.0 clients (patspam) #6
2010-04-14 22:03:11 +00:00
seb
232da4d1d0 Update p5-Starman from version 0.1005 to version 0.1006.
Upstream changes:
0.1006 Tue Apr 13 00:01:23 CEST 2010
        - Fixed 100% CPU loop when an unexpected EOF happens (Graham Barr)
2010-04-13 00:36:58 +00:00
seb
6b1317ac9c Add a note about p5-Test-TCP dependency 2010-04-11 22:28:06 +00:00
seb
54ea063d23 Initial import of p5-Starman version 0.1005 in the NetBSD Packages
Collection.

Starman is a PSGI perl web server that has unique features such as:
high performance, preforking, signals suport, superdaemon aware,
multiple interfaces and UNIX Domain Socket support, small memory
footprint, PSGI compatible, HTTP/1.1 support, UNIX only.
2010-04-11 20:33:03 +00:00