mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
Initial import of serialmail version 0.75.
Tools for passing mail across serial links. PR: 8564 Submitted by: Tom Hukins <tom@eborcom.com>
This commit is contained in:
parent
61588de77e
commit
8e058493fc
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=15784
57
mail/serialmail/Makefile
Normal file
57
mail/serialmail/Makefile
Normal file
@ -0,0 +1,57 @@
|
||||
# New ports collection makefile for: serialmail
|
||||
# Version required: 0.75
|
||||
# Date created: 2 November 1998
|
||||
# Whom: Tom Hukins <tom@eborcom.com>
|
||||
#
|
||||
# $Id$
|
||||
#
|
||||
|
||||
DISTNAME= serialmail-0.75
|
||||
CATEGORIES= mail
|
||||
MASTER_SITES= ftp://koobera.math.uic.edu/pub/software/
|
||||
|
||||
MAINTAINER= tom@eborcom.com
|
||||
|
||||
MAN1= maildirqmtp.1 maildirserial.1 maildirsmtp.1 serialqmtp.1 serialsmtp.1 setlock.1
|
||||
|
||||
.if defined(NOPORTDOCS)
|
||||
PLIST= ${PKGDIR}/PLIST.nodocs
|
||||
.endif
|
||||
|
||||
# QMAIL_DIR is the directory where qmail is installed
|
||||
.if !defined(QMAIL_DIR)
|
||||
QMAIL_DIR= /var/qmail
|
||||
.endif
|
||||
|
||||
RUN_DEPENDS= ${PREFIX}/bin/tcpserver:${PORTSDIR}/sysutils/ucspi-tcp \
|
||||
${QMAIL_DIR}/bin/qmail-send:${PORTSDIR}/mail/qmail
|
||||
|
||||
NO_PACKAGE= Unsure of djb's license
|
||||
|
||||
ALL_TARGET= it
|
||||
|
||||
post-configure:
|
||||
@${ECHO} ${PREFIX} > ${WRKSRC}/conf-home
|
||||
@${ECHO} ${CC} ${CFLAGS} > ${WRKSRC}/conf-cc
|
||||
@${ECHO} ${CC} -s > ${WRKSRC}/conf-ld
|
||||
@${ECHO} ${QMAIL_DIR} > ${WRKSRC}/conf-qmail
|
||||
|
||||
do-install:
|
||||
.for file in serialqmtp serialsmtp maildirserial setlock
|
||||
@${INSTALL_PROGRAM} ${WRKSRC}/${file} ${PREFIX}/bin
|
||||
.endfor
|
||||
.for file in maildirqmtp maildirsmtp
|
||||
@${INSTALL_SCRIPT} ${WRKSRC}/${file} ${PREFIX}/bin
|
||||
.endfor
|
||||
.for file in maildirqmtp.1 maildirserial.1 maildirsmtp.1 serialqmtp.1 serialsmtp.1 setlock.1
|
||||
@${INSTALL_MAN} ${WRKSRC}/${file} ${PREFIX}/man/man1
|
||||
.endfor
|
||||
.if !defined(NOPORTDOCS)
|
||||
@${ECHO} "===> Copying documents to ${PREFIX}/share/doc/serialmail"
|
||||
@${MKDIR} ${PREFIX}/share/doc/serialmail
|
||||
.for file in FROMISP TOISP AUTOTURN
|
||||
@${INSTALL_DATA} ${WRKSRC}/${file} ${PREFIX}/share/doc/serialmail
|
||||
.endfor
|
||||
.endif
|
||||
|
||||
.include <bsd.port.mk>
|
1
mail/serialmail/distinfo
Normal file
1
mail/serialmail/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (serialmail-0.75.tar.gz) = e6a3049863ae8577b1780fcd9fbc98a9
|
11
mail/serialmail/files/patch-aa
Normal file
11
mail/serialmail/files/patch-aa
Normal file
@ -0,0 +1,11 @@
|
||||
--- Makefile.orig Sun Nov 15 02:28:23 1998
|
||||
+++ Makefile Tue Dec 29 15:31:42 1998
|
||||
@@ -260,7 +260,7 @@
|
||||
./compile instcheck.c
|
||||
|
||||
it: \
|
||||
-man prog install instcheck
|
||||
+prog install instcheck
|
||||
|
||||
leapsecs.0: \
|
||||
leapsecs.3
|
1
mail/serialmail/pkg-comment
Normal file
1
mail/serialmail/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
Tools for passing mail across serial links.
|
16
mail/serialmail/pkg-descr
Normal file
16
mail/serialmail/pkg-descr
Normal file
@ -0,0 +1,16 @@
|
||||
serialmail is a collection of tools for passing mail across serial
|
||||
links. It works with qmail: you use qmail to deliver messages to a
|
||||
maildir, and then serialmail to deliver messages out of the maildir.
|
||||
|
||||
serialmail uses ucspi-tcp/tcpclient for networking. It can also be used
|
||||
with future UCSPI clients for transparent compression, IPv6, etc.
|
||||
|
||||
serialmail supports SMTP, including ESMTP PIPELINING, and QMTP.
|
||||
|
||||
serialmail is under user control. A user delivering messages to a
|
||||
maildir, and picking up the messages through qmail-pop3d, can switch to
|
||||
maildirsmtp without pestering the sysadmin. The user can also decide
|
||||
whether undeliverable messages should be left for POP retrieval or
|
||||
bounced back to the sender.
|
||||
|
||||
http://pobox.com/~djb/serialmail.html
|
10
mail/serialmail/pkg-plist
Normal file
10
mail/serialmail/pkg-plist
Normal file
@ -0,0 +1,10 @@
|
||||
bin/maildirqmtp
|
||||
bin/maildirserial
|
||||
bin/maildirsmtp
|
||||
bin/serialqmtp
|
||||
bin/serialsmtp
|
||||
bin/setlock
|
||||
share/doc/serialmail/AUTOTURN
|
||||
share/doc/serialmail/FROMISP
|
||||
share/doc/serialmail/TOISP
|
||||
@dirrm share/doc/serialmail
|
6
mail/serialmail/pkg-plist.nodocs
Normal file
6
mail/serialmail/pkg-plist.nodocs
Normal file
@ -0,0 +1,6 @@
|
||||
bin/maildirqmtp
|
||||
bin/maildirserial
|
||||
bin/maildirsmtp
|
||||
bin/serialqmtp
|
||||
bin/serialsmtp
|
||||
bin/setlock
|
Loading…
Reference in New Issue
Block a user