New port: sysutils/ntfy: Utility for sending notifications on-demand, and when commands finish

This commit is contained in:
Yuri Victorovich 2019-02-04 00:36:41 +00:00
parent 66bff45976
commit 52e0e177ec
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=492095
4 changed files with 34 additions and 0 deletions

View File

@ -753,6 +753,7 @@
SUBDIR += npadmin
SUBDIR += nq
SUBDIR += nrg2iso
SUBDIR += ntfy
SUBDIR += nut
SUBDIR += nvclock
SUBDIR += nvme-cli

25
sysutils/ntfy/Makefile Normal file
View File

@ -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 <bsd.port.mk>

3
sysutils/ntfy/distinfo Normal file
View File

@ -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

5
sysutils/ntfy/pkg-descr Normal file
View File

@ -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/