From owner-svn-ports-all@freebsd.org Wed Nov 7 00:53:43 2018 Return-Path: Delivered-To: svn-ports-all@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 7A18B11076C8; Wed, 7 Nov 2018 00:53:43 +0000 (UTC) (envelope-from dbaio@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id E68CD7919D; Wed, 7 Nov 2018 00:53:42 +0000 (UTC) (envelope-from dbaio@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 C77646A16; Wed, 7 Nov 2018 00:53:42 +0000 (UTC) (envelope-from dbaio@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wA70rgcO005593; Wed, 7 Nov 2018 00:53:42 GMT (envelope-from dbaio@FreeBSD.org) Received: (from dbaio@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wA70rfsg005588; Wed, 7 Nov 2018 00:53:41 GMT (envelope-from dbaio@FreeBSD.org) Message-Id: <201811070053.wA70rfsg005588@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: dbaio set sender to dbaio@FreeBSD.org using -f From: "Danilo G. Baio" Date: Wed, 7 Nov 2018 00:53:41 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r484375 - in head/irc: . znc-push znc-push/files X-SVN-Group: ports-head X-SVN-Commit-Author: dbaio X-SVN-Commit-Paths: in head/irc: . znc-push znc-push/files X-SVN-Commit-Revision: 484375 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: E68CD7919D X-Spamd-Result: default: False [-103.09 / 200.00]; ARC_NA(0.00)[]; NEURAL_HAM_MEDIUM(-1.00)[-1.000,0]; ALLOW_DOMAIN_WHITELIST(-100.00)[FreeBSD.org]; FROM_HAS_DN(0.00)[]; RCPT_COUNT_THREE(0.00)[3]; TO_MATCH_ENVRCPT_ALL(0.00)[]; NEURAL_HAM_LONG(-0.99)[-0.988,0]; MIME_GOOD(-0.10)[text/plain]; TO_DN_NONE(0.00)[]; HAS_XAW(0.00)[]; R_SPF_SOFTFAIL(0.00)[~all]; DMARC_NA(0.00)[FreeBSD.org]; RCVD_COUNT_THREE(0.00)[4]; MX_GOOD(-0.01)[cached: mx1.FreeBSD.org]; NEURAL_HAM_SHORT(-1.00)[-0.995,0]; FROM_EQ_ENVFROM(0.00)[]; R_DKIM_NA(0.00)[]; RCVD_TLS_LAST(0.00)[] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 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: Wed, 07 Nov 2018 00:53:43 -0000 Author: dbaio Date: Wed Nov 7 00:53:41 2018 New Revision: 484375 URL: https://svnweb.freebsd.org/changeset/ports/484375 Log: Add irc/znc-push: Push notification service module for ZNC ZNC Push is a module for ZNC that will send notifications to multiple push notification services, or SMS for any private message or channel highlight that matches a configurable set of conditions. ZNC Push current supports the following services: Boxcar Boxcar 2 Discord Faast Nexmo Notify My Android (NMA) Prowl Pushalot PushBullet Pushjet Pushover Pushsafer Slack Supertoasty Telegram Custom URL GET requests WWW: https://github.com/jreese/znc-push PR: 232409 Submitted by: David O'Rourke Added: head/irc/znc-push/ head/irc/znc-push/Makefile (contents, props changed) head/irc/znc-push/distinfo (contents, props changed) head/irc/znc-push/files/ head/irc/znc-push/files/patch-Makefile (contents, props changed) head/irc/znc-push/pkg-descr (contents, props changed) Modified: head/irc/Makefile Modified: head/irc/Makefile ============================================================================== --- head/irc/Makefile Wed Nov 7 00:28:16 2018 (r484374) +++ head/irc/Makefile Wed Nov 7 00:53:41 2018 (r484375) @@ -125,5 +125,6 @@ SUBDIR += weechat-otr SUBDIR += xaric SUBDIR += znc + SUBDIR += znc-push .include Added: head/irc/znc-push/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/irc/znc-push/Makefile Wed Nov 7 00:53:41 2018 (r484375) @@ -0,0 +1,44 @@ +# $FreeBSD$ + +PORTNAME= znc-push +DISTVERSIONPREFIX= v +DISTVERSION= 1.0.0-165 +DISTVERSIONSUFFIX= -g0a36b1c +CATEGORIES= irc + +MAINTAINER= dor.bsd@xm0.uk +COMMENT= Push notification service module for ZNC + +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE + +BUILD_DEPENDS= znc:irc/znc +LIB_DEPENDS= libicudata.so:devel/icu +RUN_DEPENDS= znc:irc/znc + +USES= gmake ssl + +USE_GITHUB= yes +GH_ACCOUNT= jreese + +MAKE_ENV= version=${PORTVERSION} + +PLIST_FILES= lib/znc/push.so +PORTDOCS= *.md + +OPTIONS_DEFINE= CURL DOCS + +CURL_DESC= Use curl for HTTP requests +CURL_LIB_DEPENDS= libcurl.so:ftp/curl +CURL_MAKE_ENV= curl=yes + +do-install: + ${MKDIR} ${STAGEDIR}${PREFIX}/lib/znc + ${INSTALL_PROGRAM} ${WRKSRC}/push.so ${STAGEDIR}${PREFIX}/lib/znc/push.so + @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/znc/push.so + +do-install-DOCS-on: + ${MKDIR} ${STAGEDIR}${DOCSDIR} + ${INSTALL_MAN} ${WRKSRC}/README.md ${WRKSRC}/doc/*.md ${STAGEDIR}${DOCSDIR} + +.include Added: head/irc/znc-push/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/irc/znc-push/distinfo Wed Nov 7 00:53:41 2018 (r484375) @@ -0,0 +1,3 @@ +TIMESTAMP = 1541547602 +SHA256 (jreese-znc-push-v1.0.0-165-g0a36b1c_GH0.tar.gz) = c0f1ccf8634424828ac70a37d560044bd8ff2bf2a9b046ac412b1bacfa68a097 +SIZE (jreese-znc-push-v1.0.0-165-g0a36b1c_GH0.tar.gz) = 497827 Added: head/irc/znc-push/files/patch-Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/irc/znc-push/files/patch-Makefile Wed Nov 7 00:53:41 2018 (r484375) @@ -0,0 +1,9 @@ +--- Makefile.orig 2018-08-27 02:38:08 UTC ++++ Makefile +@@ -1,5 +1,4 @@ +-version = $(shell git describe --dirty || echo dev) +-curl=no ++curl?=no + + ifneq ($(curl),no) + flags=-DUSE_CURL -lcurl Added: head/irc/znc-push/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/irc/znc-push/pkg-descr Wed Nov 7 00:53:41 2018 (r484375) @@ -0,0 +1,23 @@ +ZNC Push is a module for ZNC that will send notifications to multiple push +notification services, or SMS for any private message or channel highlight that +matches a configurable set of conditions. ZNC Push current supports the +following services: + + Boxcar + Boxcar 2 + Discord + Faast + Nexmo + Notify My Android (NMA) + Prowl + Pushalot + PushBullet + Pushjet + Pushover + Pushsafer + Slack + Supertoasty + Telegram + Custom URL GET requests + +WWW: https://github.com/jreese/znc-push