pkgsrc-WIP-changes archive

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

mailsend-go: Import mailsend-go-1.0.4 as wip/mailsend-go



Module Name:	pkgsrc-wip
Committed By:	Iku Iwasa <iku.iwasa%gmail.com@localhost>
Pushed By:	iquiw
Date:		Sun Mar 31 13:57:17 2019 +0900
Changeset:	866988ba424f135308b5e8710eaa1c4824e905de

Added Files:
	mailsend-go/DESCR
	mailsend-go/Makefile
	mailsend-go/PLIST
	mailsend-go/distinfo

Log Message:
mailsend-go: Import mailsend-go-1.0.4 as wip/mailsend-go

mailsend-go is a command line tool to send mail via SMTP protocol.

This is the golang incarnation of my C version of mailsend. However, this
version is much simpler and all the heavy lifting is done by the package
gomail.v2

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=866988ba424f135308b5e8710eaa1c4824e905de

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

diffstat:
 mailsend-go/DESCR    |  5 +++++
 mailsend-go/Makefile | 28 ++++++++++++++++++++++++++++
 mailsend-go/PLIST    |  3 +++
 mailsend-go/distinfo |  6 ++++++
 4 files changed, 42 insertions(+)

diffs:
diff --git a/mailsend-go/DESCR b/mailsend-go/DESCR
new file mode 100644
index 0000000000..85274587e8
--- /dev/null
+++ b/mailsend-go/DESCR
@@ -0,0 +1,5 @@
+mailsend-go is a command line tool to send mail via SMTP protocol.
+
+This is the golang incarnation of my C version of mailsend. However, this
+version is much simpler and all the heavy lifting is done by the package
+gomail.v2
diff --git a/mailsend-go/Makefile b/mailsend-go/Makefile
new file mode 100644
index 0000000000..2291254e94
--- /dev/null
+++ b/mailsend-go/Makefile
@@ -0,0 +1,28 @@
+# $NetBSD$
+
+PKGNAME=	${GITHUB_PROJECT}-1.0.4
+DISTNAME=	${GITHUB_PROJECT}-${GITHUB_TAG}
+CATEGORIES=	mail
+MASTER_SITES=	${MASTER_SITE_GITHUB:=muquit/}
+GITHUB_PROJECT=	mailsend-go
+GITHUB_TAG=	v${PKGVERSION_NOREV}
+
+MAINTAINER=	iku.iwasa%gmail.com@localhost
+HOMEPAGE=	https://github.com/muquit/mailsend-go
+COMMENT=	Multi-platform command line tool to send mail via SMTP protocol
+LICENSE=	mit
+
+EXTRACT_USING=	bsdtar
+
+GO_DIST_BASE=	${GITHUB_PROJECT}-${PKGVERSION_NOREV}
+GO_SRCPATH=	github.com/muquit/mailsend-go/
+
+INSTALLATION_DIRS+=	bin ${PKGMANDIR}/man1
+
+do-install:
+	${INSTALL_PROGRAM} ${WRKDIR}/bin/mailsend-go ${DESTDIR}${PREFIX}/bin
+	${INSTALL_MAN} ${WRKSRC}/docs/mailsend-go.1 ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1
+
+.include "../../wip/go-gomail/buildlink3.mk"
+.include "../../lang/go/go-package.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/mailsend-go/PLIST b/mailsend-go/PLIST
new file mode 100644
index 0000000000..24e79cc25c
--- /dev/null
+++ b/mailsend-go/PLIST
@@ -0,0 +1,3 @@
+@comment $NetBSD$
+bin/mailsend-go
+man/man1/mailsend-go.1
diff --git a/mailsend-go/distinfo b/mailsend-go/distinfo
new file mode 100644
index 0000000000..d4eb2f5828
--- /dev/null
+++ b/mailsend-go/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+SHA1 (mailsend-go-v1.0.4.tar.gz) = 9a814f6b978941d8d342c34a9043831ea7d7a008
+RMD160 (mailsend-go-v1.0.4.tar.gz) = 904a0c0f572fee03a0340bdb6563ca39dc7ba898
+SHA512 (mailsend-go-v1.0.4.tar.gz) = ebdca482b3833354e6ca4f609a2c0cf3d3891b13d951dbcb172b4f560d302ce555712ff56bb87a10ed7c54a739b50a75a12fc92caa222e979107438318f5baca
+Size (mailsend-go-v1.0.4.tar.gz) = 232354 bytes


Home | Main Index | Thread Index | Old Index