diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2004-06-21 21:35:58 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2004-06-21 21:35:58 +0000 |
commit | 1d57d8f7999a094aa5af67d02b68ba6877d1d0d3 (patch) | |
tree | cf91cf1f84af95d4660213dfe9a1275b9e2af4ed /mail/msmtpqueue | |
parent | cc9734cd5a36363529ffc2f2704ce379aaedb356 (diff) | |
download | ports-1d57d8f7999a094aa5af67d02b68ba6877d1d0d3.tar.gz ports-1d57d8f7999a094aa5af67d02b68ba6877d1d0d3.zip |
Notes
Diffstat (limited to 'mail/msmtpqueue')
-rw-r--r-- | mail/msmtpqueue/Makefile | 32 | ||||
-rw-r--r-- | mail/msmtpqueue/distinfo | 2 | ||||
-rw-r--r-- | mail/msmtpqueue/pkg-descr | 5 |
3 files changed, 39 insertions, 0 deletions
diff --git a/mail/msmtpqueue/Makefile b/mail/msmtpqueue/Makefile new file mode 100644 index 000000000000..b7b7bbe0a158 --- /dev/null +++ b/mail/msmtpqueue/Makefile @@ -0,0 +1,32 @@ +# New ports collection makefile for: msmtpqueue +# Date created: 2004-06-17 +# Whom: Roman Bogorodskiy <bogorodskiy@inbox.ru> +# +# $FreeBSD$ +# + +PORTNAME= msmtpqueue +PORTVERSION= 0.3 +CATEGORIES= mail +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITE_SUBDIR= msmtp + +MAINTAINER= bogorodskiy@inbox.ru +COMMENT= Scripts to queue mails with msmtp + +RUN_DEPENDS= msmtp:${PORTSDIR}/mail/msmtp + +NO_BUILD= yes + +PLIST_FILES= bin/msmtp-enqueue.sh bin/msmtp-runqueue.sh +PORTDOCS= README + +do-install: + ${INSTALL_SCRIPT} ${WRKSRC}/msmtp-enqueue.sh ${PREFIX}/bin + ${INSTALL_SCRIPT} ${WRKSRC}/msmtp-runqueue.sh ${PREFIX}/bin +.if !defined(NOPORTDOCS) + ${MKDIR} ${DOCSDIR} + ${INSTALL_DATA} ${WRKSRC}/${PORTDOCS} ${DOCSDIR} +.endif + +.include <bsd.port.mk> diff --git a/mail/msmtpqueue/distinfo b/mail/msmtpqueue/distinfo new file mode 100644 index 000000000000..acf85bf0b618 --- /dev/null +++ b/mail/msmtpqueue/distinfo @@ -0,0 +1,2 @@ +MD5 (msmtpqueue-0.3.tar.gz) = 96b704079eed75fd51bb779d20234049 +SIZE (msmtpqueue-0.3.tar.gz) = 1821 diff --git a/mail/msmtpqueue/pkg-descr b/mail/msmtpqueue/pkg-descr new file mode 100644 index 000000000000..a03c2da25003 --- /dev/null +++ b/mail/msmtpqueue/pkg-descr @@ -0,0 +1,5 @@ +These scripts may be useful for dialup connections: You can "send" all your +mails offline (they will be queued by msmtp-enqueue.sh) and really send them +all later when you are online (by running msmtp-runqueue.sh). + +WWW: http://msmtp.sf.net/ |