aboutsummaryrefslogtreecommitdiffstats
path: root/mail
diff options
context:
space:
mode:
authorjadawin <jadawin@FreeBSD.org>2014-01-28 03:31:17 +0800
committerjadawin <jadawin@FreeBSD.org>2014-01-28 03:31:17 +0800
commit4659b8de586e419f30e93a321d770885fc4b3a15 (patch)
tree55b2b9940fe3cb14d2468ccef113c8322f8b5851 /mail
parent4fe5652674d809a287d3512b970ee84187f00e95 (diff)
downloadfreebsd-ports-gnome-4659b8de586e419f30e93a321d770885fc4b3a15.tar.gz
freebsd-ports-gnome-4659b8de586e419f30e93a321d770885fc4b3a15.tar.zst
freebsd-ports-gnome-4659b8de586e419f30e93a321d770885fc4b3a15.zip
Remove mail/pop-before-smtp
Diffstat (limited to 'mail')
-rw-r--r--mail/Makefile1
-rw-r--r--mail/pop-before-smtp/Makefile58
-rw-r--r--mail/pop-before-smtp/distinfo2
-rw-r--r--mail/pop-before-smtp/files/pkg-message.in17
-rw-r--r--mail/pop-before-smtp/files/pop-before-smtp.in57
-rw-r--r--mail/pop-before-smtp/pkg-descr12
-rw-r--r--mail/pop-before-smtp/pkg-plist14
7 files changed, 0 insertions, 161 deletions
diff --git a/mail/Makefile b/mail/Makefile
index 396273c8e067..5eb5d84a8e06 100644
--- a/mail/Makefile
+++ b/mail/Makefile
@@ -494,7 +494,6 @@
SUBDIR += pine-pgp-filters
SUBDIR += pm-lib
SUBDIR += policyd2
- SUBDIR += pop-before-smtp
SUBDIR += pop3gwd
SUBDIR += pop3lite
SUBDIR += pop3proxy
diff --git a/mail/pop-before-smtp/Makefile b/mail/pop-before-smtp/Makefile
deleted file mode 100644
index f1bd6bcc3d46..000000000000
--- a/mail/pop-before-smtp/Makefile
+++ /dev/null
@@ -1,58 +0,0 @@
-# Created by: Eric W. Bates
-# $FreeBSD$
-
-PORTNAME= pop-before-smtp
-PORTVERSION= 1.42
-CATEGORIES= mail perl5
-MASTER_SITES= SF/popbsmtp/Source%20tar/${PORTVERSION}
-
-MAINTAINER= jadawin@FreeBSD.org
-COMMENT= A log parser to identify valid POP/IMAP logins for later smtp
-
-DEPRECATED= No more active project
-EXPIRATION_DATE= 2014-01-27
-
-RUN_DEPENDS= p5-Net-Netmask>=0:${PORTSDIR}/net-mgmt/p5-Net-Netmask \
- p5-TimeDate>=0:${PORTSDIR}/devel/p5-TimeDate \
- p5-TimeDate>=0:${PORTSDIR}/devel/p5-TimeDate
-
-NO_BUILD= yes
-USES= perl5
-USE_PERL5= run
-USE_RC_SUBR= pop-before-smtp
-SUB_FILES= pkg-message
-SUB_LIST= PERL=${PERL}
-
-MAN8= ${PORTNAME}.8
-
-NO_STAGE= yes
-post-patch:
- @${REINPLACE_CMD} 's|^#!/usr/bin/perl|#!${PERL}|; \
- s|/etc/postfix/pop-before-smtp|${PREFIX}/etc/postfix/pop-before-smtp|g;' \
- ${WRKSRC}/pop-before-smtp
-pre-install:
- @pod2man ${WRKSRC}/${PORTNAME} > ${MANPREFIX}/man/man8/${PORTNAME}.8
-
-do-install:
- ${INSTALL_SCRIPT} ${WRKSRC}/pop-before-smtp ${PREFIX}/sbin
- ${INSTALL_SCRIPT} \
- ${WRKSRC}/pop-before-smtp-conf.pl \
- ${PREFIX}/etc/pop-before-smtp-conf.pl.sample
-.if !defined(NOPORTDOCS)
- @${MKDIR} ${DOCSDIR}
-.for FILE in COPYING ChangeLog README TODO
- ${INSTALL_DATA} ${WRKSRC}/${FILE} ${DOCSDIR}
-.endfor
-.for FILE in README.QUICKSTART README.rootless-install popauth.m4
- ${INSTALL_DATA} ${WRKSRC}/contrib/${FILE} ${DOCSDIR}
-.endfor
- @${MKDIR} ${DOCSDIR}/popa3d
-.for FILE in README popa3d-0.4.patch popa3d-0.6.4.patch
- ${INSTALL_DATA} ${WRKSRC}/contrib/popa3d/${FILE} ${DOCSDIR}/popa3d
-.endfor
-.endif
-
-post-install:
- @${CAT} ${PKGMESSAGE}
-
-.include <bsd.port.mk>
diff --git a/mail/pop-before-smtp/distinfo b/mail/pop-before-smtp/distinfo
deleted file mode 100644
index b1f1b86a7a4a..000000000000
--- a/mail/pop-before-smtp/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (pop-before-smtp-1.42.tar.gz) = cfa9e1b24b185c1f7bd9a5f076d39d9b4e50f92d68a1463ec937e7c1526aaa41
-SIZE (pop-before-smtp-1.42.tar.gz) = 40612
diff --git a/mail/pop-before-smtp/files/pkg-message.in b/mail/pop-before-smtp/files/pkg-message.in
deleted file mode 100644
index 8c097e29b998..000000000000
--- a/mail/pop-before-smtp/files/pkg-message.in
+++ /dev/null
@@ -1,17 +0,0 @@
-*************************************************************************
-* ____ _ __ __ *
-* | _ \ ___ __ _ __| | \/ | ___ *
-* | |_) / _ \/ _` |/ _` | |\/| |/ _ \ *
-* | _ < __/ (_| | (_| | | | | __/ *
-* |_| \_\___|\__,_|\__,_|_| |_|\___| *
-* *
-* By default, %%PREFIX%%/etc/rc.d/pop-before-smtp.sh *
-* will not start the daemon. You need to set *
-* 'pop_before_smtp_enable=yes' somewhere in your rc.conf *
-* chain. *
-* *
-* Please see: 'perldoc %%PREFIX%%/sbin/pop-before-smtp', *
-* '%%PREFIX%%/etc/pop-before-smtp.conf.pl.sample' and *
-* '%%PREFIX%%/share/docs/pop-before-smtp'. *
-* *
-*************************************************************************
diff --git a/mail/pop-before-smtp/files/pop-before-smtp.in b/mail/pop-before-smtp/files/pop-before-smtp.in
deleted file mode 100644
index 10f262c65dd5..000000000000
--- a/mail/pop-before-smtp/files/pop-before-smtp.in
+++ /dev/null
@@ -1,57 +0,0 @@
-#!/bin/sh
-# File: pop-before-smtp.sh
-# Date: Fri Mar 7 11:20:43 2003
-# Time-stamp: <2006-03-17 15:29:06 ericx>
-# Description: start/stop script for pop-before-smtp daemon
-#
-# $FreeBSD$
-
-# PROVIDE: pop-before-smtp
-# REQUIRE: DAEMON
-# BEFORE: mail
-# KEYWORD: shutdown
-#
-# PLEASE note the distinction between dashes [-] and underscores [_]...
-#
-# The following pop_before_smtp_* variables may be defined in
-# /etc/rc.conf or /etc/rc.conf.d/pop_before_smtp
-#
-# pop_before_smtp_enable - Set to YES to enable pop-before-smtp
-# Default: no
-#
-# pop_before_smtp_program - Path to pop-before-smtp program
-# Default: ${PREFIX}/sbin/pop-before-smtp
-#
-# pop_before_smtp_config - Path to pop-before-smtp configuration
-# Default:
-# ${PREFIX}/etc/pop-before-smtp-conf.pl
-#
-# pop_before_smtp_flags - Flags to pop-before-smtp program
-# Default: [none]
-#
-# pop_before_smtp_pid - Path to pop-before-smtp pid file
-# Default: /var/run/pop-before-smtp.pid
-#
-
-. /etc/rc.subr
-
-# sh interprets dash chars as the numeric minus operator...
-name="pop_before_smtp"
-rcvar=pop_before_smtp_enable
-
-filename="pop-before-smtp"
-
-load_rc_config $name
-
-command=${pop_before_smtp_program:-"%%PREFIX%%/sbin/${filename}"}
-pidfile=${pop_before_smtp_pid:-"/var/run/${filename}.pid"}
-config=${pop_before_smtp_config:-"%%PREFIX%%/etc/${filename}-conf.pl"}
-
-command_args="--config=${config}"
-command_args="${command_args} ${pop_before_smtp_flags:-''}"
-command_args="${command_args} --daemon=${pidfile}"
-
-command_interpreter=%%PERL%%
-required_files=${config}
-
-run_rc_command "$1"
diff --git a/mail/pop-before-smtp/pkg-descr b/mail/pop-before-smtp/pkg-descr
deleted file mode 100644
index c185083d8927..000000000000
--- a/mail/pop-before-smtp/pkg-descr
+++ /dev/null
@@ -1,12 +0,0 @@
-Spam prevention requires preventing open relaying through email
-servers. However, legit users want to be able to relay. If legit users
-always stayed in one spot, they'd be easy to describe to the
-daemon. However, what with roving laptops, logins from home, etc.,
-legit users refuse to stay in one spot.
-
-pop-before-smtp watches the mail log, looking for successful pop/imap
-logins, and posts the originating IP address into a database which can
-be checked by the MTA, to allow relaying for people who have recently
-downloaded their email.
-
-WWW: http://popbsmtp.sourceforge.net/
diff --git a/mail/pop-before-smtp/pkg-plist b/mail/pop-before-smtp/pkg-plist
deleted file mode 100644
index 5b1977da923a..000000000000
--- a/mail/pop-before-smtp/pkg-plist
+++ /dev/null
@@ -1,14 +0,0 @@
-etc/pop-before-smtp-conf.pl.sample
-sbin/pop-before-smtp
-%%PORTDOCS%%%%DOCSDIR%%/COPYING
-%%PORTDOCS%%%%DOCSDIR%%/ChangeLog
-%%PORTDOCS%%%%DOCSDIR%%/README
-%%PORTDOCS%%%%DOCSDIR%%/README.QUICKSTART
-%%PORTDOCS%%%%DOCSDIR%%/README.rootless-install
-%%PORTDOCS%%%%DOCSDIR%%/popauth.m4
-%%PORTDOCS%%%%DOCSDIR%%/TODO
-%%PORTDOCS%%%%DOCSDIR%%/popa3d/README
-%%PORTDOCS%%%%DOCSDIR%%/popa3d/popa3d-0.4.patch
-%%PORTDOCS%%%%DOCSDIR%%/popa3d/popa3d-0.6.4.patch
-%%PORTDOCS%%@dirrm %%DOCSDIR%%/popa3d
-%%PORTDOCS%%@dirrm %%DOCSDIR%%