Date: Wed, 2 Aug 2017 11:37:09 +0000 (UTC) From: Frederic Culot <culot@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r447101 - in head/devel: . p5-Paranoid-Log-Email Message-ID: <201708021137.v72Bb9Hq093822@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: culot Date: Wed Aug 2 11:37:08 2017 New Revision: 447101 URL: https://svnweb.freebsd.org/changeset/ports/447101 Log: Paranoid::Log::Email provides SMTP 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-Email/ Added: head/devel/p5-Paranoid-Log-Email/ head/devel/p5-Paranoid-Log-Email/Makefile (contents, props changed) head/devel/p5-Paranoid-Log-Email/distinfo (contents, props changed) head/devel/p5-Paranoid-Log-Email/pkg-descr (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Wed Aug 2 11:30:46 2017 (r447100) +++ head/devel/Makefile Wed Aug 2 11:37:08 2017 (r447101) @@ -3054,6 +3054,7 @@ SUBDIR += p5-Params-Validate-Dependencies SUBDIR += p5-Params-ValidationCompiler SUBDIR += p5-Paranoid + SUBDIR += p5-Paranoid-Log-Email SUBDIR += p5-Parse-CPAN-Packages SUBDIR += p5-Parse-CPAN-Packages-Fast SUBDIR += p5-Parse-ErrorString-Perl Added: head/devel/p5-Paranoid-Log-Email/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/p5-Paranoid-Log-Email/Makefile Wed Aug 2 11:37:08 2017 (r447101) @@ -0,0 +1,25 @@ +# $FreeBSD$ + +PORTNAME= Paranoid-Log-Email +PORTVERSION= 2.00 +CATEGORIES= devel perl5 +MASTER_SITES= CPAN +PKGNAMEPREFIX= p5- + +MAINTAINER= culot@FreeBSD.org +COMMENT= SMTP support for Paranoid::Log + +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + +BUILD_DEPENDS= p5-Paranoid>=2:devel/p5-Paranoid +RUN_DEPENDS:= ${BUILD_DEPENDS} + +NO_ARCH= YES +USES= perl5 +USE_PERL5= configure + +PLIST_FILES= %%PERL5_MAN3%%/Paranoid::Log::Email.3.gz \ + %%SITE_PERL%%/Paranoid/Log/Email.pm + +.include <bsd.port.mk> Added: head/devel/p5-Paranoid-Log-Email/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/p5-Paranoid-Log-Email/distinfo Wed Aug 2 11:37:08 2017 (r447101) @@ -0,0 +1,3 @@ +TIMESTAMP = 1501672078 +SHA256 (Paranoid-Log-Email-2.00.tar.gz) = 66e19f97e797ff070580cb882836743a2046e4525a5b77f581c52ace102c9785 +SIZE (Paranoid-Log-Email-2.00.tar.gz) = 11931 Added: head/devel/p5-Paranoid-Log-Email/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/p5-Paranoid-Log-Email/pkg-descr Wed Aug 2 11:37:08 2017 (r447101) @@ -0,0 +1,4 @@ +Paranoid::Log::Email provides SMTP support from within the Paranoid::Log +framework. + +WWW: http://search.cpan.org/dist/Paranoid-Log-Email/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201708021137.v72Bb9Hq093822>