Port details |
- squirrelmail-sasql-plugin Edit SpamAssassin settings stored in an SQL DB
- 3.2.0_3 mail
=4 3.2.0_3Version of this port present on the latest quarterly branch. - There is no maintainer for this port.
- Any concerns regarding this port should be directed to the FreeBSD Ports mailing list via ports@FreeBSD.org
 - Port Added: 2006-12-10 23:18:11
- Last Update: 2023-06-10 14:57:35
- Commit Hash: 4ca6b84
- People watching this port, also watch:: mcrypt, postfix-current, p5-libwww, pure-ftpd, openssl
- Also Listed In: www
- License: not specified in port
- WWW:
- https://www.squirrelmail.org
- Description:
- The SASql SquirrelMail plugin lets users change a pre-defined set of
SpamAssassin settings when those settings are stored in a SQL DB rather than
a config file. This is very useful in a virtual user setting when the users
don't have home directories or access to them.
¦ ¦ ¦ ¦ 
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - There is no configure plist information for this port.
- Dependency lines:
-
- squirrelmail-sasql-plugin${PHP_PKGNAMESUFFIX}>0:mail/squirrelmail-sasql-plugin
- To install the port:
- cd /usr/ports/mail/squirrelmail-sasql-plugin/ && make install clean
- To add the package, run one of these commands:
- pkg install mail/squirrelmail-sasql-plugin
- pkg install squirrelmail-sasql-plugin-php81
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: squirrelmail-sasql-plugin-php81
- Package flavors (<flavor>: <package>)
- php81: squirrelmail-sasql-plugin-php81
- php80: squirrelmail-sasql-plugin-php80
- distinfo:
- SHA256 (squirrelmail/sasql-3.2.0.tar.gz) = af4d0b37116a532b5a2398620ad7be4b914966e3957da1f2df51f968a1597a56
SIZE (squirrelmail/sasql-3.2.0.tar.gz) = 41392
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Runtime dependencies:
-
- DB.php : databases/pear-DB@php81
- index.php : mail/squirrelmail@php81
- squirrelmail-compatibility-plugin-php81>0 : mail/squirrelmail-compatibility-plugin@php81
- php.h : lang/php81
- perl5>=5.32.r0<5.33 : lang/perl5.32
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- mail_squirrelmail-sasql-plugin
- USES:
- perl5 php:web,flavors
- pkg-message:
- For install:
- Before using the sasql plugin, you must copy the file
/usr/local/www/squirrelmail/plugins/sasql/config.php.sample
to
/usr/local/www/squirrelmail/plugins/sasql/config.php
and edit the configuration to meet your needs.
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
3.2.0_3 10 Jun 2023 14:57:35
    |
