svn commit: r470089 - head/devel/p5-Log-Log4perl-Appender-Socket-UNIX

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Wed May 16 00:00:46 UTC 2018


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 at FreeBSD.org
+MAINTAINER=	sunpoet at 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/


More information about the svn-ports-head mailing list