From owner-svn-ports-all@freebsd.org Tue Nov 27 17:11:41 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4B09A1155006; Tue, 27 Nov 2018 17:11:41 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id DFFF788E21; Tue, 27 Nov 2018 17:11:40 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id C28CD1E3FA; Tue, 27 Nov 2018 17:11:40 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wARHBe4v057364; Tue, 27 Nov 2018 17:11:40 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wARHBdl5057359; Tue, 27 Nov 2018 17:11:39 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201811271711.wARHBdl5057359@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Tue, 27 Nov 2018 17:11:39 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r486040 - in head/devel: . p5-Log-Log4perl-Layout-JSON X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: in head/devel: . p5-Log-Log4perl-Layout-JSON X-SVN-Commit-Revision: 486040 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: DFFF788E21 X-Spamd-Result: default: False [1.29 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_SPAM_LONG(0.51)[0.511,0]; NEURAL_SPAM_MEDIUM(0.69)[0.687,0]; NEURAL_SPAM_SHORT(0.10)[0.097,0] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 27 Nov 2018 17:11:41 -0000 Author: sunpoet Date: Tue Nov 27 17:11:39 2018 New Revision: 486040 URL: https://svnweb.freebsd.org/changeset/ports/486040 Log: Add p5-Log-Log4perl-Layout-JSON 0.56 This class implements a "Log::Log4perl" layout format, similar to Log::Log4perl::Layout::PatternLayout except that the output is a JSON hash. The JSON hash is ASCII encoded, with no newlines or other whitespace, and is suitable for output, via Log::Log4perl appenders, to files and syslog etc. The JSON hash can, optionally, be UTF-8 encoded. Contextual data in the Log::Log4perl::MDC hash can be included. WWW: https://metacpan.org/release/Log-Log4perl PR: 232444 Submitted by: Sergei Vyshenski Added: head/devel/p5-Log-Log4perl-Layout-JSON/ head/devel/p5-Log-Log4perl-Layout-JSON/Makefile (contents, props changed) head/devel/p5-Log-Log4perl-Layout-JSON/distinfo (contents, props changed) head/devel/p5-Log-Log4perl-Layout-JSON/pkg-descr (contents, props changed) head/devel/p5-Log-Log4perl-Layout-JSON/pkg-plist (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Tue Nov 27 17:10:29 2018 (r486039) +++ head/devel/Makefile Tue Nov 27 17:11:39 2018 (r486040) @@ -2897,6 +2897,7 @@ SUBDIR += p5-Log-Log4perl SUBDIR += p5-Log-Log4perl-Appender-RabbitMQ SUBDIR += p5-Log-Log4perl-Appender-Socket-UNIX + SUBDIR += p5-Log-Log4perl-Layout-JSON SUBDIR += p5-Log-Log4perl-Tiny SUBDIR += p5-Log-Message SUBDIR += p5-Log-Message-Simple Added: head/devel/p5-Log-Log4perl-Layout-JSON/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/p5-Log-Log4perl-Layout-JSON/Makefile Tue Nov 27 17:11:39 2018 (r486040) @@ -0,0 +1,29 @@ +# Created by: Sergei Vyshenski +# $FreeBSD$ + +PORTNAME= Log-Log4perl-Layout-JSON +PORTVERSION= 0.56 +CATEGORIES= devel perl5 +MASTER_SITES= CPAN +PKGNAMEPREFIX= p5- + +MAINTAINER= svysh.fbsd@gmail.com +COMMENT= Layout a log message as a JSON hash, including MDC data + +LICENSE= ART10 GPLv1+ +LICENSE_COMB= dual +LICENSE_FILE= ${WRKSRC}/LICENSE + +BUILD_DEPENDS= ${RUN_DEPENDS} +RUN_DEPENDS= p5-Class-Tiny>=0:devel/p5-Class-Tiny \ + p5-JSON-MaybeXS>=0:converters/p5-JSON-MaybeXS \ + p5-Log-Log4perl>=0:devel/p5-Log-Log4perl +TEST_DEPENDS= p5-Test-Most>=0:devel/p5-Test-Most \ + p5-Test-Warnings>=0:devel/p5-Test-Warnings + +USES= perl5 +USE_PERL5= configure + +NO_ARCH= yes + +.include Added: head/devel/p5-Log-Log4perl-Layout-JSON/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/p5-Log-Log4perl-Layout-JSON/distinfo Tue Nov 27 17:11:39 2018 (r486040) @@ -0,0 +1,3 @@ +TIMESTAMP = 1539355034 +SHA256 (Log-Log4perl-Layout-JSON-0.56.tar.gz) = e0ee24de791ec625add6a1464ade453fff84a3a52e559dc89946ac6f8e80f4b1 +SIZE (Log-Log4perl-Layout-JSON-0.56.tar.gz) = 20446 Added: head/devel/p5-Log-Log4perl-Layout-JSON/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/p5-Log-Log4perl-Layout-JSON/pkg-descr Tue Nov 27 17:11:39 2018 (r486040) @@ -0,0 +1,8 @@ +This class implements a "Log::Log4perl" layout format, similar to +Log::Log4perl::Layout::PatternLayout except that the output is a JSON hash. +The JSON hash is ASCII encoded, with no newlines or other whitespace, and is +suitable for output, via Log::Log4perl appenders, to files and syslog etc. +The JSON hash can, optionally, be UTF-8 encoded. +Contextual data in the Log::Log4perl::MDC hash can be included. + +WWW: https://metacpan.org/release/Log-Log4perl Added: head/devel/p5-Log-Log4perl-Layout-JSON/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/p5-Log-Log4perl-Layout-JSON/pkg-plist Tue Nov 27 17:11:39 2018 (r486040) @@ -0,0 +1,2 @@ +%%SITE_PERL%%/Log/Log4perl/Layout/JSON.pm +%%PERL5_MAN3%%/Log::Log4perl::Layout::JSON.3.gz