pkgsrc-Changes archive

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

CVS commit: pkgsrc/mail/mailsend



Module Name:    pkgsrc
Committed By:   jperkin
Date:           Mon Jul 17 16:09:38 UTC 2017

Added Files:
        pkgsrc/mail/mailsend: DESCR Makefile PLIST distinfo

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/mail/mailsend/DESCR \
    pkgsrc/mail/mailsend/Makefile pkgsrc/mail/mailsend/PLIST \
    pkgsrc/mail/mailsend/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Added files:

Index: pkgsrc/mail/mailsend/DESCR
diff -u /dev/null pkgsrc/mail/mailsend/DESCR:1.1
--- /dev/null   Mon Jul 17 16:09:38 2017
+++ pkgsrc/mail/mailsend/DESCR  Mon Jul 17 16:09:38 2017
@@ -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.
Index: pkgsrc/mail/mailsend/Makefile
diff -u /dev/null pkgsrc/mail/mailsend/Makefile:1.1
--- /dev/null   Mon Jul 17 16:09:38 2017
+++ pkgsrc/mail/mailsend/Makefile       Mon Jul 17 16:09:38 2017
@@ -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"
Index: pkgsrc/mail/mailsend/PLIST
diff -u /dev/null pkgsrc/mail/mailsend/PLIST:1.1
--- /dev/null   Mon Jul 17 16:09:38 2017
+++ pkgsrc/mail/mailsend/PLIST  Mon Jul 17 16:09:38 2017
@@ -0,0 +1,3 @@
+@comment $NetBSD: PLIST,v 1.1 2017/07/17 16:09:38 jperkin Exp $
+bin/mailsend
+man/man1/mailsend.1
Index: pkgsrc/mail/mailsend/distinfo
diff -u /dev/null pkgsrc/mail/mailsend/distinfo:1.1
--- /dev/null   Mon Jul 17 16:09:38 2017
+++ pkgsrc/mail/mailsend/distinfo       Mon Jul 17 16:09:38 2017
@@ -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