summaryrefslogtreecommitdiff
path: root/mail/smunge
diff options
context:
space:
mode:
authorNeil Blakey-Milner <nbm@FreeBSD.org>2000-08-01 11:55:35 +0000
committerNeil Blakey-Milner <nbm@FreeBSD.org>2000-08-01 11:55:35 +0000
commitefddb28b864650d09bbbe875fb1bca6a0a837945 (patch)
tree32503f5e4cd751b81313d4dc556c086344770697 /mail/smunge
parentAdd codecommander - a simple code editor with Python scripting capabilities for (diff)
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 <midom@dammit.lt>
Notes
Notes: svn path=/head/; revision=31202
Diffstat (limited to 'mail/smunge')
-rw-r--r--mail/smunge/Makefile23
-rw-r--r--mail/smunge/distinfo1
-rw-r--r--mail/smunge/files/patch-aa19
-rw-r--r--mail/smunge/pkg-comment1
-rw-r--r--mail/smunge/pkg-descr14
-rw-r--r--mail/smunge/pkg-plist1
6 files changed, 59 insertions, 0 deletions
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 <midom@dammit.lt>
+#
+# $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 <bsd.port.mk>
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