Port details |
- squirrelmail-email_footer-plugin Automatically appends footer to SquirrelMail-generated emails
- 0.6_1 mail =4 0.6_1Version 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-03-20 20:42:04
- Last Update: 2022-09-07 21:58:51
- Commit Hash: fb16dfe
- People watching this port, also watch:: openvpn, openbsm, monit, openssl, squirrelmail-login_auth-plugin-php81
- Also Listed In: www
- License: GPLv2
- WWW:
- https://www.squirrelmail.org
- Description:
- This automatically tacks a message onto the end of messages as they're being
sent from SquirrelMail. It functions just like the Hotmail/Yahoo/etc. mail
services, with all of their little 'get your own free hoojamajiggy' messages.
- ¦ ¦ ¦ ¦
- 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-email_footer-plugin${PHP_PKGNAMESUFFIX}>0:mail/squirrelmail-email_footer-plugin
- To install the port:
- cd /usr/ports/mail/squirrelmail-email_footer-plugin/ && make install clean
- To add the package, run one of these commands:
- pkg install mail/squirrelmail-email_footer-plugin
- pkg install squirrelmail-email_footer-plugin-php81
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: squirrelmail-email_footer-plugin-php81
- Package flavors (<flavor>: <package>)
- php81: squirrelmail-email_footer-plugin-php81
- php74: squirrelmail-email_footer-plugin-php74
- php80: squirrelmail-email_footer-plugin-php80
- php82: squirrelmail-email_footer-plugin-php82
- distinfo:
- SHA256 (squirrelmail/email_footer-0.6-1.4.2.tar.gz) = 8a79fadcb1c5e8a25055263c92f728cc82ab61d7dc08e867f9c7072e41dcccbe
SIZE (squirrelmail/email_footer-0.6-1.4.2.tar.gz) = 16818
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:
-
- 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-email_footer-plugin
- USES:
- perl5 php:web,flavors
- pkg-message:
- For install:
- Before using the email_footer plugin, you must copy the file
/usr/local/www/squirrelmail/plugins/email_footer/config.php.sample
to
/usr/local/www/squirrelmail/plugins/email_footer/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 |
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) |
0.6_1 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 ) |
0.6_1 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 ) |
0.6_1 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
0.6_1 03 Aug 2015 21:10:45 |
amdmi3 |
- Drop @dirrm* from plist |
0.6_1 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. |
0.6_1 18 Feb 2014 12:40:01 |
miwi |
- Stage support
- While here cleanup some whitespaces / dependencys |
0.6_1 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> |
0.6 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. |
0.6 20 Sep 2013 19:59:14 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
mail) |
0.6 19 Sep 2013 19:36:28 |
tabthorpe |
- Reassign to the heap, I haven't used squirrelmail in a long time |
0.6 27 Jun 2013 06:48:44 |
bapt |
CATEGORIES is defined in bsd.squirrelmail.mk which is always loaded after .mk
inclusion leading to PKGORIGIN not being set when needed.
Nothing requires bsd.squirrelmail to be loaded after bsd.port.pre.mk but the
PORTDIR.
Convert "${PORTDIR}/mail" to ${.CURDIR}/.. and remove all the pre.mk/post.mk
dancine
Reported by: erwin |
0.6 21 Nov 2011 08:39:23 |
tabthorpe |
- Update to 0.6
- Take maintainership
Feature safe: yes |
0.5_1 03 Jul 2011 13:53:52 |
ohauer |
- remove MD5 |
0.5_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) |
0.5_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) |
0.5 04 May 2008 23:02:33 |
tabthorpe |
- Update to 0.5
PR: ports/123294
Submitted by: Gerrit Beine <gerrit.beine gmx.de> (maintainer) |
0.4_1 07 Apr 2008 05:29:37 |
tabthorpe |
- Use correct portname in pkg-message
- Bump PORTREVISION
PR: ports/121980
Submitted by: Edmondas Girkantas <eg fbsd.lt>
Approved by: maintainer timeout |
0.4 20 Mar 2006 21:01:01 |
pav |
- Fix description |
0.4 20 Mar 2006 20:40:20 |
pav |
If you have an IMAP server with QUOTA Extension capability, you can use
this plugin to view the current quota usage (both size and message count),
which is displayed just above the folders list.
A warning message can also be displayed to users upon login if desired.
If no quota is set, nothing is displayed.
WWW: http://www.squirrelmail.org
PR: ports/93148
Submitted by: Gerrit Beine <gerrit.beine@gmx.de> |