Index: head/mail/serialmail/Makefile =================================================================== --- head/mail/serialmail/Makefile (revision 25623) +++ head/mail/serialmail/Makefile (revision 25624) @@ -1,59 +1,59 @@ # New ports collection makefile for: serialmail # Version required: 0.75 # Date created: 2 November 1998 # Whom: Tom Hukins # # $FreeBSD$ # DISTNAME= serialmail-0.75 CATEGORIES= mail -MASTER_SITES= ftp://koobera.math.uic.edu/www/software/ \ +MASTER_SITES= http://cr.yp.to/software/ \ ftp://ftp.qmail.org/pub/koobera.math.uic.edu/pub/software/ \ http://people.FreeBSD.org/~tom/distfiles/ MAINTAINER= tom@FreeBSD.org 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 Property changes on: head/mail/serialmail/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.4 \ No newline at end of property +1.5 \ No newline at end of property Index: head/mail/serialmail/pkg-descr =================================================================== --- head/mail/serialmail/pkg-descr (revision 25623) +++ head/mail/serialmail/pkg-descr (revision 25624) @@ -1,16 +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. -WWW: http://pobox.com/~djb/serialmail.html +WWW: http://cr.yp.to/serialmail.html Property changes on: head/mail/serialmail/pkg-descr ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.2 \ No newline at end of property +1.3 \ No newline at end of property