Sat Apr 10 13:45:44 2010 UTC ()
Note initial addition of p5-Server-Starter version 0.06 as
sysutils/p5-Server-Starter into The NetBSD Packages Collection.

It is often a pain to write a server program that supports graceful
restarts, with no resource leaks. The Perl 5 module Server::Starter,
solves the problem by splitting the task into two. One is start_server,
a script provided as a part of the module, which works as a superdaemon
that binds to one or more TCP ports, and repeatedly spawns the
server program that actually handles the incomming commenctions.
The spawned server programs under Server::Starter call accept(2)
and handle the requests.


(seb)
diff -r1.1454 -r1.1455 pkgsrc/doc/CHANGES-2010

cvs diff -r1.1454 -r1.1455 pkgsrc/doc/CHANGES-2010 (expand / switch to unified diff)

--- pkgsrc/doc/CHANGES-2010 2010/04/10 13:40:39 1.1454
+++ pkgsrc/doc/CHANGES-2010 2010/04/10 13:45:44 1.1455
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1$NetBSD: CHANGES-2010,v 1.1454 2010/04/10 13:40:39 seb Exp $ 1$NetBSD: CHANGES-2010,v 1.1455 2010/04/10 13:45:44 seb Exp $
2 2
3Changes to the packages collection and infrastructure in 2010: 3Changes to the packages collection and infrastructure in 2010:
4 4
5 Updated textproc/mdoclint to 1.4 [wiz 2010-01-01] 5 Updated textproc/mdoclint to 1.4 [wiz 2010-01-01]
6 Updated net/ntop to 3.3.10nb1 [tron 2010-01-01] 6 Updated net/ntop to 3.3.10nb1 [tron 2010-01-01]
7 Updated net/libtorrent to 0.12.6 [snj 2010-01-01] 7 Updated net/libtorrent to 0.12.6 [snj 2010-01-01]
8 Updated net/rtorrent to 0.8.6 [snj 2010-01-01] 8 Updated net/rtorrent to 0.8.6 [snj 2010-01-01]
9 Updated misc/py-anita to 1.9 [gson 2010-01-02] 9 Updated misc/py-anita to 1.9 [gson 2010-01-02]
10 Updated net/rsync to 3.0.7 [tron 2010-01-02] 10 Updated net/rsync to 3.0.7 [tron 2010-01-02]
11 Updated www/ikiwiki to 3.20100102.3 [schmonz 2010-01-03] 11 Updated www/ikiwiki to 3.20100102.3 [schmonz 2010-01-03]
12 Updated www/trac to 0.11.6 [gdt 2010-01-03] 12 Updated www/trac to 0.11.6 [gdt 2010-01-03]
13 Removed www/firefox-bin-nightly [joerg 2010-01-04] 13 Removed www/firefox-bin-nightly [joerg 2010-01-04]
14 Removed mail/thunderbird-bin-nightly [joerg 2010-01-04] 14 Removed mail/thunderbird-bin-nightly [joerg 2010-01-04]
@@ -1765,13 +1765,14 @@ Changes to the packages collection and i @@ -1765,13 +1765,14 @@ Changes to the packages collection and i
1765 Added print/tex-a5comb version 4 [minskim 2010-04-10] 1765 Added print/tex-a5comb version 4 [minskim 2010-04-10]
1766 Added print/tex-a5comb-doc version 4 [minskim 2010-04-10] 1766 Added print/tex-a5comb-doc version 4 [minskim 2010-04-10]
1767 Updated devel/p5-Scope-Guard to 0.12 [seb 2010-04-10] 1767 Updated devel/p5-Scope-Guard to 0.12 [seb 2010-04-10]
1768 Added devel/p5-Hash-MultiValue version 0.08 [seb 2010-04-10] 1768 Added devel/p5-Hash-MultiValue version 0.08 [seb 2010-04-10]
1769 Updated devel/p5-Devel-StackTrace-AsHTML to 0.09 [seb 2010-04-10] 1769 Updated devel/p5-Devel-StackTrace-AsHTML to 0.09 [seb 2010-04-10]
1770 Updated devel/p5-Filesys-Notify-Simple to 0.06 [seb 2010-04-10] 1770 Updated devel/p5-Filesys-Notify-Simple to 0.06 [seb 2010-04-10]
1771 Added devel/p5-Proc-Wait3 version 0.03 [seb 2010-04-10] 1771 Added devel/p5-Proc-Wait3 version 0.03 [seb 2010-04-10]
1772 Added www/p5-PSGI version 1.03 [seb 2010-04-10] 1772 Added www/p5-PSGI version 1.03 [seb 2010-04-10]
1773 Added www/p5-Plack version 0.9929 [seb 2010-04-10] 1773 Added www/p5-Plack version 0.9929 [seb 2010-04-10]
1774 Added devel/p5-App-FatPacker version 0.009001 [seb 2010-04-10] 1774 Added devel/p5-App-FatPacker version 0.009001 [seb 2010-04-10]
1775 Updated devel/p5-local-lib to 1.6.0 [seb 2010-04-10] 1775 Updated devel/p5-local-lib to 1.6.0 [seb 2010-04-10]
1776 Updated audio/abcde to 2.3.99.7 [sekiya 2010-04-10] 1776 Updated audio/abcde to 2.3.99.7 [sekiya 2010-04-10]
1777 Added devel/p5-Test-HexString version 0.02 [seb 2010-04-10] 1777 Added devel/p5-Test-HexString version 0.02 [seb 2010-04-10]
 1778 Added sysutils/p5-Server-Starter version 0.06 [seb 2010-04-10]