summaryrefslogtreecommitdiffstats
path: root/mail/smunge
diff options
context:
space:
mode:
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 0000000..bbbac89
--- /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 0000000..2638118
--- /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 0000000..9957a6d
--- /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 0000000..6928bf5
--- /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 0000000..1ebd2bb
--- /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 0000000..3333611
--- /dev/null
+++ b/mail/smunge/pkg-plist
@@ -0,0 +1 @@
+sbin/smunged
OpenPOWER on IntegriCloud