From efddb28b864650d09bbbe875fb1bca6a0a837945 Mon Sep 17 00:00:00 2001 From: Neil Blakey-Milner Date: Tue, 1 Aug 2000 11:55:35 +0000 Subject: Add smunge, a POP3 funnel proxy (ie, it can funnel from multiple sources to the user with one connection) PR: ports/20111 Submitted by: Domas Mituzas --- mail/Makefile | 1 + mail/smunge/Makefile | 23 +++++++++++++++++++++++ mail/smunge/distinfo | 1 + mail/smunge/files/patch-aa | 19 +++++++++++++++++++ mail/smunge/pkg-comment | 1 + mail/smunge/pkg-descr | 14 ++++++++++++++ mail/smunge/pkg-plist | 1 + 7 files changed, 60 insertions(+) create mode 100644 mail/smunge/Makefile create mode 100644 mail/smunge/distinfo create mode 100644 mail/smunge/files/patch-aa create mode 100644 mail/smunge/pkg-comment create mode 100644 mail/smunge/pkg-descr create mode 100644 mail/smunge/pkg-plist (limited to 'mail') diff --git a/mail/Makefile b/mail/Makefile index 52e0cf8fc811..553fc9279daf 100644 --- a/mail/Makefile +++ b/mail/Makefile @@ -108,6 +108,7 @@ SUBDIR += smapi SUBDIR += smtpd SUBDIR += smtpfeed + SUBDIR += smunge SUBDIR += solidpop3d SUBDIR += spruce SUBDIR += sylpheed diff --git a/mail/smunge/Makefile b/mail/smunge/Makefile new file mode 100644 index 000000000000..bbbac894293f --- /dev/null +++ b/mail/smunge/Makefile @@ -0,0 +1,23 @@ +# New ports collection makefile for: smunge +# Date created: 20 Jun 2000 +# Whom: Domas Mituzas +# +# $FreeBSD$ + +PORTNAME= smunge +PORTVERSION= 1.3.5 +CATEGORIES= mail +MASTER_SITES= http://www.i2pi.com/smunge/ + +MAINTAINER= midom@dammit.lt + +LIB_DEPENDS= ldap:${PORTSDIR}/net/openldap + +USE_GMAKE= true +WRKSRC= ${WRKDIR}/ +ALL_TARGET= smunged + +do-install: + @${INSTALL_PROGRAM} ${WRKSRC}/smunged ${PREFIX}/sbin/smunged + +.include diff --git a/mail/smunge/distinfo b/mail/smunge/distinfo new file mode 100644 index 000000000000..263811826752 --- /dev/null +++ b/mail/smunge/distinfo @@ -0,0 +1 @@ +MD5 (smunge-1.3.5.tar.gz) = e204660811481714b8f0604fd44b6ce9 diff --git a/mail/smunge/files/patch-aa b/mail/smunge/files/patch-aa new file mode 100644 index 000000000000..9957a6d92203 --- /dev/null +++ b/mail/smunge/files/patch-aa @@ -0,0 +1,19 @@ +--- Makefile.old Thu Jul 20 19:50:06 2000 ++++ Makefile Thu Jul 20 19:50:44 2000 +@@ -11,12 +11,12 @@ + + # Solaris + # +-CFLAGS= -Wall -O3 -DSOLARIS +-LDFLAGS= -lxnet -lnsl -lposix4 ++#CFLAGS= -Wall -O3 -DSOLARIS ++#LDFLAGS= -lxnet -lnsl -lposix4 + + # FreeBSD + # +-#CFLAGS= -Wall -O3 -DFREEBSD -DUSE_LDAP -I/usr/local/include +-#LDFLAGS= -L/usr/local/lib -lldap -llber ++CFLAGS+= -DFREEBSD -DUSE_LDAP -I/usr/local/include ++LDFLAGS+= -L/usr/local/lib -lldap -llber + + # Linux diff --git a/mail/smunge/pkg-comment b/mail/smunge/pkg-comment new file mode 100644 index 000000000000..6928bf5dc3fa --- /dev/null +++ b/mail/smunge/pkg-comment @@ -0,0 +1 @@ +Funneling POP3 proxy server diff --git a/mail/smunge/pkg-descr b/mail/smunge/pkg-descr new file mode 100644 index 000000000000..1ebd2bb1f873 --- /dev/null +++ b/mail/smunge/pkg-descr @@ -0,0 +1,14 @@ +Smunge is a stand alone POP3 funneling proxy server, designed +to allow clients to attach to multiple pop servers as if they +were one. Smunge can be used to join together multiple mailboxes, +or to present different users with different mailboxes (depending +on username). This allows for administrators of pop servers to set +up either load balancing or redundant clusters for pop services. +It was initially designed to smooth over the transition of pop +services from one machine to another, without users losing mail +(by keeping the old server active whilst the new one was being +installed). It also supports DRAC for pop-before-smtp authentication. +Also featured is support for LDAP based authentication and lookups +for mapping users to sets of pop servers. + +WWW: http://www.i2pi.com/smunge/ diff --git a/mail/smunge/pkg-plist b/mail/smunge/pkg-plist new file mode 100644 index 000000000000..3333611c0927 --- /dev/null +++ b/mail/smunge/pkg-plist @@ -0,0 +1 @@ +sbin/smunged -- cgit v1.2.3