svn commit: r317173 - in head/net: . p5-Net-Syslog

Maxim Sobolev sobomax at FreeBSD.org
Fri May 3 06:41:44 UTC 2013


Author: sobomax
Date: Fri May  3 06:41:43 2013
New Revision: 317173
URL: http://svnweb.freebsd.org/changeset/ports/317173

Log:
  Add p5-Net-Syslog - a perl extension for sending syslog messages to a remote
  syslogd.
  
  Sponsored by:	pbxpress.it

Added:
  head/net/p5-Net-Syslog/
  head/net/p5-Net-Syslog/Makefile   (contents, props changed)
  head/net/p5-Net-Syslog/distinfo   (contents, props changed)
  head/net/p5-Net-Syslog/pkg-descr   (contents, props changed)
  head/net/p5-Net-Syslog/pkg-plist   (contents, props changed)
Modified:
  head/net/Makefile

Modified: head/net/Makefile
==============================================================================
--- head/net/Makefile	Fri May  3 06:35:17 2013	(r317172)
+++ head/net/Makefile	Fri May  3 06:41:43 2013	(r317173)
@@ -679,6 +679,7 @@
     SUBDIR += p5-Net-Server-Coro
     SUBDIR += p5-Net-Server-SS-PreFork
     SUBDIR += p5-Net-Subnet
+    SUBDIR += p5-Net-Syslog
     SUBDIR += p5-Net-TCLink
     SUBDIR += p5-Net-TcpDumpLog
     SUBDIR += p5-Net-Telnet

Added: head/net/p5-Net-Syslog/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/net/p5-Net-Syslog/Makefile	Fri May  3 06:41:43 2013	(r317173)
@@ -0,0 +1,17 @@
+# Created by: Maksym Sobolyev <sobomax at pbxpress.it>
+# $FreeBSD$
+
+PORTNAME=	Net-Syslog
+PORTVERSION=	0.04
+CATEGORIES=	net perl5
+MASTER_SITES=	CPAN
+PKGNAMEPREFIX=	p5-
+
+MAINTAINER=	sobomax at FreeBSD.org
+COMMENT=	Perl extension for sending syslog messages to a remote syslogd
+
+PERL_CONFIGURE=	yes
+
+MAN3=		Net::Syslog.3
+
+.include <bsd.port.mk>

Added: head/net/p5-Net-Syslog/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/net/p5-Net-Syslog/distinfo	Fri May  3 06:41:43 2013	(r317173)
@@ -0,0 +1,2 @@
+SHA256 (Net-Syslog-0.04.tar.gz) = 2f75ebdd4d9a5f31442e824dc18df24af07ba5f45aacdab82ec13212efb4d020
+SIZE (Net-Syslog-0.04.tar.gz) = 3044

Added: head/net/p5-Net-Syslog/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/net/p5-Net-Syslog/pkg-descr	Fri May  3 06:41:43 2013	(r317173)
@@ -0,0 +1,9 @@
+Description
+-----------
+
+Net::Syslog implements the intra-host syslog forwarding protocol. It is not
+intended to replace the Sys::Syslog or Unix::Syslog modules, but instead to
+provide a method of using syslog when a local syslogd is unavailable or when
+you don't want to write syslog messages to the local syslog.
+
+WWW: http://search.cpan.org/dist/Net-Telnet/

Added: head/net/p5-Net-Syslog/pkg-plist
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/net/p5-Net-Syslog/pkg-plist	Fri May  3 06:41:43 2013	(r317173)
@@ -0,0 +1,5 @@
+%%SITE_PERL%%/Net/Syslog.pm
+%%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/Syslog/.packlist
+ at dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/Syslog
+ at dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net
+ at dirrmtry %%SITE_PERL%%/Net


More information about the svn-ports-all mailing list