Port details |
- websieve Web based Cyrus IMAP user admin client
- 0.63.a_4 mail =6 0.63.a_4Version 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: 2003-04-26 21:51:27
- Last Update: 2023-09-20 12:10:09
- Commit Hash: 557d59d
- People watching this port, also watch:: cyrus-sasl, p5-Authen-SASL, pcre, popt, clamav
- License: GPLv2
- WWW:
- https://sourceforge.net/projects/websieve/
- Description:
- A web based easy to use interface for creating Sieve scripts on an Cyrus
IMAP mail server as well as allowing users to set access controls, create
new mailboxes and view their mail quota. Also give administrators full
administrative capabilities.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- To install the port:
- cd /usr/ports/mail/websieve/ && make install clean
- To add the package, run one of these commands:
- pkg install mail/websieve
- pkg install websieve
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: websieve
- Flavors: there is no flavor information for this port.
- distinfo:
- SHA256 (websieve-063a.tar.gz) = b017d56753f56d7017b8d37c2c9f62b871481187b77ad1a0a4ef1f7cb5eb0c4b
SIZE (websieve-063a.tar.gz) = 101848
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:
-
- managesieve.pm : mail/cyrus-imapd25
- perl5>=5.34<5.35 : lang/perl5.34
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for websieve-0.63.a_4:
====> Choose which sieve backend to use: you have to select exactly one of them
PERL=off: Depend on generic Perl modules
CYRUS=on: Depend on Cyrus IMAPd Perl modules
====> Which version of Cyrus IMAPd to depend on: you can only select none or one of them
CYRUS_IMAPD_25=on: Cyrus IMAPd version 2.5.x
CYRUS_IMAPD_30=off: Cyrus IMAPd version 3.0.x
===> Use 'make config' to modify these settings
- Options name:
- mail_websieve
- USES:
- cpe perl5 shebangfix
- pkg-message:
- For install:
- Websieve has been installed in /usr/local/www/websieve
However, before you can use the program, you should copy the file
"websieve.conf.sample" in /usr/local/etc/websieve to "websieve.conf"
edit it to suit your needs. Use "openssl rand -base64 39" to create
a new secret key. You will need to add a section like the following to
your Apache configuration:
ScriptAlias /websieve "/usr/local/www/websieve/"
<Directory "/usr/local/www/websieve">
Options ExecCGI
AllowOverride none
require ip 127.0.0.1
require host .example.com
</Directory>
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.63.a_4 20 Sep 2023 12:10:09 |
Muhammad Moinur Rahman (bofh) |
mail/websieve: Remove EOL Dependencies
- Remove EOLed unsupported cyrus-imapd versions
- Pet portclippy
- Refresh patches
- Utilize OPTIONSNG to reduce clutters |
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.63.a_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 ) |
0.63.a_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 ) |
0.63.a_3 19 Oct 2021 11:14:35 |
Stefan Eßer (se) |
mail/websieve: Add CPE information
Approved by: portmgr (blanket) |
0.63.a_3 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
0.63.a_3 14 Aug 2019 08:48:51 |
mat |
Convert to UCL & cleanup pkg-message (categories n)
(and missed 3 missed files from previous categories.) |
0.63.a_3 11 Apr 2017 15:21:23 |
mat |
Make defining both PORTVERSION and DISTVERSION a DEV_ERROR.
There are two cases:
- The upstream versionning is compatible with our versionning, or using
DISTVERSION's magic leads to a compatible PORTVERSION, use
DISTVERSION. If it is possible to use DISTVERSIONPREFIX and
DISTVERSIONSUFFIX to make it compatible, use them.
- The upstream versionning is not compatible with our versionning, and
DISTVERSION's magic does not lead to a correct PORTVERSION, then set
PORTVERSION to the equivalent of our versionning, and set DISTNAME.
It is possible to use a third variable where you store upstream's
version and use it to compute PORTVERSION and/or DISTNAME, like the
dns/bind9* ports do.
Sponsored by: Absolight |
0.63.a_3 10 Mar 2017 02:05:02 |
ume |
Add Cyrus IMAP 3.0 series.
Now, it is the third release candidate from the Cyrus IMAP 3.0 series:
3.0.0-rc3.
As a release candidate, it is considered near-stable for production
usage. Interfaces, APIs, features, etc are not likely to change
between now and the full release. |
0.63.a_3 20 Jan 2017 20:33:31 |
sunpoet |
Update WWW: SF redirects to https://sourceforge.net/projects/<PROJECT_NAME>/ |
0.63.a_3 01 Apr 2016 14:16:20 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat: portmgr
Sponsored by: Absolight |
0.63.a_3 17 Jun 2015 12:56:07 |
amdmi3 |
- Fix shebangs
- Add NO_ARCH |
0.63.a_2 12 Mar 2015 14:16:53 |
mat |
Cleanup options, use RADIO and SINGLE.
Sponsored by: Absolight |
0.63.a_1 12 Mar 2015 12:11:08 |
mat |
Fix package depends.
Sponsored by: Absolight |
0.63.a_1 12 Mar 2015 10:23:34 |
ume |
Add initial support for Cyrus-IMAPd 2.5.0.
HTTP support doesn't work yet. |
0.63.a_1 22 Nov 2014 18:42:44 |
antoine |
Cleanup plist |
0.63.a_1 30 Jun 2014 10:19:16 |
rene |
- Remove optional dependencies on expired Cyrus 2.1 / 2.2
- Stage support
- Fix runtime dependencies
- Use @sample
- Unmute installation commands
- Bump PORTREVISION |
0.63.a 20 Sep 2013 19:59:14 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
mail) |
0.63.a 03 Aug 2013 13:44:01 |
mat |
- Convert to new perl framework
- Remove MAKE_JOBS_SAFE=yes, it's the default. |
0.63.a 10 Oct 2012 16:56:08 |
az |
- Remove SITE_PERL from *_DEPENDS (final part)
Approved by: portmgr@ (bapt@) |
0.63.a 28 Jun 2012 18:37:23 |
az |
- Remove SITE_PERL from *_DEPENDS |
0.63.a 13 Jun 2012 05:55:02 |
bapt |
Convert to new options framework |
0.63.a 03 Jul 2011 13:53:52 |
ohauer |
- remove MD5 |
0.63.a 18 Oct 2010 17:26:12 |
ume |
Add support for Cyrus IMAPd 2.4.x. |
0.63.a 21 Dec 2009 02:19:12 |
dougb |
For ports maintained by ports@FreeBSD.org, remove names and/or
e-mail addresses from the pkg-descr file that could reasonably
be mistaken for maintainer contact information in order to avoid
confusion on the part of users looking for support. As a pleasant
side effect this also avoids confusion and/or frustration for people
who are no longer maintaining those ports. |
0.63.a 02 Sep 2009 15:01:56 |
amdmi3 |
- Retire MASTER_SITE_SOURCEFORGE_EXTENDED, it's no longer needed - all mirrors
actually have all distfiles
- Merge all SF mirrors to MASTER_SITE_SOURCEFORGE, resort according to quick
download speed survey
- Fix MASTER_SITES for all port that have used SOURCEFORGE_EXTENTED
Approved by: portmgr (pav) |
0.63.a 12 Oct 2007 00:59:52 |
linimon |
Move the USE_PERL5 and NO_BUILD lines before the inclusion of bsd.port.pre.mk. |
0.63.a 29 Sep 2007 19:09:03 |
alepulver |
- Add support for Cyrus IMAPd 2.3.x
- Remove explicit dependence on Apache.
- Install into ${PREFIX}/www/websieve (${WWWDIR}).
- Use the generic OPTIONS mechanism rather than some strange precursor to it.
PR: ports/116493
Submitted by: Matthew Seaman <m.seaman@infracaninophile.co.uk> |
0.63.a 10 May 2006 22:37:39 |
edwin |
Remove USE_REINPLACE from ports starting with M |
0.63.a 27 Jan 2006 09:37:20 |
linimon |
Replace the dangerous .error with IGNORE. |
0.63.a 25 Nov 2005 15:31:02 |
pav |
- Add SHA256 |
0.63.a 19 Sep 2005 11:52:15 |
clement |
- Define APACHE_COMPAT
It fixed INDEX build with next exp-build patchset and prepare a smooth
migration to bsd.apache.mk
It's a no-op for now.
Approved by: portmgr (self) |
0.63.a 18 Jul 2005 03:49:55 |
linimon |
With portmgr hat on, reset eik's ports since he has been inactive for
several months (not responding to email).
Discussed among: portmgr team |
0.63.a 21 Feb 2005 01:19:34 |
kris |
Remove references to ports recently deleted. |
0.63.a 19 Jul 2004 07:25:55 |
eik |
add files forgotten in last commit |
0.63.a 19 Jul 2004 07:25:30 |
eik |
Update to version 063a
PR: 69265 (partly)
Submitted by: Toshiya SAITOH <toshiya@saitoh.nu> |
0.61_1 18 Mar 2004 01:04:31 |
eik |
SIZEify
Prompted by: trevor |
0.61_1 14 Nov 2003 00:29:48 |
eik |
switch my ports to my FreeBSD address
Approved by: marcus (mentor) |
0.61_1 07 Nov 2003 09:12:58 |
marcus |
Use the new Apache bits from bsd.port.mk.
Submitted by: dinoex |
0.61_1 29 Apr 2003 13:30:23 |
ume |
- make Cyrus-IMAP-2.x selectable instead of p5-IMAP-Admin and p5-IMAP-Sieve
- fixes cookie path (i.e. for Lynx)
Submitted by: Oliver Eikemeier <eikemeier@fillmore-labs.com>
(The maintainer) |
0.61 27 Apr 2003 04:25:01 |
will |
Fix index build. |
0.61 26 Apr 2003 21:50:26 |
nork |
Add websieve 0.61, web based Cyrus IMAP user admin client.
PR: 51425
Submitted by: Oliver Eikemeier <eikemeier@fillmore-labs.com> |