c974469bcc
- Allow for better handling of setlogsock depending upon the version of Sys::Syslog installed (David Schweikert) - Update examples with minimal pod and working synopses - Added post_client_connection_hook (Mihail Nasedkin) 0.96 Mar 23 2007 - Allow for conf_file to be specified in the default_values. - Add perldoc for why we use a template in options. - Fix syslog log options regex again (Carlos Velasco) - Fix ->autoflush (needs FileHandle) (Paul Miller) - Add handle_syslog_error to allow catching errors during syslog writes (Patrik Wallstrom) - Add open_syslog to slightly abstract opening of syslog. - Add numerous patches from Rob Mueller to cleanup child accounting in PreFork server. 0.95 Feb 02 2007 - Warn clean on the chld hanlder in PreFork. (Michael Virnstein) - Allow lock_file for lock serialization to only be opened once (Rob Mueller) - Add additional log messages during failure in accept (Mark Martinec) - Fix double decrement bug in PreFork.pm (Bill Nesbitt, Carlos Velasco) - Fix precedence bug with non-parened open (John W. Krahn) - Check setuid better after POSIX setuid (Ricardo Signes) - Update Syslog options parsing (Carlos Velasco) - Allow no_client_stdout to work with Multiplex (Steven Lembark) - Allow Sys::SysLog keyworks be passed through the ->log method (Peter Beckman) - Allow more characters through in syslog_ident (Peter Beckman) - Fix Fork server bug which had post_accept_hook called twice (Curtis Wilbar) - Added pre_fork_hook to Fork server to handle removed duplicate post_accept_hook call. - Reopen STDIN/STDOUT to /dev/null at end of child connection to avoid spurious warnings (Rob Mueller) - Don't process STDIN/STDOUT in post_accept if udp_true (Rob Mueller) - Cleanup child processing code in PreFork server (Rob Mueller) - Try and let tests fail gracefully if localhost is not setup properly (Peter Beckman) - Add numerous tests for configuration passing. - Add perldoc about adding your own custom options.
18 lines
470 B
Makefile
18 lines
470 B
Makefile
# $NetBSD: Makefile,v 1.18 2008/01/03 12:16:16 adrianp Exp $
|
|
#
|
|
|
|
DISTNAME= Net-Server-0.97
|
|
PKGNAME= p5-${DISTNAME}
|
|
SVR4_PKGNAME= p5nts
|
|
CATEGORIES= net perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Net/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://seamons.com/net_server.html
|
|
COMMENT= Perl5 modules for network services engine
|
|
|
|
USE_LANGUAGES= # empty
|
|
PERL5_PACKLIST= auto/Net/Server/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|