Index: head/irc/Makefile =================================================================== --- head/irc/Makefile (revision 475252) +++ head/irc/Makefile (revision 475253) @@ -1,128 +1,129 @@ # $FreeBSD$ # COMMENT = Internet Relay Chat utilities SUBDIR += anope SUBDIR += atheme-services SUBDIR += bip SUBDIR += bitchx SUBDIR += bitlbee SUBDIR += bitlbee-facebook 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 += netwalker-ircc 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 .include Index: head/irc/weechat-otr/Makefile =================================================================== --- head/irc/weechat-otr/Makefile (nonexistent) +++ head/irc/weechat-otr/Makefile (revision 475253) @@ -0,0 +1,31 @@ +# $FreeBSD$ + +PORTNAME= weechat-otr +DISTVERSIONPREFIX= v +DISTVERSION= 1.9.2 +CATEGORIES= irc security python +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= egypcio@googlemail.com +COMMENT= WeeChat script for Off-the-Record (OTR) messaging + +LICENSE= GPLv3 + +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}potr>=1.0.1:security/py-potr@${PY_FLAVOR} +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}potr>=1.0.1:security/py-potr@${PY_FLAVOR} \ + weechat:irc/weechat + +USES= python +USE_GITHUB= yes +GH_ACCOUNT= mmb + +NO_BUILD= yes + +PLIST_FILES= ${PYTHON_SITELIBDIR}/weechat/weechat_otr.py + +do-install: + ${MKDIR} ${STAGEDIR}${PYTHON_SITELIBDIR}/weechat + ${INSTALL_DATA} ${WRKSRC}/weechat_otr.py \ + ${STAGEDIR}${PYTHON_SITELIBDIR}/weechat/weechat_otr.py + +.include Property changes on: head/irc/weechat-otr/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/weechat-otr/distinfo =================================================================== --- head/irc/weechat-otr/distinfo (nonexistent) +++ head/irc/weechat-otr/distinfo (revision 475253) @@ -0,0 +1,3 @@ +TIMESTAMP = 1531990254 +SHA256 (mmb-weechat-otr-v1.9.2_GH0.tar.gz) = 288276a2ab5bd1ea0f4639efe0e07c42a8d34d01bcdb15a4a232dea6c3a26e70 +SIZE (mmb-weechat-otr-v1.9.2_GH0.tar.gz) = 99628 Property changes on: head/irc/weechat-otr/distinfo ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +on \ 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/weechat-otr/pkg-descr =================================================================== --- head/irc/weechat-otr/pkg-descr (nonexistent) +++ head/irc/weechat-otr/pkg-descr (revision 475253) @@ -0,0 +1,4 @@ +WeeChat script for Off-the-Record (OTR) Messaging. This script makes every +effort to securely provide OTR Messaging in WeeChat. + +WWW: https://github.com/mmb/weechat-otr Property changes on: head/irc/weechat-otr/pkg-descr ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +on \ 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