Add port mail/horde-forwards:

Forwards is a Horde module for setting user email forwards via the .forward
mechanism supported by several popular mailers.

Right now, Forwards provides fairly complete support for setting .forward style
forwards on Sendmail, Courier, or Qmail mail based systems via an FTP transport.
It now also has drivers for Mdaemon, Exim SQL, Exim LDAP, Custom SQL, and SOAP
based systems.

WWW: http://www.horde.org/forwards/

PR:		ports/110886 (based on)
Submitted by:	Beech Rintoul <beech@alaskaparadise.com>
This commit is contained in:
Andrew Pantyukhin 2007-04-09 10:16:50 +00:00
parent 6b1666d309
commit d299f57e0f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=189552
5 changed files with 162 additions and 0 deletions

View File

@ -159,6 +159,7 @@
SUBDIR += hashcash
SUBDIR += hbiff
SUBDIR += heirloom-mailx
SUBDIR += horde-forwards
SUBDIR += horde-vacation
SUBDIR += hotwayd
SUBDIR += ifile

View File

@ -0,0 +1,40 @@
# Ports collection makefile for: forwards3
# Date created: Mon Mar 26, 2007
# Whom: Beech Rintoul <beech@alaskaparadise.com>
#
# $FreeBSD$
#
PORTNAME= forwards
PORTVERSION= 3.0.1
CATEGORIES= mail www
PKGNAMEPREFIX= horde-
DIST_SUBDIR= horde
MAINTAINER= beech@alaskaparadise.com
COMMENT= E-mail forward
#-----------------------------------------------------------------------
# You may define these options:
#
# - WITHOUT_LDAP if you do not need OpenLDAP;
#
# - WITHOUT_FTP disable FTP support;
#-----------------------------------------------------------------------
RUN_DEPENDS+= ${PEARDIR}/Auth/SASL.php:${PORTSDIR}/security/pear-Auth_SASL
. if !defined(WITHOUT_LDAP)
USE_PHP+= ldap
. endif
.if !defined(WITHOUT_FTP)
USE_PHP+= ftp
.endif
USE_HORDE= base pkg-message
USE_GETTEXT= yes
PORTDOCS= README CHANGES CREDITS INSTALL RELEASE_NOTES TODO
.include "${.CURDIR}/../../www/horde-base/bsd.horde.mk"
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
MD5 (horde/forwards-h3-3.0.1.tar.gz) = 0a2c16b1ff7ea80a246610d6e3ce6b50
SHA256 (horde/forwards-h3-3.0.1.tar.gz) = 10f07f16f9914f43fad8112ea82f9a730b82df5ae9e1b34b0c757fc9df7f04ac
SIZE (horde/forwards-h3-3.0.1.tar.gz) = 746345

View File

@ -0,0 +1,9 @@
Forwards is a Horde module for setting user email forwards via the .forward
mechanism supported by several popular mailers.
Right now, Forwards provides fairly complete support for setting .forward style
forwards on Sendmail, Courier, or Qmail mail based systems via an FTP transport.
It now also has drivers for Mdaemon, Exim SQL, Exim LDAP, Custom SQL, and SOAP
based systems.
WWW: http://www.horde.org/forwards/

View File

