aboutsummaryrefslogtreecommitdiffstats
path: root/mail
diff options
context:
space:
mode:
authorrene <rene@FreeBSD.org>2018-09-16 17:14:45 +0800
committerrene <rene@FreeBSD.org>2018-09-16 17:14:45 +0800
commit69cafd7d94a60c110b193e6122e8e808d47060e0 (patch)
tree4086c411954ba99393d96f380d77e166e2b8bd71 /mail
parent18b42bb272f3a74fd09297005012bcb8953a814e (diff)
downloadfreebsd-ports-gnome-69cafd7d94a60c110b193e6122e8e808d47060e0.tar.gz
freebsd-ports-gnome-69cafd7d94a60c110b193e6122e8e808d47060e0.tar.zst
freebsd-ports-gnome-69cafd7d94a60c110b193e6122e8e808d47060e0.zip
Remove expired ports:
2018-09-15 www/bookmarkbridge: Unmaintained. Unlikely to work correctly with modern browsers 2018-09-15 mail/annoyance-filter: Unmaintained upstream 2018-09-15 mail/pop3vscan: Unmaintained upstream 2018-09-15 audio/firefly: Unmaintained. Use audio/forked-daapd instead 2018-09-15 www/hs-hS3: Not being developed upstream 2018-09-15 converters/hs-dataenc: Not being developed upstream 2018-09-15 devel/tinyq: Unmaintained upstream and unused in the ports tree 2018-09-15 devel/hs-hashed-storage: Not being developed upstream
Diffstat (limited to 'mail')
-rw-r--r--mail/Makefile2
-rw-r--r--mail/annoyance-filter/Makefile45
-rw-r--r--mail/annoyance-filter/distinfo2
-rw-r--r--mail/annoyance-filter/files/patch-Makefile.in65
-rw-r--r--mail/annoyance-filter/files/patch-annoyance-filter.cc29
-rw-r--r--mail/annoyance-filter/files/patch-statlib_test.cc11
-rw-r--r--mail/annoyance-filter/pkg-descr5
-rw-r--r--mail/pop3vscan/Makefile48
-rw-r--r--mail/pop3vscan/distinfo2
-rw-r--r--mail/pop3vscan/files/patch-Makefile27
-rw-r--r--mail/pop3vscan/files/patch-getline.h10
-rw-r--r--mail/pop3vscan/files/patch-pop3vscan.c57
-rw-r--r--mail/pop3vscan/files/patch-pop3vscan.h10
-rw-r--r--mail/pop3vscan/files/patch-scanner_avpd.c11
-rw-r--r--mail/pop3vscan/files/patch-scanner_trophie.c11
-rw-r--r--mail/pop3vscan/files/pkg-message.in20
-rw-r--r--mail/pop3vscan/files/pop3vscan.sh31
-rw-r--r--mail/pop3vscan/pkg-descr8
-rw-r--r--mail/pop3vscan/pkg-install15
19 files changed, 0 insertions, 409 deletions
diff --git a/mail/Makefile b/mail/Makefile
index 9765b41f3ed5..aca7e4fb5878 100644
--- a/mail/Makefile
+++ b/mail/Makefile
@@ -11,7 +11,6 @@
SUBDIR += alpine
SUBDIR += altermime
SUBDIR += amavis-logwatch
- SUBDIR += annoyance-filter
SUBDIR += anomy-sanitizer
SUBDIR += antivirus-milter
SUBDIR += anubis
@@ -497,7 +496,6 @@
SUBDIR += policyd2
SUBDIR += pop3lite
SUBDIR += pop3proxy
- SUBDIR += pop3vscan
SUBDIR += popa3d
SUBDIR += popa3d-before-sendmail
SUBDIR += popcheck
diff --git a/mail/annoyance-filter/Makefile b/mail/annoyance-filter/Makefile
deleted file mode 100644
index c499af2e43d1..000000000000
--- a/mail/annoyance-filter/Makefile
+++ /dev/null
@@ -1,45 +0,0 @@
-# Created by: Sergei Kolobov <sergei@FreeBSD.org>
-# $FreeBSD$
-
-PORTNAME= annoyance-filter
-PORTVERSION= 1.0d
-PORTREVISION= 7
-CATEGORIES= mail
-MASTER_SITES= SF/annoyancefilter/annoyancefilter/${PORTVERSION} \
- http://www.fourmilab.ch/annoyance-filter/
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= Adaptive Bayesian Junk Mail Filter
-
-LICENSE= PD GPLv2+
-LICENSE_COMB= multi
-LICENSE_FILE_PD= ${WRKSRC}/COPYING
-LICENSE_FILE_GPLv2+ = ${WRKSRC}/COPYING.GNU
-
-DEPRECATED= Unmaintained upstream
-EXPIRATION_DATE= 2018-09-15
-
-USE_GCC= yes
-GNU_CONFIGURE= yes
-
-# The port does not build with C++11 or later (GCC 6 defaults to -std=gnu++14).
-USE_CXXSTD= gnu++03
-
-PORTDOCS= INSTALL README *.pdf
-
-PLIST_FILES= bin/annoyance-filter \
- bin/annoyance-filter-run \
- man/man1/annoyance-filter.1.gz
-
-OPTIONS_DEFINE= DOCS
-
-do-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin
- ${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME}-run ${STAGEDIR}${PREFIX}/bin
- ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${STAGEDIR}${MANPREFIX}/man/man1
-
-do-install-DOCS-on:
- @${MKDIR} ${STAGEDIR}${DOCSDIR}
- cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${STAGEDIR}${DOCSDIR}
-
-.include <bsd.port.mk>
diff --git a/mail/annoyance-filter/distinfo b/mail/annoyance-filter/distinfo
deleted file mode 100644
index d3b0db5fbca8..000000000000
--- a/mail/annoyance-filter/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (annoyance-filter-1.0d.tar.gz) = 5c713eaf092d1369f0354151ce7f8fd2eecdf0dcc4d0efbaebac5142a8bf18b6
-SIZE (annoyance-filter-1.0d.tar.gz) = 2617429
diff --git a/mail/annoyance-filter/files/patch-Makefile.in b/mail/annoyance-filter/files/patch-Makefile.in
deleted file mode 100644
index aecfbacc1c2d..000000000000
--- a/mail/annoyance-filter/files/patch-Makefile.in
+++ /dev/null
@@ -1,65 +0,0 @@
---- Makefile.in.orig 2004-08-04 14:42:56 UTC
-+++ Makefile.in
-@@ -76,18 +76,18 @@ all: $(PROGS) $(DATA) $(DOCUMENTS)
- DCDFLIB_OBJS = dcdflib.o ipmpar.o
-
- dcdflib.o: DCDFlib/src/dcdflib.c
-- $(CXX) $(CFLAGS) -IDCDFlib/src -c DCDFlib/src/dcdflib.c
-+ $(CXX) $(CXXFLAGS) -IDCDFlib/src -c DCDFlib/src/dcdflib.c
-
- ipmpar.o: DCDFlib/src/ipmpar.c
-- $(CXX) $(CFLAGS) -IDCDFlib/src -c DCDFlib/src/ipmpar.c
-+ $(CXX) $(CXXFLAGS) -IDCDFlib/src -c DCDFlib/src/ipmpar.c
-
- # Annoyance filter program
-
--$(PRODUCT): $(PRODUCT).o statlib.o $(DCDFLIB_OBJS) getopt.o getopt1.o
-- $(CXX) $(PRODUCT).o statlib.o $(DCDFLIB_OBJS) getopt.o getopt1.o -o $(PRODUCT) $(CFLAGS) $(LDFLAGS)
-+$(PRODUCT): $(PRODUCT).o statlib.o $(DCDFLIB_OBJS)
-+ $(CXX) $(PRODUCT).o statlib.o $(DCDFLIB_OBJS) -o $(PRODUCT) $(CXXFLAGS) $(LDFLAGS)
- @rm -f core core.*
-
--$(PRODUCT).o: $(PRODUCT).cc config.h getopt.h
-+$(PRODUCT).o: $(PRODUCT).cc config.h
- $(PRODUCT).cc: $(PRODUCT).w
- $(PRODUCT).tex: $(PRODUCT).w log.w $(TOOLS)
- $(PRODUCT).view: $(PRODUCT).dvi
-@@ -97,8 +97,8 @@ getopt1.o: getopt1.c getopt.h
-
- # Statistical library
-
--statlib_test: statlib_test.o statlib.o $(DCDFLIB_OBJS) getopt.o
-- $(CXX) statlib_test.o statlib.o getopt.o -o statlib_test $(DCDFLIB_OBJS) $(CFLAGS) $(LDFLAGS)
-+statlib_test: statlib_test.o statlib.o $(DCDFLIB_OBJS)
-+ $(CXX) statlib_test.o statlib.o -o statlib_test $(DCDFLIB_OBJS) $(CXXFLAGS) $(LDFLAGS)
-
- statlib.o: statlib.cc config.h getopt.h
- statlib.cc: statlib.w
-@@ -276,14 +276,6 @@ printman: $(PRODUCT).1
-
- # HTML edition of manual page
-
--$(PRODUCT)_man_raw.html: $(PRODUCT).1
-- $(MAN2HTML) -H $(MAN2HTMLHOST) $(PRODUCT).1 \
-- >$(PRODUCT)_man_raw.html
--
--$(PRODUCT)_man.html: $(PRODUCT)_man_raw.html
-- $(PERL) docutil/fixman2html.pl $(PRODUCT)_man_raw.html \
-- >$(PRODUCT)_man.html
--
- manhtml: $(PRODUCT)_man.html
-
- # Test it
-@@ -350,10 +342,10 @@ winarch: $(PRODUCT).cc
- $(CC) $(CFLAGS) $(INCLUDE_LIBS) $(LDFLAGS) -o $@ $<
-
- .cc.o:
-- $(CXX) $(CFLAGS) $(INCLUDE_LIBS) -c $<
-+ $(CXX) $(CXXFLAGS) $(INCLUDE_LIBS) -c $<
-
- .cc:
-- $(CXX) $(CFLAGS) $(INCLUDE_LIBS) $(LDFLAGS) -o $@ $<
-+ $(CXX) $(CXXFLAGS) $(INCLUDE_LIBS) $(LDFLAGS) -o $@ $<
-
- .w.c:
- $(CTANGLE) $<
diff --git a/mail/annoyance-filter/files/patch-annoyance-filter.cc b/mail/annoyance-filter/files/patch-annoyance-filter.cc
deleted file mode 100644
index 040bd21c57ff..000000000000
--- a/mail/annoyance-filter/files/patch-annoyance-filter.cc
+++ /dev/null
@@ -1,29 +0,0 @@
---- annoyance-filter.cc.orig 2004-08-04 20:28:36 UTC
-+++ annoyance-filter.cc
-@@ -114,7 +114,7 @@ using namespace std;
- #define __GNU_LIBRARY__
- #undef __GETOPT_H__
- #endif
--#include "getopt.h"
-+#include <getopt.h>
- #include "statlib.h"
-
- /*237:*/
-@@ -2675,7 +2675,7 @@ return false;
- fileLength= lseek(fileHandle,0,2);
- lseek(fileHandle,0,0);
- dp= static_cast<char*> (mmap((caddr_t)0,fileLength,
--PROT_READ,MAP_SHARED|MAP_NORESERVE,
-+PROT_READ,MAP_SHARED,
- fileHandle,0));
- istrstream is(dp,fileLength);
- #else
-@@ -7332,7 +7332,7 @@ return 1;
- long fileLength= lseek(fileHandle,0,2);
- lseek(fileHandle,0,0);
- char*dp= static_cast<char*> (mmap((caddr_t)0,fileLength,
--PROT_READ,MAP_SHARED|MAP_NORESERVE,
-+PROT_READ,MAP_SHARED,
- fileHandle,0));
- istrstream is(dp,fileLength);
- #else
diff --git a/mail/annoyance-filter/files/patch-statlib_test.cc b/mail/annoyance-filter/files/patch-statlib_test.cc
deleted file mode 100644
index 75432fd84182..000000000000
--- a/mail/annoyance-filter/files/patch-statlib_test.cc
+++ /dev/null
@@ -1,11 +0,0 @@
---- statlib_test.cc.orig 2004-08-04 12:28:53 UTC
-+++ statlib_test.cc
-@@ -28,7 +28,7 @@ using namespace std;
- #include <unistd.h>
- #endif
- #else
--#include "getopt.h"
-+#include <getopt.h>
- #endif
- #include "statlib.h"
-
diff --git a/mail/annoyance-filter/pkg-descr b/mail/annoyance-filter/pkg-descr
deleted file mode 100644
index c29adc710333..000000000000
--- a/mail/annoyance-filter/pkg-descr
+++ /dev/null
@@ -1,5 +0,0 @@
-annoyance-filter uses Bayesian statistics to determine the probability
-an E-mail message is junk based on an analysis of its contents compared
-to collections of known junk and legitimate E-mail.
-
-WWW: http://www.fourmilab.ch/annoyance-filter/
diff --git a/mail/pop3vscan/Makefile b/mail/pop3vscan/Makefile
deleted file mode 100644
index f9b39fab9624..000000000000
--- a/mail/pop3vscan/Makefile
+++ /dev/null
@@ -1,48 +0,0 @@
-# Created by: Yen-Ming Lee <leeym@FreeBSD.org>
-# $FreeBSD$
-
-PORTNAME= pop3vscan
-PORTVERSION= 0.4
-PORTREVISION= 10
-CATEGORIES= mail
-MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= Transparent POP3-Proxy with virus-scanning capabilities
-
-DEPRECATED= Unmaintained upstream
-EXPIRATION_DATE= 2018-09-15
-
-LIB_DEPENDS= libpcre.so:devel/pcre
-
-USES= gmake
-USE_GCC= yes
-MAKE_ENV= _LDFLAGS="${LDFLAGS}"
-
-USERS= pop3vscan
-
-PLIST_FILES= etc/pop3vscan.conf.sample \
- etc/pop3vscan.mail.sample \
- etc/rc.d/pop3vscan.sh \
- sbin/pop3vscan
-
-SUB_FILES= pkg-message
-
-post-extract:
- @${RM} ${WRKSRC}/ripmime/ripmime.a
-
-post-patch:
- @${REINPLACE_CMD} -e "/CC/s,gcc,${CC},g" ${WRKSRC}/Makefile ${WRKSRC}/ripmime/Makefile ${WRKSRC}/ripmime/tnef/Makefile
- @${REINPLACE_CMD} -e 's,malloc.h,stdlib.h,g' ${WRKSRC}/*.c
- @${REINPLACE_CMD} -e 's,#endif.*,#endif,g' ${WRKSRC}/*.h
- @${REINPLACE_CMD} -e 's,make,${MAKE_CMD},g' ${WRKSRC}/ripmime/build_tnef
- @${REINPLACE_CMD} -e 's,=4321,=_BYTE_ORDER -include /usr/include/machine/endian.h,g' \
- ${WRKSRC}/ripmime/tnef/Makefile
-
-do-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/pop3vscan ${STAGEDIR}${PREFIX}/sbin/
- ${INSTALL_DATA} ${WRKSRC}/pop3vscan.conf ${STAGEDIR}${PREFIX}/etc/pop3vscan.conf.sample
- ${INSTALL_DATA} ${WRKSRC}/pop3vscan.mail ${STAGEDIR}${PREFIX}/etc/pop3vscan.mail.sample
- ${INSTALL_SCRIPT} ${FILESDIR}/pop3vscan.sh ${STAGEDIR}${PREFIX}/etc/rc.d/
-
-.include <bsd.port.mk>
diff --git a/mail/pop3vscan/distinfo b/mail/pop3vscan/distinfo
deleted file mode 100644
index 6185d45ac614..000000000000
--- a/mail/pop3vscan/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (pop3vscan-0.4.tar.gz) = aa41c9374928bf11e06b13cf26d60e43bbc52f68b97773077274b0dccc6dd629
-SIZE (pop3vscan-0.4.tar.gz) = 134583
diff --git a/mail/pop3vscan/files/patch-Makefile b/mail/pop3vscan/files/patch-Makefile
deleted file mode 100644
index dcd479f75603..000000000000
--- a/mail/pop3vscan/files/patch-Makefile
+++ /dev/null
@@ -1,27 +0,0 @@
---- Makefile.orig Wed Jun 12 08:19:05 2002
-+++ Makefile Tue Jun 3 03:23:37 2003
-@@ -21,11 +21,10 @@
- # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
- #
-
--PREFIX=/usr
- CC=gcc
- #CFLAGS=-Wall -ggdb
--CFLAGS=-Wall -O2
--LDFLAGS=-L. -lmime -lpcre #-static
-+CFLAGS=-Wall -O2 -I$(LOCALBASE)/include -DPREFIX=\"${PREFIX}\"
-+LDFLAGS=-L. -lmime -lpcre -L$(LOCALBASE)/lib $(_LDFLAGS) #-static
-
- OBJECTS=getline.o parsefile.o pop3vscan.o \
- scanner_basic.o scanner_avpd.o scanner_trophie.o
-@@ -50,8 +49,8 @@
-
- dep depend .dep:
- @echo "creating depencies"
-- rm .tmp.dep -f
-- @find -name "*.c" -maxdepth 1 -print0 | xargs -n 1 -0rt $(CC) -M $(CFLAGS) >>.tmp.dep
-+ rm -f .tmp.dep
-+ @find . -name "*.c" -maxdepth 1 -print0 | xargs -n 1 -0t $(CC) -M $(CFLAGS) >>.tmp.dep
- mv .tmp.dep .dep
-
- install: pop3vscan
diff --git a/mail/pop3vscan/files/patch-getline.h b/mail/pop3vscan/files/patch-getline.h
deleted file mode 100644
index d94e3705d4b7..000000000000
--- a/mail/pop3vscan/files/patch-getline.h
+++ /dev/null
@@ -1,10 +0,0 @@
---- getline.h.orig 2002-06-12 00:19:05 UTC
-+++ getline.h
-@@ -71,6 +71,7 @@ typedef struct linebuf {
- * You can call getline again, but it will return
- * the rest of that line and not the next one!
- */
-+#define getline folke_getline
- int getline(int fd, struct linebuf * l);
-
- /* writes line to fd
diff --git a/mail/pop3vscan/files/patch-pop3vscan.c b/mail/pop3vscan/files/patch-pop3vscan.c
deleted file mode 100644
index 80c2af892c8e..000000000000
--- a/mail/pop3vscan/files/patch-pop3vscan.c
+++ /dev/null
@@ -1,57 +0,0 @@
---- pop3vscan.c.orig Wed Jun 12 08:19:05 2002
-+++ pop3vscan.c Tue Jun 3 03:23:38 2003
-@@ -27,11 +27,12 @@
- #include <stdio.h>
- #include <stdlib.h>
- #include <string.h>
--#include <arpa/inet.h>
-+#include <sys/types.h>
- #include <netinet/in.h>
-+#include <netinet/in_systm.h>
-+#include <arpa/inet.h>
- #include <netinet/ip.h>
- #include <sys/socket.h>
--#include <sys/types.h>
- #include <sys/stat.h>
- #include <fcntl.h>
- #include <unistd.h>
-@@ -44,8 +45,8 @@
- #include <syslog.h>
- #include <sys/param.h>
- #include <ctype.h>
--#include <linux/netfilter_ipv4.h>
--#include <malloc.h>
-+//#include <linux/netfilter_ipv4.h>
-+#include <stdlib.h>
- #include <getopt.h>
- #include <netdb.h>
- #include <libgen.h>
-@@ -66,14 +67,14 @@
- /* default configuration, anything can be changed at runtime {{{1 */
- #define PORT_NUMBER 8110
- #define MAX_CHILDS 10
--#define RUNAS_USER "mail"
-+#define RUNAS_USER "pop3vscan"
- #define VIRUS_DIR "/var/spool/pop3vscan"
- #define VIRUS_SCANNER NULL
- #define VIRUS_SCANNER_VIRUSCODE 1
- #define PID_FILE "/var/run/pop3vscan.pid"
- #define SYSLOG_NAME "pop3vscan"
--#define CONFIGFILE "/etc/pop3vscan.conf"
--#define VIRUS_TEMPLATE "/etc/pop3vscan.mail"
-+#define CONFIGFILE PREFIX"/etc/pop3vscan.conf"
-+#define VIRUS_TEMPLATE PREFIX"/etc/pop3vscan.mail"
- #define DEBUG 0
- /* TOS: do not set, or use IPTOS_[LOWDELAY|THROUGHPUT|RELIABILITY|LOWCOST] */
- #define SET_TOS IPTOS_THROUGHPUT
-@@ -519,8 +520,8 @@
- inet_ntoa(p->client_addr.sin_addr), ntohs(p->client_addr.sin_port));
-
- p->server_addr.sin_family = AF_INET;
-- if (getsockopt(p->client_fd, SOL_IP, SO_ORIGINAL_DST, &p->server_addr, &p->socksize)){
-- do_log(LOG_CRIT, "No IP-Conntrack-data (getsockopt failed)");
-+ if (getsockname(p->client_fd, (struct sockaddr*)&p->server_addr, &p->socksize)){
-+ do_log(LOG_CRIT, "No IP-Conntrack-data (getsockname failed)");
- return 1;
- }
- do_log(LOG_NOTICE, "Real-server adress is %s:%i",
diff --git a/mail/pop3vscan/files/patch-pop3vscan.h b/mail/pop3vscan/files/patch-pop3vscan.h
deleted file mode 100644
index 22c75c3ed0fd..000000000000
--- a/mail/pop3vscan/files/patch-pop3vscan.h
+++ /dev/null
@@ -1,10 +0,0 @@
---- pop3vscan.h.orig Wed Jun 12 08:19:05 2002
-+++ pop3vscan.h Tue Jun 3 03:23:38 2003
-@@ -28,6 +28,7 @@
- /* includes {{{1 */
- #include <syslog.h> /* do_log */
-+#include <netinet/in.h>
- #include <arpa/inet.h> /* config */
-
- /* definitions {{{1 */
- #define PROGNAME "POP3VScan"
diff --git a/mail/pop3vscan/files/patch-scanner_avpd.c b/mail/pop3vscan/files/patch-scanner_avpd.c
deleted file mode 100644
index 19194f96c743..000000000000
--- a/mail/pop3vscan/files/patch-scanner_avpd.c
+++ /dev/null
@@ -1,11 +0,0 @@
---- scanner_avpd.c.orig Sun Jun 29 21:08:46 2003
-+++ scanner_avpd.c Sun Jun 29 21:10:12 2003
-@@ -74,7 +74,7 @@
- if (avp_fd!=-1 && connected==-1){
- do_log(LOG_DEBUG, "Trying to connect to socket");
- if (connect(avp_fd, (struct sockaddr *)(&avp_socket),
-- sizeof(avp_socket.sun_family) + strlen(NodeCtl)) >= 0){
-+ SUN_LEN(&avp_socket)) >= 0){
- connected=1;
- do_log(LOG_DEBUG, "avp_socket_connect connected to kavdaemon");
- return 0;
diff --git a/mail/pop3vscan/files/patch-scanner_trophie.c b/mail/pop3vscan/files/patch-scanner_trophie.c
deleted file mode 100644
index dfbe3708a59e..000000000000
--- a/mail/pop3vscan/files/patch-scanner_trophie.c
+++ /dev/null
@@ -1,11 +0,0 @@
---- scanner_trophie.c.orig Sun Jun 29 21:08:53 2003
-+++ scanner_trophie.c Sun Jun 29 21:10:34 2003
-@@ -61,7 +61,7 @@
- if (trophie_fd!=-1 && connected==-1){
- do_log(LOG_DEBUG, "Trying to connect to socket");
- if (connect(trophie_fd, (struct sockaddr *)(&trophie_socket),
-- sizeof(trophie_socket.sun_family) + strlen(config->virusscanner)) >= 0){
-+ SUN_LEN(&trophie_socket)) >= 0){
- connected=1;
- do_log(LOG_DEBUG, "trophie_socket_connect connected");
- return 0;
diff --git a/mail/pop3vscan/files/pkg-message.in b/mail/pop3vscan/files/pkg-message.in
deleted file mode 100644
index 9e2bd3ab2199..000000000000
--- a/mail/pop3vscan/files/pkg-message.in
+++ /dev/null
@@ -1,20 +0,0 @@
-**********************************************************************
-
-By default, POP3VScan is configured to work with McAfee UVSCAN.
-Please copy %%PREFIX%%/etc/pop3vscan.conf.sample to pop3vscan.conf and modify
-%%PREFIX%%/etc/pop3vscan.conf and/or %%PREFIX%%/etc/rc.d/pop3vscan.sh to
-fit your environment.
-
-Don't forget to copy %%PREFIX%%/etc/pop3vscan.mail.sample to pop3vscan.mail
-and edit your own template for virus notifications.
-
-By the way, you need to enable the IPFIREWALL opion in kernel. Please note,
-that IPFIREWALL_FORWARD might be needed on older systems as well.
-Then add the following forwarding rule into your IPFW table,
-
-# ipfw add fwd 192.168.0.254,8110 tcp from 192.168.0.0/24 to any pop3
-
-where 192.168.0.254 is the IP of your internal interface, 8110 is the
-default port of POP3VScan, and 192.168.0.0/24 is the IP range of your LAN.
-
-**********************************************************************
diff --git a/mail/pop3vscan/files/pop3vscan.sh b/mail/pop3vscan/files/pop3vscan.sh
deleted file mode 100644
index 8bdbb9892de6..000000000000
--- a/mail/pop3vscan/files/pop3vscan.sh
+++ /dev/null
@@ -1,31 +0,0 @@
-#!/bin/sh
-
-if ! PREFIX=$(expr $0 : "\(/.*\)/etc/rc\.d/$(basename $0)\$"); then
- echo "$0: Cannot determine the PREFIX" >&2
- exit 1
-fi
-
-user=pop3vscan
-scanner=${PREFIX}/bin/uvscan
-virusregexp="^[[:space:]]*Found( the|:)[[:space:]]*(.*)[[:space:]]*(|virus[^a-z.]*)$/2"
-template=${PREFIX}/etc/pop3vscan.mail
-viruscode=13
-
-case "$1" in
- start)
- echo -n "Starting POP3VScan"
- ${PREFIX}/sbin/pop3vscan --user=${user} --scanner=${scanner} --virusregexp="${virusregexp}" --template=${template} --viruscode=${viruscode} || exit 1
- ;;
- stop)
- echo -n "Shutting down POP3VScan"
- kill `cat /var/run/pop3vscan.pid 2>/dev/null` &>/dev/null || exit 1
- ;;
- reload|restart)
- $0 stop && sleep 1 && $0 start || exit 1
- ;;
- *)
- echo "Usage: $0 {start|stop|reload|restart}"
- exit 1
-esac
-
-exit 0
diff --git a/mail/pop3vscan/pkg-descr b/mail/pop3vscan/pkg-descr
deleted file mode 100644
index f201b98911b5..000000000000
--- a/mail/pop3vscan/pkg-descr
+++ /dev/null
@@ -1,8 +0,0 @@
-POP3VScan is a transparent POP3-Proxy with virus-scanning capabilities.
-This means that all your POP3-Clients in the Network can't fetch mails
-from the internet without that POP3VScan have scanned it. If a virus has
-been found the mail is replaced with a notification and the original
-(infeceted) version is stored on the harddisc. Transparent means, that
-neither the client nor any of the used POP3-servers has to be configured.
-
-WWW: http://pop3vscan.sourceforge.net/
diff --git a/mail/pop3vscan/pkg-install b/mail/pop3vscan/pkg-install
deleted file mode 100644
index c5dfa4bb2b5b..000000000000
--- a/mail/pop3vscan/pkg-install
+++ /dev/null
@@ -1,15 +0,0 @@
-#!/bin/sh
-
-case $2 in
-
-POST-INSTALL)
- user=pop3vscan
- group=mail
- spooldir=/var/spool/pop3vscan
-
- echo "Fixing ownerships and modes in \"${spooldir}\"."
- chown -R ${user}:${group} ${spooldir}
- chmod -R go= ${spooldir}
-
- ;;
-esac