New port for tmpmail, a CLI to create and use temporary mail addresses

This commit is contained in:
Stefan Eßer 2020-09-18 09:39:26 +00:00
parent aaa9beaf26
commit 7b8a28a9cd
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=548880
4 changed files with 44 additions and 0 deletions

View File

@ -691,6 +691,7 @@
SUBDIR += thunderbird-dictionaries
SUBDIR += tlb
SUBDIR += tmda
SUBDIR += tmpmail
SUBDIR += tpop3d
SUBDIR += trojita
SUBDIR += tumgreyspf

30
mail/tmpmail/Makefile Normal file
View File

@ -0,0 +1,30 @@
# $FreeBSD$
PORTNAME= tmpmail
DISTVERSION= 1.0.3
CATEGORIES= mail
MAINTAINER= se@FreeBSD.org
COMMENT= CLI for the creation and use of temporary mail addresses
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
RUN_DEPENDS= bash:shells/bash \
w3m:www/w3m \
curl:ftp/curl \
jq:textproc/jq
NO_BUILD= yes
NO_ARCH= yes
USE_GITHUB= yes
GH_ACCOUNT= sdushantha
GH_TAGNAME= 39d0bac
PLIST_FILES= bin/tmpmail
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/tmpmail ${STAGEDIR}${PREFIX}/bin
.include <bsd.port.mk>

3
mail/tmpmail/distinfo Normal file
View File

@ -0,0 +1,3 @@
TIMESTAMP = 1600417645
SHA256 (sdushantha-tmpmail-1.0.3-39d0bac_GH0.tar.gz) = 5b7fec32470ef78ab8de551a430e4d7bbdd92497b4b22ae016887a5495a3b3b5
SIZE (sdushantha-tmpmail-1.0.3-39d0bac_GH0.tar.gz) = 96312

10
mail/tmpmail/pkg-descr Normal file
View File

@ -0,0 +1,10 @@
tmpmail is a command line utility that allows you to create a temporary
email address and receive emails to the temporary email address. It uses
1secmail's API to receive emails.
By default w3m is used to render the HTML emails on the terminal. But if
you prefer another text based web browser or would rather view the email
in a GUI web browser such as Firefox, simply use the --browser argument
followed by the command needed to launch the web browser of your choice.
WWW: https://github.com/sdushantha/tmpmail