diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2011-05-02 07:37:31 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2011-05-02 07:37:31 +0000 |
commit | b792cc5809657214baafaf9e6c91c0f2c60ae2d3 (patch) | |
tree | 2819644bae64c8f4c44733d6d7dcbf578855d2d2 /mail/smtpproxy | |
parent | New Features: (diff) |
remove unmaintained expired ports from mail
2011-05-01 mail/biabam: Upstream disapear and distfile is no more available
2011-05-01 mail/crashecho: Upstream disapear and distfile is no more available
2011-05-01 mail/drbl: Upstream disapear and distfile is no more available
2011-05-01 mail/glbiff: Upstream disapear and distfile is no more available
2011-05-01 mail/libsrs: Upstream disapear and distfile is no more available
2011-05-01 mail/majorcool: Upstream disapear and distfile is no more available
2011-05-01 mail/messagewall: Upstream disapear and distfile is no more available
2011-05-01 mail/pgen: Upstream disapear and distfile is no more available
2011-05-01 mail/regm: Upstream disapear and distfile is no more available
2011-05-01 mail/ricochet: Upstream disapear and distfile is no more available
2011-05-01 mail/smtpclient: Upstream disapear and distfile is no more available
2011-05-01 mail/smtpproxy: Upstream disapear and distfile is no more available
2011-05-01 mail/solidpop3d: Upstream disapear and distfile is no more available
2011-05-01 mail/spruce: Upstream disapear and distfile is no more available
2011-05-01 mail/teapop-devel: Upstream disapear and distfile is no more available
2011-05-01 mail/wmmail: Upstream disapear and distfile is no more available
2011-05-01 mail/wmmultipop3: Upstream disapear and distfile is no more available
2011-05-01 mail/wmymail: Upstream disapear and distfile is no more available
2011-05-01 mail/xpbiff: Upstream disapear and distfile is no more available
Notes
Notes:
svn path=/head/; revision=273455
Diffstat (limited to 'mail/smtpproxy')
-rw-r--r-- | mail/smtpproxy/Makefile | 37 | ||||
-rw-r--r-- | mail/smtpproxy/distinfo | 3 | ||||
-rw-r--r-- | mail/smtpproxy/files/patch-makefile | 23 | ||||
-rw-r--r-- | mail/smtpproxy/pkg-descr | 6 |
4 files changed, 0 insertions, 69 deletions
diff --git a/mail/smtpproxy/Makefile b/mail/smtpproxy/Makefile deleted file mode 100644 index 6b9b111dcf8f..000000000000 --- a/mail/smtpproxy/Makefile +++ /dev/null @@ -1,37 +0,0 @@ -# New ports collection makefile for: smtpproxy -# Date created: 15 December 2001 -# Whom: Kimura Fuyuki <fuyuki@mj.0038.net> -# -# $FreeBSD$ -# - -PORTNAME= smtpproxy -PORTVERSION= 1.3.3 -CATEGORIES= mail -MASTER_SITES= http://quietsche-entchen.de/cgi-bin/wiki.cgi/download/ - -MAINTAINER= ports@FreeBSD.org -COMMENT= SMTP proxy server - -MAKEFILE= makefile -DISABLE_SIZE= yes - -DEPRECATED= Upstream disapear and distfile is no more available -EXPIRATION_DATE= 2011-05-01 - -MAN1= smtp.proxy.1 -PLIST_FILES= libexec/smtp.proxy -PORTDOCS= README rfc821.txt - -post-patch: - @${REINPLACE_CMD} -e 's,<wait.h>,<sys/wait.h>,' ${WRKSRC}/acp.c - -post-install: -.if !defined(NOPORTDOCS) - @${MKDIR} ${DOCSDIR} -.for i in ${PORTDOCS} - @${INSTALL_DATA} ${WRKSRC}/${i} ${DOCSDIR} -.endfor -.endif - -.include <bsd.port.mk> diff --git a/mail/smtpproxy/distinfo b/mail/smtpproxy/distinfo deleted file mode 100644 index 0888cf104da1..000000000000 --- a/mail/smtpproxy/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (smtpproxy-1.3.3.tar.gz) = 3dc32a5483543f0c3c1254785d746265 -SHA256 (smtpproxy-1.3.3.tar.gz) = 9b9f4314777e06eb8d2ea120f8cb36f8dd1ef50f5574b63d5c584b5a741697b1 -SIZE (smtpproxy-1.3.3.tar.gz) = 52276 diff --git a/mail/smtpproxy/files/patch-makefile b/mail/smtpproxy/files/patch-makefile deleted file mode 100644 index 72921f378777..000000000000 --- a/mail/smtpproxy/files/patch-makefile +++ /dev/null @@ -1,23 +0,0 @@ ---- makefile.orig Sat Jun 26 08:51:01 2004 -+++ makefile Sat Jun 26 08:52:52 2004 -@@ -1,6 +1,6 @@ - --CC = gcc --CFLAGS = -ggdb -Wall -DVERSION='"$(VERSION)"' -+CC ?= gcc -+CFLAGS += -DVERSION='"$(VERSION)"' - - VERSION = 1.3.3 - TAR = smtpproxy-$(VERSION) -@@ -18,9 +18,8 @@ - - install: all - strip $(TARGETS) -- cp smtp.proxy /usr/local/sbin/smtp.proxy -- cp $(TARGETS) /usr/local/sbin -- cp *.1 /usr/local/man/man1 -+ ${BSD_INSTALL_PROGRAM} $(TARGETS) ${PREFIX}/libexec/smtp.proxy -+ ${BSD_INSTALL_MAN} *.1 ${PREFIX}/man/man1 - - - smtp.proxy: $(SMTPPROXY) diff --git a/mail/smtpproxy/pkg-descr b/mail/smtpproxy/pkg-descr deleted file mode 100644 index ccc4ea98faae..000000000000 --- a/mail/smtpproxy/pkg-descr +++ /dev/null @@ -1,6 +0,0 @@ -smtp.proxy is an application level gateway for SMTP. It connects a -client to a server running on another machine watching that the -protocol is accomplished. If commands outside the specification are -sent they are not forwarded to the server. - -WWW: http://quietsche-entchen.de/cgi-bin/wiki.cgi/proxies/SmtpProxy |