Add p5-Sys-Syslog 0.24, Perl interface to the UNIX syslog(3) calls.
This commit is contained in:
parent
f945c80e68
commit
2ed32ea5d5
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=213806
5 changed files with 37 additions and 0 deletions
|
@ -503,6 +503,7 @@
|
|||
SUBDIR += p5-Sys-Gamin
|
||||
SUBDIR += p5-Sys-Hostname-FQDN
|
||||
SUBDIR += p5-Sys-Hostname-Long
|
||||
SUBDIR += p5-Sys-Syslog
|
||||
SUBDIR += p5-Sys-Utmp
|
||||
SUBDIR += p5-Sysadm-Install
|
||||
SUBDIR += p5-SyslogScan
|
||||
|
|
21
sysutils/p5-Sys-Syslog/Makefile
Normal file
21
sysutils/p5-Sys-Syslog/Makefile
Normal file
|
@ -0,0 +1,21 @@
|
|||
# New ports collection makefile for: sysutils/p5-Sys-Syslog
|
||||
# Date created: 27 May 2008
|
||||
# Whom: Lars Thegler <lth@FreeBSD.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= Sys-Syslog
|
||||
PORTVERSION= 0.24
|
||||
CATEGORIES= sysutils perl5
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= lth@FreeBSD.org
|
||||
COMMENT= Perl interface to the UNIX syslog(3) calls
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
|
||||
MAN3= Sys::Syslog.3
|
||||
|
||||
.include <bsd.port.mk>
|
3
sysutils/p5-Sys-Syslog/distinfo
Normal file
3
sysutils/p5-Sys-Syslog/distinfo
Normal file
|
@ -0,0 +1,3 @@
|
|||
MD5 (Sys-Syslog-0.24.tar.gz) = b0a83437fcd04482e562b77202cdb940
|
||||
SHA256 (Sys-Syslog-0.24.tar.gz) = f24f1378f32114fb8a30720059b2c0794574cd385818c6d35b9130a68a2fe1a3
|
||||
SIZE (Sys-Syslog-0.24.tar.gz) = 73864
|
5
sysutils/p5-Sys-Syslog/pkg-descr
Normal file
5
sysutils/p5-Sys-Syslog/pkg-descr
Normal file
|
@ -0,0 +1,5 @@
|
|||
C<Sys::Syslog> is an interface to the UNIX C<syslog(3)> program.
|
||||
Call C<syslog()> with a string priority and a list of C<printf()> args
|
||||
just like C<syslog(3)>.
|
||||
|
||||
WWW: http://search.cpan.org/dist/Sys-Syslog
|
7
sysutils/p5-Sys-Syslog/pkg-plist
Normal file
7
sysutils/p5-Sys-Syslog/pkg-plist
Normal file
|
@ -0,0 +1,7 @@
|
|||
%%SITE_PERL%%/%%PERL_ARCH%%/Sys/Syslog.pm
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Sys/Syslog/.packlist
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Sys/Syslog/Syslog.bs
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Sys/Syslog/Syslog.so
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Sys/Syslog
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Sys
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/Sys
|
Loading…
Reference in a new issue