summaryrefslogtreecommitdiff
path: root/mail/postfix-gps-devel
diff options
context:
space:
mode:
Diffstat (limited to 'mail/postfix-gps-devel')
-rw-r--r--mail/postfix-gps-devel/Makefile44
-rw-r--r--mail/postfix-gps-devel/distinfo2
-rw-r--r--mail/postfix-gps-devel/files/patch-configure.in12
-rw-r--r--mail/postfix-gps-devel/files/patch-src::Makefile.am9
-rw-r--r--mail/postfix-gps-devel/files/patch-src::pmatcher.h10
-rw-r--r--mail/postfix-gps-devel/pkg-descr11
-rw-r--r--mail/postfix-gps-devel/pkg-message31
-rw-r--r--mail/postfix-gps-devel/pkg-plist4
8 files changed, 0 insertions, 123 deletions
diff --git a/mail/postfix-gps-devel/Makefile b/mail/postfix-gps-devel/Makefile
deleted file mode 100644
index 6725ba1fc8fd..000000000000
--- a/mail/postfix-gps-devel/Makefile
+++ /dev/null
@@ -1,44 +0,0 @@
-# New ports collection makefile for: postfix-gps
-# Date created: 2 September 2004
-# Whom: Xin LI <delphij@FreeBSD.org>
-#
-# $FreeBSD$
-#
-
-PORTNAME= gps
-PORTVERSION= 0.93
-PORTREVISION= 1
-CATEGORIES= mail security
-MASTER_SITES= http://mimo.gn.apc.org/gps/
-PKGNAMEPREFIX= postfix-
-DISTFILES= ${PORTNAME}-${PORTVERSION}${EXTRACT_SUFX}
-EXTRACT_ONLY= ${PORTNAME}-${PORTVERSION}${EXTRACT_SUFX}
-
-MAINTAINER= delphij@FreeBSD.org
-COMMENT= Greylist Policy Service for postfix
-
-LIB_DEPENDS= dbi.0:${PORTSDIR}/databases/libdbi
-RUN_DEPENDS= ${LOCALBASE}/lib/dbd:${PORTSDIR}/databases/libdbi-drivers
-
-SCRIPT_FILES= gps-maintain.pl gps-db-update.pl
-
-WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
-
-USE_AUTOCONF_VER= 259
-USE_AUTOMAKE_VER= 19
-USE_GCC= 3.4
-CONFIGURE_ARGS= --bindir=${PREFIX}/libexec --includedir=${PREFIX}/include
-CONFIGURE_ENV+= CPPFLAGS="${CPPFLAGS} -I${PREFIX}/include" \
- CXXFLAGS="${CXXFLAGS} -I${PREFIX}/include" \
- LDFLAGS="${LDFLAGS} -L${PREFIX}/lib"
-
-pre-configure:
- @cd ${WRKSRC} && ${ACLOCAL}
-post-install:
- @${INSTALL_DATA} ${WRKSRC}/etc/gps.conf ${PREFIX}/etc/gps.conf-dist
-.for f in ${SCRIPT_FILES}
- @${INSTALL_SCRIPT} ${WRKSRC}/${f} ${PREFIX}/libexec
-.endfor
- @${CAT} ${PKGMESSAGE}
-
-.include <bsd.port.mk>
diff --git a/mail/postfix-gps-devel/distinfo b/mail/postfix-gps-devel/distinfo
deleted file mode 100644
index 20ab5b7e682b..000000000000
--- a/mail/postfix-gps-devel/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-MD5 (gps-0.93.tar.gz) = cd12ea6ca4b4bea06690a3356aabd7b2
-SIZE (gps-0.93.tar.gz) = 338790
diff --git a/mail/postfix-gps-devel/files/patch-configure.in b/mail/postfix-gps-devel/files/patch-configure.in
deleted file mode 100644
index 9b61221091ba..000000000000
--- a/mail/postfix-gps-devel/files/patch-configure.in
+++ /dev/null
@@ -1,12 +0,0 @@
---- configure.in.orig Fri Sep 17 07:55:55 2004
-+++ configure.in Mon Sep 20 01:48:31 2004
-@@ -20,9 +20,6 @@
-
- AC_LANG_CPLUSPLUS
- AC_PROG_CXX
--AM_PROG_LIBTOOL
--AC_PROG_LD
--AM_PROG_LD
- dnl AC_CHECK_LIB(dbi, libdbi)
-
- AC_HAVE_HEADERS(syslog.h)
diff --git a/mail/postfix-gps-devel/files/patch-src::Makefile.am b/mail/postfix-gps-devel/files/patch-src::Makefile.am
deleted file mode 100644
index 6cb666ce6f83..000000000000
--- a/mail/postfix-gps-devel/files/patch-src::Makefile.am
+++ /dev/null
@@ -1,9 +0,0 @@
---- src/Makefile.am.orig Sun Nov 21 01:41:36 2004
-+++ src/Makefile.am Sun Jan 9 16:45:10 2005
-@@ -9,5 +9,5 @@
- noinst_HEADERS = configreader.h db.h read.h triplet.h defs.h strtrim.h cfg.h \
- wlmodule.h wldb.h tmplwlmod.h dbdefs.h doxygen.h wlcacheddb.h dbiquote.h \
- regexcpp.h pmatcher.h action.h
--gps_LDADD = -lpthread -ldbi -ldl
-+gps_LDADD = -ldbi ${PTHREAD_LIBS}
- METASOURCES = AUTO
diff --git a/mail/postfix-gps-devel/files/patch-src::pmatcher.h b/mail/postfix-gps-devel/files/patch-src::pmatcher.h
deleted file mode 100644
index 78d804db9ce7..000000000000
--- a/mail/postfix-gps-devel/files/patch-src::pmatcher.h
+++ /dev/null
@@ -1,10 +0,0 @@
---- src/pmatcher.h.orig Sun Nov 21 05:37:49 2004
-+++ src/pmatcher.h Sun Jan 9 16:50:54 2005
-@@ -24,6 +24,7 @@
- #include <string>
- //getnameinfo
- #include <netdb.h>
-+#include <sys/socket.h>
- //
- #include "regexcpp.h"
- #include "triplet.h"
diff --git a/mail/postfix-gps-devel/pkg-descr b/mail/postfix-gps-devel/pkg-descr
deleted file mode 100644
index 03ce142dab64..000000000000
--- a/mail/postfix-gps-devel/pkg-descr
+++ /dev/null
@@ -1,11 +0,0 @@
-This program is an implementation of a greylist policy service for
-postfix (2.1.0 and later). Greylisting is a concept to reduce the
-amount of UCE ('spam') by technical means. Tests on production
-systems show that greylisting is hugely effective.
-
-Read more about greylisting on:
-WWW: http://www.greylisting.org and
-WWW: http://projects.puremagic.com/greylisting/whitepaper.html
-
-Also, please consult homepage of this program:
-WWW: http://mimo.gn.apc.org/gps/
diff --git a/mail/postfix-gps-devel/pkg-message b/mail/postfix-gps-devel/pkg-message
deleted file mode 100644
index 73328bfb24e3..000000000000
--- a/mail/postfix-gps-devel/pkg-message
+++ /dev/null
@@ -1,31 +0,0 @@
-========================================================================
-Configuration Instructions
-
-You should now create a database for gps, and grant a dedicated database
-user appropriate privilege to access it. Please copy gps.conf-dist found
-in your local etc directory to gps.conf and do some changes to reflect
-the database and user. gps will automatically create the tables that
-is needed for greylisting.
-
-After you have all these done, modify the postfix master.cf and include
-gps as policy server. We recommend that you use Unix domain socket
-since this can be used even within a jail(8) environment. An example
-entry is:
-
-policy unix - n n - - spawn
- user=nobody argv=/usr/local/libexec/gps -v /usr/local/etc/gps.conf
-
-In order to make policy server effect on your postfix installation,
-you should add something like:
-
- check_policy_service unix:private/policy
-
-Into your smtpd_sender_restrictions configuration in postfix's main.cf.
-
-Also, you may want to include the following line into your crontab so
-system will automatically do daily cleanup of the greylist table:
-
-27 * * * * /usr/local/libexec/gps-maintain.pl -delete -eq 0 -age 86400 /usr/local/etc/gps.conf
-55 3 * * * /usr/local/libexec/gps-maintain.pl -delete -age 3110400 /usr/local/etc/gps.conf
-========================================================================
-
diff --git a/mail/postfix-gps-devel/pkg-plist b/mail/postfix-gps-devel/pkg-plist
deleted file mode 100644
index 21a2db2dcbfb..000000000000
--- a/mail/postfix-gps-devel/pkg-plist
+++ /dev/null
@@ -1,4 +0,0 @@
-etc/gps.conf-dist
-libexec/gps
-libexec/gps-maintain.pl
-libexec/gps-db-update.pl