Muhammad Moinur Rahman (bofh)  |
*/*: Mark IGNORE_WITH_PHP for 8.3.X
Approved by: portmgr (blanket)
Sponsored by: Bounce Experts |
07 Sep 2022 21:58:51
    |
Stefan Eßer (se)  |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
3.2.0_3 07 Sep 2022 21:10:59
    |
Stefan Eßer (se)  |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
3.2.0_3 20 Jul 2022 14:22:19
    |
Tobias C. Berner (tcberner)  |
mail: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* <ashish@FreeBSD.org>
* Aaron Dalton <aaron@FreeBSD.org>
* Adam David <adam@FreeBSD.org>
* Adam McDougall <mcdouga9@egr.msu.edu>
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org>
* Akinori MUSHA aka knu <knu@idaemons.org>
* Alex Deiter <tiamat@komi.mts.ru>
* Alex Dupre <ale@FreeBSD.org>
* Alex Dupre <sysadmin@alexdupre.com>
* Alex Perel <veers@disturbed.net> (Only the first 15 lines of the commit message are shown above ) |
3.2.0_3 13 Jun 2022 09:22:41
    |
Antoine Brodin (antoine)  |
php/pear: unbreak bulk -a |
3.2.0_3 06 Apr 2021 14:31:07
    |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
3.2.0_3 26 Feb 2019 08:29:30
  |
tobik  |
mail/squirrelmail-sasql-plugin: Remove extra escapes
This port currently uses some extra escapes in its sed regex: \$$
and \'. The latter is considered an escape of an ordinary character,
and will be disallowed in a future version of regex(3) while we
segue into libregex(3) repurposing some of these escapes for special
meaning.
PR: 233445
Submitted by: kevans |
3.2.0_3 08 Mar 2018 19:48:41
  |
mat  |
Introduce PHP flavors.
Ports using USES=php:phpize, php:ext, php:zend, and php:pecl are now
flavored. They will automatically get flavors (php56, php70, php71, php72)
depending of the versions they support (set with IGNORE_WITH_PHP). As a
consequence, ports using USES=pear and USES=horde are also flavored.
PR: 226242
Submitted by: mat
Exp-run by: antoine
Approved by: portmgr
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D14208 |
3.2.0_3 01 Apr 2016 14:16:20
  |
mat  |
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat: portmgr
Sponsored by: Absolight |
3.2.0_3 04 Aug 2015 16:39:03
  |
amdmi3  |
- Drop @dirrm* from plist
Approved by: portmgr blanket |
3.2.0_3 28 Aug 2014 15:16:49
  |
adamw  |
Move plugin installation into the plist, rather than post-install, so
that it will work when installed from binary pkg.
Bump PORTREVISION on all plugins for this. |
3.2.0_2 18 Feb 2014 12:40:01
  |
miwi  |
- Stage support
- While here cleanup some whitespaces / dependencys |
3.2.0_2 12 Dec 2013 01:32:35
  |
adamw  |
It turns out that letting bsd.squirrelmail.mk define CATEGORIES
broke PKGORIGIN, which is created in bsd.port.pre.mk. Oops.
So, I've added CATEGORIES back to all the plugins, and bumped
PORTREVISION so that packages with correct origins can be
created.
Thanks to: Stefan Bethke <stb@lassitu.de> |
3.2.0_1 08 Dec 2013 18:59:36
  |
adamw  |
Create a generic PKGMESSAGE, and use it where appropriate.
Make sure that bsd.port.pre.mk is included before bsd.squirrelmail.mk.
For ports with maintainers, I haven't switched you to the new
PKGMESSAGE, but I have corrected paths in pkg-message.in where
necessary. I also got a little over-zealous in cleaning redundant
definitions from the headers. Apologies in advance if this rubs
you the wrong way. |
3.2.0_1 08 Dec 2013 16:53:57
  |
adamw  |
- Convert remaining plugins to bsd.squirrelmail.mk.
- Change the perl5 dependency to install, which it is
- Correct path in pkg-message |
3.2.0_1 20 Sep 2013 19:59:14
  |
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
mail) |
3.2.0_1 03 Aug 2013 13:44:01
  |
mat  |
- Convert to new perl framework
- Remove MAKE_JOBS_SAFE=yes, it's the default. |
3.2.0_1 03 Jul 2011 13:53:52
 |
ohauer  |
- remove MD5 |
3.2.0_1 12 Apr 2009 15:52:35
 |
wxs  |
- Reassign maintainer to ports@FreeBSD.org.
PR: ports/133659
Submitted by: Gerrit Beine <gerrit.beine@gmx.de> (maintainer) |
3.2.0_1 06 Jun 2008 13:43:09
 |
edwin  |
Bump portrevision due to upgrade of devel/gettext.
The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).
PR: ports/124340
Submitted by: edwin@
Approved by: portmgr (pav) |
3.2.0 10 Dec 2006 23:11:46
 |
miwi  |
The SASql SquirrelMail plugin lets users change a pre-defined set of
SpamAssassin settings when those settings are stored in a SQL DB rather than
a config file. This is very useful in a virtual user setting when the users
don't have home directories or access to them.
WWW: http://www.squirrelmail.org
PR: ports/106562
Submitted by: Gerrit Beine <gerrit.beine at gmx.de> |