Index: head/devel/p5-Log-Log4perl-Appender-Socket-UNIX/Makefile =================================================================== --- head/devel/p5-Log-Log4perl-Appender-Socket-UNIX/Makefile (revision 470088) +++ head/devel/p5-Log-Log4perl-Appender-Socket-UNIX/Makefile (revision 470089) @@ -1,18 +1,20 @@ # $FreeBSD$ PORTNAME= Log-Log4perl-Appender-Socket-UNIX PORTVERSION= 1.04 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 .include Index: head/devel/p5-Log-Log4perl-Appender-Socket-UNIX/pkg-descr =================================================================== --- head/devel/p5-Log-Log4perl-Appender-Socket-UNIX/pkg-descr (revision 470088) +++ head/devel/p5-Log-Log4perl-Appender-Socket-UNIX/pkg-descr (revision 470089) @@ -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/ Property changes on: head/devel/p5-Log-Log4perl-Appender-Socket-UNIX/pkg-descr ___________________________________________________________________ Modified: fbsd:nokeywords ## -1 +1 ## -on \ No newline at end of property +yes \ No newline at end of property