1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-18 19:49:40 +00:00

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
This commit is contained in:
Koichiro Iwao 2018-07-03 09:30:58 +00:00
parent 7a343bbe42
commit 830abdbbbe
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=473811
5 changed files with 52 additions and 0 deletions

View File

@ -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

View File

@ -0,0 +1,32 @@
# $FreeBSD$
PORTNAME= identity_smtp
PORTVERSION= 20170914
CATEGORIES= mail
PKGNAMEPREFIX= roundcube-
PKGNAMESUFFIX= ${PHP_PKGNAMESUFFIX}
MAINTAINER= meta@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>

View File

@ -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

View File

@ -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

View File

@ -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