NOTICE: This package has been removed from pkgsrc

./wip/p5-Sys-Syslog, Perl interface to the UNIX syslog(3) calls

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ]


Branch: CURRENT, Version: 0.32, Package name: p5-Sys-Syslog-0.32, Maintainer: evaldo

Sys::Syslog is an interface to the UNIX syslog(3) program.

Call syslog() with a string priority and a list of printf() args just like
syslog(3).


Required to run:
[lang/perl5] [devel/p5-XSLoader]

Master sites: (Expand)

SHA1: d18fc71951d749ee4829c6f1eabb88783c301a6f
RMD160: 216d7026b233775dab2c393f0a774f81073c0549
Filesize: 80.104 KB

Version history: (Expand)


CVS history: (Expand)


   2013-11-22 12:12:56 by OBATA Akio | Files touched by this commit (3) | Package removed
Log message:
imported as sysutils/p5-Sys-Syslog
   2013-04-21 01:11:13 by Ryo ONODERA | Files touched by this commit (1)
Log message:
Replace whitespaces with a tab.
   2013-04-21 01:09:00 by Ryo ONODERA | Files touched by this commit (2)
Log message:
Update to 0.32.

* Fix MASTER_SITES.
* Remove commentted-out HOMEPAGE.

Changelog:
0.32 -- 2012.09.14 -- Sebastien Aperghis-Tramoni (SAPER)
        [BUGFIX] CPAN-RT#69040: Don't modify @_ in syslog().
        [BUGFIX] Restore compatibility with Perl 5.6.0.
        [DOC] Perl-RT#81858: Fix some spelling errors (Peter J. Acklam).

0.31 -- 2012.08.18 -- Sebastien Aperghis-Tramoni (SAPER)
        [BUGFIX] Level 'emerg' could not be used since v0.29.
        [BUGFIX] Setting a message facility with syslog() was broken since v0.29
        (Noel Butler).
        [BUGFIX] CPAN-RT#69992: Make setlogsock() only use the requested mechanism,
        restoring way it worked in v0.27 and before (Niko Tyni).
        [BUGFIX] CPAN-RT#69986: setlogsock() doesn't return undef on failure
        (Niko Tyni).
        [BUGFIX] CPAN-RT#69997: Use the default UDP socket timeout on GNU/kFreeBSD
        as well, and lower it to a more sensible value (Niko Tyni).
        [BUGFIX] CPAN-RT#75827: syslog() logging everything regardless of log
        mask when using using numeric LOG_* macros (Bryan Thale).
        [TESTS] Added t/facilities-routing.t
        [DOC] Don't highlight "the Rules of Sys::Syslog" from the \ 
Description.
        [DIST] Add meta-information in Makefile.PL

0.30 -- 2012.08.15 -- Sebastien Aperghis-Tramoni (SAPER)
        [BUGFIX] CPAN-RT#69310: Avoid a POSIX::strftime issue on Windows
        (Michael Ludwig).
        [BUGFIX] CPAN-RT#77577: Build on Haiku-OS (Tony Cook).
        [BUGFIX] CPAN-RT#77578: Silence a compilation warning (Tony Cook).
        [BUGFIX] CPAN-RT#78044: Don't call getservbyname() when the port is
        specified (Chan Wilson).
        [TESTS] t/syslog.t no longer needs to chdir under PERL_CORE.
   2012-10-04 21:11:57 by Aleksej Saushev | Files touched by this commit (56)
Log message:
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
Mark packages that don't or might probably not have staged installation.
   2011-10-17 17:12:35 by Hiramatsu Yoshifumi | Files touched by this commit (2)
Log message:
Update p-Sys-Syslog to 0.29.

Changes from previous:
0.29 -- 2011.04.18 -- Sebastien Aperghis-Tramoni (SAPER) #PerlQA2011
        [BUGFIX] CPAN-RT#55215: Sys::Syslog might call exit which triggers
        DESTROY (Alexander Berger).
        [BUGFIX] CPAN-RT#55151: Allow temporary facility with native mechanism
        (Tim Jenkins).
        [BUGFIX] CPAN-RT#50928: Convert Win32 files to Unix EOLs (Steve Hay).
        [BUGFIX] CPAN-RT#50534: Unwanted space at the end of syslog message
        (Eugene V. Lyubimkin).
        [BUGFIX] CPAN-RT#49877: Options not reset after closelog() (Herbert Brezina).
        [BUGFIX] CPAN-RT#48386: Add Win32::EventLog as a prerequisite (kmx and
        Laurent Dami).
        [FEATURE] CPAN-RT#50534: Added options noeol and nonul.
        [DIST] Set INSTALLDIRS to "site" when installed on Perl 5.11+

0.28 -- 2011.04.16 -- Sebastien Aperghis-Tramoni (SAPER) #PerlQA2011
        [BUGFIX] CPAN-RT#56084: Reset connection tracking vars (Vladimir Marek).
        [BUGFIX] CPAN-RT#56826: Avoid memory corruption when closelog() is
        called twice (Andreas Jaekel).
        [BUGFIX] CPAN-RT#64287: Make strftime() Windows-compatible (Dave Stafford).
        [FEATURE] New API for setlogsock(), in order to allow the setting
        of new options. Thanks to Jake Scott for the idea.
        [CODE] Modify can_load() so it can print the warnings if desired.
        [CODE] CPAN-RT#44410: Provide fallback macros in Syslog.xs in
        order to compile on Novell Netware.
        [TESTS] In blead, the distribution was moved from ext/Sys/Syslog
        to ext/Sys-Syslog. t/constants.t had to be fixed (Vincent Pit).
        [TESTS] CPAN-RT#53317: In core, Sys-Syslog was moved to cpan/, thus
        making t/constants.t unable to find macros.all (David Mitchell).
        [TESTS] CPAN-RT#64716: Skip t/data-validation.t if the available
        version of POE::Component::Server::Syslog is too old.
        [DIST] Bleadperl no longer require an empty MAN3PODS (Nicholas Clark).
        [DIST] Removed unneeded modules in Makefile.PL (Nicholas Clark).
        [DOC] Recreated Sys::Syslog history from the unified git repository.
        [DOC] Added a section to list the matching Perl and Sys::Syslog version.
        [DOC] CPAN-RT#49859: Removed a dead link (Leon Brocard).
   2009-09-01 15:00:14 by Evaldo Gardenali | Files touched by this commit (3) | Imported package
Log message:
Import p5-Sys-Syslog-0.27 as wip/p5-Sys-Syslog.

Sys::Syslog is an interface to the UNIX syslog(3) program.

Call syslog() with a string priority and a list of printf() args just like
syslog(3).