Index: head/irc/Makefile =================================================================== --- head/irc/Makefile (revision 484374) +++ head/irc/Makefile (revision 484375) @@ -1,129 +1,130 @@ # $FreeBSD$ # COMMENT = Internet Relay Chat utilities SUBDIR += anope SUBDIR += atheme-services SUBDIR += bip SUBDIR += bitchx SUBDIR += bitlbee SUBDIR += bitlbee-facebook SUBDIR += bitlbee-steam SUBDIR += bnc SUBDIR += bopm SUBDIR += cgiirc SUBDIR += charybdis SUBDIR += ctrlproxy SUBDIR += cwirc SUBDIR += dancer SUBDIR += darkbot SUBDIR += dircproxy SUBDIR += dxirc SUBDIR += eggdrop SUBDIR += eggdrop-devel SUBDIR += epic4 SUBDIR += epic5 SUBDIR += evangeline SUBDIR += ezbounce SUBDIR += fisg SUBDIR += gruftistats SUBDIR += gseen.mod SUBDIR += hexchat SUBDIR += hexchat-fish SUBDIR += hybserv SUBDIR += icbirc SUBDIR += ii SUBDIR += infobot SUBDIR += inspircd SUBDIR += insub SUBDIR += irc SUBDIR += irc2dc SUBDIR += ircII SUBDIR += ircd-hybrid SUBDIR += ircd-ratbox SUBDIR += ircd-ratbox-devel SUBDIR += ircd-ru SUBDIR += ircproxy SUBDIR += ircservices SUBDIR += iroffer SUBDIR += iroffer-dinoex SUBDIR += iroffer-lamm SUBDIR += irssi SUBDIR += irssi-dcc_send_limiter SUBDIR += irssi-fish SUBDIR += irssi-icb SUBDIR += irssi-otr SUBDIR += irssi-scripts SUBDIR += irssi-xmpp SUBDIR += irssistats SUBDIR += keitairc2 SUBDIR += konversation SUBDIR += kvirc SUBDIR += kvirc-qt4 SUBDIR += libircclient SUBDIR += lostirc SUBDIR += miau SUBDIR += minbif SUBDIR += muh SUBDIR += nethirc SUBDIR += ngircd SUBDIR += ninja SUBDIR += onis SUBDIR += p5-AnyEvent-IRC SUBDIR += p5-Bot-BasicBot SUBDIR += p5-IRC-Bot-Hangman SUBDIR += p5-IRC-Utils SUBDIR += p5-POE-Component-IRC SUBDIR += p5-POE-Component-IRC-Object SUBDIR += p5-POE-Component-IRC-Plugin-Blowfish SUBDIR += p5-POE-Component-IRC-Plugin-Bollocks SUBDIR += p5-POE-Component-IRC-Plugin-CoreList SUBDIR += p5-POE-Component-IRC-Plugin-Hailo SUBDIR += p5-POE-Component-IRC-Plugin-Karma SUBDIR += p5-POE-Component-IRC-Plugin-POE-Knee SUBDIR += p5-POE-Component-IRC-Plugin-QueryDNS SUBDIR += p5-POE-Component-IRC-Plugin-QueryDNSBL SUBDIR += p5-POE-Component-IRC-Plugin-RSS-Headlines SUBDIR += p5-POE-Component-Server-IRC SUBDIR += p5-POE-Filter-IRCD SUBDIR += p5-POE-Session-Irssi SUBDIR += p5-Parse-IRC SUBDIR += pear-Net_SmartIRC SUBDIR += pircbot SUBDIR += pisg SUBDIR += polari SUBDIR += psybnc SUBDIR += py-fishcrypt SUBDIR += py-irc SUBDIR += py-limnoria SUBDIR += py-supybot SUBDIR += py-supybot-plugins SUBDIR += quassel SUBDIR += quassel-core SUBDIR += quirc SUBDIR += ratbox-respond SUBDIR += ratbox-services SUBDIR += rbot SUBDIR += riece SUBDIR += roxirc SUBDIR += rubygem-cinch SUBDIR += rubygem-cogbot SUBDIR += rubygem-lita-irc SUBDIR += rubygem-net-irc SUBDIR += scrollz SUBDIR += sic SUBDIR += simpleirc SUBDIR += sirc SUBDIR += smartirc4net SUBDIR += srvx SUBDIR += thales SUBDIR += tircproxy SUBDIR += undernet-ircu SUBDIR += unreal SUBDIR += weechat SUBDIR += weechat-otr SUBDIR += xaric SUBDIR += znc + SUBDIR += znc-push .include Index: head/irc/znc-push/Makefile =================================================================== --- head/irc/znc-push/Makefile (nonexistent) +++ head/irc/znc-push/Makefile (revision 484375) @@ -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 Property changes on: head/irc/znc-push/Makefile ___________________________________________________________________ Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:keywords ## -0,0 +1 ## +FreeBSD=%H \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/irc/znc-push/distinfo =================================================================== --- head/irc/znc-push/distinfo (nonexistent) +++ head/irc/znc-push/distinfo (revision 484375) @@ -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 Property changes on: head/irc/znc-push/distinfo ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/irc/znc-push/files/patch-Makefile =================================================================== --- head/irc/znc-push/files/patch-Makefile (nonexistent) +++ head/irc/znc-push/files/patch-Makefile (revision 484375) @@ -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 Property changes on: head/irc/znc-push/files/patch-Makefile ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/irc/znc-push/pkg-descr =================================================================== --- head/irc/znc-push/pkg-descr (nonexistent) +++ head/irc/znc-push/pkg-descr (revision 484375) @@ -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 Property changes on: head/irc/znc-push/pkg-descr ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property