Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

new package: mail/mailsend #4

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions mail/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,7 @@ SUBDIR+= mailfront
SUBDIR+= mailgraph
SUBDIR+= mailhops
SUBDIR+= mailman
SUBDIR+= mailsend
SUBDIR+= mailserv
SUBDIR+= mailsort
SUBDIR+= mailsync
Expand Down
4 changes: 4 additions & 0 deletions mail/mailsend/DESCR
Original file line number Diff line number Diff line change
@@ -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.
17 changes: 17 additions & 0 deletions mail/mailsend/Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# $NetBSD$
#

DISTNAME= mailsend-1.19
CATEGORIES= mail
MASTER_SITES= ${MASTER_SITE_GITHUB:=muquit/}
GITHUB_TAG= ${PKGVERSION_NOREV}

MAINTAINER= [email protected]
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"
3 changes: 3 additions & 0 deletions mail/mailsend/PLIST
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
@comment $NetBSD$
bin/mailsend
man/man1/mailsend.1
6 changes: 6 additions & 0 deletions mail/mailsend/distinfo
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
$NetBSD$

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