diff options
author | miwi <miwi@FreeBSD.org> | 2009-11-19 15:01:37 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2009-11-19 15:01:37 +0800 |
commit | 394478069abe3e1b4e5bbceb1c6c35ab1e88aabe (patch) | |
tree | e4e80163a0789e12f1b9f46abdac6351e6c4b673 /mail | |
parent | a9393890b80944e42ccb8b40fdacd9b706ebb390 (diff) | |
download | freebsd-ports-gnome-394478069abe3e1b4e5bbceb1c6c35ab1e88aabe.tar.gz freebsd-ports-gnome-394478069abe3e1b4e5bbceb1c6c35ab1e88aabe.tar.zst freebsd-ports-gnome-394478069abe3e1b4e5bbceb1c6c35ab1e88aabe.zip |
2009-10-26 editors/qemacs: depends on old version of GCC, no maintainer, not used by any other port, dead upstream
2009-11-03 mail/postfix-gps-devel: Older than main port, no sign of maintainer activity beyond port creation 4+ years ago
2009-10-12 graphics/php4-ffmpeg: development continues only for php5
2009-10-31 net-p2p/nicotine: development stalled years ago, use net-p2p/nicotine-plus instead
2009-11-07 sysutils/rsyslog: Use sysutils/rsyslog3 or sysutils/rsyslog4 instead
2009-11-07 sysutils/rsyslog-gssapi: Use sysutils/rsyslog3 or sysutils/rsyslog4 instead
2009-11-07 sysutils/rsyslog-mysql: Use sysutils/rsyslog3 or sysutils/rsyslog4 instead
2009-11-07 sysutils/rsyslog-pgsql: Use sysutils/rsyslog3 or sysutils/rsyslog4 instead
2009-11-17 misc/kde4-l10n-ta: unfetchable and unmaintained upstream
2009-11-17 misc/kde4-l10n-eo: unfetchable and unmaintained upstream
Diffstat (limited to 'mail')
-rw-r--r-- | mail/Makefile | 1 | ||||
-rw-r--r-- | mail/postfix-gps-devel/Makefile | 46 | ||||
-rw-r--r-- | mail/postfix-gps-devel/distinfo | 3 | ||||
-rw-r--r-- | mail/postfix-gps-devel/files/patch-configure.in | 12 | ||||
-rw-r--r-- | mail/postfix-gps-devel/files/patch-src__Makefile.am | 9 | ||||
-rw-r--r-- | mail/postfix-gps-devel/files/patch-src__pmatcher.h | 10 | ||||
-rw-r--r-- | mail/postfix-gps-devel/pkg-descr | 11 | ||||
-rw-r--r-- | mail/postfix-gps-devel/pkg-message | 30 | ||||
-rw-r--r-- | mail/postfix-gps-devel/pkg-plist | 4 |
9 files changed, 0 insertions, 126 deletions
diff --git a/mail/Makefile b/mail/Makefile index 0a0ca99a842e..247b434b5626 100644 --- a/mail/Makefile +++ b/mail/Makefile @@ -491,7 +491,6 @@ SUBDIR += postfix SUBDIR += postfix-current SUBDIR += postfix-gps - SUBDIR += postfix-gps-devel SUBDIR += postfix-policyd-sf SUBDIR += postfix-policyd-spf SUBDIR += postfix-policyd-spf-perl diff --git a/mail/postfix-gps-devel/Makefile b/mail/postfix-gps-devel/Makefile deleted file mode 100644 index 96730a12ead0..000000000000 --- a/mail/postfix-gps-devel/Makefile +++ /dev/null @@ -1,46 +0,0 @@ -# New ports collection makefile for: postfix-gps-devel -# Date created: 29 May 2005 -# Whom: Dennis K. Jensen <freebsd@signout.dk> -# -# $FreeBSD$ -# - -PORTNAME= gps -PORTVERSION= 1.004 -PORTREVISION= 2 -CATEGORIES= mail security -MASTER_SITES= http://mimo.gn.apc.org/gps/ -PKGNAMEPREFIX= postfix- -PKGNAMESUFFIX= -devel -DISTNAME= gps-${PORTVERSION} - -MAINTAINER= freebsd@signout.dk -COMMENT= Greylist Policy Service for postfix - -LIB_DEPENDS= dbi.0:${PORTSDIR}/databases/libdbi -RUN_DEPENDS= ${LOCALBASE}/lib/dbd:${PORTSDIR}/databases/libdbi-drivers - -DEPRECATED= Older than main port, no sign of maintainer activity beyond port creation 4+ years ago -EXPIRATION_DATE=2009-11-03 - -SCRIPT_FILES= gps-maintain.pl gps-db-update.pl - -WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} - -USE_AUTOTOOLS= automake:19 autoconf:262 -USE_GCC= 3.4 -CONFIGURE_ARGS= --bindir=${PREFIX}/libexec --includedir=${PREFIX}/include -CONFIGURE_ENV+= CPPFLAGS="${CPPFLAGS} -I${LOCALBASE}/include" \ - CXXFLAGS="${CXXFLAGS} -I${LOCALBASE}/include" \ - LDFLAGS="${LDFLAGS} -L${LOCALBASE}/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 - @${SED} -e 's:%%PREFIX%%:${PREFIX}:g' ${PKGMESSAGE} - -.include <bsd.port.mk> diff --git a/mail/postfix-gps-devel/distinfo b/mail/postfix-gps-devel/distinfo deleted file mode 100644 index 6e2f0ef3248a..000000000000 --- a/mail/postfix-gps-devel/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (gps-1.004.tar.gz) = 9a0a0a80535c13f4a4486f23dbc212af -SHA256 (gps-1.004.tar.gz) = 08c0a12dac77c8797e5e2b5aa3237a8cf76284d0203d711ddfdd4234a615822d -SIZE (gps-1.004.tar.gz) = 348669 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 1e61bd1e1225..000000000000 --- a/mail/postfix-gps-devel/pkg-message +++ /dev/null @@ -1,30 +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=%%PREFIX%%/libexec/gps -v %%PREFIX%%/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 * * * * %%PREFIX%%/libexec/gps-maintain.pl -delete -eq 0 -age 86400 %%PREFIX%%/etc/gps.conf -55 3 * * * %%PREFIX%%/libexec/gps-maintain.pl -delete -age 3110400 %%PREFIX%%/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 |