summaryrefslogtreecommitdiff
path: root/mail
diff options
context:
space:
mode:
authorVanilla I. Shu <vanilla@FreeBSD.org>2003-09-30 18:04:52 +0000
committerVanilla I. Shu <vanilla@FreeBSD.org>2003-09-30 18:04:52 +0000
commit8b7d8811275cb5b6695324820b354b1f1a60216a (patch)
tree58e1ea7f59e7f4ac70d69e275032c564bf63eea5 /mail
parentAdd libhome 0.6, (diff)
Add lmtpd 0.9.7,
lMTPD is a lmtp server compliant with RFC 2033 and Maildir++. PR: 57176 Submitted by: Xavier Beaudouin <kiwi@oav.net>
Notes
Notes: svn path=/head/; revision=89915
Diffstat (limited to 'mail')
-rw-r--r--mail/Makefile1
-rw-r--r--mail/lmtpd/Makefile27
-rw-r--r--mail/lmtpd/distinfo1
-rw-r--r--mail/lmtpd/pkg-descr14
-rw-r--r--mail/lmtpd/pkg-plist2
5 files changed, 45 insertions, 0 deletions
diff --git a/mail/Makefile b/mail/Makefile
index b18166523b38..624a5b3ed2e0 100644
--- a/mail/Makefile
+++ b/mail/Makefile
@@ -116,6 +116,7 @@
SUBDIR += librfc822
SUBDIR += listmanager
SUBDIR += lmtp2nntp
+ SUBDIR += lmtpd
SUBDIR += lookout
SUBDIR += mahogany
SUBDIR += mail2procmailrc
diff --git a/mail/lmtpd/Makefile b/mail/lmtpd/Makefile
new file mode 100644
index 000000000000..a7522dbfe03f
--- /dev/null
+++ b/mail/lmtpd/Makefile
@@ -0,0 +1,27 @@
+# New ports collection makefile for: libhome
+# Date created: Fri Aug 14 2003
+# Whom: Xavier Beaudouin <kiwi@oav.net>
+#
+# $FreeBSD$
+#
+
+PORTNAME= lmtpd
+PORTVERSION= 0.9.7
+CATEGORIES= mail
+MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
+MASTER_SITE_SUBDIR= pll
+
+MAINTAINER= kiwi@oav.net
+COMMENT= LMTPD is a lmtp server compliant with RFC 2033 and Maildir++
+
+LIB_DEPENDS= mysqlclient:${PORTSDIR}/databases/mysql323-client \
+ pcre:${PORTSDIR}/devel/pcre
+BUILD_DEPENDS= ${LOCALBASE}/lib/libhome.a:${PORTSDIR}/misc/libhome
+
+GNU_CONFIGURE= YES
+
+CONFIGURE_ARGS+= --with-mysqllog --without-db3 --without-db4 --with-pcre --without-perl
+
+MAN8= lmtpd.8
+
+.include <bsd.port.mk>
diff --git a/mail/lmtpd/distinfo b/mail/lmtpd/distinfo
new file mode 100644
index 000000000000..5f54da349536
--- /dev/null
+++ b/mail/lmtpd/distinfo
@@ -0,0 +1 @@
+MD5 (lmtpd-0.9.7.tar.gz) = f8da5b4f6ab761bf42bd367c1a178296
diff --git a/mail/lmtpd/pkg-descr b/mail/lmtpd/pkg-descr
new file mode 100644
index 000000000000..5289ef7a549e
--- /dev/null
+++ b/mail/lmtpd/pkg-descr
@@ -0,0 +1,14 @@
+LMTPD is a RFC2033 compliant LMTPD server.
+Supported features :
+ o Maildir++ folder and soft quotas
+ o User defined filters
+ o Automatic Maildir creation
+ o Courier Shared folder
+ o User extensions
+ o Virtual domains via libhome
+ o MySQL and syslog logging
+ o Fully configurable
+ o Antivirus checks using external ClamAV, Sophie or Dr Web server
+ o Interface with SpamAssasin
+
+WWW: http://pll.sourceforge.net/
diff --git a/mail/lmtpd/pkg-plist b/mail/lmtpd/pkg-plist
new file mode 100644
index 000000000000..ec65c5842614
--- /dev/null
+++ b/mail/lmtpd/pkg-plist
@@ -0,0 +1,2 @@
+libexec/lmtpd
+bin/filtercheck