summaryrefslogtreecommitdiff
path: root/mail/smtpfeed
diff options
context:
space:
mode:
authortaca <taca>2002-01-21 11:25:23 +0000
committertaca <taca>2002-01-21 11:25:23 +0000
commitbd9b19d647f1bfd842a52d963e4c1216c86b9f91 (patch)
treeb2a4392439ba7069bda037fff95f1712633fb65c /mail/smtpfeed
parentc3282eb705ec28b079694df079ca9ed08f921e70 (diff)
downloadpkgsrc-bd9b19d647f1bfd842a52d963e4c1216c86b9f91.tar.gz
Update smtpfeed to 1.17. Now online manual added, too.
1.17: Jan.12,2002: smtpfeed.8: this manual page (in English) is provided by Ralf S. Engelschall <rse@engelschall.com> dns.c: some sanity checking in DNS answer packet to avoid coredump. common.h, dns.c, main.c, lmtp.c: DNS query concurrency limitation. set -q option to limit. default is 0 (unlimited). maximum concurrency will be shown with dnsmaxcq= in log after delivery is completed. problem reported by Takahiro Kambe <taca@sky.yamashina.kyoto.jp> common.h, dns.c, smtp.c: /opt support in map file. if you want to try other IP addresses for a MX host when a transaction (after HELOSENT) with an IP address was failed, describe "domain MX/a" in the map file. this option can be applied to each term separated by ':' like "domain mx1/a:mx2:mx3/a". based on a request from Koji Kawano <kawano@eng.trans-cosmos.co.jp> 1.16: Aug.27,2001: main.c: "socklen_t" is replaced with "int" to support old platforms which does not have the "socklen_t" definition.
Diffstat (limited to 'mail/smtpfeed')
-rw-r--r--mail/smtpfeed/Makefile16
-rw-r--r--mail/smtpfeed/PLIST4
-rw-r--r--mail/smtpfeed/distinfo6
3 files changed, 20 insertions, 6 deletions
diff --git a/mail/smtpfeed/Makefile b/mail/smtpfeed/Makefile
index 90c882502ac..3e81bb7d8ea 100644
--- a/mail/smtpfeed/Makefile
+++ b/mail/smtpfeed/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.19 2001/09/09 16:46:47 taca Exp $
+# $NetBSD: Makefile,v 1.20 2002/01/21 11:25:23 taca Exp $
# Based on FreeBSD Id: Makefile,v 1.27 1999/04/03 08:25:18 itojun Exp
#
-DISTNAME= smtpfeed-1.15
+DISTNAME= smtpfeed-1.17
CATEGORIES= mail
MASTER_SITES= ftp://ftp.kyoto.wide.ad.jp/pub/mail/smtpfeed/ \
ftp://ftp.kyoto.wide.ad.jp/pub/mail/sendmail/ \
@@ -35,7 +35,19 @@ BUILD_DEFS+= USE_INET6
CONFIGURE_ARGS+=--enable-ipv6
.endif
+.if (${OPSYS} == SunOS)
+NROFF?= nroff -man
+.else
+NROFF?= nroff -mandoc
+.endif
+
+post-build:
+ cd ${WRKSRC} && \
+ ${NROFF} smtpfeed.8 > smtpfeed.cat8
+
post-install:
+ ${INSTALL_MAN} ${WRKSRC}/smtpfeed.8 ${PREFIX}/man/man8
+ ${INSTALL_MAN} ${WRKSRC}/smtpfeed.cat8 ${PREFIX}/man/cat8/smtpfeed.0
${INSTALL_DATA_DIR} ${DOCDIR}
for i in ${DOCS}; do \
${INSTALL_DATA} ${WRKSRC}/$$i ${DOCDIR}; \
diff --git a/mail/smtpfeed/PLIST b/mail/smtpfeed/PLIST
index 3e7f9091308..9290851d38f 100644
--- a/mail/smtpfeed/PLIST
+++ b/mail/smtpfeed/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.1 2001/11/01 01:01:22 zuntum Exp $
+@comment $NetBSD: PLIST,v 1.2 2002/01/21 11:25:23 taca Exp $
libexec/smtpfeed
share/doc/smtpfeed/COPYRIGHT
share/doc/smtpfeed/FEATURES
@@ -17,4 +17,6 @@ share/doc/smtpfeed/RELEASE.NOTE
share/doc/smtpfeed/SIGNAL
share/doc/smtpfeed/SIGNAL.j
share/doc/smtpfeed/TODO
+share/man/man8/smtpeed.8
+share/man/cat8/smtpeed.0
@dirrm share/doc/smtpfeed
diff --git a/mail/smtpfeed/distinfo b/mail/smtpfeed/distinfo
index 81313912b91..8c6333c9d56 100644
--- a/mail/smtpfeed/distinfo
+++ b/mail/smtpfeed/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.3 2001/09/09 16:46:47 taca Exp $
+$NetBSD: distinfo,v 1.4 2002/01/21 11:25:23 taca Exp $
-SHA1 (smtpfeed-1.15.tar.gz) = 53dad64198bec3a718bcff805bd6af564ec820f6
-Size (smtpfeed-1.15.tar.gz) = 142847 bytes
+SHA1 (smtpfeed-1.17.tar.gz) = a2436f31f467b0210f03948cb41bcc70f3732a78
+Size (smtpfeed-1.17.tar.gz) = 140036 bytes
SHA1 (patch-aa) = e0ba34dd816d349ecedbc2a76cef9e70b396c655