pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/mail/mailsend Import mailsend-1.19 into pkgsrc as mail...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c761bb61c2a6
branches:  trunk
changeset: 365461:c761bb61c2a6
user:      jperkin <jperkin%pkgsrc.org@localhost>
date:      Mon Jul 17 16:09:38 2017 +0000

description:
Import mailsend-1.19 into pkgsrc as mail/mailsend.  Contributed by Michael
Moll in NetBSD/pkgsrc#4.  From the DESCR:

mailsend is a simple command line program to send mail via SMTP protocol.

The program does not use any config file and everything needed to compose
mails (and attachments) is driven via command line parameters.

diffstat:

 mail/mailsend/DESCR    |   4 ++++
 mail/mailsend/Makefile |  17 +++++++++++++++++
 mail/mailsend/PLIST    |   3 +++
 mail/mailsend/distinfo |   6 ++++++
 4 files changed, 30 insertions(+), 0 deletions(-)

diffs (46 lines):

diff -r b5eba6871ca9 -r c761bb61c2a6 mail/mailsend/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/mail/mailsend/DESCR       Mon Jul 17 16:09:38 2017 +0000
@@ -0,0 +1,4 @@
+mailsend is a simple command line program to send mail via SMTP protocol.
+
+The program does not use any config file and everything needed to compose
+mails (and attachments) is driven via command line parameters.
diff -r b5eba6871ca9 -r c761bb61c2a6 mail/mailsend/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/mail/mailsend/Makefile    Mon Jul 17 16:09:38 2017 +0000
@@ -0,0 +1,17 @@
+# $NetBSD: Makefile,v 1.1 2017/07/17 16:09:38 jperkin Exp $
+#
+
+DISTNAME=      mailsend-1.19
+CATEGORIES=    mail
+MASTER_SITES=  ${MASTER_SITE_GITHUB:=muquit/}
+GITHUB_TAG=    ${PKGVERSION_NOREV}
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      https://github.com/muquit/mailsend
+COMMENT=       Utility to send mail via SMTP from command line
+
+LICENSE=       modified-bsd
+
+GNU_CONFIGURE=         yes
+
+.include "../../mk/bsd.pkg.mk"
diff -r b5eba6871ca9 -r c761bb61c2a6 mail/mailsend/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/mail/mailsend/PLIST       Mon Jul 17 16:09:38 2017 +0000
@@ -0,0 +1,3 @@
+@comment $NetBSD: PLIST,v 1.1 2017/07/17 16:09:38 jperkin Exp $
+bin/mailsend
+man/man1/mailsend.1
diff -r b5eba6871ca9 -r c761bb61c2a6 mail/mailsend/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/mail/mailsend/distinfo    Mon Jul 17 16:09:38 2017 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2017/07/17 16:09:38 jperkin Exp $
+
+SHA1 (mailsend-1.19.tar.gz) = 6a86890244ada27e5be03155e8c01b7e2948ff5e
+RMD160 (mailsend-1.19.tar.gz) = b7146e77d11471a28e47a408532c0b2ffd3067b2
+SHA512 (mailsend-1.19.tar.gz) = e9640c2fb63d50d7db092c1f3cab0613c969901629e9cbf79c974e70fec582fa88eecf3ba0dbe74259fe53568f29efcdd07daf3593d26c9710b660d0cef55038
+Size (mailsend-1.19.tar.gz) = 447647 bytes



Home | Main Index | Thread Index | Old Index