pkgsrc/mail/teapop/Makefile

33 lines
833 B
Makefile
Raw Normal View History

# $NetBSD: Makefile,v 1.23 2005/04/11 21:46:28 tv Exp $
Update teapop to version 0.3.8 * Changes since previous pkgsrc version - 0.3.5: 0.3.8 + Allow port to listen to in standalone to be changed with -P. (Patch by: "Malte S. Stretz" <msquadrat.nospamplease@gmx.net>) ! Reduce memory footprint (Idea from: "Malte S. Stretz" <msquadrat.nospamplease@gmx.net>) + Warn when teapop.passwd isn't found and default authentication is used. + Introduce softlock, which gives the client an empty mailbox instead of an error. - Proper handling of CRLF in Maildirs. (Found by: Matthew Sayler <sayler@speedsite.com>) * Release date: 25-Nov-2003 0.3.7 - The configure script was broken under certain circumstances. * Release date: 22-Jul-2003 0.3.6 + Attempt to handle broken maildelivery programs that doesn't quote From_ lines. + Support to delete messages older then a certain expire date. + Support for tcpwrapper. ! Better cleanup of MySQL connections (Patch by: Ross West <westr@connection.ca>) ! Improved NULL handling on long lines (Pointed out by: Ross West <westr@connection.ca>) - Possible buffer underflow fixed. - Unbreak APOP with database authentication (Found by: "Toru Hosaka" <hosaka@kt.rim.or.jp>) ! Restrict max value for hashing. + Mailspool hashing is now availble for all authentication types. (Based on patch by: Robert Gomu?ka <carramba@pf.pl>) + Escape userdata for database authenticaion (Patch by: Robert Gomu?ka <carramba@pf.pl>) + Support for ia64. + Support for special logging in SSL-mode. + IPv6 support when running in inetd-mode. * Release date: 21-Jul-2003 * Superfluous MESSAGE file mentioning rc.d script was removed, as it was too generic and not really useful.
2004-07-23 16:08:41 +02:00
DISTNAME= teapop-0.3.8
PKGREVISION= 2
CATEGORIES= mail
MASTER_SITES= ftp://ftp.toontown.org/pub/teapop/ \
http://www.toontown.org/pub/teapop/
MAINTAINER= dawszy@arhea.net
HOMEPAGE= http://www.toontown.org/teapop/
COMMENT= Yet another RFC1939 compliant POP3 server
USE_PKGINSTALL= YES
GNU_CONFIGURE= YES
CONFIGURE_ARGS+= --enable-flock
2001-11-25 23:55:04 +01:00
CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR}
CONFIGURE_ARGS+= --enable-piddir=${VARBASE}/run
2001-11-25 23:55:04 +01:00
EGDIR= ${PREFIX}/share/examples/teapop
CONF_FILES= ${EGDIR}/teapop.passwd ${PKG_SYSCONFDIR}/teapop.passwd
2003-01-19 14:04:48 +01:00
RCD_SCRIPTS= teapop
.include "options.mk"
2001-11-25 23:55:04 +01:00
post-install:
${INSTALL_DATA_DIR} ${EGDIR}
${INSTALL_DATA} ${WRKSRC}/etc/teapop.passwd ${EGDIR}
.include "../../security/tcp_wrappers/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"