@ -0,0 +1,109 @@
%%HORDIR%%/config/.htaccess
%%HORDIR%%/config/conf.xml
%%HORDIR%%/index.php
%%HORDIR%%/lib/.htaccess
%%HORDIR%%/lib/Block/summary.php
%%HORDIR%%/lib/Driver/customsql.php
%%HORDIR%%/lib/Driver/forwards.php
%%HORDIR%%/lib/Driver/ldap.php
%%HORDIR%%/lib/Driver/mdaemon.php
%%HORDIR%%/lib/Driver/qmail.php
%%HORDIR%%/lib/Driver/soap.php
%%HORDIR%%/lib/Driver/sql.php
%%HORDIR%%/lib/Driver.php
%%HORDIR%%/lib/base.php
%%HORDIR%%/lib/version.php
%%HORDIR%%/locale/cs_CZ/LC_MESSAGES/forwards.mo
%%HORDIR%%/locale/da_DK/LC_MESSAGES/forwards.mo
%%HORDIR%%/locale/de_DE/LC_MESSAGES/forwards.mo
%%HORDIR%%/locale/en_US/help.xml
%%HORDIR%%/locale/es_ES/LC_MESSAGES/forwards.mo
%%HORDIR%%/locale/es_ES/help.xml
%%HORDIR%%/locale/fa_IR/LC_MESSAGES/forwards.mo
%%HORDIR%%/locale/fa_IR/help.xml
%%HORDIR%%/locale/fi_FI/LC_MESSAGES/forwards.mo
%%HORDIR%%/locale/fi_FI/help.xml
%%HORDIR%%/locale/fr_FR/LC_MESSAGES/forwards.mo
%%HORDIR%%/locale/gl_ES/LC_MESSAGES/forwards.mo
%%HORDIR%%/locale/hu_HU/LC_MESSAGES/forwards.mo
%%HORDIR%%/locale/it_IT/LC_MESSAGES/forwards.mo
%%HORDIR%%/locale/nn_NO/LC_MESSAGES/forwards.mo
%%HORDIR%%/locale/pl_PL/LC_MESSAGES/forwards.mo
%%HORDIR%%/locale/pt_BR/LC_MESSAGES/forwards.mo
%%HORDIR%%/locale/pt_PT/LC_MESSAGES/forwards.mo
%%HORDIR%%/locale/ro_RO/LC_MESSAGES/forwards.mo
%%HORDIR%%/locale/ru_RU/LC_MESSAGES/forwards.mo
%%HORDIR%%/locale/zh_TW/LC_MESSAGES/forwards.mo
%%HORDIR%%/main.php
%%HORDIR%%/po/.htaccess
%%HORDIR%%/po/README
%%HORDIR%%/po/cs_CZ.po
%%HORDIR%%/po/da_DK.po
%%HORDIR%%/po/de_DE.po
%%HORDIR%%/po/es_ES.po
%%HORDIR%%/po/fa_IR.po
%%HORDIR%%/po/fi_FI.po
%%HORDIR%%/po/forwards.pot
%%HORDIR%%/po/fr_FR.po
%%HORDIR%%/po/gl_ES.po
%%HORDIR%%/po/hu_HU.po
%%HORDIR%%/po/it_IT.po
%%HORDIR%%/po/nn_NO.po
%%HORDIR%%/po/pl_PL.po
%%HORDIR%%/po/pt_BR.po
%%HORDIR%%/po/pt_PT.po
%%HORDIR%%/po/ro_RO.po
%%HORDIR%%/po/ru_RU.po
%%HORDIR%%/po/zh_TW.po
%%HORDIR%%/templates/.htaccess
%%HORDIR%%/templates/common-header.inc
%%HORDIR%%/templates/main/main.inc
%%HORDIR%%/themes/graphics/favicon.ico
%%HORDIR%%/themes/graphics/forwards.png
@dirrmtry %%HORDIR%%/config
@dirrm %%HORDIR%%/lib/Block
@dirrm %%HORDIR%%/lib/Driver
@dirrm %%HORDIR%%/lib
@dirrm %%HORDIR%%/locale/cs_CZ/LC_MESSAGES
@dirrm %%HORDIR%%/locale/cs_CZ
@dirrm %%HORDIR%%/locale/da_DK/LC_MESSAGES
@dirrm %%HORDIR%%/locale/da_DK
@dirrm %%HORDIR%%/locale/de_DE/LC_MESSAGES
@dirrm %%HORDIR%%/locale/de_DE
@dirrm %%HORDIR%%/locale/en_US
@dirrm %%HORDIR%%/locale/es_ES/LC_MESSAGES
@dirrm %%HORDIR%%/locale/es_ES
@dirrm %%HORDIR%%/locale/fa_IR/LC_MESSAGES
@dirrm %%HORDIR%%/locale/fa_IR
@dirrm %%HORDIR%%/locale/fi_FI/LC_MESSAGES
@dirrm %%HORDIR%%/locale/fi_FI
@dirrm %%HORDIR%%/locale/fr_FR/LC_MESSAGES
@dirrm %%HORDIR%%/locale/fr_FR
@dirrm %%HORDIR%%/locale/gl_ES/LC_MESSAGES
@dirrm %%HORDIR%%/locale/gl_ES
@dirrm %%HORDIR%%/locale/hu_HU/LC_MESSAGES
@dirrm %%HORDIR%%/locale/hu_HU
@dirrm %%HORDIR%%/locale/it_IT/LC_MESSAGES
@dirrm %%HORDIR%%/locale/it_IT
@dirrm %%HORDIR%%/locale/nn_NO/LC_MESSAGES
@dirrm %%HORDIR%%/locale/nn_NO
@dirrm %%HORDIR%%/locale/pl_PL/LC_MESSAGES
@dirrm %%HORDIR%%/locale/pl_PL
@dirrm %%HORDIR%%/locale/pt_BR/LC_MESSAGES
@dirrm %%HORDIR%%/locale/pt_BR
@dirrm %%HORDIR%%/locale/pt_PT/LC_MESSAGES
@dirrm %%HORDIR%%/locale/pt_PT
@dirrm %%HORDIR%%/locale/ro_RO/LC_MESSAGES
@dirrm %%HORDIR%%/locale/ro_RO
@dirrm %%HORDIR%%/locale/ru_RU/LC_MESSAGES
@dirrm %%HORDIR%%/locale/ru_RU
@dirrm %%HORDIR%%/locale/zh_TW/LC_MESSAGES
@dirrm %%HORDIR%%/locale/zh_TW
@dirrm %%HORDIR%%/locale
@dirrm %%HORDIR%%/po
@dirrm %%HORDIR%%/templates/main
@dirrm %%HORDIR%%/templates
@dirrm %%HORDIR%%/themes/graphics
@dirrm %%HORDIR%%/themes
@dirrmtry %%HORDIR%%
@dirrmtry %%HORBAS%%