mirror of
https://git.FreeBSD.org/ports.git
synced 2025-02-02 11:09:29 +00:00
Add qmail-autoresponder 0.96.1, rate-limited autoresponder for qmail.
PR: 50287 Submitted by: Sergei Kolobov <sergei@kolobov.com>
This commit is contained in:
parent
c2db628f69
commit
2c9ec0c463
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=80601
@ -236,6 +236,7 @@
|
||||
SUBDIR += qconfirm
|
||||
SUBDIR += qmHandle
|
||||
SUBDIR += qmail
|
||||
SUBDIR += qmail-autoresponder
|
||||
SUBDIR += qmail-conf
|
||||
SUBDIR += qmail-contrib
|
||||
SUBDIR += qmail-ldap
|
||||
|
52
mail/qmail-autoresponder/Makefile
Normal file
52
mail/qmail-autoresponder/Makefile
Normal file
@ -0,0 +1,52 @@
|
||||
# New ports collection makefile for: qmail-autoresponder
|
||||
# Date created: 25 Mar 2003
|
||||
# Whom: Sergei Kolobov <sergei@kolobov.com>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
# Compile-time options:
|
||||
# WITH_MYSQL=yes enable support for MySQL
|
||||
#
|
||||
|
||||
PORTNAME= qmail-autoresponder
|
||||
PORTVERSION= 0.96.1
|
||||
CATEGORIES= mail
|
||||
MASTER_SITES= http://untroubled.org/qmail-autoresponder/
|
||||
|
||||
MAINTAINER= sergei@kolobov.com
|
||||
COMMENT= Rate-limited autoresponder for qmail
|
||||
|
||||
BUILD_DEPENDS= ${BGLIBS_ROOT}/include/iobuf/iobuf.h:${PORTSDIR}/devel/bglibs
|
||||
|
||||
BGLIBS_ROOT?= ${LOCALBASE}
|
||||
|
||||
PROGS= qmail-autoresponder
|
||||
MAN1= qmail-autoresponder.1
|
||||
DOCS= NEWS README TODO procedure.txt
|
||||
|
||||
.if defined(WITH_MYSQL)
|
||||
PROGS+= qmail-autoresponder-mysql
|
||||
DOCS+= schema.mysql
|
||||
PLIST_SUB+= MYSQL=""
|
||||
.else
|
||||
PLIST_SUB+= MYSQL="@comment "
|
||||
.endif
|
||||
|
||||
ALL_TARGET= ${PROGS}
|
||||
|
||||
pre-build:
|
||||
${ECHO_CMD} "${BGLIBS_ROOT}/include" > ${WRKSRC}/conf-bgincs
|
||||
${ECHO_CMD} "${BGLIBS_ROOT}/lib" > ${WRKSRC}/conf-bglibs
|
||||
${ECHO_CMD} "${PREFIX}/bin" > ${WRKSRC}/conf-bin
|
||||
${ECHO_CMD} "${MANPREFIX}/man" > ${WRKSRC}/conf-man
|
||||
${ECHO_CMD} "${CC} ${CFLAGS}" > ${WRKSRC}/conf-cc
|
||||
|
||||
do-install:
|
||||
cd ${WRKSRC} && ${INSTALL_PROGRAM} ${PROGS} ${PREFIX}/bin
|
||||
${INSTALL_MAN} ${WRKSRC}/${MAN1} ${MANPREFIX}/man/man1
|
||||
.if !defined(NOPORTDOCS)
|
||||
@${MKDIR} ${DOCSDIR}
|
||||
cd ${WRKSRC} && ${INSTALL_DATA} ${DOCS} ${DOCSDIR}
|
||||
.endif
|
||||
|
||||
.include <bsd.port.mk>
|
1
mail/qmail-autoresponder/distinfo
Normal file
1
mail/qmail-autoresponder/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (qmail-autoresponder-0.96.1.tar.gz) = e845b37ef3e2b85aa0ca51d1e54f661b
|
14
mail/qmail-autoresponder/pkg-descr
Normal file
14
mail/qmail-autoresponder/pkg-descr
Normal file
@ -0,0 +1,14 @@
|
||||
Rate-limited autoresponder for qmail:
|
||||
- Limits rate of automatic responses (defaults to a maximum of one
|
||||
message every hour).
|
||||
- Will not respond to nearly every type of mailing list or bulk email.
|
||||
- Will not respond to bounce messages or MAILER-DAEMON.
|
||||
- Bounces looping messages.
|
||||
- Can insert the original subject into the response.
|
||||
- Can copy original message into response.
|
||||
- Can use links in the rate-limiting data directory to limit inode usage
|
||||
to a single inode.
|
||||
- Optional support for MySQL
|
||||
|
||||
Author: Bruce Guenter <bruceg@em.ca>
|
||||
WWW: http://untroubled.org/qmail-autoresponder/
|
8
mail/qmail-autoresponder/pkg-plist
Normal file
8
mail/qmail-autoresponder/pkg-plist
Normal file
@ -0,0 +1,8 @@
|
||||
bin/qmail-autoresponder
|
||||
%%MYSQL%%bin/qmail-autoresponder-mysql
|
||||
%%PORTDOCS%%%%DOCSDIR%%/NEWS
|
||||
%%PORTDOCS%%%%DOCSDIR%%/README
|
||||
%%PORTDOCS%%%%DOCSDIR%%/TODO
|
||||
%%PORTDOCS%%%%DOCSDIR%%/procedure.txt
|
||||
%%MYSQL%%%%PORTDOCS%%%%DOCSDIR%%/schema.mysql
|
||||
%%PORTDOCS%%@dirrm %%DOCSDIR%%
|
Loading…
x
Reference in New Issue
Block a user