summaryrefslogtreecommitdiff
path: root/mail/ezmlm-idx/Makefile
diff options
context:
space:
mode:
authorschmonz <schmonz>2002-07-23 08:49:46 +0000
committerschmonz <schmonz>2002-07-23 08:49:46 +0000
commit196dc44173056b376bfc3b4e5986c80a49e5b202 (patch)
treed0199b20205353afef59d78697d0400f922a6ff0 /mail/ezmlm-idx/Makefile
parentf4d97657453e53431d294d0e6a29d9aef1435aa5 (diff)
downloadpkgsrc-196dc44173056b376bfc3b4e5986c80a49e5b202.tar.gz
Import ezmlm-idx-0.40, based on pkg/14784 by Sen Nagata <sen@eccosys.com>,
with changes by me to share some logic with our ezmlm package. This is an addition and patch to ezmlm-0.53 [(c) Dan J. Bernstein]. Ezmlm-idx uses Dan's libraries and heavily relies on ezmlm-0.53 code. ezmlm-idx does not function without ezmlm-0.53. ezmlm-0.53 provides basic message distribution, subscriber address handling, message archiving (single quoted message retrieval only), and bounce handling. ezmlm-idx adds multi-message threaded archive retrieval, digests, remote administration, message and subscription moderation, subscriber-only restrictions, message trailer, subject prefix, subscriber name storage, customizable setup, multi-language and MIME support and more. In addition, improved bounce handling, case-insensitive subscriber address storage, and support for distributed lists (main + sublist transparent to the subscriber). Ezmlm-idx can now be compiled with MySQL or Postgres support.
Diffstat (limited to 'mail/ezmlm-idx/Makefile')
-rw-r--r--mail/ezmlm-idx/Makefile25
1 files changed, 25 insertions, 0 deletions
diff --git a/mail/ezmlm-idx/Makefile b/mail/ezmlm-idx/Makefile
new file mode 100644
index 00000000000..a814f993652
--- /dev/null
+++ b/mail/ezmlm-idx/Makefile
@@ -0,0 +1,25 @@
+# $NetBSD: Makefile,v 1.1.1.1 2002/07/23 08:49:46 schmonz Exp $
+#
+
+.include "../../mail/ezmlm/Makefile.common"
+
+DISTNAME= ezmlm-idx-0.40
+MASTER_SITES+= http://gd.tuwien.ac.at/infosys/mail/qmail/ezmlm-patches/ \
+ ftp://ftp.ezmlm.org/pub/patches/
+
+MAINTAINER= packages@netbsd.org
+HOMEPAGE= http://www.ezmlm.org/
+COMMENT= ezmlm with enhancements by third parties
+
+CONFLICTS= ezmlm-[0-9]*
+
+DISTFILES+= ${EZMLM_VERS}.tar.gz
+PLIST_SRC+= PLIST.idx
+
+do-patch:
+ @${MV} ${WRKSRC}/* ${WRKDIR}/${EZMLM_VERS}
+ @${RMDIR} ${WRKSRC}
+ @${MV} ${WRKDIR}/${EZMLM_VERS} ${WRKSRC}
+ @cd ${WRKSRC}; ${PATCH} ${PATCH_DIST_ARGS} < idx.patch
+
+.include "../../mk/bsd.pkg.mk"