Subject: CVS commit: pkgsrc/mail
To: None <pkgsrc-changes@NetBSD.org>
From: Todd Vierling <tv@netbsd.org>
List: pkgsrc-changes
Date: 01/31/2006 21:07:31
Module Name:	pkgsrc
Committed By:	tv
Date:		Tue Jan 31 21:07:31 UTC 2006

Modified Files:
	pkgsrc/mail: Makefile
Added Files:
	pkgsrc/mail/perdition: DESCR Makefile Makefile.common PLIST
	    buildlink3.mk distinfo options.mk
	pkgsrc/mail/perdition-bdb: Makefile PLIST
	pkgsrc/mail/perdition-gdbm: Makefile PLIST
	pkgsrc/mail/perdition-ldap: Makefile PLIST
	pkgsrc/mail/perdition-mysql: Makefile PLIST
	pkgsrc/mail/perdition-odbc: Makefile PLIST
	pkgsrc/mail/perdition-postgresql: Makefile PLIST
	pkgsrc/mail/perdition/patches: patch-aa patch-ab

Log Message:
Perdition 1.17, a POP3/IMAP4 proxy capable of choosing different destination
servers based on user authentication.  From DESCR:

Perdition is a fully featured POP3 and IMAP4 proxy server. It is able to
handle both SSL and non-SSL connections and redirect users to a
real-server based on a database lookup. Perdition supports modular based
database access. ODBC, MySQL, PostgreSQL, GDBM, POSIX Regular Expression
and NIS modules ship with the distribution. The API for modules is open
allowing abitary modules to be written to allow access to any data store.

Perdition can be used to: Create large mail systems where a users mailbox
may be stored on one of several hosts.  Integrate different mail systems
together. Migrate between different email infastructure. And in firewall
applications.


To generate a diff of this commit:
cvs rdiff -r1.279 -r1.280 pkgsrc/mail/Makefile
cvs rdiff -r0 -r1.1 pkgsrc/mail/perdition/DESCR \
    pkgsrc/mail/perdition/Makefile pkgsrc/mail/perdition/Makefile.common \
    pkgsrc/mail/perdition/PLIST pkgsrc/mail/perdition/buildlink3.mk \
    pkgsrc/mail/perdition/distinfo pkgsrc/mail/perdition/options.mk
cvs rdiff -r0 -r1.1 pkgsrc/mail/perdition-bdb/Makefile \
    pkgsrc/mail/perdition-bdb/PLIST
cvs rdiff -r0 -r1.1 pkgsrc/mail/perdition-gdbm/Makefile \
    pkgsrc/mail/perdition-gdbm/PLIST
cvs rdiff -r0 -r1.1 pkgsrc/mail/perdition-ldap/Makefile \
    pkgsrc/mail/perdition-ldap/PLIST
cvs rdiff -r0 -r1.1 pkgsrc/mail/perdition-mysql/Makefile \
    pkgsrc/mail/perdition-mysql/PLIST
cvs rdiff -r0 -r1.1 pkgsrc/mail/perdition-odbc/Makefile \
    pkgsrc/mail/perdition-odbc/PLIST
cvs rdiff -r0 -r1.1 pkgsrc/mail/perdition-postgresql/Makefile \
    pkgsrc/mail/perdition-postgresql/PLIST
cvs rdiff -r0 -r1.1 pkgsrc/mail/perdition/patches/patch-aa \
    pkgsrc/mail/perdition/patches/patch-ab

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.