aboutsummaryrefslogtreecommitdiff
path: root/mail/filtermail
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2014-09-01 21:25:59 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2014-09-01 21:25:59 +0000
commit8003ba152f15aa82aaadd76fcd6b669cc0cc9981 (patch)
tree7842527232644d8f0fc76639a38e9596a910d381 /mail/filtermail
parented087d4a054a21cc8ed53e4878392ce7aa857b54 (diff)
downloadports-8003ba152f15aa82aaadd76fcd6b669cc0cc9981.tar.gz
ports-8003ba152f15aa82aaadd76fcd6b669cc0cc9981.zip
Remove non staged ports without pending PR from ma*
Notes
Notes: svn path=/head/; revision=366959
Diffstat (limited to 'mail/filtermail')
-rw-r--r--mail/filtermail/Makefile50
-rw-r--r--mail/filtermail/distinfo2
-rw-r--r--mail/filtermail/files/patch-src__Makefile.in11
-rw-r--r--mail/filtermail/files/patch-src__filter.hh12
-rw-r--r--mail/filtermail/files/patch-src__preferences.cc19
-rw-r--r--mail/filtermail/pkg-descr8
6 files changed, 0 insertions, 102 deletions
diff --git a/mail/filtermail/Makefile b/mail/filtermail/Makefile
deleted file mode 100644
index 0aa6bc729d77..000000000000
--- a/mail/filtermail/Makefile
+++ /dev/null
@@ -1,50 +0,0 @@
-# Created by: Harry Newton
-# $FreeBSD$
-
-# Called this port 'filtermail' because there is already a 'mailfilter'
-# in the ports tree.
-
-PORTNAME= filtermail
-PORTVERSION= 0.8.2
-CATEGORIES= mail
-MASTER_SITES= SFP \
- http://home.in.tum.de/baueran/%SUBDIR%/
-MASTER_SITE_SUBDIR= mailfilter/Mailfilter/${PORTVERSION}
-DISTNAME= mailfilter-${PORTVERSION}
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= Filter mail on a POP3 server: saves downloading spam
-
-LICENSE= GPLv3
-
-# This port is filtermail, but the author called it mailfilter. To avoid a
-# clash with another port called mailfilter, we change all files
-# installed by this port from the form *mailfilter* to the form
-# *filtermail*, and similarly the names in the man pages.
-#
-EXTRACT_CMD= ${GZIP_CMD}
-EXTRACT_BEFORE_ARGS= -dc
-EXTRACT_AFTER_ARGS= | ${SED} 's/[mM][aA][iI][lL][fF][iI][lL][tT][eE][rR]/filtermail/g' | ${TAR} -xf -
-
-WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
-
-USES= bison gmake
-GNU_CONFIGURE= yes
-MAKE_JOBS_UNSAFE= yes
-
-MAN1= filtermail.1
-MAN5= filtermailex.5 filtermailrc.5
-
-CPPFLAGS+= -I${LOCALBASE}/include
-LDFLAGS+= -L${LOCALBASE}/lib
-
-PLIST_FILES= bin/filtermail
-
-NO_STAGE= yes
-post-patch:
- @${REINPLACE_CMD} -e 's|filtermail.sourceforge|mailfilter.sourceforge|g' ${WRKSRC}/README
-
-post-extract:
- @${RM} -f ${WRKSRC}/src/getopt.h
-
-.include <bsd.port.mk>
diff --git a/mail/filtermail/distinfo b/mail/filtermail/distinfo
deleted file mode 100644
index 22d79adb0bf5..000000000000
--- a/mail/filtermail/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (mailfilter-0.8.2.tar.gz) = 4822fdfc4c7db543539a96429086b4d01ac22629396896ee7e52e6edce43fdec
-SIZE (mailfilter-0.8.2.tar.gz) = 382966
diff --git a/mail/filtermail/files/patch-src__Makefile.in b/mail/filtermail/files/patch-src__Makefile.in
deleted file mode 100644
index 2cb285285df6..000000000000
--- a/mail/filtermail/files/patch-src__Makefile.in
+++ /dev/null
@@ -1,11 +0,0 @@
---- src/Makefile.in.orig Sat Nov 27 22:29:44 2004
-+++ src/Makefile.in Mon Mar 7 22:54:36 2005
-@@ -317,8 +315,6 @@
- @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/apop.Po@am__quote@
- @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/feedback.Po@am__quote@
- @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/filter.Po@am__quote@
--@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/getopt.Po@am__quote@
--@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/getopt1.Po@am__quote@
- @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/header.Po@am__quote@
- @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/imap.Po@am__quote@
- @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/filtermail.Po@am__quote@
diff --git a/mail/filtermail/files/patch-src__filter.hh b/mail/filtermail/files/patch-src__filter.hh
deleted file mode 100644
index 5366038c8ecd..000000000000
--- a/mail/filtermail/files/patch-src__filter.hh
+++ /dev/null
@@ -1,12 +0,0 @@
---- src/filter.hh.orig Sun Jan 25 21:56:42 2004
-+++ src/filter.hh Fri Mar 19 23:19:33 2004
-@@ -21,8 +21,8 @@
-
- #include <string>
- extern "C" {
--#include <regex.h>
- #include <sys/types.h>
-+#include <regex.h>
- }
-
- // Filter modes
diff --git a/mail/filtermail/files/patch-src__preferences.cc b/mail/filtermail/files/patch-src__preferences.cc
deleted file mode 100644
index b7eb55b3aa1b..000000000000
--- a/mail/filtermail/files/patch-src__preferences.cc
+++ /dev/null
@@ -1,19 +0,0 @@
---- src/preferences.cc.orig 2007-01-22 23:36:04.000000000 +0100
-+++ src/preferences.cc 2008-04-08 17:00:17.000000000 +0200
-@@ -24,6 +24,7 @@
- #include <vector>
- #include <stdexcept>
- #include <cstdio>
-+#include <wordexp.h>
- #include "preferences.hh"
- #include "filter.hh"
- #include "filtermail.hh"
-@@ -34,7 +35,7 @@
-
- extern "C"
- {
--#include <wordexp.h>
-+#include <glob.h>
- #include <sys/types.h>
- #include <regex.h>
- }
diff --git a/mail/filtermail/pkg-descr b/mail/filtermail/pkg-descr
deleted file mode 100644
index c53c0f0b5fc7..000000000000
--- a/mail/filtermail/pkg-descr
+++ /dev/null
@@ -1,8 +0,0 @@
-This is mail/filtermail, a port of mailfilter, renamed because another
-mailfilter exists in the ports tree.
-
-It filters mail on a pop3 server, allowing junk to be deleted on the
-server rather than after it has been downloaded, and integrates with other
-programs such as fetchmail.
-
-WWW: http://mailfilter.sourceforge.net