diff options
author | Renato Botelho <garga@FreeBSD.org> | 2018-07-24 13:45:03 +0000 |
---|---|---|
committer | Renato Botelho <garga@FreeBSD.org> | 2018-07-24 13:45:03 +0000 |
commit | ce032a7e6a188701999a98a0906eb09f7b5f22a0 (patch) | |
tree | 63055ef9dd40d78135ea99e2fe2c46672cd12a43 /irc/weechat-otr | |
parent | 06140fa3047086d182768a062e9c6620dbe99147 (diff) | |
download | ports-ce032a7e6a188701999a98a0906eb09f7b5f22a0.tar.gz ports-ce032a7e6a188701999a98a0906eb09f7b5f22a0.zip |
Notes
Diffstat (limited to 'irc/weechat-otr')
-rw-r--r-- | irc/weechat-otr/Makefile | 31 | ||||
-rw-r--r-- | irc/weechat-otr/distinfo | 3 | ||||
-rw-r--r-- | irc/weechat-otr/pkg-descr | 4 |
3 files changed, 38 insertions, 0 deletions
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 |