The FreeBSD Ports Archive

Freebsd | Contact
Welcome to FreeBSD Software


FreeBSD mail : autorespond

Simple autoresponder for qmail

 Simple autoresponder for qmail
 

http://www.inter7.com/devel/



autorespond history


v. 1.15
date: 2004/02/06 13:11:37;  author: trevor;  state: Exp;  lines: +1 -0
Use PLIST_FILES (bento-tested, marcus-reviewed).

v. 1.14 date: 2003/12/29 15:06:53; author: roam; state: Exp; lines: +1 -1 Update to 2.0.5, which contains important fixes to the autorespond exit code in various situations; previously, mail may have been lost in some circumstances.
v. 1.13 date: 2003/09/02 13:46:36; author: roam; state: Exp; lines: +10 -2 Update to autorespond-2.0.4, which contains a couple of security fixes. This version also includes the Debian manpage, which I converted to -mdoc format; the WITHOUT_MDOC_MANPAGE knob makes the port install the original Debian page. PR: 56309, 56310 Submitted by: Alex Dupre
v. 1.12 date: 2003/08/29 16:04:41; author: roam; state: Exp; lines: +2 -1 Fix an off-by-one error in strncpy(3) usage. Unquote the comment variable. PR: 55700 Submitted by: Alex Dupre
v. 1.11 date: 2003/04/04 07:27:36; author: roam; state: Exp; lines: +8 -11 Update to 2.0.3 and add my autoconfiguration patch which uses DJB's mechanisms for detecting the availability of strcasestr(3) and only uses autorespond's own strcasestr() version if needed. NOTE: there is NO functionality change in autorespond-2.0.3 with respect to 2.0.2.
v. 1.10 date: 2003/02/19 16:07:26; author: roam; state: Exp; lines: +1 -0 Remove pkg-comment files in my ports.
v. 1.9 date: 2002/11/05 01:52:20; author: edwin; state: Exp; lines: +1 -1 Add -E to REINPLACE because it's a extended RE Notified by: bento
v. 1.8 date: 2002/11/04 05:46:30; author: edwin; state: Exp; lines: +3 -1 PERL -> REINPLACE And some ports have USE_PERL5=yes now.
v. 1.7 date: 2002/10/10 12:59:33; author: knu; state: Exp; lines: +1 -1 CC, CXX, CFLAGS, PTHREAD_CFLAGS and PTHREAD_LIBS may contain `/' in them when using a non-default compiler/linker, so do not use `/' as delimiter for s///. (I picked `|' instead)
v. 1.6 date: 2002/02/22 09:39:21; author: roam; state: Exp; lines: +9 -3 Make the strcasestr() definition conditional on OSVERSION. Respect CFLAGS by patching them into the program Makefile. No longer override the do-build target, let make(1) do its thing. No PORTREVISION bump for the strcasestr() fix - this port simply did not build at all on systems of olde :( Reported by:
v. 1.5 date: 2002/02/07 10:32:26; author: roam; state: Exp; lines: +4 -4 Update autorespond to 2.0.2, adding a patch to comment out a definition of strcasestr(), which is already provided by our libc's . Take over maintainership from Neil Blakey-Milner with many thanks for his work on this and other ports! PR: 34024 Submitted by: Oliver Lehmann Approved by: nbm (former maintainer)
v. 1.4 date: 2001/02/05 15:10:27; author: olgeni; state: Exp; lines: +2 -2 Spaces->tabs in the mail category. (I know, I look boring and pedant :o)
v. 1.3 date: 2001/01/03 10:33:10; author: nbm; state: Exp; lines: +2 -2 Use an alternative MASTER_SITE to find the distfile. PR: 23928 Submitted by: George Reid
v. 1.2 date: 2000/04/13 19:59:22; author: cpiazza; state: Exp; lines: +3 -3 Update to use PORTNAME/PORTVERSION
v. 1.1 date: 2000/02/03 15:16:23; author: nbm; state: Exp; branches: 1.1.1; Initial revision
v. 1.1.1.1 date: 2000/02/03 15:16:23; author: nbm; state: Exp; lines: +0 -0 Import of autorespond, a simple autoresponder, as needed for future ports. ============================================================================= v. 1.15 date: 2004/02/06 13:11:37; author: trevor; state: Exp; lines: +1 -0 Use PLIST_FILES (bento-tested, marcus-reviewed).
v. 1.14 date: 2003/12/29 15:06:53; author: roam; state: Exp; lines: +1 -1 Update to 2.0.5, which contains important fixes to the autorespond exit code in various situations; previously, mail may have been lost in some circumstances.
v. 1.13 date: 2003/09/02 13:46:36; author: roam; state: Exp; lines: +10 -2 Update to autorespond-2.0.4, which contains a couple of security fixes. This version also includes the Debian manpage, which I converted to -mdoc format; the WITHOUT_MDOC_MANPAGE knob makes the port install the original Debian page. PR: 56309, 56310 Submitted by: Alex Dupre
v. 1.12 date: 2003/08/29 16:04:41; author: roam; state: Exp; lines: +2 -1 Fix an off-by-one error in strncpy(3) usage. Unquote the comment variable. PR: 55700 Submitted by: Alex Dupre
v. 1.11 date: 2003/04/04 07:27:36; author: roam; state: Exp; lines: +8 -11 Update to 2.0.3 and add my autoconfiguration patch which uses DJB's mechanisms for detecting the availability of strcasestr(3) and only uses autorespond's own strcasestr() version if needed. NOTE: there is NO functionality change in autorespond-2.0.3 with respect to 2.0.2.
v. 1.10 date: 2003/02/19 16:07:26; author: roam; state: Exp; lines: +1 -0 Remove pkg-comment files in my ports.
v. 1.9 date: 2002/11/05 01:52:20; author: edwin; state: Exp; lines: +1 -1 Add -E to REINPLACE because it's a extended RE Notified by: bento
v. 1.8 date: 2002/11/04 05:46:30; author: edwin; state: Exp; lines: +3 -1 PERL -> REINPLACE And some ports have USE_PERL5=yes now.
v. 1.7 date: 2002/10/10 12:59:33; author: knu; state: Exp; lines: +1 -1 CC, CXX, CFLAGS, PTHREAD_CFLAGS and PTHREAD_LIBS may contain `/' in them when using a non-default compiler/linker, so do not use `/' as delimiter for s///. (I picked `|' instead)
v. 1.6 date: 2002/02/22 09:39:21; author: roam; state: Exp; lines: +9 -3 Make the strcasestr() definition conditional on OSVERSION. Respect CFLAGS by patching them into the program Makefile. No longer override the do-build target, let make(1) do its thing. No PORTREVISION bump for the strcasestr() fix - this port simply did not build at all on systems of olde :( Reported by:
v. 1.5 date: 2002/02/07 10:32:26; author: roam; state: Exp; lines: +4 -4 Update autorespond to 2.0.2, adding a patch to comment out a definition of strcasestr(), which is already provided by our libc's . Take over maintainership from Neil Blakey-Milner with many thanks for his work on this and other ports! PR: 34024 Submitted by: Oliver Lehmann Approved by: nbm (former maintainer)
v. 1.4 date: 2001/02/05 15:10:27; author: olgeni; state: Exp; lines: +2 -2 Spaces->tabs in the mail category. (I know, I look boring and pedant :o)
v. 1.3 date: 2001/01/03 10:33:10; author: nbm; state: Exp; lines: +2 -2 Use an alternative MASTER_SITE to find the distfile. PR: 23928 Submitted by: George Reid
v. 1.2 date: 2000/04/13 19:59:22; author: cpiazza; state: Exp; lines: +3 -3 Update to use PORTNAME/PORTVERSION
v. 1.1 date: 2000/02/03 15:16:23; author: nbm; state: Exp; branches: 1.1.1; Initial revision
v. 1.1.1.1 date: 2000/02/03 15:16:23; author: nbm; state: Exp; lines: +0 -0 Import of autorespond, a simple autoresponder, as needed for future ports. ============================================================================= v. 1.15 date: 2004/02/06 13:11:37; author: trevor; state: Exp; lines: +1 -0 Use PLIST_FILES (bento-tested, marcus-reviewed).
v. 1.14 date: 2003/12/29 15:06:53; author: roam; state: Exp; lines: +1 -1 Update to 2.0.5, which contains important fixes to the autorespond exit code in various situations; previously, mail may have been lost in some circumstances.
v. 1.13 date: 2003/09/02 13:46:36; author: roam; state: Exp; lines: +10 -2 Update to autorespond-2.0.4, which contains a couple of security fixes. This version also includes the Debian manpage, which I converted to -mdoc format; the WITHOUT_MDOC_MANPAGE knob makes the port install the original Debian page. PR: 56309, 56310 Submitted by: Alex Dupre
v. 1.12 date: 2003/08/29 16:04:41; author: roam; state: Exp; lines: +2 -1 Fix an off-by-one error in strncpy(3) usage. Unquote the comment variable. PR: 55700 Submitted by: Alex Dupre
v. 1.11 date: 2003/04/04 07:27:36; author: roam; state: Exp; lines: +8 -11 Update to 2.0.3 and add my autoconfiguration patch which uses DJB's mechanisms for detecting the availability of strcasestr(3) and only uses autorespond's own strcasestr() version if needed. NOTE: there is NO functionality change in autorespond-2.0.3 with respect to 2.0.2.
v. 1.10 date: 2003/02/19 16:07:26; author: roam; state: Exp; lines: +1 -0 Remove pkg-comment files in my ports.
v. 1.9 date: 2002/11/05 01:52:20; author: edwin; state: Exp; lines: +1 -1 Add -E to REINPLACE because it's a extended RE Notified by: bento
v. 1.8 date: 2002/11/04 05:46:30; author: edwin; state: Exp; lines: +3 -1 PERL -> REINPLACE And some ports have USE_PERL5=yes now.
v. 1.7 date: 2002/10/10 12:59:33; author: knu; state: Exp; lines: +1 -1 CC, CXX, CFLAGS, PTHREAD_CFLAGS and PTHREAD_LIBS may contain `/' in them when using a non-default compiler/linker, so do not use `/' as delimiter for s///. (I picked `|' instead)
v. 1.6 date: 2002/02/22 09:39:21; author: roam; state: Exp; lines: +9 -3 Make the strcasestr() definition conditional on OSVERSION. Respect CFLAGS by patching them into the program Makefile. No longer override the do-build target, let make(1) do its thing. No PORTREVISION bump for the strcasestr() fix - this port simply did not build at all on systems of olde :( Reported by:
v. 1.5 date: 2002/02/07 10:32:26; author: roam; state: Exp; lines: +4 -4 Update autorespond to 2.0.2, adding a patch to comment out a definition of strcasestr(), which is already provided by our libc's . Take over maintainership from Neil Blakey-Milner with many thanks for his work on this and other ports! PR: 34024 Submitted by: Oliver Lehmann Approved by: nbm (former maintainer)
v. 1.4 date: 2001/02/05 15:10:27; author: olgeni; state: Exp; lines: +2 -2 Spaces->tabs in the mail category. (I know, I look boring and pedant :o)
v. 1.3 date: 2001/01/03 10:33:10; author: nbm; state: Exp; lines: +2 -2 Use an alternative MASTER_SITE to find the distfile. PR: 23928 Submitted by: George Reid
v. 1.2 date: 2000/04/13 19:59:22; author: cpiazza; state: Exp; lines: +3 -3 Update to use PORTNAME/PORTVERSION
v. 1.1 date: 2000/02/03 15:16:23; author: nbm; state: Exp; branches: 1.1.1; Initial revision
v. 1.1.1.1 date: 2000/02/03 15:16:23; author: nbm; state: Exp; lines: +0 -0 Import of autorespond, a simple autoresponder, as needed for future ports. =============================================================================



Main menu

FreeBSD

Program categories

Freebsd accessibility
Freebsd archivers
Freebsd astro
Freebsd audio
Freebsd benchmarks
Freebsd biology
Freebsd cad
Freebsd chinese
Freebsd comms
Freebsd converters
Freebsd databases
Freebsd deskutils
Freebsd devel
Freebsd dns
Freebsd editors
Freebsd emulators
Freebsd finance
Freebsd french
Freebsd ftp
Freebsd games
Freebsd german
Freebsd graphics
Freebsd hebrew
Freebsd hungarian
Freebsd irc
Freebsd japanese
Freebsd java
Freebsd korean
Freebsd lang
Freebsd mail
Freebsd math
Freebsd mbone
Freebsd misc
Freebsd multimedia
Freebsd net
Freebsd net-im
Freebsd net-mgmt
Freebsd net-p2p
Freebsd news
Freebsd palm
Freebsd polish
Freebsd ports-mgmt
Freebsd portuguese
Freebsd print
Freebsd russian
Freebsd science
Freebsd security
Freebsd shells
Freebsd sysutils
Freebsd textproc
Freebsd ukrainian
Freebsd vietnamese
Freebsd www
Freebsd x11
Freebsd x11-clocks
Freebsd x11-drivers
Freebsd x11-fm
Freebsd x11-fonts
Freebsd x11-servers
Freebsd x11-themes
Freebsd x11-toolkits
Freebsd x11-wm