Date: 25 Jan 2002 04:48:55 -0000 From: Seamus Venasse <svenasse@polaris.ca> To: FreeBSD-gnats-submit@freebsd.org Subject: ports/34259: New port: Tie a filehandle to Syslog Message-ID: <20020125044855.21048.qmail@pris.polaris.ca>
next in thread | raw e-mail | index | archive | help
>Number: 34259 >Category: ports >Synopsis: New port: Tie a filehandle to Syslog >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Thu Jan 24 21:00:05 PST 2002 >Closed-Date: >Last-Modified: >Originator: Seamus Venasse >Release: FreeBSD 4.4-STABLE i386 >Organization: Polaris Computing >Environment: System: FreeBSD pitou.polaris.ca 4.4-STABLE FreeBSD 4.4-STABLE #1: Wed Nov 7 01:23:05 PST 2001 root@pitou.polaris.ca:/usr/obj/usr/src/sys/PITOU i386 >Description: >How-To-Repeat: >Fix: # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # p5-Tie-Syslog # p5-Tie-Syslog/pkg-plist # p5-Tie-Syslog/Makefile # p5-Tie-Syslog/distinfo # p5-Tie-Syslog/pkg-comment # p5-Tie-Syslog/pkg-descr # echo c - p5-Tie-Syslog mkdir -p p5-Tie-Syslog > /dev/null 2>&1 echo x - p5-Tie-Syslog/pkg-plist sed 's/^X//' >p5-Tie-Syslog/pkg-plist << 'END-of-p5-Tie-Syslog/pkg-plist' Xlib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Tie/Syslog/.packlist Xlib/perl5/site_perl/%%PERL_VER%%/Tie/Syslog.pm X@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/Tie 2>/dev/null || true X@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Tie/Syslog 2>/dev/null || true X@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Tie 2>/dev/null || true END-of-p5-Tie-Syslog/pkg-plist echo x - p5-Tie-Syslog/Makefile sed 's/^X//' >p5-Tie-Syslog/Makefile << 'END-of-p5-Tie-Syslog/Makefile' X# New ports collection makefile for: Tie::Syslog X# Date created: 24 Jan 2002 X# Whom: Seamus Venasse <svenasse@polaris.ca> X# X# $FreeBSD$ X# X XPORTNAME= Tie-Syslog XPORTVERSION= 1.07 XCATEGORIES= sysutils perl5 XMASTER_SITES= ${MASTER_SITE_PERL_CPAN} XMASTER_SITE_SUBDIR= Tie XPKGNAMEPREFIX= p5- X XMAINTAINER= svenasse@polaris.ca X XPERL_CONFIGURE= yes X XMAN3= Tie::Syslog.3 XMANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} X X.include <bsd.port.mk> END-of-p5-Tie-Syslog/Makefile echo x - p5-Tie-Syslog/distinfo sed 's/^X//' >p5-Tie-Syslog/distinfo << 'END-of-p5-Tie-Syslog/distinfo' XMD5 (Tie-Syslog-1.07.tar.gz) = 8afc88e3ffe0bd64fdcde58a827a23dc END-of-p5-Tie-Syslog/distinfo echo x - p5-Tie-Syslog/pkg-comment sed 's/^X//' >p5-Tie-Syslog/pkg-comment << 'END-of-p5-Tie-Syslog/pkg-comment' XTie a filehandle to Syslog END-of-p5-Tie-Syslog/pkg-comment echo x - p5-Tie-Syslog/pkg-descr sed 's/^X//' >p5-Tie-Syslog/pkg-descr << 'END-of-p5-Tie-Syslog/pkg-descr' XThis module allows you to tie a filehandle (output only) to Xsyslog. This becomes useful in general when you want to Xcapture any activity that happens on STDERR and see that it Xis syslogged for later perusal. You can also create an arbitrary Xfilehandle, say LOG, and send stuff to syslog by printing to Xthis filehandle. X XWWW: http://search.cpan.org/search?dist=Tie-Syslog X XSeamus Venasse <svenasse@polaris.ca> END-of-p5-Tie-Syslog/pkg-descr exit >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020125044855.21048.qmail>