Roundcube plugin to manage SpamAssassin preferences.
Adds a 'Spam' tab to the 'Personal Settings' to allow the user to change their SpamAssassin preferences. Preferences must be stored in a SQL database. Default preferences are used when no user preference is found. WWW: http://www.tehinterweb.co.uk/roundcube/ PR: ports/176212 Submitted by: Stefan Bethke <stb@lassitu.de>
This commit is contained in:
parent
8a38f1d4c7
commit
d17609919d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=312470
@ -600,6 +600,7 @@
|
||||
SUBDIR += roundcube-login_info
|
||||
SUBDIR += roundcube-mobilecube
|
||||
SUBDIR += roundcube-mvision2
|
||||
SUBDIR += roundcube-sauserprefs
|
||||
SUBDIR += roundcube-sieverules
|
||||
SUBDIR += roundcube-thunderbird_labels
|
||||
SUBDIR += roundcube-umich
|
||||
|
35
mail/roundcube-sauserprefs/Makefile
Normal file
35
mail/roundcube-sauserprefs/Makefile
Normal file
@ -0,0 +1,35 @@
|
||||
# Created by: Stefan Bethke <stb@lassitu.de>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= sauserprefs
|
||||
PORTVERSION= 1.9.1
|
||||
CATEGORIES= mail
|
||||
MASTER_SITES= http://www.tehinterweb.co.uk/roundcube/plugins/
|
||||
PKGNAMEPREFIX= roundcube-
|
||||
DISTNAME= ${PORTNAME}
|
||||
|
||||
MAINTAINER= stb@lassitu.de
|
||||
COMMENT= Roundcube plugin to manage SpamAssassin prefs
|
||||
|
||||
LICENSE= GPLv3
|
||||
|
||||
RUN_DEPENDS= roundcube>=0.8:${PORTSDIR}/mail/roundcube
|
||||
|
||||
NO_BUILD= yes
|
||||
|
||||
WWWDIR= ${PREFIX}/www/roundcube/plugins/sauserprefs
|
||||
|
||||
# This target is only meant to be used by the port maintainer.
|
||||
x-generate-plist: build
|
||||
cd ${WRKSRC}; \
|
||||
${FIND} . ! -type d ! -name '*.orig' | ${SORT} | \
|
||||
${SED} -e "s,^\.,%%WWWDIR%%," >${.CURDIR}/pkg-plist.tmp ; \
|
||||
${FIND} . -type d | ${SORT} -r | ${SED} \
|
||||
-e "s,^\.$$,@dirrmtry %%WWWDIR%%," \
|
||||
-e "s,^\.,@dirrm %%WWWDIR%%," >>${.CURDIR}/pkg-plist.tmp
|
||||
|
||||
do-install:
|
||||
${MKDIR} ${WWWDIR}
|
||||
cd ${WRKSRC} && ${PAX} -r -w . ${WWWDIR}
|
||||
|
||||
.include <bsd.port.mk>
|
2
mail/roundcube-sauserprefs/distinfo
Normal file
2
mail/roundcube-sauserprefs/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (sauserprefs.tar.gz) = 820863c7b69e6a11977caf4b9ddd45b08038200fe496ee559d458e58c1856452
|
||||
SIZE (sauserprefs.tar.gz) = 60103
|
7
mail/roundcube-sauserprefs/pkg-descr
Normal file
7
mail/roundcube-sauserprefs/pkg-descr
Normal file
@ -0,0 +1,7 @@
|
||||
Roundcube plugin to manage SpamAssassin preferences.
|
||||
|
||||
Adds a 'Spam' tab to the 'Personal Settings' to allow the user to change
|
||||
their SpamAssassin preferences. Preferences must be stored in a SQL
|
||||
database. Default preferences are used when no user preference is found.
|
||||
|
||||
WWW: http://www.tehinterweb.co.uk/roundcube/
|
50
mail/roundcube-sauserprefs/pkg-plist
Normal file
50
mail/roundcube-sauserprefs/pkg-plist
Normal file
@ -0,0 +1,50 @@
|
||||
%%WWWDIR%%/CHANGELOG
|
||||
%%WWWDIR%%/README
|
||||
%%WWWDIR%%/composer.json
|
||||
%%WWWDIR%%/config.inc.php.dist
|
||||
%%WWWDIR%%/include/rcube_sauserprefs_storage.php
|
||||
%%WWWDIR%%/localization/de_CH.inc
|
||||
%%WWWDIR%%/localization/de_DE.inc
|
||||
%%WWWDIR%%/localization/en_GB.inc
|
||||
%%WWWDIR%%/localization/en_US.inc
|
||||
%%WWWDIR%%/localization/es_ES.inc
|
||||
%%WWWDIR%%/localization/fr_FR.inc
|
||||
%%WWWDIR%%/localization/gl_ES.inc
|
||||
%%WWWDIR%%/localization/hu_HU.inc
|
||||
%%WWWDIR%%/localization/it_IT.inc
|
||||
%%WWWDIR%%/localization/pl_PL.inc
|
||||
%%WWWDIR%%/localization/pt_BR.inc
|
||||
%%WWWDIR%%/localization/ro_RO.inc
|
||||
%%WWWDIR%%/localization/ru_RU.inc
|
||||
%%WWWDIR%%/localization/sk_SK.inc
|
||||
%%WWWDIR%%/localization/sv_SE.inc
|
||||
%%WWWDIR%%/package.xml
|
||||
%%WWWDIR%%/sauserprefs.js
|
||||
%%WWWDIR%%/sauserprefs.php
|
||||
%%WWWDIR%%/skins/classic/help.gif
|
||||
%%WWWDIR%%/skins/classic/icons.gif
|
||||
%%WWWDIR%%/skins/classic/icons.png
|
||||
%%WWWDIR%%/skins/classic/ie6hacks.css
|
||||
%%WWWDIR%%/skins/classic/iehacks.css
|
||||
%%WWWDIR%%/skins/classic/safari.css
|
||||
%%WWWDIR%%/skins/classic/sauserprefs.css
|
||||
%%WWWDIR%%/skins/classic/tabstyles.css
|
||||
%%WWWDIR%%/skins/classic/templates/sauserprefs.html
|
||||
%%WWWDIR%%/skins/classic/templates/settingsedit.html
|
||||
%%WWWDIR%%/skins/larry/help.png
|
||||
%%WWWDIR%%/skins/larry/icons.png
|
||||
%%WWWDIR%%/skins/larry/iehacks.css
|
||||
%%WWWDIR%%/skins/larry/listicons.png
|
||||
%%WWWDIR%%/skins/larry/safari.css
|
||||
%%WWWDIR%%/skins/larry/sauserprefs.css
|
||||
%%WWWDIR%%/skins/larry/tabstyles.css
|
||||
%%WWWDIR%%/skins/larry/templates/sauserprefs.html
|
||||
%%WWWDIR%%/skins/larry/templates/settingsedit.html
|
||||
@dirrm %%WWWDIR%%/skins/larry/templates
|
||||
@dirrm %%WWWDIR%%/skins/larry
|
||||
@dirrm %%WWWDIR%%/skins/classic/templates
|
||||
@dirrm %%WWWDIR%%/skins/classic
|
||||
@dirrm %%WWWDIR%%/skins
|
||||
@dirrm %%WWWDIR%%/localization
|
||||
@dirrm %%WWWDIR%%/include
|
||||
@dirrmtry %%WWWDIR%%
|
Loading…
Reference in New Issue
Block a user