diff options
Diffstat (limited to 'mail')
-rw-r--r-- | mail/Makefile | 4 | ||||
-rw-r--r-- | mail/clamfilter/Makefile | 35 | ||||
-rw-r--r-- | mail/clamfilter/distinfo | 2 | ||||
-rw-r--r-- | mail/clamfilter/files/patch-Makefile | 17 | ||||
-rw-r--r-- | mail/clamfilter/files/patch-clamfilter.c | 79 | ||||
-rw-r--r-- | mail/clamfilter/files/pkg-message.in | 13 | ||||
-rw-r--r-- | mail/clamfilter/pkg-descr | 13 | ||||
-rw-r--r-- | mail/newmail/Makefile | 20 | ||||
-rw-r--r-- | mail/newmail/distinfo | 2 | ||||
-rw-r--r-- | mail/newmail/pkg-descr | 5 | ||||
-rw-r--r-- | mail/sigit/Makefile | 40 | ||||
-rw-r--r-- | mail/sigit/distinfo | 2 | ||||
-rw-r--r-- | mail/sigit/files/patch-configure | 34 | ||||
-rw-r--r-- | mail/sigit/files/patch-data-Makefile | 11 | ||||
-rw-r--r-- | mail/sigit/pkg-descr | 5 | ||||
-rw-r--r-- | mail/sigit/pkg-plist | 8 | ||||
-rw-r--r-- | mail/teapop/Makefile | 92 | ||||
-rw-r--r-- | mail/teapop/distinfo | 2 | ||||
-rw-r--r-- | mail/teapop/files/patch-etc::Makefile.in | 22 | ||||
-rw-r--r-- | mail/teapop/pkg-descr | 5 | ||||
-rw-r--r-- | mail/teapop/pkg-plist | 4 |
21 files changed, 0 insertions, 415 deletions
diff --git a/mail/Makefile b/mail/Makefile index a0acf0e2cccf..3a283e3c93d5 100644 --- a/mail/Makefile +++ b/mail/Makefile @@ -45,7 +45,6 @@ SUBDIR += c-sig-emacs21 SUBDIR += cclient SUBDIR += chk4mail - SUBDIR += clamfilter SUBDIR += claws-mail SUBDIR += claws-mail-address_keeper SUBDIR += claws-mail-archiver @@ -300,7 +299,6 @@ SUBDIR += mutt_vc_query SUBDIR += muttils SUBDIR += nbsmtp - SUBDIR += newmail SUBDIR += nmh SUBDIR += nmzmail SUBDIR += noattach @@ -633,7 +631,6 @@ SUBDIR += sgwi SUBDIR += sid-milter SUBDIR += sieve-connect - SUBDIR += sigit SUBDIR += sigrot SUBDIR += simscan SUBDIR += slapd-cyrus @@ -711,7 +708,6 @@ SUBDIR += sympa SUBDIR += synonym SUBDIR += t-prot - SUBDIR += teapop SUBDIR += textmail SUBDIR += thunderbird SUBDIR += thunderbird-dictionaries diff --git a/mail/clamfilter/Makefile b/mail/clamfilter/Makefile deleted file mode 100644 index aec7ab944b20..000000000000 --- a/mail/clamfilter/Makefile +++ /dev/null @@ -1,35 +0,0 @@ -# Created by: SeaD -# $FreeBSD$ - -# Anyone upgrading this port is advised to check all changes since the -# previous tarball; I have updated MASTER_SITES to an alternative -# location, but I have no idea if this is an official mirror or not. -# -# The old site was: http://www.ensita.net/products/clamfilter/ - -PORTNAME= clamfilter -PORTVERSION= 0.5 -PORTREVISION= 4 -CATEGORIES= mail -MASTER_SITES= http://www.wyae.de/software/Retired/ensita-clamfilter/ - -MAINTAINER= ports@FreeBSD.org -COMMENT= A small, efficient clamav content filter for Postfix - -DEPRECATED= No more public distfiles -EXPIRATION_DATE= 2014-03-10 - -.if defined(WITH_CLAMAV_DEVEL) -RUN_DEPENDS= ${LOCALBASE}/bin/clamdscan:${PORTSDIR}/security/clamav-devel -.else -RUN_DEPENDS= ${LOCALBASE}/bin/clamdscan:${PORTSDIR}/security/clamav -.endif - -SUB_FILES= pkg-message -PLIST_FILES= bin/clamfilter - -NO_STAGE= yes -post-install: - @${CAT} ${PKGMESSAGE} - -.include <bsd.port.mk> diff --git a/mail/clamfilter/distinfo b/mail/clamfilter/distinfo deleted file mode 100644 index 3a5ea3590efa..000000000000 --- a/mail/clamfilter/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (clamfilter-0.5.tar.gz) = e94a89c2c9e87bde57a0ec94ee67dd62ce95847980b4279cb64487ebf71e0c8a -SIZE (clamfilter-0.5.tar.gz) = 13975 diff --git a/mail/clamfilter/files/patch-Makefile b/mail/clamfilter/files/patch-Makefile deleted file mode 100644 index 4f74dea0c64c..000000000000 --- a/mail/clamfilter/files/patch-Makefile +++ /dev/null @@ -1,17 +0,0 @@ ---- Makefile.orig Fri Dec 3 02:50:42 2004 -+++ Makefile Sun Feb 27 18:50:00 2005 -@@ -3,5 +5,4 @@ - --PREFIX=/usr/ - VERSION=0.5 - - all: clamfilter -@@ -27,7 +26,7 @@ - - clamfilter: clamfilter.c - cc -o clamfilter clamfilter.c \ -- -DVERSION=\"$(VERSION)\" -+ -DVERSION=\"$(VERSION)\" -DLOCALBASE=\"$(LOCALBASE)\" - strip clamfilter - - dist: clamfilter diff --git a/mail/clamfilter/files/patch-clamfilter.c b/mail/clamfilter/files/patch-clamfilter.c deleted file mode 100644 index 8ad2afaa1279..000000000000 --- a/mail/clamfilter/files/patch-clamfilter.c +++ /dev/null @@ -1,79 +0,0 @@ ---- clamfilter.c.orig Fri Dec 3 02:50:42 2004 -+++ clamfilter.c Sun Feb 27 18:50:00 2005 -@@ -11,6 +11,7 @@ - #include <sys/wait.h> - #include <unistd.h> - #include <stdlib.h> -+#include <stdio.h> - #include <syslog.h> - #include <stdarg.h> - #include <errno.h> -@@ -20,7 +21,7 @@ - #endif - - #ifndef CLAMDSCAN --#define CLAMDSCAN "/usr/bin/clamdscan" -+#define CLAMDSCAN LOCALBASE "/bin/clamdscan" - #endif - - #ifndef VIRUS_NOTIFY -@@ -63,7 +64,7 @@ - //skip header, move to header content - *result += strlen(header); - //search for header content end -- if (!(tmp = strstr(*result,"\n"))) -+ if (!(tmp = (char *) strstr(*result,"\n"))) - { - //not found - all header - tmp = *result+strlen(*result); -@@ -77,7 +78,7 @@ - //skip header, move to header content - *result += strlen(header); - //search for header content end -- if (!(tmp = strstr(*result,"\n"))) -+ if (!(tmp = (char *) strstr(*result,"\n"))) - { - //not found - all header - tmp = *result+strlen(*result); -@@ -291,7 +292,7 @@ - int readfd,writefd; - int status; - char buffer[102401]; -- int size; -+ int size, res; - - if (pipe(childread)) { - syslog(LOG_MAIL|LOG_ERR, "check_file: " \ -@@ -314,7 +315,7 @@ - dup2(open("/dev/null","w"),2); - dup2(readfd,0); - dup2(open("/dev/null","w"),1); -- int res=execl(CLAMDSCAN, CLAMDSCAN, "--quiet", temporalfile, NULL); -+ res=execl(CLAMDSCAN, CLAMDSCAN, "--quiet", temporalfile, NULL); - syslog(LOG_MAIL|LOG_ERR, "check_file: " \ - "child: cannot exec, return code %d", res); - return(EX_TEMPFAIL); -@@ -339,8 +340,8 @@ - } - - --void read_args(int argc, char** argv, const char** returnpath, -- const char** receipent, const char ** fromemail) { -+void read_args(int argc, char** argv, char** returnpath, -+ char** receipent, char ** fromemail) { - int opt, i, j; int restlen; - - while(-1 != (opt = getopt(argc, argv, "f:F:D"))) { -@@ -433,9 +434,9 @@ - int exitcode = 0; - int len = 0; - int virusresult = 0; -- const char *returnpath = NULL; -- const char *receipent = NULL; -- const char *fromemail = NULL; -+ char *returnpath = NULL; -+ char *receipent = NULL; -+ char *fromemail = NULL; - - read_args(argc, argv, &returnpath, &receipent, &fromemail); - diff --git a/mail/clamfilter/files/pkg-message.in b/mail/clamfilter/files/pkg-message.in deleted file mode 100644 index 4df7f9440ef6..000000000000 --- a/mail/clamfilter/files/pkg-message.in +++ /dev/null @@ -1,13 +0,0 @@ -====================================================================== -For Postfix users: - -1. Edit master.cf and put there: -filter unix - n n - - pipe flags=R user=postfix \ - argv=%%PREFIX%%/bin/clamfilter -F admin@domain.com \ - -f ${sender} -- ${recipient} - -2. Add the content_filter option to smtpd binary: -smtp inet n - n - - smtpd -o content_filter=filter:dummy - -3. Restart Postfix. -====================================================================== diff --git a/mail/clamfilter/pkg-descr b/mail/clamfilter/pkg-descr deleted file mode 100644 index d3b6125f5d10..000000000000 --- a/mail/clamfilter/pkg-descr +++ /dev/null @@ -1,13 +0,0 @@ -This is a small, efficient clamav content filter for Postfix. What is does -is just a content filtering of messages passing via Postfix MTA thru clamav. - -This version will fork and run clamdscan binary. Next version will connect -to clamd directly via libclamav. - -Clamfilter was designed to be the only content filter in Postfix installation, -and this is why this software appeared. All other content filters for Postfix -are designed to be flexible; clamfilter is not. It is just designed to perform -a single task - filtering thru clamav. - -Author Egor Egorov <egor@ensita.net> -WWW: http://www.ensita.net/products/clamfilter/ diff --git a/mail/newmail/Makefile b/mail/newmail/Makefile deleted file mode 100644 index 1e7cb2508af5..000000000000 --- a/mail/newmail/Makefile +++ /dev/null @@ -1,20 +0,0 @@ -# Created by: Andrew Stevenson <andrew@ugh.net.au> -# $FreeBSD$ - -PORTNAME= newmail -PORTVERSION= 1.0.2 -CATEGORIES= mail -MASTER_SITES= ftp://ftp.ugh.net.au/pub/unix/newmail/ - -MAINTAINER= ports@FreeBSD.org -COMMENT= Tool for checking for new mail in multiple mail boxes - -DEPRECATED= No more public distfiles -EXPIRATION_DATE= 2014-03-10 - -WRKSRC= ${WRKDIR}/newmail - -PLIST_FILES= bin/newmail \ - man/man1/newmail.1.gz - -.include <bsd.port.mk> diff --git a/mail/newmail/distinfo b/mail/newmail/distinfo deleted file mode 100644 index 96f6406c444d..000000000000 --- a/mail/newmail/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (newmail-1.0.2.tar.gz) = 094faf3c3a67c9c86a426059631c8ccb6f8f134dbbddf69e4286bb327042d1e3 -SIZE (newmail-1.0.2.tar.gz) = 3722 diff --git a/mail/newmail/pkg-descr b/mail/newmail/pkg-descr deleted file mode 100644 index ae780240a650..000000000000 --- a/mail/newmail/pkg-descr +++ /dev/null @@ -1,5 +0,0 @@ -newmail looks at mailboxes and determines if any new mail has arrived. -The mailboxes to be examined are specified as comand line arguments. A -directory can be specified and newmail will check every mailbox inside. - -newmail is designed to be run every 15 minutes or so by a user's shell. diff --git a/mail/sigit/Makefile b/mail/sigit/Makefile deleted file mode 100644 index 30d4ec7e3523..000000000000 --- a/mail/sigit/Makefile +++ /dev/null @@ -1,40 +0,0 @@ -# Created by: petef -# $FreeBSD$ - -PORTNAME= sigit -PORTVERSION= 0.3.0 -CATEGORIES= mail -MASTER_SITES= http://www.redhead.dk/download/stable/ -DISTNAME= Sigit-${PORTVERSION} - -MAINTAINER= ports@FreeBSD.org -COMMENT= A tool to create random signatures - -DEPRECATED= No more public distfiles -EXPIRATION_DATE= 2014-03-10 - -BUILD_DEPENDS= ${LOCALBASE}/bin/boxes:${PORTSDIR}/misc/boxes - -LICENSE= GPLv2 - -USES= perl5 -USE_PERL5= build -USE_GMAKE= yes -HAS_CONFIGURE= yes -CONFIGURE_ARGS= --prefix=${DATADIR} \ - --bin-dir=${PREFIX}/bin \ - --man-dir=${PREFIX}/man \ - --etc-dir=${PREFIX}/etc - -MAN1= sigit.1 sigitdb.1 -MAN5= sigit.rc.5 - -NO_STAGE= yes -post-patch: - @${MV} ${WRKSRC}/data/sigit.rc ${WRKSRC}/data/sigit.rc.dist - -post-install: - @(if [ ! -f ${PREFIX}/etc/sigit.rc ]; then \ - ${CP} ${PREFIX}/etc/sigit.rc.dist ${PREFIX}/etc/sigit.rc; fi) - -.include <bsd.port.mk> diff --git a/mail/sigit/distinfo b/mail/sigit/distinfo deleted file mode 100644 index 56b564a36dea..000000000000 --- a/mail/sigit/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (Sigit-0.3.0.tar.gz) = 1ad816a86fddaddb2d2891bddd30bb8d0296d71b28edf9c809942ed0b10bc1ab -SIZE (Sigit-0.3.0.tar.gz) = 133414 diff --git a/mail/sigit/files/patch-configure b/mail/sigit/files/patch-configure deleted file mode 100644 index c2dcc1bc1a93..000000000000 --- a/mail/sigit/files/patch-configure +++ /dev/null @@ -1,34 +0,0 @@ ---- configure.orig 2003-07-28 19:47:51.000000000 +0200 -+++ configure 2010-07-20 15:00:43.000000000 +0200 -@@ -1084,16 +1084,25 @@ - echo $echo_front "Checking for POSIX threads... $echo_end" 1>&5 - fi - cat <<EOF >__conftest.c --#include <unistd.h> - #include <pthread.h> --int count=0; --void *handle() { count++;} --int main() { -+#include <stdio.h> -+#define NUM_THREADS 5 -+ -+int count = 0; -+ -+void *test_thread() -+{ -+ count++; -+ pthread_exit(NULL); -+} -+ -+int main (int argc, char *argv[]) -+{ - pthread_t thread; -- pthread_attr_t attr; -- pthread_create(&thread, &attr, handle, NULL); -+ pthread_create(&thread, NULL, test_thread, 0); - return 0; - } -+ - EOF - - if [ x"$PRELINK" = x ]; then diff --git a/mail/sigit/files/patch-data-Makefile b/mail/sigit/files/patch-data-Makefile deleted file mode 100644 index b7fe4bc840f2..000000000000 --- a/mail/sigit/files/patch-data-Makefile +++ /dev/null @@ -1,11 +0,0 @@ ---- data/Makefile.orig 2010-07-18 20:52:04.000000000 +0200 -+++ data/Makefile 2010-07-18 20:52:39.000000000 +0200 -@@ -18,7 +18,7 @@ - $(INSTALL) -d $(INSTALLROOT)$(ETCDIR) - $(INSTALL) -m $(MANMODE) sigit.data $(INSTALLROOT)$(PREFIX) - $(INSTALL) -m $(MANMODE) sigit.sig $(INSTALLROOT)$(PREFIX) -- $(INSTALL) -m $(MANMODE) sigit.rc $(INSTALLROOT)$(ETCDIR) -+ $(INSTALL) -m $(MANMODE) sigit.rc.dist $(INSTALLROOT)$(ETCDIR) - - # and a way to remove it again. - uninstall: diff --git a/mail/sigit/pkg-descr b/mail/sigit/pkg-descr deleted file mode 100644 index c3e4f4284cae..000000000000 --- a/mail/sigit/pkg-descr +++ /dev/null @@ -1,5 +0,0 @@ -sigit is a tool that runs in the background and puts a random quote -in a file (usually .plan or .signature) at a configurable interval. -It comes with sample data, and custom quotes can be added. - -WWW: http://www.redhead.dk/download/ diff --git a/mail/sigit/pkg-plist b/mail/sigit/pkg-plist deleted file mode 100644 index cc72cb0eccc2..000000000000 --- a/mail/sigit/pkg-plist +++ /dev/null @@ -1,8 +0,0 @@ -bin/sigit -bin/sigitdb -@unexec if cmp -s %D/etc/sigit.rc.dist %D/etc/sigit.rc; then rm -f %D/etc/sigit.rc; fi -etc/sigit.rc.dist -@exec if [ ! -f %D/etc/sigit.rc ]; then cp %D/etc/%f %D/etc/sigit.rc; fi -%%DATADIR%%/sigit.data -%%DATADIR%%/sigit.sig -@dirrm %%DATADIR%% diff --git a/mail/teapop/Makefile b/mail/teapop/Makefile deleted file mode 100644 index b1cf6820eec1..000000000000 --- a/mail/teapop/Makefile +++ /dev/null @@ -1,92 +0,0 @@ -# Created by: Jim Mock <jim@FreeBSD.org> -# $FreeBSD$ - -PORTNAME= teapop -PORTVERSION= 0.3.8 -CATEGORIES= mail ipv6 -MASTER_SITES= ftp://ftp.toontown.org/pub/teapop/ \ - http://www.toontown.org/pub/teapop/ - -MAINTAINER= ports@FreeBSD.org -COMMENT= Yet another RFC1939 compliant POP3 server - -DEPRECATED= No more public distfiles -EXPIRATION_DATE= 2014-03-10 - -GNU_CONFIGURE= yes -CONFIGURE_ARGS= --enable-flock - -## -NO_STAGE= yes -## Available knobs: -## General options -## WITHOUT_IPV6: disable IPv6 support -## WITH_TCPD: enable support for tcpd/tcpwrapper -## WITHOUT_APOP: don't allow users to authenticate with APOP -## WITHOUT_VPOP: don't support virtual domains -## WITH_DRAC: enable support for DRAC -## WITH_POPAUTHFILE: enable support for a popauth file -## POPAUTH_FILE: popauth file name (default : ${PREFIX}/etc/teapop.popauth) - -POPAUTH_FILE?= ${PREFIX}/etc/teapop.popauth - -.if !defined(WITHOUT_IPV6) -CONFIGURE_ARGS+= --enable-ipv6 -.endif - -.if defined(WITH_TCPD) -CONFIGURE_ARGS+= --with-tcpd -.endif - -.if defined(WITHOUT_APOP) -CONFIGURE_ARGS+= --disable-apop -.endif - -.if defined(WITHOUT_VPOP) -CONFIGURE_ARGS+= --disable-vpop -.endif - -.if defined(WITH_DRAC) -BUILD_DEPENDS+= ${LOCALBASE}/lib/libdrac.a:${PORTSDIR}/mail/drac -.endif - -.if defined(WITH_POPAUTHFILE) -CONFIGURE_ARGS+= --enable-popauth-file=${POPAUTH_FILE} -.endif - -MAN8= teapop.8 - -## -## Authentication backend -## WITH_OPENLDAP: add support for authentication through OpenLDAP server -## WITH_MYSQL: enable support for authentication from MySQL database -## WITH_PGSQL: enable support for authentication from PostgreSQL database -## - -.if defined(WITH_PGSQL) -USE_PGSQL= YES -CONFIGURE_ARGS+= --with-pgsql -.endif - -.if defined(WITH_MYSQL) -USE_MYSQL= YES -CONFIGURE_ARGS+= --with-mysql -.endif - -.if defined(WITH_OPENLDAP) -USE_OPENLDAP= YES -CONFIGURE_ARGS+= --with-ldap=openldap -.endif - -show-options: - @${SED} -ne 's/^##//p' ${.CURDIR}/Makefile - -post-install: - @${ECHO_MSG} "" - @${ECHO_MSG} "------------------------------------------------------------------------" - @${ECHO_MSG} "===> Be sure to copy ${LOCALBASE}/etc/teapop.passwd.sample to" - @${ECHO_MSG} "===> ${LOCALBASE}/etc/teapop.passwd before using teapop" - @${ECHO_MSG} "------------------------------------------------------------------------" - @${ECHO_MSG} "" - -.include <bsd.port.mk> diff --git a/mail/teapop/distinfo b/mail/teapop/distinfo deleted file mode 100644 index 576f43948acc..000000000000 --- a/mail/teapop/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (teapop-0.3.8.tar.gz) = dca43b0a07a9cbe5651352d6ec631b13a9720cd3c011b67e801e13695d80539e -SIZE (teapop-0.3.8.tar.gz) = 147098 diff --git a/mail/teapop/files/patch-etc::Makefile.in b/mail/teapop/files/patch-etc::Makefile.in deleted file mode 100644 index a0834203cc94..000000000000 --- a/mail/teapop/files/patch-etc::Makefile.in +++ /dev/null @@ -1,22 +0,0 @@ ---- etc/Makefile.in.orig Sun Jun 30 14:32:20 2002 -+++ etc/Makefile.in Sun Jun 30 14:34:14 2002 -@@ -23,16 +23,9 @@ - fi - - install: build -- @ echo Checking for existing teapop.passwd; \ -- if [ -f ${DESTDIR}/${sysconfdir}/teapop.passwd ]; then \ -- echo "Exists...NOT installing teapop.passwd"; \ -- else \ -- echo "Not found, installing teapop.passwd"; \ -- ${INSTALL} -d ${DESTDIR}/${sysconfdir}; \ -- ${INSTALL} teapop.passwd \ -- ${DESTDIR}/${sysconfdir}; \ -- ${CHMOD} 0644 ${DESTDIR}/${sysconfdir}/teapop.passwd; \ -- fi -+ @echo Installing teapop.passwd.sample; -+ ${INSTALL} -d ${sysconfdir}; \ -+ ${INSTALL} -m 0644 teapop.passwd ${sysconfdir}/teapop.passwd.sample; \ - - makefile: ../config/timestamp - @ echo Updating Makefile diff --git a/mail/teapop/pkg-descr b/mail/teapop/pkg-descr deleted file mode 100644 index 2aac1894d31f..000000000000 --- a/mail/teapop/pkg-descr +++ /dev/null @@ -1,5 +0,0 @@ -Teapop is yet another RFC1939 compliant POP3 server. It includes -flexible virtual domain support that distinguishes it from all other -POP3 servers. - -WWW: http://www.toontown.org/teapop/ diff --git a/mail/teapop/pkg-plist b/mail/teapop/pkg-plist deleted file mode 100644 index 83b019008a2a..000000000000 --- a/mail/teapop/pkg-plist +++ /dev/null @@ -1,4 +0,0 @@ -etc/teapop.passwd.sample -libexec/teapop -sbin/cronpopauth.pl -@dirrmtry var |