Adding mailman version 1.1.
Mailman is software to help manage email discussion lists, much like Majordomo
and Smartmail. Unlike most similar products, Mailman gives each mailing list a
web page, and allows users to subscribe, unsubscribe, etc. over the web. Even
the list manager can administer his or her list entirely from the web. Mailman
also integrates most things people want to do with mailing lists, including
archiving, mail-to-news gateways, integrated bounce handling, spam prevention,
email-based admin commands, direct SMTP delivery (with fast bulk mailing),
support for virtual domains, and more.
PR: 19400
Submitted by: Nick Hibma <n_hibma@calcaphon.com>
2000-07-17 01:16:02 +00:00
|
|
|
# New ports collection makefile for: mailman
|
|
|
|
# Date created: 10 July 2000
|
|
|
|
# Whom: n_hibma@qubesoft.com
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= mailman
|
2000-08-05 00:31:43 +00:00
|
|
|
PORTVERSION= 2.0b5
|
Adding mailman version 1.1.
Mailman is software to help manage email discussion lists, much like Majordomo
and Smartmail. Unlike most similar products, Mailman gives each mailing list a
web page, and allows users to subscribe, unsubscribe, etc. over the web. Even
the list manager can administer his or her list entirely from the web. Mailman
also integrates most things people want to do with mailing lists, including
archiving, mail-to-news gateways, integrated bounce handling, spam prevention,
email-based admin commands, direct SMTP delivery (with fast bulk mailing),
support for virtual domains, and more.
PR: 19400
Submitted by: Nick Hibma <n_hibma@calcaphon.com>
2000-07-17 01:16:02 +00:00
|
|
|
CATEGORIES= mail
|
2000-08-05 00:31:43 +00:00
|
|
|
MASTER_SITES= http://download.sourceforge.net/mailman/
|
|
|
|
DISTNAME= mailman-2.0beta5
|
|
|
|
EXTRACT_SUFX= .tgz
|
Adding mailman version 1.1.
Mailman is software to help manage email discussion lists, much like Majordomo
and Smartmail. Unlike most similar products, Mailman gives each mailing list a
web page, and allows users to subscribe, unsubscribe, etc. over the web. Even
the list manager can administer his or her list entirely from the web. Mailman
also integrates most things people want to do with mailing lists, including
archiving, mail-to-news gateways, integrated bounce handling, spam prevention,
email-based admin commands, direct SMTP delivery (with fast bulk mailing),
support for virtual domains, and more.
PR: 19400
Submitted by: Nick Hibma <n_hibma@calcaphon.com>
2000-07-17 01:16:02 +00:00
|
|
|
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
|
|
|
|
|
|
BUILD_DEPENDS+= python:${PORTSDIR}/lang/python
|
|
|
|
RUN_DEPENDS+= $(LOCALBASE)/sbin/httpd:${PORTSDIR}/www/apache13\
|
|
|
|
python:${PORTSDIR}/lang/python
|
|
|
|
|
|
|
|
GNU_CONFIGURE= yes
|
2000-08-05 00:50:34 +00:00
|
|
|
CONFIGURE_ARGS= --with-mail-gid=daemon --with-cgi-gid=nogroup
|
Adding mailman version 1.1.
Mailman is software to help manage email discussion lists, much like Majordomo
and Smartmail. Unlike most similar products, Mailman gives each mailing list a
web page, and allows users to subscribe, unsubscribe, etc. over the web. Even
the list manager can administer his or her list entirely from the web. Mailman
also integrates most things people want to do with mailing lists, including
archiving, mail-to-news gateways, integrated bounce handling, spam prevention,
email-based admin commands, direct SMTP delivery (with fast bulk mailing),
support for virtual domains, and more.
PR: 19400
Submitted by: Nick Hibma <n_hibma@calcaphon.com>
2000-07-17 01:16:02 +00:00
|
|
|
|
|
|
|
UNAME= mailman
|
|
|
|
UID= 89
|
|
|
|
|
|
|
|
MAILMANDIR= ${PREFIX}/mailman
|
|
|
|
|
|
|
|
pre-configure:
|
|
|
|
# Add the username, uid, group amd gid
|
|
|
|
${SH} ${FILESDIR}/configure.sh ${UNAME} ${UID}
|
|
|
|
|
|
|
|
# Create the dir and the correct permissions for it.
|
|
|
|
${MKDIR} ${MAILMANDIR}
|
|
|
|
${CHOWN} ${UNAME}:${UNAME} ${MAILMANDIR}
|
2000-08-05 00:31:43 +00:00
|
|
|
${CHMOD} 2775 ${MAILMANDIR}
|
Adding mailman version 1.1.
Mailman is software to help manage email discussion lists, much like Majordomo
and Smartmail. Unlike most similar products, Mailman gives each mailing list a
web page, and allows users to subscribe, unsubscribe, etc. over the web. Even
the list manager can administer his or her list entirely from the web. Mailman
also integrates most things people want to do with mailing lists, including
archiving, mail-to-news gateways, integrated bounce handling, spam prevention,
email-based admin commands, direct SMTP delivery (with fast bulk mailing),
support for virtual domains, and more.
PR: 19400
Submitted by: Nick Hibma <n_hibma@calcaphon.com>
2000-07-17 01:16:02 +00:00
|
|
|
|
|
|
|
post-install:
|
2000-08-05 00:50:34 +00:00
|
|
|
@${CHOWN} -R :${UNAME} ${MAILMANDIR}
|
Adding mailman version 1.1.
Mailman is software to help manage email discussion lists, much like Majordomo
and Smartmail. Unlike most similar products, Mailman gives each mailing list a
web page, and allows users to subscribe, unsubscribe, etc. over the web. Even
the list manager can administer his or her list entirely from the web. Mailman
also integrates most things people want to do with mailing lists, including
archiving, mail-to-news gateways, integrated bounce handling, spam prevention,
email-based admin commands, direct SMTP delivery (with fast bulk mailing),
support for virtual domains, and more.
PR: 19400
Submitted by: Nick Hibma <n_hibma@calcaphon.com>
2000-07-17 01:16:02 +00:00
|
|
|
@echo All related binaries have been installed in ${MAILMANDIR}/bin
|
2000-08-05 00:50:34 +00:00
|
|
|
@echo See ${WRKDIR}/INSTALL for installation instructions \($$prefix == ${MAILMANDIR}\).
|
Adding mailman version 1.1.
Mailman is software to help manage email discussion lists, much like Majordomo
and Smartmail. Unlike most similar products, Mailman gives each mailing list a
web page, and allows users to subscribe, unsubscribe, etc. over the web. Even
the list manager can administer his or her list entirely from the web. Mailman
also integrates most things people want to do with mailing lists, including
archiving, mail-to-news gateways, integrated bounce handling, spam prevention,
email-based admin commands, direct SMTP delivery (with fast bulk mailing),
support for virtual domains, and more.
PR: 19400
Submitted by: Nick Hibma <n_hibma@calcaphon.com>
2000-07-17 01:16:02 +00:00
|
|
|
@echo Sample entry for httpd.conf for Apache:
|
|
|
|
@echo " ScriptAlias /mailman/ ${MAILMANDIR}/cgi-bin/"
|
|
|
|
@echo ' <Directory ${MAILMANDIR}/cgi-bin/>'
|
|
|
|
@echo ' Options FollowSymLinks ExecCGI'
|
|
|
|
@echo ' ... other options ...'
|
|
|
|
@echo ' </Directory>'
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|
|
|
|
|
|
|
|
# Override the prefix (it is being abused in mailman)
|
|
|
|
# XXX It might be a good idea to have a look again at where
|
|
|
|
# the various files are put
|
|
|
|
CONFIGURE_ARGS+= --prefix=${MAILMANDIR}
|