Index: head/mail/perdition/Makefile =================================================================== --- head/mail/perdition/Makefile (revision 58529) +++ head/mail/perdition/Makefile (revision 58530) @@ -1,45 +1,44 @@ # New ports collection makefile for: perdition # Date created: 28 April 2001 # Whom: Konstantinos Konstantinidis # # $FreeBSD$ # PORTNAME= perdition -PORTVERSION= 0.1.8 -PORTREVISION= 1 +PORTVERSION= 0.1.9 CATEGORIES= mail net security MASTER_SITES= ftp://perdition.sourceforge.net/pub/perdition/%SUBDIR%/ \ ftp://ftp.au.vergenet.net/pub/perdition/%SUBDIR%/ \ ftp://ftp.nl.vergenet.net/pub/perdition/%SUBDIR%/ \ ftp://ftp.jp.vergenet.net/pub/perdition/%SUBDIR%/ \ ftp://ftp.us.vergenet.net/pub/perdition/%SUBDIR%/ MASTER_SITE_SUBDIR= ${PORTVERSION} MAINTAINER= kkonstan@daemon.gr LIB_DEPENDS= intl.2:${PORTSDIR}/devel/gettext \ popt.0:${PORTSDIR}/devel/popt \ gdbm.2:${PORTSDIR}/databases/gdbm \ vanessa_logger.0:${PORTSDIR}/devel/libvanessa_logger \ vanessa_socket.0:${PORTSDIR}/devel/libvanessa_socket \ vanessa_adt.0:${PORTSDIR}/devel/libvanessa_adt MAN1= makegdbm.1 MAN5= perditiondb.5 MAN8= perdition.8 USE_LIBTOOL= YES CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" INSTALLS_SHLIB= yes post-extract: ${MV} ${WRKSRC}/etc/perdition/perdition.conf \ ${WRKSRC}/etc/perdition/perdition.conf.sample ${MV} ${WRKSRC}/perdition/db/gdbm/popmap \ ${WRKSRC}/perdition/db/gdbm/popmap.sample ${MV} ${WRKSRC}/perdition/db/posix_regex/popmap.re \ ${WRKSRC}/perdition/db/posix_regex/popmap.re.sample .include Property changes on: head/mail/perdition/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.6 \ No newline at end of property +1.7 \ No newline at end of property Index: head/mail/perdition/distinfo =================================================================== --- head/mail/perdition/distinfo (revision 58529) +++ head/mail/perdition/distinfo (revision 58530) @@ -1 +1 @@ -MD5 (perdition-0.1.8.tar.gz) = 57e968a3cd5515c975af75af5893ed5e +MD5 (perdition-0.1.9.tar.gz) = 504213f33dd23d3436ccee5cbc4e7817 Property changes on: head/mail/perdition/distinfo ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.2 \ No newline at end of property +1.3 \ No newline at end of property Index: head/mail/perdition/files/patch-ai =================================================================== --- head/mail/perdition/files/patch-ai (nonexistent) +++ head/mail/perdition/files/patch-ai (revision 58530) @@ -0,0 +1,24 @@ +--- perdition/str.c.orig Sun Apr 21 04:10:48 2002 ++++ perdition/str.c Sun Apr 21 04:13:22 2002 +@@ -35,7 +35,6 @@ + #include + #include + #include +-#include + #include + #include + +@@ -96,13 +95,6 @@ + + extern options_t opt; + extern vanessa_logger_t *perdition_vl; +- +- if((fmt_args=parse_printf_format(fmt, 0, NULL)) != nargs){ +- PERDITION_DEBUG_UNSAFE( +- "nargs and fmt missmatch: %d args requested, %d args in format", nargs, +- fmt_args); +- return(-1); +- } + + va_start(ap, fmt); + if((bytes=vsnprintf(__str_write_buf, STR_WRITE_BUF_LEN-2, fmt, ap))<0){ Property changes on: head/mail/perdition/files/patch-ai ___________________________________________________________________ Added: cvs2svn:cvs-rev ## -0,0 +1 ## +1.1 \ No newline at end of property Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Index: head/mail/perdition/files/patch-aj =================================================================== --- head/mail/perdition/files/patch-aj (nonexistent) +++ head/mail/perdition/files/patch-aj (revision 58530) @@ -0,0 +1,10 @@ +--- perdition/username.h.orig Sun Apr 21 04:16:49 2002 ++++ perdition/username.h Sun Apr 21 04:16:57 2002 +@@ -29,6 +29,7 @@ + #ifndef USERNAME_BERT + #define USERNAME_BERT + ++#include + #include + + /********************************************************************** Property changes on: head/mail/perdition/files/patch-aj ___________________________________________________________________ Added: cvs2svn:cvs-rev ## -0,0 +1 ## +1.1 \ No newline at end of property Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Index: head/mail/perdition/pkg-descr =================================================================== --- head/mail/perdition/pkg-descr (revision 58529) +++ head/mail/perdition/pkg-descr (revision 58530) @@ -1,23 +1,23 @@ Perdition is a mail retrieval proxy that allows users to connect to a content-free POP3 or IMAP4 server that will redirect them to their real POP3 or IMAP4 server. This enables mail retrieval for a domain to be split across multiple backend servers on a per user basis. It can also be used as a POP3 or IMAP4 proxy in firewall applications. Perdition supports arbitrary library based map access to determine the server for each user - POSIX regex, GDBM, PostgreSQL, MySQL, NIS and OpenLDAP libraries ship with the distribution. Please note that this package does not include support for PostgreSQL, MySQL or OpenLDAP, however if you build the port and you have any of those installed, the apropriate libraries WILL be build and you will be able to use them. Please note though that the packing list does not take these into account! The use of perditon to scale mail services beyond a single box is discussed in a paper the author wrote on high capacity email, so be sure to check the web page. -WWW: http://perdition.sourceforge.net/ +WWW: http://www.vergenet.net/linux/perdition/ -- K. Konstantinidis Property changes on: head/mail/perdition/pkg-descr ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.1 \ No newline at end of property +1.2 \ No newline at end of property