Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 16 May 2018 00:00:45 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r470089 - head/devel/p5-Log-Log4perl-Appender-Socket-UNIX
Message-ID:  <201805160000.w4G00jYe085779@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Wed May 16 00:00:45 2018
New Revision: 470089
URL: https://svnweb.freebsd.org/changeset/ports/470089

Log:
  Fix LICENSE
  
  - Add NO_ARCH
  - Update pkg-descr
  - Take maintainership

Modified:
  head/devel/p5-Log-Log4perl-Appender-Socket-UNIX/Makefile
  head/devel/p5-Log-Log4perl-Appender-Socket-UNIX/pkg-descr   (contents, props changed)

Modified: head/devel/p5-Log-Log4perl-Appender-Socket-UNIX/Makefile
==============================================================================
--- head/devel/p5-Log-Log4perl-Appender-Socket-UNIX/Makefile	Wed May 16 00:00:39 2018	(r470088)
+++ head/devel/p5-Log-Log4perl-Appender-Socket-UNIX/Makefile	Wed May 16 00:00:45 2018	(r470089)
@@ -6,12 +6,14 @@ CATEGORIES=	devel perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
 
-MAINTAINER=	ports@FreeBSD.org
+MAINTAINER=	sunpoet@FreeBSD.org
 COMMENT=	Perl module which allows logging to a unix domain socket
 
-LICENSE=	GPLv1
+LICENSE=	ART10 GPLv1+
+LICENSE_COMB=	dual
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
+NO_ARCH=	yes
 USES=		perl5
 USE_PERL5=	configure
 

Modified: head/devel/p5-Log-Log4perl-Appender-Socket-UNIX/pkg-descr
==============================================================================
--- head/devel/p5-Log-Log4perl-Appender-Socket-UNIX/pkg-descr	Wed May 16 00:00:39 2018	(r470088)
+++ head/devel/p5-Log-Log4perl-Appender-Socket-UNIX/pkg-descr	Wed May 16 00:00:45 2018	(r470089)
@@ -1,3 +1,9 @@
-This is a simple appender for writing log info to a unix domain socket.
+Log::Log4perl::Appender::Socket::UNIX is a simple appender for writing to a unix
+domain socket. It relies on Socket and only logs to an existing socket - ie.
+very useful to always log debug streams to the socket.
+
+The appender tries to stream to a socket. The socket in questions is beeing
+created by the client who wants to listen, once created the messages are coming
+thru.
 
 WWW: http://search.cpan.org/dist/Log-Log4perl-Appender-Socket-UNIX/



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201805160000.w4G00jYe085779>