From owner-svn-ports-all@freebsd.org Wed Dec 2 13:22:19 2015 Return-Path: Delivered-To: svn-ports-all@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 90335A3E6DD; Wed, 2 Dec 2015 13:22:19 +0000 (UTC) (envelope-from mat@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 6906912C9; Wed, 2 Dec 2015 13:22:19 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tB2DMIJI084467; Wed, 2 Dec 2015 13:22:18 GMT (envelope-from mat@FreeBSD.org) Received: (from mat@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tB2DMIDU084462; Wed, 2 Dec 2015 13:22:18 GMT (envelope-from mat@FreeBSD.org) Message-Id: <201512021322.tB2DMIDU084462@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mat set sender to mat@FreeBSD.org using -f From: Mathieu Arnold Date: Wed, 2 Dec 2015 13:22:18 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r402824 - in head/mail: . p5-Mojolicious-Plugin-Mail X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 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: Wed, 02 Dec 2015 13:22:19 -0000 Author: mat Date: Wed Dec 2 13:22:17 2015 New Revision: 402824 URL: https://svnweb.freebsd.org/changeset/ports/402824 Log: Add mail/p5-Mojolicious-Plugin-Mail, a Mojolicious Plugin for sending mail. Sponsored by: Absolight Added: head/mail/p5-Mojolicious-Plugin-Mail/ head/mail/p5-Mojolicious-Plugin-Mail/Makefile (contents, props changed) head/mail/p5-Mojolicious-Plugin-Mail/distinfo (contents, props changed) head/mail/p5-Mojolicious-Plugin-Mail/pkg-descr (contents, props changed) head/mail/p5-Mojolicious-Plugin-Mail/pkg-plist (contents, props changed) Modified: head/mail/Makefile Modified: head/mail/Makefile ============================================================================== --- head/mail/Makefile Wed Dec 2 13:10:10 2015 (r402823) +++ head/mail/Makefile Wed Dec 2 13:22:17 2015 (r402824) @@ -397,6 +397,7 @@ SUBDIR += p5-Mail-Verify SUBDIR += p5-Mail-Verp SUBDIR += p5-Mail-Webmail-Gmail + SUBDIR += p5-Mojolicious-Plugin-Mail SUBDIR += p5-Net-IMAP-Client SUBDIR += p5-Net-IMAP-Server SUBDIR += p5-Net-IMAP-Simple Added: head/mail/p5-Mojolicious-Plugin-Mail/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/mail/p5-Mojolicious-Plugin-Mail/Makefile Wed Dec 2 13:22:17 2015 (r402824) @@ -0,0 +1,28 @@ +# Created by: Mathieu Arnold +# $FreeBSD$ + +PORTNAME= Mojolicious-Plugin-Mail +PORTVERSION= 1.5 +CATEGORIES= mail perl5 +MASTER_SITES= CPAN +PKGNAMEPREFIX= p5- + +MAINTAINER= perl@FreeBSD.org +COMMENT= Mojolicious plugin to send email + +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + +BUILD_DEPENDS= ${RUN_DEPENDS} +RUN_DEPENDS= p5-Mojolicious>=0:${PORTSDIR}/www/p5-Mojolicious + +NO_ARCH= yes +USES= perl5 +USE_PERL5= modbuild + +post-install: + ${MKDIR} ${STAGEDIR}${DOCSDIR} ${STAGEDIR}${EXAMPLESDIR} + ${INSTALL_DATA} ${WRKSRC}/Changes ${STAGEDIR}${DOCSDIR} + cd ${WRKSRC}/example && ${COPYTREE_SHARE} . ${STAGEDIR}${EXAMPLESDIR} + +.include Added: head/mail/p5-Mojolicious-Plugin-Mail/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/mail/p5-Mojolicious-Plugin-Mail/distinfo Wed Dec 2 13:22:17 2015 (r402824) @@ -0,0 +1,2 @@ +SHA256 (Mojolicious-Plugin-Mail-1.5.tar.gz) = 56f0d341ebc3a7acf3919f5add43e98216ea1285aa0d87e7fb00c02bb0eff146 +SIZE (Mojolicious-Plugin-Mail-1.5.tar.gz) = 10916 Added: head/mail/p5-Mojolicious-Plugin-Mail/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/mail/p5-Mojolicious-Plugin-Mail/pkg-descr Wed Dec 2 13:22:17 2015 (r402824) @@ -0,0 +1,4 @@ +Mojolicous::Plugin::Mail is a plugin for Mojolicious apps to send mail using +MIME::Lite. Mojolicious 4.0 ready. + +WWW: https://metacpan.org/release/Mojolicious-Plugin-Mail Added: head/mail/p5-Mojolicious-Plugin-Mail/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/mail/p5-Mojolicious-Plugin-Mail/pkg-plist Wed Dec 2 13:22:17 2015 (r402824) @@ -0,0 +1,4 @@ +%%SITE_PERL%%/Mojolicious/Plugin/Mail.pm +%%PERL5_MAN3%%/Mojolicious::Plugin::Mail.3.gz +%%DOCSDIR%%/Changes +%%EXAMPLESDIR%%/test.pl