Index: mail/Makefile =================================================================== --- mail/Makefile +++ mail/Makefile @@ -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 Index: mail/roundcube-identity_smtp/Makefile =================================================================== --- /dev/null +++ mail/roundcube-identity_smtp/Makefile @@ -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 Index: mail/roundcube-identity_smtp/distinfo =================================================================== --- /dev/null +++ mail/roundcube-identity_smtp/distinfo @@ -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 Index: mail/roundcube-identity_smtp/pkg-descr =================================================================== --- /dev/null +++ mail/roundcube-identity_smtp/pkg-descr @@ -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 Index: mail/roundcube-identity_smtp/pkg-plist =================================================================== --- /dev/null +++ mail/roundcube-identity_smtp/pkg-plist @@ -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