svn commit: r473811 - in head/mail: . roundcube-identity_smtp

Koichiro Iwao meta at FreeBSD.org
Tue Jul 3 09:31:00 UTC 2018


Author: meta
Date: Tue Jul  3 09:30:58 2018
New Revision: 473811
URL: https://svnweb.freebsd.org/changeset/ports/473811

Log:
  New port: mail/roundcube-identity_smtp
  
  Roundcube plugin to setup different SMTP settings per identity
  
  WWW: https://github.com/deflomu/Roundcube-SMTP-per-Identity-Plugin
  
  Approved by:	hrs (mentor)
  Sponsored by:	HAW International, Inc.
  Differential Revision:	https://reviews.freebsd.org/D16109

Added:
  head/mail/roundcube-identity_smtp/
  head/mail/roundcube-identity_smtp/Makefile   (contents, props changed)
  head/mail/roundcube-identity_smtp/distinfo   (contents, props changed)
  head/mail/roundcube-identity_smtp/pkg-descr   (contents, props changed)
  head/mail/roundcube-identity_smtp/pkg-plist   (contents, props changed)
Modified:
  head/mail/Makefile

Modified: head/mail/Makefile
==============================================================================
--- head/mail/Makefile	Tue Jul  3 09:28:41 2018	(r473810)
+++ head/mail/Makefile	Tue Jul  3 09:30:58 2018	(r473811)
@@ -604,6 +604,7 @@
     SUBDIR += roundcube-contextmenu
     SUBDIR += roundcube-groupvice
     SUBDIR += roundcube-html5_notifier
+    SUBDIR += roundcube-identity_smtp
     SUBDIR += roundcube-login_info
     SUBDIR += roundcube-markasjunk2
     SUBDIR += roundcube-mobilecube

Added: head/mail/roundcube-identity_smtp/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/mail/roundcube-identity_smtp/Makefile	Tue Jul  3 09:30:58 2018	(r473811)
@@ -0,0 +1,32 @@
+# $FreeBSD$
+
+PORTNAME=	identity_smtp
+PORTVERSION=	20170914
+CATEGORIES=	mail
+PKGNAMEPREFIX=	roundcube-
+PKGNAMESUFFIX=	${PHP_PKGNAMESUFFIX}
+
+MAINTAINER=	meta at FreeBSD.org
+COMMENT=	Roundcube plugin to setup different SMTP settings per identity
+
+LICENSE=	MIT
+LICENSE_FILE=	${WRKSRC}/LICENSE
+
+USES=	php:flavors
+NO_BUILD=	yes
+NO_ARCH=	yes
+
+USE_GITHUB=	yes
+GH_ACCOUNT=	deflomu
+GH_PROJECT=	Roundcube-SMTP-per-Identity-Plugin
+GH_TAGNAME=	b14e295
+
+PLUGINDIR=	${WWWDIR:S,/${PORTNAME}$$,,}/roundcube/plugins/${PORTNAME}
+RCDIR_REL=	${WWWDIR_REL:S,/${PORTNAME}$$,,}/roundcube
+PLIST_SUB=	RCDIR_REL="${RCDIR_REL}"
+
+do-install:
+	${MKDIR} ${STAGEDIR}${PLUGINDIR}
+	cd ${WRKSRC} && ${COPYTREE_SHARE} \* ${STAGEDIR}${PLUGINDIR}
+
+.include <bsd.port.mk>

Added: head/mail/roundcube-identity_smtp/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/mail/roundcube-identity_smtp/distinfo	Tue Jul  3 09:30:58 2018	(r473811)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1530597809
+SHA256 (deflomu-Roundcube-SMTP-per-Identity-Plugin-20170914-b14e295_GH0.tar.gz) = c3aace65776386bc06dc0dc7c111386185fcbb82705e86b57328f894e3550567
+SIZE (deflomu-Roundcube-SMTP-per-Identity-Plugin-20170914-b14e295_GH0.tar.gz) = 4875

Added: head/mail/roundcube-identity_smtp/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/mail/roundcube-identity_smtp/pkg-descr	Tue Jul  3 09:30:58 2018	(r473811)
@@ -0,0 +1,4 @@
+This roundcube plugin allows to setup identities with different SMTP servers
+than server's default.
+
+WWW: https://github.com/deflomu/Roundcube-SMTP-per-Identity-Plugin

Added: head/mail/roundcube-identity_smtp/pkg-plist
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/mail/roundcube-identity_smtp/pkg-plist	Tue Jul  3 09:30:58 2018	(r473811)
@@ -0,0 +1,12 @@
+%%RCDIR_REL%%/plugins/identity_smtp/LICENSE
+%%RCDIR_REL%%/plugins/identity_smtp/README.markdown
+%%RCDIR_REL%%/plugins/identity_smtp/composer.json
+%%RCDIR_REL%%/plugins/identity_smtp/crowdin.yaml
+%%RCDIR_REL%%/plugins/identity_smtp/identity_smtp.js
+%%RCDIR_REL%%/plugins/identity_smtp/identity_smtp.php
+%%RCDIR_REL%%/plugins/identity_smtp/localization/ca_ES.inc
+%%RCDIR_REL%%/plugins/identity_smtp/localization/de_DE.inc
+%%RCDIR_REL%%/plugins/identity_smtp/localization/en_US.inc
+%%RCDIR_REL%%/plugins/identity_smtp/localization/es_ES.inc
+%%RCDIR_REL%%/plugins/identity_smtp/localization/fr_FR.inc
+%%RCDIR_REL%%/plugins/identity_smtp/localization/ja_JP.inc


More information about the svn-ports-all mailing list