From owner-svn-ports-head@freebsd.org Mon Feb 4 00:36:43 2019 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id EF25A14B8F27; Mon, 4 Feb 2019 00:36:42 +0000 (UTC) (envelope-from yuri@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) server-signature RSA-PSS (4096 bits) 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 8D7E58D594; Mon, 4 Feb 2019 00:36:42 +0000 (UTC) (envelope-from yuri@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 61D2526510; Mon, 4 Feb 2019 00:36:42 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x140ag64026718; Mon, 4 Feb 2019 00:36:42 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x140afME026714; Mon, 4 Feb 2019 00:36:41 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <201902040036.x140afME026714@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Mon, 4 Feb 2019 00:36:41 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r492095 - in head/sysutils: . ntfy X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: in head/sysutils: . ntfy X-SVN-Commit-Revision: 492095 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 8D7E58D594 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.98 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_LONG(-1.00)[-0.999,0]; NEURAL_HAM_SHORT(-0.98)[-0.983,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 Feb 2019 00:36:43 -0000 Author: yuri Date: Mon Feb 4 00:36:41 2019 New Revision: 492095 URL: https://svnweb.freebsd.org/changeset/ports/492095 Log: New port: sysutils/ntfy: Utility for sending notifications on-demand, and when commands finish Added: head/sysutils/ntfy/ head/sysutils/ntfy/Makefile (contents, props changed) head/sysutils/ntfy/distinfo (contents, props changed) head/sysutils/ntfy/pkg-descr (contents, props changed) Modified: head/sysutils/Makefile Modified: head/sysutils/Makefile ============================================================================== --- head/sysutils/Makefile Mon Feb 4 00:16:36 2019 (r492094) +++ head/sysutils/Makefile Mon Feb 4 00:36:41 2019 (r492095) @@ -753,6 +753,7 @@ SUBDIR += npadmin SUBDIR += nq SUBDIR += nrg2iso + SUBDIR += ntfy SUBDIR += nut SUBDIR += nvclock SUBDIR += nvme-cli Added: head/sysutils/ntfy/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/ntfy/Makefile Mon Feb 4 00:36:41 2019 (r492095) @@ -0,0 +1,25 @@ +# $FreeBSD$ + +PORTNAME= ntfy +DISTVERSIONPREFIX= v +DISTVERSION= 2.4.4 +CATEGORIES= sysutils deskutils + +MAINTAINER= yuri@FreeBSD.org +COMMENT= Utility for sending notifications on-demand, and when commands finish + +LICENSE= GPLv2 +LICENSE_FILE= ${WRKSRC}/LICENSE + +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}appdirs>0:devel/py-appdirs@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}requests>0:www/py-requests@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}ruamel.yaml>0:devel/py-ruamel.yaml@${PY_FLAVOR} + +USES= python:3.5+ # with python:2.7 devel/py-ruamel fails with missing ruamel.ordereddict which is marked as extra-dependency there for python-2.X only +USE_GITHUB= yes +GH_ACCOUNT= dschep +USE_PYTHON= distutils noflavors autoplist + +NO_ARCH= yes + +.include Added: head/sysutils/ntfy/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/ntfy/distinfo Mon Feb 4 00:36:41 2019 (r492095) @@ -0,0 +1,3 @@ +TIMESTAMP = 1549239421 +SHA256 (dschep-ntfy-v2.4.4_GH0.tar.gz) = 6c4d2ec8d9fc52ad237d03ac71533b672bfbaa27fe50817cca29a7a138e2df18 +SIZE (dschep-ntfy-v2.4.4_GH0.tar.gz) = 1835193 Added: head/sysutils/ntfy/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/ntfy/pkg-descr Mon Feb 4 00:36:41 2019 (r492095) @@ -0,0 +1,5 @@ +ntfy brings notification to your shell. It can automatically provide desktop +notifications when long running commands finish or it can send push +notifications to your phone when a specific command finishes. + +WWW: https://ntfy.readthedocs.io/en/latest/