svn commit: r475253 - in head/irc: . weechat-otr

Renato Botelho garga at FreeBSD.org
Tue Jul 24 13:45:05 UTC 2018


Author: garga
Date: Tue Jul 24 13:45:03 2018
New Revision: 475253
URL: https://svnweb.freebsd.org/changeset/ports/475253

Log:
  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 at googlemail.com>
  Sponsored by:	Rubicon Communications, LLC (Netgate)
  Differential Revision:	https://reviews.freebsd.org/D16327

Added:
  head/irc/weechat-otr/
  head/irc/weechat-otr/Makefile   (contents, props changed)
  head/irc/weechat-otr/distinfo   (contents, props changed)
  head/irc/weechat-otr/pkg-descr   (contents, props changed)
Modified:
  head/irc/Makefile

Modified: head/irc/Makefile
==============================================================================
--- head/irc/Makefile	Tue Jul 24 13:36:21 2018	(r475252)
+++ head/irc/Makefile	Tue Jul 24 13:45:03 2018	(r475253)
@@ -122,6 +122,7 @@
     SUBDIR += undernet-ircu
     SUBDIR += unreal
     SUBDIR += weechat
+    SUBDIR += weechat-otr
     SUBDIR += xaric
     SUBDIR += znc
 

Added: head/irc/weechat-otr/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/irc/weechat-otr/Makefile	Tue Jul 24 13:45:03 2018	(r475253)
@@ -0,0 +1,31 @@
+# $FreeBSD$
+
+PORTNAME=	weechat-otr
+DISTVERSIONPREFIX=	v
+DISTVERSION=	1.9.2
+CATEGORIES=	irc security python
+PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER=	egypcio at 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>

Added: head/irc/weechat-otr/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/irc/weechat-otr/distinfo	Tue Jul 24 13:45:03 2018	(r475253)
@@ -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

Added: head/irc/weechat-otr/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/irc/weechat-otr/pkg-descr	Tue Jul 24 13:45:03 2018	(r475253)
@@ -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


More information about the svn-ports-all mailing list