aboutsummaryrefslogtreecommitdiff
path: root/irc
diff options
context:
space:
mode:
authorRenato Botelho <garga@FreeBSD.org>2018-07-24 13:45:03 +0000
committerRenato Botelho <garga@FreeBSD.org>2018-07-24 13:45:03 +0000
commitce032a7e6a188701999a98a0906eb09f7b5f22a0 (patch)
tree63055ef9dd40d78135ea99e2fe2c46672cd12a43 /irc
parent06140fa3047086d182768a062e9c6620dbe99147 (diff)
downloadports-ce032a7e6a188701999a98a0906eb09f7b5f22a0.tar.gz
ports-ce032a7e6a188701999a98a0906eb09f7b5f22a0.zip
New port: irc/weechat-otr
WeeChat script for Off-the-Record (OTR) Messaging. This script makes every effort to securely provide OTR Messaging in WeeChat Submitted by: Vinícius Zavam <egypcio@googlemail.com> Sponsored by: Rubicon Communications, LLC (Netgate) Differential Revision: https://reviews.freebsd.org/D16327
Notes
Notes: svn path=/head/; revision=475253
Diffstat (limited to 'irc')
-rw-r--r--irc/Makefile1
-rw-r--r--irc/weechat-otr/Makefile31
-rw-r--r--irc/weechat-otr/distinfo3
-rw-r--r--irc/weechat-otr/pkg-descr4
4 files changed, 39 insertions, 0 deletions
diff --git a/irc/Makefile b/irc/Makefile
index 772b363af556..f86035d37657 100644
--- a/irc/Makefile
+++ b/irc/Makefile
@@ -122,6 +122,7 @@
SUBDIR += undernet-ircu
SUBDIR += unreal
SUBDIR += weechat
+ SUBDIR += weechat-otr
SUBDIR += xaric
SUBDIR += znc
diff --git a/irc/weechat-otr/Makefile b/irc/weechat-otr/Makefile
new file mode 100644
index 000000000000..cc4b8a23c417
--- /dev/null
+++ b/irc/weechat-otr/Makefile
@@ -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 <bsd.port.mk>
diff --git a/irc/weechat-otr/distinfo b/irc/weechat-otr/distinfo
new file mode 100644
index 000000000000..d0e7106a9f52
--- /dev/null
+++ b/irc/weechat-otr/distinfo
@@ -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
diff --git a/irc/weechat-otr/pkg-descr b/irc/weechat-otr/pkg-descr
new file mode 100644
index 000000000000..458fa19dfdc8
--- /dev/null
+++ b/irc/weechat-otr/pkg-descr
@@ -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