diff options
Diffstat (limited to 'mail/dsbl-testers')
-rw-r--r-- | mail/dsbl-testers/Makefile | 53 | ||||
-rw-r--r-- | mail/dsbl-testers/distinfo | 2 | ||||
-rw-r--r-- | mail/dsbl-testers/files/patch-firedns_firemake_makefiletop | 11 | ||||
-rw-r--r-- | mail/dsbl-testers/files/patch-firedns_tester.c | 10 | ||||
-rw-r--r-- | mail/dsbl-testers/files/patch-firemake_makefiletop | 11 | ||||
-rw-r--r-- | mail/dsbl-testers/files/patch-firestring_firemake_makefiletop | 11 | ||||
-rw-r--r-- | mail/dsbl-testers/pkg-descr | 7 | ||||
-rw-r--r-- | mail/dsbl-testers/pkg-plist | 18 |
8 files changed, 0 insertions, 123 deletions
diff --git a/mail/dsbl-testers/Makefile b/mail/dsbl-testers/Makefile deleted file mode 100644 index a96fc23f3118..000000000000 --- a/mail/dsbl-testers/Makefile +++ /dev/null @@ -1,53 +0,0 @@ -# Created by: Dean Hollister <dean@odyssey.apana.org.au> -# $FreeBSD$ - -PORTNAME= dsbl-testers -PORTVERSION= 0.9.5 -PORTREVISION= 1 -CATEGORIES= mail -MASTER_SITES= http://www.firestuff.org/projects/ \ - http://www.wa.apana.org.au/~dean/sources/ \ - ftp://ftp.wa.apana.org.au/pub/pc/unix/packages/ - -MAINTAINER= ports@FreeBSD.org -COMMENT= Testing software for DSBL/DSBL-compliant services - -BROKEN= unfetchable -DEPRECATED= Broken for more than 6 months -EXPIRATION_DATE= 2016-07-04 - -BUILD_DEPENDS= ${LOCALBASE}/include/firestring.h:misc/firestring \ - ${LOCALBASE}/include/firedns.h:dns/firedns - -HAS_CONFIGURE= yes -USE_LDCONFIG= yes - -WRKSRC= ${WRKDIR}/${PORTNAME} - -MAKE_JOBS_UNSAFE= yes - -MPG1= auth-relaytest.1 formmailtest.1 getcookie.1 httptest.1 \ - relaytest.1 socks4test.1 socks5test.1 spamtrap.1 -MPG5= dsbl.conf.5 - -post-patch: - @-${RM} ${WRKSRC}/firemake/*.orig - @-${RM} ${WRKSRC}/firedns/firemake/*.orig - @-${RM} ${WRKSRC}/firestring/firemake/*.orig - -# install ourselves to insure proper ownership/permissions -# as dictated by port's rules -BINARY_FILES= auth-relaytest formmailtest httptest relaytest \ - getcookie socks4test socks5test spamtrap -LOCAL_CONF_FILES= conf/dsbl.conf - -do-install: - cd ${WRKSRC} && \ - ${INSTALL_PROGRAM} ${BINARY_FILES} \ - ${STAGEDIR}${PREFIX}/bin && \ - ${INSTALL_DATA} ${LOCAL_CONF_FILES} ${STAGEDIR}${PREFIX}/etc - cd ${WRKSRC}/man && \ - ${INSTALL_MAN} ${MPG1} ${STAGEDIR}${MAN1PREFIX}/man/man1 && \ - ${INSTALL_MAN} ${MPG5} ${STAGEDIR}${MAN5PREFIX}/man/man5 - -.include <bsd.port.mk> diff --git a/mail/dsbl-testers/distinfo b/mail/dsbl-testers/distinfo deleted file mode 100644 index a3f918ef7419..000000000000 --- a/mail/dsbl-testers/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (dsbl-testers-0.9.5.tar.gz) = 6e7c06b5cec3cd741d6a7e8bc68a2d699a6ae5eecae790da6fd646cfa1ed4f0e -SIZE (dsbl-testers-0.9.5.tar.gz) = 129952 diff --git a/mail/dsbl-testers/files/patch-firedns_firemake_makefiletop b/mail/dsbl-testers/files/patch-firedns_firemake_makefiletop deleted file mode 100644 index 6b42cf76188c..000000000000 --- a/mail/dsbl-testers/files/patch-firedns_firemake_makefiletop +++ /dev/null @@ -1,11 +0,0 @@ ---- firedns/firemake/makefiletop.orig Sun May 9 01:00:55 2004 -+++ firedns/firemake/makefiletop Sun May 9 01:01:03 2004 -@@ -3,7 +3,7 @@ - #require make - #phase makefile - dispn "Writing Makefile top entries..." --if test "$MAKE_CONDSET" = "y"; then -+if test "$MAKE_CONDSET" = "never"; then - $ECHO "PREFIX ?= $FM_PREFIX" - - if test "$FM_MANDIRSTRICT" = "y"; then diff --git a/mail/dsbl-testers/files/patch-firedns_tester.c b/mail/dsbl-testers/files/patch-firedns_tester.c deleted file mode 100644 index 8f0379721d10..000000000000 --- a/mail/dsbl-testers/files/patch-firedns_tester.c +++ /dev/null @@ -1,10 +0,0 @@ ---- firedns/tester.c.orig Sun May 9 10:29:54 2004 -+++ firedns/tester.c Sun May 9 10:30:18 2004 -@@ -1,6 +1,7 @@ - #include <stdio.h> - #include <string.h> - #include <netdb.h> -+#include <sys/types.h> - #include <netinet/in.h> - #include <arpa/inet.h> - #include <sys/time.h> diff --git a/mail/dsbl-testers/files/patch-firemake_makefiletop b/mail/dsbl-testers/files/patch-firemake_makefiletop deleted file mode 100644 index 0d5242719860..000000000000 --- a/mail/dsbl-testers/files/patch-firemake_makefiletop +++ /dev/null @@ -1,11 +0,0 @@ ---- firemake/makefiletop.orig Sun May 9 01:05:56 2004 -+++ firemake/makefiletop Sun May 9 01:06:03 2004 -@@ -3,7 +3,7 @@ - #require make - #phase makefile - dispn "Writing Makefile top entries..." --if test "$MAKE_CONDSET" = "y"; then -+if test "$MAKE_CONDSET" = "never"; then - $ECHO "PREFIX ?= $FM_PREFIX" - - if test "$FM_MANDIRSTRICT" = "y"; then diff --git a/mail/dsbl-testers/files/patch-firestring_firemake_makefiletop b/mail/dsbl-testers/files/patch-firestring_firemake_makefiletop deleted file mode 100644 index 453f18a05a11..000000000000 --- a/mail/dsbl-testers/files/patch-firestring_firemake_makefiletop +++ /dev/null @@ -1,11 +0,0 @@ ---- firestring/firemake/makefiletop.orig Sun May 9 01:02:34 2004 -+++ firestring/firemake/makefiletop Sun May 9 01:03:05 2004 -@@ -3,7 +3,7 @@ - #require make - #phase makefile - dispn "Writing Makefile top entries..." --if test "$MAKE_CONDSET" = "y"; then -+if test "$MAKE_CONDSET" = "never"; then - $ECHO "PREFIX ?= $FM_PREFIX" - - if test "$FM_MANDIRSTRICT" = "y"; then diff --git a/mail/dsbl-testers/pkg-descr b/mail/dsbl-testers/pkg-descr deleted file mode 100644 index 2b873d78bd81..000000000000 --- a/mail/dsbl-testers/pkg-descr +++ /dev/null @@ -1,7 +0,0 @@ -This package contains testing software configured to work with the -DSBL (http://dsbl.org/) or DSBL-compliant services. It enables you -to send tests to servers based on spam that you receive. If those -tests succeed, the results will reach the DSBL host in question, -and the relay will be listed. - -WWW: http://ares.penguinhosting.net/~ian/ diff --git a/mail/dsbl-testers/pkg-plist b/mail/dsbl-testers/pkg-plist deleted file mode 100644 index 72281096f483..000000000000 --- a/mail/dsbl-testers/pkg-plist +++ /dev/null @@ -1,18 +0,0 @@ -bin/auth-relaytest -bin/formmailtest -bin/getcookie -bin/httptest -bin/relaytest -bin/socks4test -bin/socks5test -bin/spamtrap -etc/dsbl.conf -man/man1/auth-relaytest.1.gz -man/man1/formmailtest.1.gz -man/man1/getcookie.1.gz -man/man1/httptest.1.gz -man/man1/relaytest.1.gz -man/man1/socks4test.1.gz -man/man1/socks5test.1.gz -man/man1/spamtrap.1.gz -man/man5/dsbl.conf.5.gz |