From owner-svn-ports-head@freebsd.org Wed Aug 2 16:13:44 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id DBAD6DD435B; Wed, 2 Aug 2017 16:13:44 +0000 (UTC) (envelope-from culot@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 mx1.freebsd.org (Postfix) with ESMTPS id B26676B1CA; Wed, 2 Aug 2017 16:13:44 +0000 (UTC) (envelope-from culot@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v72GDhIa009461; Wed, 2 Aug 2017 16:13:43 GMT (envelope-from culot@FreeBSD.org) Received: (from culot@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v72GDhK4009457; Wed, 2 Aug 2017 16:13:43 GMT (envelope-from culot@FreeBSD.org) Message-Id: <201708021613.v72GDhK4009457@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: culot set sender to culot@FreeBSD.org using -f From: Frederic Culot Date: Wed, 2 Aug 2017 16:13:43 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r447118 - in head/devel: . p5-Paranoid-Log-Syslog X-SVN-Group: ports-head X-SVN-Commit-Author: culot X-SVN-Commit-Paths: in head/devel: . p5-Paranoid-Log-Syslog X-SVN-Commit-Revision: 447118 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 02 Aug 2017 16:13:45 -0000 Author: culot Date: Wed Aug 2 16:13:43 2017 New Revision: 447118 URL: https://svnweb.freebsd.org/changeset/ports/447118 Log: Paranoid::Log::Syslog provides syslog support from within the Paranoid::Log framework. This module was previously part of devel/p5-Paranoid but is now distributed independently since Paranoid v2.00. WWW: http://search.cpan.org/dist/Paranoid-Log-Syslog/ Added: head/devel/p5-Paranoid-Log-Syslog/ head/devel/p5-Paranoid-Log-Syslog/Makefile (contents, props changed) head/devel/p5-Paranoid-Log-Syslog/distinfo (contents, props changed) head/devel/p5-Paranoid-Log-Syslog/pkg-descr (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Wed Aug 2 16:09:43 2017 (r447117) +++ head/devel/Makefile Wed Aug 2 16:13:43 2017 (r447118) @@ -3055,6 +3055,7 @@ SUBDIR += p5-Params-ValidationCompiler SUBDIR += p5-Paranoid SUBDIR += p5-Paranoid-Log-Email + SUBDIR += p5-Paranoid-Log-Syslog SUBDIR += p5-Parse-CPAN-Packages SUBDIR += p5-Parse-CPAN-Packages-Fast SUBDIR += p5-Parse-ErrorString-Perl Added: head/devel/p5-Paranoid-Log-Syslog/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/p5-Paranoid-Log-Syslog/Makefile Wed Aug 2 16:13:43 2017 (r447118) @@ -0,0 +1,26 @@ +# $FreeBSD$ + +PORTNAME= Paranoid-Log-Syslog +PORTVERSION= 2.00 +CATEGORIES= devel perl5 +MASTER_SITES= CPAN +PKGNAMEPREFIX= p5- + +MAINTAINER= culot@FreeBSD.org +COMMENT= Syslog support for Paranoid::Log + +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + +BUILD_DEPENDS= p5-Paranoid>=2:devel/p5-Paranoid \ + p5-Unix-Syslog>0:sysutils/p5-Unix-Syslog +RUN_DEPENDS:= ${BUILD_DEPENDS} + +NO_ARCH= YES +USES= perl5 +USE_PERL5= configure + +PLIST_FILES= %%PERL5_MAN3%%/Paranoid::Log::Syslog.3.gz \ + %%SITE_PERL%%/Paranoid/Log/Syslog.pm + +.include Added: head/devel/p5-Paranoid-Log-Syslog/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/p5-Paranoid-Log-Syslog/distinfo Wed Aug 2 16:13:43 2017 (r447118) @@ -0,0 +1,3 @@ +TIMESTAMP = 1501689817 +SHA256 (Paranoid-Log-Syslog-2.00.tar.gz) = 83c6df08696b292ca12f4d9f802231e64290f8ebbba584639db1363b13dad8bd +SIZE (Paranoid-Log-Syslog-2.00.tar.gz) = 11530 Added: head/devel/p5-Paranoid-Log-Syslog/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/p5-Paranoid-Log-Syslog/pkg-descr Wed Aug 2 16:13:43 2017 (r447118) @@ -0,0 +1,4 @@ +Paranoid::Log::Syslog provides syslog support from within the Paranoid::Log +framework. + +WWW: http://search.cpan.org/dist/Paranoid-Log-Syslog/