Date: Sat, 15 Dec 2001 15:50:53 +0900 (JST) From: Kimura Fuyuki <fuyuki@mj.0038.net> To: FreeBSD-gnats-submit@freebsd.org Subject: ports/32848: New port: mail/smtpproxy Message-ID: <20011215065054604.QAER.1471.t-mta8.odn.ne.jp@mta8.odn.ne.jp>
next in thread | raw e-mail | index | archive | help
>Number: 32848 >Category: ports >Synopsis: New port: mail/smtpproxy >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Fri Dec 14 23:00:01 PST 2001 >Closed-Date: >Last-Modified: >Originator: Kimura Fuyuki >Release: FreeBSD 4.4-STABLE i386 >Organization: >Environment: System: FreeBSD ns.test 4.4-STABLE FreeBSD 4.4-STABLE #2: Tue Dec 4 16:17:57 JST 2001 root@ns.test:/sack/obj/usr/src/sys/NS i386 >Description: 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://www.quietsche-entchen.de/software/smtp.proxy.html >How-To-Repeat: >Fix: # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # smtpproxy # smtpproxy/files # smtpproxy/files/patch-aa # smtpproxy/distinfo # smtpproxy/pkg-plist # smtpproxy/Makefile # smtpproxy/pkg-comment # smtpproxy/pkg-descr # echo c - smtpproxy mkdir -p smtpproxy > /dev/null 2>&1 echo c - smtpproxy/files mkdir -p smtpproxy/files > /dev/null 2>&1 echo x - smtpproxy/files/patch-aa sed 's/^X//' >smtpproxy/files/patch-aa << 'END-of-smtpproxy/files/patch-aa' X--- makefile.orig Sat Dec 15 14:41:41 2001 X+++ makefile Sat Dec 15 14:45:34 2001 X@@ -1,6 +1,6 @@ X X-CC = gcc X-CFLAGS = -ggdb -Wall X+CC ?= gcc X+CFLAGS += -ggdb -Wall X X TAR = smtpproxy-1.1.3 X DIR = smtpproxy-1.1.3 X@@ -17,7 +17,7 @@ X X install: all X strip $(TARGETS) X- cp $(TARGETS) /usr/local/sbin X+ cp $(TARGETS) /usr/local/libexec X cp *.1 /usr/local/man/man1 X X END-of-smtpproxy/files/patch-aa echo x - smtpproxy/distinfo sed 's/^X//' >smtpproxy/distinfo << 'END-of-smtpproxy/distinfo' XMD5 (smtpproxy-1.1.3.tar.gz) = c4558c8d379644e5b1fd66c389107a1e END-of-smtpproxy/distinfo echo x - smtpproxy/pkg-plist sed 's/^X//' >smtpproxy/pkg-plist << 'END-of-smtpproxy/pkg-plist' Xlibexec/smtp.proxy X%%PORTDOCS%%share/doc/smtpproxy/README X%%PORTDOCS%%@dirrm share/doc/smtpproxy END-of-smtpproxy/pkg-plist echo x - smtpproxy/Makefile sed 's/^X//' >smtpproxy/Makefile << 'END-of-smtpproxy/Makefile' X# New ports collection makefile for: smtpproxy X# Date created: 15 December 2001 X# Whom: Kimura Fuyuki <fuyuki@mj.0038.net> X# X# $FreeBSD$ X# X XPORTNAME= smtpproxy XPORTVERSION= 1.1.3 XCATEGORIES= mail XMASTER_SITES= http://www.quietsche-entchen.de/download/ X XMAINTAINER= fuyuki@mj.0038.net X XMAKEFILE= makefile X XMAN1= smtp.proxy.1 X Xpost-install: X.if !defined(NOPORTDOCS) X ${MKDIR} ${DOCSDIR} X.for i in README X ${INSTALL_MAN} ${WRKSRC}/${i} ${DOCSDIR} X.endfor X.endif X X.include <bsd.port.mk> END-of-smtpproxy/Makefile echo x - smtpproxy/pkg-comment sed 's/^X//' >smtpproxy/pkg-comment << 'END-of-smtpproxy/pkg-comment' XSMTP proxy server END-of-smtpproxy/pkg-comment echo x - smtpproxy/pkg-descr sed 's/^X//' >smtpproxy/pkg-descr << 'END-of-smtpproxy/pkg-descr' Xsmtp.proxy is an application level gateway for SMTP. It connects a Xclient to a server running on another machine watching that the Xprotocol is accomplished. If commands outside the specification are Xsent they are not forwarded to the server. X XWWW: http://www.quietsche-entchen.de/software/smtp.proxy.html X X- Kimura Fuyuki Xfuyuki@mj.0038.net END-of-smtpproxy/pkg-descr exit >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20011215065054604.QAER.1471.t-mta8.odn.ne.jp>