1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-22 08:58:47 +00:00

add p5-Tie-Syslog 1.07

Tie a filehandle to Syslog

PR:		34259
Submitted by:	Seamus Venasse <svenasse@polaris.ca>
This commit is contained in:
Ying-Chieh Liao 2002-06-26 04:31:55 +00:00
parent c171ec482c
commit a995e8c6d7
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=61977
6 changed files with 40 additions and 0 deletions

View File

@ -130,6 +130,7 @@
SUBDIR += p5-Schedule-Match
SUBDIR += p5-Stat-lsMode
SUBDIR += p5-SyslogScan
SUBDIR += p5-Tie-Syslog
SUBDIR += p5-Unix-ConfigFile
SUBDIR += p5-Unix-Syslog
SUBDIR += p5-User

View File

@ -0,0 +1,22 @@
# New ports collection makefile for: Tie::Syslog
# Date created: 24 Jan 2002
# Whom: Seamus Venasse <svenasse@polaris.ca>
#
# $FreeBSD$
#
PORTNAME= Tie-Syslog
PORTVERSION= 1.07
CATEGORIES= sysutils perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Tie
PKGNAMEPREFIX= p5-
MAINTAINER= svenasse@polaris.ca
PERL_CONFIGURE= yes
MAN3= Tie::Syslog.3
MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
.include <bsd.port.mk>

View File

@ -0,0 +1 @@
MD5 (Tie-Syslog-1.07.tar.gz) = 8afc88e3ffe0bd64fdcde58a827a23dc

View File

@ -0,0 +1 @@
Tie a filehandle to Syslog

View File

@ -0,0 +1,10 @@
This module allows you to tie a filehandle (output only) to
syslog. This becomes useful in general when you want to
capture any activity that happens on STDERR and see that it
is syslogged for later perusal. You can also create an arbitrary
filehandle, say LOG, and send stuff to syslog by printing to
this filehandle.
WWW: http://search.cpan.org/search?dist=Tie-Syslog
Seamus Venasse <svenasse@polaris.ca>

View File

@ -0,0 +1,5 @@
lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Tie/Syslog/.packlist
lib/perl5/site_perl/%%PERL_VER%%/Tie/Syslog.pm
@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/Tie 2>/dev/null || true
@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Tie/Syslog 2>/dev/null || true
@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Tie 2>/dev/null || true