Port details |
- dbmail21 An SQL database-based mail system (POP3 and IMAP)
- 2.1.7_4 mail
=0 2.1.7_4Version of this port present on the latest quarterly branch.
- DEPRECATED: No more supported upstream. No ports depend on this
This port expired on: 2012-04-18
- 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-11-23 13:55:30
- Last Update: 2012-04-18 21:10:51
- SVN Revision: UNKNOWN
- License: not specified in port
- WWW:
- http://www.dbmail.org/
- Description:
- Dbmail is the name of a group of programs that enable the possiblilty
of storing and retrieving mail messages from a database (currently
MySQL, PostgreSQL or SQLite).
* Scalability.
Dbmail is as scalable as the database that is used for the
mail storage.
* Manageability.
Dbmail is based upon a database. Dbmail can be managed by
changing settings in the database (f.e. using PHP/Perl/SQL).
* Speed.
Dbmail uses very efficient, database specific queries for
retrieving mail information. This is much faster then parsing
a filesystem.
* Security.
Dbmail has got nothing to do with the filesystem or interaction
with other programs in the Unix environment which need special
permissions. Dbmail is as secure as the database it's based
upon.
* Flexibility.
Changes on a Dbmail system (adding of users, changing passwords
etc.) are effective immediately.
WWW: http://www.dbmail.org/
-
cgit ¦ GitHub ¦ GitHub ¦ GitLab ¦
- 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:
-
- No installation instructions:
- This port has been deleted.
- PKGNAME: dbmail
- Flavors: there is no flavor information for this port.
- distinfo:
- There is no distinfo for this port.
No package information for this port in our database- Sometimes this happens. Not all ports have packages. Perhaps there is a build error. Check the fallout link:
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- gmake : devel/gmake
- libtool>=2.4 : devel/libtool
- pkg-config : devel/pkg-config
- Runtime dependencies:
-
- pkg-config : devel/pkg-config
- libgiofam.so : devel/gio-fam-backend
- Library dependencies:
-
- gmime-2.0.4 : mail/gmime2
- mysqlclient.14 : databases/mysql41-client
- glib-2.0.0 : devel/glib20
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for dbmail-2.1.7_4:
MYSQL=on (default) "Build with MySQL support"
POSTGRESQL=off (default) "Build with PostgreSQL support"
SQLITE=off (default) "Build with SQLite support"
SIEVE=off (default) "Build w. support for Sieve mail sorting language"
LDAP=off (default) "Build with support for LDAP authentication"
===> Use 'make config' to modify these settings
- Options name:
- N/A
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
2.1.7_4 18 Apr 2012 21:10:51 |
bapt |
2012-04-18 mail/dbmail20: No more supported upstream. No ports depend on this
2012-04-18 mail/dbmail21: No more supported upstream. No ports depend on this
2012-04-18 mail/dbmail23: No more supported upstream. No ports depend on this |
2.1.7_4 18 Mar 2012 19:32:16 |
rm |
- Mark as deprecated. Set expiration date to 2012-04-18.
This versions of dbmail no more supported upstream. This ports are
unmaintained and not required by other ports.
Additionally, reset maintainer for mail/dbmail20 because of mail bounce.
Feature safe: yes |
2.1.7_4 20 Feb 2012 16:21:31 |
eadler |
Remove quotes from BROKEN and IGNORE as they are not required
Reset maintainer due to mail bounce |
2.1.7_4 14 Jan 2012 08:57:23 |
dougb |
In the rc.d scripts, change assignments to rcvar to use the
literal name_enable wherever possible, and ${name}_enable
when it's not, to prepare for the demise of set_rcvar().
In cases where I had to hand-edit unusual instances also
modify formatting slightly to be more uniform (and in
some cases, correct). This includes adding some $FreeBSD$
tags, and most importantly moving rcvar= to right after
name= so it's clear that one is derived from the other. |
2.1.7_4 23 Sep 2011 22:26:39 |
amdmi3 |
- Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead
PR: 157936
Submitted by: myself
Exp-runs by: pav
Approved by: pav |
2.1.7_4 03 Jul 2011 13:53:52 |
ohauer |
- remove MD5 |
2.1.7_4 19 Mar 2011 13:15:34 |
ale |
Bump PORTREVISION for ports linking to default libmysqlclient. |
2.1.7_3 04 Dec 2010 07:34:27 |
ade |
Sync to new bsd.autotools.mk |
2.1.7_3 27 Mar 2010 00:15:24 |
dougb |
Begin the process of deprecating sysutils/rc_subr by
s#. %%RC_SUBR%%#. /etc/rc.subr# |
2.1.7_3 02 Aug 2009 19:36:34 |
mezz |
-Repocopy devel/libtool15 -> libtool22 and libltdl15 -> libltdl22.
-Update libtool and libltdl to 2.2.6a.
-Remove devel/libtool15 and devel/libltdl15.
-Fix ports build with libtool22/libltdl22.
-Bump ports that depend on libltdl22 due to shared library version change.
-Explain what to do update in the UPDATING.
It has been tested with GNOME2, XFCE4, KDE3, KDE4 and other many wm/desktop
and applications in the runtime.
With help: marcus and kwm
Pointyhat-exp: a few times by pav
Tested by: pgollucci, "Romain Tartière" <romain@blogreen.org>, and
a few MarcusCom CVS users. Also, I might have missed a few.
Repocopy by: marcus
Approved by: portmgr |
2.1.7_3 15 Jul 2009 16:56:10 |
dougb |
Fix a few "bad example" problems in the rc.d scripts that have been
propogated by copy and paste.
1. Primarily the "empty variable" default assignment, which is mostly
${name}_flags="", but fix a few others as well.
2. Where they are not already documented, add the existence of the _flags
(or other deleted empties) option to the comments, and in some cases add
comments from scratch.
3. Replace things that look like:
prefix=%%PREFIX%%
command=${prefix}/sbin/foo
to just use %%PREFIX%%. In many cases the $prefix variable is only used
once, and in some cases it is not used at all.
4. In a few cases remove ${name}_flags from command_args
5. Remove a long-stale comment about putting the port's rc.d script in
/etc/rc.d (which is no longer necessary).
No PORTREVISION bumps because all of these changes are noops. |
2.1.7_3 25 Jul 2008 14:34:52 |
pav |
- Remove USE_GCC where it can be satisfied with base compiler on following
FreeBSD versions: 5.3 and up, 6.x, 7.x, 8-CURRENT |
2.1.7_3 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) |
2.1.7_2 16 Dec 2006 10:27:32 |
miwi |
- Add rc-script for dbmail-timsieved
- Fix potential problem with LDFLAGS
- Edit pkg-descr to make portlint a bit happier
PR: ports/106762
Submitted by: Mark Starovoytov <mark_sf@kikg.ifmo.r (maintainer) |
2.1.7_1 01 Dec 2006 16:31:24 |
pav |
- Fix duplicate LATEST_LINK, as reported by kris
- Remove non-existent USE_PTHREAD, replace -pthread with PTHREAD_LIBS |
2.1.7_1 23 Nov 2006 13:55:03 |
pav |
- Move mail/dbmail-devel to mail/dbmail21
PR: ports/105624
Submitted by: Mark Starovoytov <mark_sf@kikg.ifmo.ru> (maintainer)
Repocopied by: marcus |