Received: from mail.netbsd.org (mail.netbsd.org [149.20.53.66]) by www.NetBSD.org (Postfix) with ESMTP id 01E8363EB21 for ; Sun, 27 Jan 2013 11:22:37 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id D21E614A3FE; Sun, 27 Jan 2013 11:22:36 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id B8E9414A3F9 for ; Sun, 27 Jan 2013 11:22:36 +0000 (UTC) X-Virus-Scanned: amavisd-new at NetBSD.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.NetBSD.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id D-9xWVjou4sx for ; Sun, 27 Jan 2013 11:22:36 +0000 (UTC) Received: from cvs.netbsd.org (cvs.NetBSD.org [IPv6:2001:4f8:3:7:2e0:81ff:fe30:95bd]) by mail.netbsd.org (Postfix) with ESMTP id E5F9314A3F8 for ; Sun, 27 Jan 2013 11:22:35 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id 0152E175DD; Sun, 27 Jan 2013 11:22:34 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Sun, 27 Jan 2013 11:22:34 +0000 From: "Ulrich Habel" Subject: CVS commit: pkgsrc/www/p5-Starman To: pkgsrc-changes@NetBSD.org Reply-To: rhaen@netbsd.org X-Mailer: log_accum Message-Id: <20130127112235.0152E175DD@cvs.netbsd.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk Module Name: pkgsrc Committed By: rhaen Date: Sun Jan 27 11:22:34 UTC 2013 Modified Files: pkgsrc/www/p5-Starman: Makefile distinfo Log Message: 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. To generate a diff of this commit: cvs rdiff -u -r1.12 -r1.13 pkgsrc/www/p5-Starman/Makefile cvs rdiff -u -r1.7 -r1.8 pkgsrc/www/p5-Starman/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.