summaryrefslogtreecommitdiff
path: root/mail
diff options
context:
space:
mode:
authorjperkin <jperkin@pkgsrc.org>2017-07-17 16:09:38 +0000
committerjperkin <jperkin@pkgsrc.org>2017-07-17 16:09:38 +0000
commit8d9c85fc45214541ef9f5ee7334e0521d006f9e0 (patch)
tree6c23adf8d6f3decdc2bc928f3a10517eec5ea0df /mail
parent85fd2e41170d1541f8f7e0ba85f6d3763f5475a6 (diff)
downloadpkgsrc-8d9c85fc45214541ef9f5ee7334e0521d006f9e0.tar.gz
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 (limited to 'mail')
-rw-r--r--mail/mailsend/DESCR4
-rw-r--r--mail/mailsend/Makefile17
-rw-r--r--mail/mailsend/PLIST3
-rw-r--r--mail/mailsend/distinfo6
4 files changed, 30 insertions, 0 deletions
diff --git a/mail/mailsend/DESCR b/mail/mailsend/DESCR
new file mode 100644
index 00000000000..d9ed144d745
--- /dev/null
+++ b/mail/mailsend/DESCR
@@ -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 --git a/mail/mailsend/Makefile b/mail/mailsend/Makefile
new file mode 100644
index 00000000000..4ac5079dae9
--- /dev/null
+++ b/mail/mailsend/Makefile
@@ -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
+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 --git a/mail/mailsend/PLIST b/mail/mailsend/PLIST
new file mode 100644
index 00000000000..4d029efc511
--- /dev/null
+++ b/mail/mailsend/PLIST
@@ -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 --git a/mail/mailsend/distinfo b/mail/mailsend/distinfo
new file mode 100644
index 00000000000..4c6af1c6a72
--- /dev/null
+++ b/mail/mailsend/distinfo
@@ -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