diff options
author | sheldonh <sheldonh@FreeBSD.org> | 2001-06-11 20:00:06 +0800 |
---|---|---|
committer | sheldonh <sheldonh@FreeBSD.org> | 2001-06-11 20:00:06 +0800 |
commit | db8f59017a792b2e935308f4e737e534c689526e (patch) | |
tree | d6eb40ac3257af29d05cff49b15e5277fda8d57b | |
parent | a01baf59aa3cfb2dab06ff9ba2641d5857adeded (diff) | |
download | freebsd-ports-gnome-db8f59017a792b2e935308f4e737e534c689526e.tar.gz freebsd-ports-gnome-db8f59017a792b2e935308f4e737e534c689526e.tar.zst freebsd-ports-gnome-db8f59017a792b2e935308f4e737e534c689526e.zip |
Add slave ports for Exim so that packages will be built for Exim
that include support for LDAP, mySQL and Postgres lookups.
-rw-r--r-- | mail/Makefile | 1 | ||||
-rw-r--r-- | mail/exim-mysql/pkg-comment | 1 | ||||
-rw-r--r-- | mail/exim-mysql/pkg-descr | 9 | ||||
-rw-r--r-- | mail/exim-postgresql/Makefile | 15 | ||||
-rw-r--r-- | mail/exim-postgresql/pkg-comment | 1 | ||||
-rw-r--r-- | mail/exim-postgresql/pkg-descr | 9 |
6 files changed, 36 insertions, 0 deletions
diff --git a/mail/Makefile b/mail/Makefile index e6252dbb9d3e..eb2a3740ffd5 100644 --- a/mail/Makefile +++ b/mail/Makefile @@ -32,6 +32,7 @@ SUBDIR += exim SUBDIR += exim-ldap SUBDIR += exim-mysql + SUBDIR += exim-postgresql SUBDIR += exmh2 SUBDIR += ezmlm SUBDIR += ezmlm-idx diff --git a/mail/exim-mysql/pkg-comment b/mail/exim-mysql/pkg-comment new file mode 100644 index 000000000000..a862bdff5618 --- /dev/null +++ b/mail/exim-mysql/pkg-comment @@ -0,0 +1 @@ +High performance MTA for Unix systems on the Internet diff --git a/mail/exim-mysql/pkg-descr b/mail/exim-mysql/pkg-descr new file mode 100644 index 000000000000..e7b7d4118545 --- /dev/null +++ b/mail/exim-mysql/pkg-descr @@ -0,0 +1,9 @@ +Exim is a mail transfer agent for Unix systems connected to the Internet. +It is a monolithic MTA designed to be a command line compatible drop-in +replacement for Sendmail. + +Exim is an excellent mailer for an ISP, as its control and flexibility +are very good and its requeing and retry algorithms are very powerful. +Exim's configuration syntax is simple and well documented. + +WWW: http://www.exim.org/ diff --git a/mail/exim-postgresql/Makefile b/mail/exim-postgresql/Makefile new file mode 100644 index 000000000000..8fa6ca531981 --- /dev/null +++ b/mail/exim-postgresql/Makefile @@ -0,0 +1,15 @@ +# New ports collection makefile for: exim-postgresql +# Date created: 11 Jun 2001 +# Whom: Sheldon Hearn <sheldonh@FreeBSD.org> +# +# $FreeBSD$ +# + +PKGNAMESUFFIX= -postgresql +CATEGORIES= mail +PKGDIR= ../exim +FILESDIR= ${PKGDIR}/files + +WITH_PGSQL= yes + +.include "../exim/Makefile" diff --git a/mail/exim-postgresql/pkg-comment b/mail/exim-postgresql/pkg-comment new file mode 100644 index 000000000000..a862bdff5618 --- /dev/null +++ b/mail/exim-postgresql/pkg-comment @@ -0,0 +1 @@ +High performance MTA for Unix systems on the Internet diff --git a/mail/exim-postgresql/pkg-descr b/mail/exim-postgresql/pkg-descr new file mode 100644 index 000000000000..e7b7d4118545 --- /dev/null +++ b/mail/exim-postgresql/pkg-descr @@ -0,0 +1,9 @@ +Exim is a mail transfer agent for Unix systems connected to the Internet. +It is a monolithic MTA designed to be a command line compatible drop-in +replacement for Sendmail. + +Exim is an excellent mailer for an ISP, as its control and flexibility +are very good and its requeing and retry algorithms are very powerful. +Exim's configuration syntax is simple and well documented. + +WWW: http://www.exim.org/ |