diff options
author | FUJISHIMA Satsuki <sf@FreeBSD.org> | 2001-01-22 14:20:23 +0000 |
---|---|---|
committer | FUJISHIMA Satsuki <sf@FreeBSD.org> | 2001-01-22 14:20:23 +0000 |
commit | 948ecd58f5e02d97d5be020c3eb7c03469dd6206 (patch) | |
tree | cb52378c472652c5fc861d4bca23b8ec86757e6b /mail | |
parent | 65bfdec23e3ae46fdfefb7affe55f660c361e163 (diff) | |
download | ports-948ecd58f5e02d97d5be020c3eb7c03469dd6206.tar.gz ports-948ecd58f5e02d97d5be020c3eb7c03469dd6206.zip |
Notes
Diffstat (limited to 'mail')
-rw-r--r-- | mail/Makefile | 1 | ||||
-rw-r--r-- | mail/rblsmtpd/Makefile | 25 | ||||
-rw-r--r-- | mail/rblsmtpd/distinfo | 1 | ||||
-rw-r--r-- | mail/rblsmtpd/pkg-comment | 1 | ||||
-rw-r--r-- | mail/rblsmtpd/pkg-descr | 14 | ||||
-rw-r--r-- | mail/rblsmtpd/pkg-plist | 2 | ||||
-rw-r--r-- | mail/rblsmtpd/scripts/configure | 10 |
7 files changed, 0 insertions, 54 deletions
diff --git a/mail/Makefile b/mail/Makefile index 1387b8f6cb82..b74fd81fc4b1 100644 --- a/mail/Makefile +++ b/mail/Makefile @@ -121,7 +121,6 @@ SUBDIR += qmailanalog SUBDIR += qpopper SUBDIR += rblcheck - SUBDIR += rblsmtpd SUBDIR += rftp SUBDIR += rlytest SUBDIR += ruby-tmail diff --git a/mail/rblsmtpd/Makefile b/mail/rblsmtpd/Makefile deleted file mode 100644 index 634efbaf3ac8..000000000000 --- a/mail/rblsmtpd/Makefile +++ /dev/null @@ -1,25 +0,0 @@ -# New ports collection makefile for: rblsmtpd -# Date created: 30 October 1998 -# Whom: John Saunders <john@nlc.net.au> -# -# $FreeBSD$ -# - -PORTNAME= rblsmtpd -PORTVERSION= 0.70 -CATEGORIES= mail -MASTER_SITES= ftp://koobera.math.uic.edu/www/software/ - -MAINTAINER= john@nlc.net.au - -NO_PACKAGE= Unsure of djb's license - -ALL_TARGET= it -INSTALL_TARGET= setup check - -SCRIPTS_ENV= BINOWN="${BINOWN}" BINGRP="${BINGRP}" BINMODE="${BINMODE}" \ - MANMODE="${MANMODE}" CFLAGS="${CFLAGS}" - -MAN8= rblsmtpd.8 antirbl.8 - -.include <bsd.port.mk> diff --git a/mail/rblsmtpd/distinfo b/mail/rblsmtpd/distinfo deleted file mode 100644 index f707c762fd87..000000000000 --- a/mail/rblsmtpd/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (rblsmtpd-0.70.tar.gz) = 2b9440db40aad2429ecbe8c964f69aa9 diff --git a/mail/rblsmtpd/pkg-comment b/mail/rblsmtpd/pkg-comment deleted file mode 100644 index a08605f654eb..000000000000 --- a/mail/rblsmtpd/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -RBL (Realtime Blackhole List) smtp daemon for blocking SPAM diff --git a/mail/rblsmtpd/pkg-descr b/mail/rblsmtpd/pkg-descr deleted file mode 100644 index 1477a1411a76..000000000000 --- a/mail/rblsmtpd/pkg-descr +++ /dev/null @@ -1,14 +0,0 @@ -rblsmtpd is a generic tool to block mail from RBL-listed sites. - -It works with any SMTP server that can run under tcpserver; in -particular, any version of qmail or sendmail. Turning it on is -easy: simply insert rblsmtpd in front of the real SMTP server in -your tcpserver invocation (or inetd.conf). - -rblsmtpd supports anti-RBL lists for sites that want to skip RBL lookups -for preauthorized hosts. It also optionally pays attention to temporary -RBL lookup errors. - -See http://maps.vix.com/rbl/ for more information about the RBL. - -WWW: ftp://koobera.math.uic.edu/www/rblsmtpd.html diff --git a/mail/rblsmtpd/pkg-plist b/mail/rblsmtpd/pkg-plist deleted file mode 100644 index f792d6dec23f..000000000000 --- a/mail/rblsmtpd/pkg-plist +++ /dev/null @@ -1,2 +0,0 @@ -bin/rblsmtpd -bin/antirbl diff --git a/mail/rblsmtpd/scripts/configure b/mail/rblsmtpd/scripts/configure deleted file mode 100644 index a393b3d25593..000000000000 --- a/mail/rblsmtpd/scripts/configure +++ /dev/null @@ -1,10 +0,0 @@ -#!/bin/sh -# -# Set up daemontools for the *BSD environment... -# -# @(#) $FreeBSD$ -# - -# Tune the options we're given. -echo ${PREFIX} > ${WRKSRC}/conf-home -echo cc ${CFLAGS} > ${WRKSRC}/conf-cc |