diff options
-rw-r--r-- | mail/mailsend/DESCR | 4 | ||||
-rw-r--r-- | mail/mailsend/Makefile | 17 | ||||
-rw-r--r-- | mail/mailsend/PLIST | 3 | ||||
-rw-r--r-- | mail/mailsend/distinfo | 6 |
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 |