summaryrefslogtreecommitdiff
path: root/mail/smtpproxy
diff options
context:
space:
mode:
authorPete Fritchman <petef@FreeBSD.org>2001-12-19 20:03:01 +0000
committerPete Fritchman <petef@FreeBSD.org>2001-12-19 20:03:01 +0000
commit0f9014356c748704cf3e9e85b170810de93cf501 (patch)
treeea29df9b20209502724a0da00cc34d29b15cc795 /mail/smtpproxy
parentAdd tcl-manual 2001.12.19, documentation for TCL (Tool Command (diff)
Add smtpproxy 1.1.3, an SMTP proxy server.
PR: 32848 Submitted by: Kimura Fuyuki <fuyuki@mj.0038.net>
Notes
Notes: svn path=/head/; revision=51860
Diffstat (limited to 'mail/smtpproxy')
-rw-r--r--mail/smtpproxy/Makefile32
-rw-r--r--mail/smtpproxy/distinfo1
-rw-r--r--mail/smtpproxy/pkg-comment1
-rw-r--r--mail/smtpproxy/pkg-descr9
-rw-r--r--mail/smtpproxy/pkg-plist4
5 files changed, 47 insertions, 0 deletions
diff --git a/mail/smtpproxy/Makefile b/mail/smtpproxy/Makefile
new file mode 100644
index 000000000000..a3935d3b102d
--- /dev/null
+++ b/mail/smtpproxy/Makefile
@@ -0,0 +1,32 @@
+# New ports collection makefile for: smtpproxy
+# Date created: 15 December 2001
+# Whom: Kimura Fuyuki <fuyuki@mj.0038.net>
+#
+# $FreeBSD$
+#
+
+PORTNAME= smtpproxy
+PORTVERSION= 1.1.3
+CATEGORIES= mail
+MASTER_SITES= http://www.quietsche-entchen.de/download/
+
+MAINTAINER= fuyuki@mj.0038.net
+
+MAKEFILE= makefile
+
+MAN1= smtp.proxy.1
+
+post-patch:
+ @${PERL} -pi -e 's,CC =,CC ?=,; s,CFLAGS =,CFLAGS +=,; \
+ s,/usr/local/sbin,${PREFIX}/libexec,; s,/usr/local,${PREFIX},' \
+ ${WRKSRC}/makefile
+
+post-install:
+.if !defined(NOPORTDOCS)
+ @${MKDIR} ${DOCSDIR}
+.for i in README rfc821.txt
+ ${INSTALL_DATA} ${WRKSRC}/${i} ${DOCSDIR}
+.endfor
+.endif
+
+.include <bsd.port.mk>
diff --git a/mail/smtpproxy/distinfo b/mail/smtpproxy/distinfo
new file mode 100644
index 000000000000..9428f0bb7ba0
--- /dev/null
+++ b/mail/smtpproxy/distinfo
@@ -0,0 +1 @@
+MD5 (smtpproxy-1.1.3.tar.gz) = c4558c8d379644e5b1fd66c389107a1e
diff --git a/mail/smtpproxy/pkg-comment b/mail/smtpproxy/pkg-comment
new file mode 100644
index 000000000000..13007358bedb
--- /dev/null
+++ b/mail/smtpproxy/pkg-comment
@@ -0,0 +1 @@
+SMTP proxy server
diff --git a/mail/smtpproxy/pkg-descr b/mail/smtpproxy/pkg-descr
new file mode 100644
index 000000000000..120febe55c5c
--- /dev/null
+++ b/mail/smtpproxy/pkg-descr
@@ -0,0 +1,9 @@
+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
+
+- Kimura Fuyuki
+fuyuki@mj.0038.net
diff --git a/mail/smtpproxy/pkg-plist b/mail/smtpproxy/pkg-plist
new file mode 100644
index 000000000000..84d70bee2a43
--- /dev/null
+++ b/mail/smtpproxy/pkg-plist
@@ -0,0 +1,4 @@
+libexec/smtp.proxy
+%%PORTDOCS%%share/doc/smtpproxy/README
+%%PORTDOCS%%share/doc/smtpproxy/rfc821.txt
+%%PORTDOCS%%@dirrm share/doc/smtpproxy