From owner-svn-ports-all@freebsd.org Fri Sep 18 09:39:27 2020 Return-Path: Delivered-To: svn-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 7B9E03DE911; Fri, 18 Sep 2020 09:39:27 +0000 (UTC) (envelope-from se@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4Bt81W2lCTz4MDd; Fri, 18 Sep 2020 09:39:27 +0000 (UTC) (envelope-from se@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 416CE18F44; Fri, 18 Sep 2020 09:39:27 +0000 (UTC) (envelope-from se@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 08I9dRQs064547; Fri, 18 Sep 2020 09:39:27 GMT (envelope-from se@FreeBSD.org) Received: (from se@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 08I9dQjk064543; Fri, 18 Sep 2020 09:39:26 GMT (envelope-from se@FreeBSD.org) Message-Id: <202009180939.08I9dQjk064543@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: se set sender to se@FreeBSD.org using -f From: =?UTF-8?Q?Stefan_E=c3=9fer?= Date: Fri, 18 Sep 2020 09:39:26 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r548880 - in head/mail: . tmpmail X-SVN-Group: ports-head X-SVN-Commit-Author: se X-SVN-Commit-Paths: in head/mail: . tmpmail X-SVN-Commit-Revision: 548880 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.33 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 18 Sep 2020 09:39:27 -0000 Author: se Date: Fri Sep 18 09:39:26 2020 New Revision: 548880 URL: https://svnweb.freebsd.org/changeset/ports/548880 Log: New port for tmpmail, a CLI to create and use temporary mail addresses Added: head/mail/tmpmail/ head/mail/tmpmail/Makefile (contents, props changed) head/mail/tmpmail/distinfo (contents, props changed) head/mail/tmpmail/pkg-descr (contents, props changed) Modified: head/mail/Makefile Modified: head/mail/Makefile ============================================================================== --- head/mail/Makefile Fri Sep 18 09:36:54 2020 (r548879) +++ head/mail/Makefile Fri Sep 18 09:39:26 2020 (r548880) @@ -691,6 +691,7 @@ SUBDIR += thunderbird-dictionaries SUBDIR += tlb SUBDIR += tmda + SUBDIR += tmpmail SUBDIR += tpop3d SUBDIR += trojita SUBDIR += tumgreyspf Added: head/mail/tmpmail/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/mail/tmpmail/Makefile Fri Sep 18 09:39:26 2020 (r548880) @@ -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 Added: head/mail/tmpmail/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/mail/tmpmail/distinfo Fri Sep 18 09:39:26 2020 (r548880) @@ -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 Added: head/mail/tmpmail/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/mail/tmpmail/pkg-descr Fri Sep 18 09:39:26 2020 (r548880) @@ -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