summaryrefslogtreecommitdiff
path: root/sysutils/p5-Unix-Syslog
AgeCommit message (Collapse)AuthorFilesLines
2002-01-28Remove duplicate Unix from PKGNAME.wiz1-2/+2
2002-01-26Updated p5-Unix-Unix-Syslog to 0.98 (provede by Shell Hung in pkg/15351)martti3-7/+8
- distname now is Unix-Syslog - When calling libc-syslog() internally, pass message as string argument, not as format string - Instead of quoting percent-signs in syslog()-wrapper, simply pass the string to libc-syslog() as string argument via %s - Copy ident-argument using some Perl-API functions. Just using a reference counter had unwanted side-effects
2001-12-15Updated to 0.97 (provided by Shell Hung in pkg/14934)martti2-5/+5
Changes : - A bug fixed in XS file - Better test script
2001-11-26Buildlinkify, in the sense that only the perl headers are found injlam1-2/+3
${PREFIX} -- everything else is pickup up from ${BUILDLINK_DIR}.
2001-10-31Move pkg/ files into package's toplevel directoryzuntum3-1/+1
2001-10-23Use ${MASTER_SITE_PERL_CPAN:=xx/} and not ${MASTER_SITE_PERL_CPAN:=xx}veego1-2/+2
This fix a fetch error.
2001-10-22The Unix::Syslog module provides an interface to the system loggermartti4-0/+27
syslogd(8) via Perl's XSUBs. The implementation attempts to resemble the native libc-functions of your system, so that anyone being familiar with syslog.h should be able to use this module right away.