pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/chat chat/gajim-plugin-omemo: Import version 2.6.1



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a1a8079cc7c0
branches:  trunk
changeset: 385316:a1a8079cc7c0
user:      nia <nia%pkgsrc.org@localhost>
date:      Wed Sep 19 20:44:36 2018 +0000

description:
chat/gajim-plugin-omemo: Import version 2.6.1

OMEMO is an XMPP Extension Protocol (XEP) for secure multi-client
end-to-end encryption. It is an open standard based on a Double Ratchet
and PEP which can be freely used and implemented by anyone. The protocol
has been audited by a third party.

This package contains the OMEMO plugin for Gajim.

diffstat:

 chat/Makefile                    |   3 ++-
 chat/gajim-plugin-omemo/DESCR    |   6 ++++++
 chat/gajim-plugin-omemo/Makefile |  35 +++++++++++++++++++++++++++++++++++
 chat/gajim-plugin-omemo/PLIST    |  27 +++++++++++++++++++++++++++
 chat/gajim-plugin-omemo/distinfo |   6 ++++++
 5 files changed, 76 insertions(+), 1 deletions(-)

diffs (107 lines):

diff -r 3519de053522 -r a1a8079cc7c0 chat/Makefile
--- a/chat/Makefile     Wed Sep 19 20:40:58 2018 +0000
+++ b/chat/Makefile     Wed Sep 19 20:44:36 2018 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.204 2018/09/19 20:39:52 nia Exp $
+# $NetBSD: Makefile,v 1.205 2018/09/19 20:44:36 nia Exp $
 #
 
 COMMENT=       Communication programs
@@ -28,6 +28,7 @@
 SUBDIR+=       finch
 SUBDIR+=       fisg
 SUBDIR+=       gajim
+SUBDIR+=       gajim-plugin-omemo
 SUBDIR+=       gale
 SUBDIR+=       gg2
 SUBDIR+=       gloox
diff -r 3519de053522 -r a1a8079cc7c0 chat/gajim-plugin-omemo/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/chat/gajim-plugin-omemo/DESCR     Wed Sep 19 20:44:36 2018 +0000
@@ -0,0 +1,6 @@
+OMEMO is an XMPP Extension Protocol (XEP) for secure multi-client
+end-to-end encryption. It is an open standard based on a Double Ratchet
+and PEP which can be freely used and implemented by anyone. The protocol
+has been audited by a third party.
+
+This package contains the OMEMO plugin for Gajim.
diff -r 3519de053522 -r a1a8079cc7c0 chat/gajim-plugin-omemo/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/chat/gajim-plugin-omemo/Makefile  Wed Sep 19 20:44:36 2018 +0000
@@ -0,0 +1,35 @@
+# $NetBSD: Makefile,v 1.1 2018/09/19 20:44:36 nia Exp $
+
+PKGNAME=       gajim-plugin-omemo-2.6.1
+DISTNAME=      omemo_${PKGVERSION_NOREV}
+CATEGORIES=    chat security python
+MASTER_SITES=  https://ftp.gajim.org/plugins_releases/
+EXTRACT_SUFX=  .zip
+
+MAINTAINER=    nia%NetBSD.org@localhost
+HOMEPAGE=      https://dev.gajim.org/gajim/gajim-plugins/wikis/OmemoGajimPlugin
+COMMENT=       OMEMO encryption support for Gajim
+LICENSE=       gnu-gpl-v3
+
+DEPENDS+=      gajim-[0-9]*:../../chat/gajim
+DEPENDS+=      ${PYPKGPREFIX}-axolotl-[0-9]*:../../chat/py-axolotl
+DEPENDS+=      ${PYPKGPREFIX}-qrcode-[0-9]*:../../graphics/py-qrcode
+
+PYTHON_VERSIONS_INCOMPATIBLE=  27
+
+WRKSRC=                ${WRKDIR}/omemo
+USE_LANGUAGES= # none
+NO_BUILD=      yes
+PY_PATCHPLIST= yes
+
+INSTALLATION_DIRS+=    ${PYSITELIB}/gajim/data/plugins/omemo
+INSTALLATION_DIRS+=    ${PYSITELIB}/gajim/data/plugins/omemo/omemo
+
+do-install:
+       ${INSTALL_DATA} ${WRKSRC}/* \
+           ${DESTDIR}${PREFIX}/${PYSITELIB}/gajim/data/plugins/omemo || ${TRUE}
+       ${INSTALL_DATA} ${WRKSRC}/omemo/* \
+           ${DESTDIR}${PREFIX}/${PYSITELIB}/gajim/data/plugins/omemo/omemo
+
+.include "../../lang/python/extension.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 3519de053522 -r a1a8079cc7c0 chat/gajim-plugin-omemo/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/chat/gajim-plugin-omemo/PLIST     Wed Sep 19 20:44:36 2018 +0000
@@ -0,0 +1,27 @@
+@comment $NetBSD: PLIST,v 1.1 2018/09/19 20:44:36 nia Exp $
+${PYSITELIB}/gajim/data/plugins/omemo/CHANGELOG
+${PYSITELIB}/gajim/data/plugins/omemo/COPYING
+${PYSITELIB}/gajim/data/plugins/omemo/__init__.py
+${PYSITELIB}/gajim/data/plugins/omemo/config_dialog.ui
+${PYSITELIB}/gajim/data/plugins/omemo/download_progress_dialog.ui
+${PYSITELIB}/gajim/data/plugins/omemo/file_crypto.py
+${PYSITELIB}/gajim/data/plugins/omemo/fpr_dialog.ui
+${PYSITELIB}/gajim/data/plugins/omemo/manifest.ini
+${PYSITELIB}/gajim/data/plugins/omemo/omemo.png
+${PYSITELIB}/gajim/data/plugins/omemo/omemo/__init__.py
+${PYSITELIB}/gajim/data/plugins/omemo/omemo/aes_gcm.py
+${PYSITELIB}/gajim/data/plugins/omemo/omemo/aes_gcm_native.py
+${PYSITELIB}/gajim/data/plugins/omemo/omemo/db_helpers.py
+${PYSITELIB}/gajim/data/plugins/omemo/omemo/encryption.py
+${PYSITELIB}/gajim/data/plugins/omemo/omemo/liteaxolotlstore.py
+${PYSITELIB}/gajim/data/plugins/omemo/omemo/liteidentitykeystore.py
+${PYSITELIB}/gajim/data/plugins/omemo/omemo/liteprekeystore.py
+${PYSITELIB}/gajim/data/plugins/omemo/omemo/litesessionstore.py
+${PYSITELIB}/gajim/data/plugins/omemo/omemo/litesignedprekeystore.py
+${PYSITELIB}/gajim/data/plugins/omemo/omemo/sql.py
+${PYSITELIB}/gajim/data/plugins/omemo/omemo/state.py
+${PYSITELIB}/gajim/data/plugins/omemo/omemo16x16.png
+${PYSITELIB}/gajim/data/plugins/omemo/omemo_connection.py
+${PYSITELIB}/gajim/data/plugins/omemo/omemoplugin.py
+${PYSITELIB}/gajim/data/plugins/omemo/ui.py
+${PYSITELIB}/gajim/data/plugins/omemo/xmpp.py
diff -r 3519de053522 -r a1a8079cc7c0 chat/gajim-plugin-omemo/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/chat/gajim-plugin-omemo/distinfo  Wed Sep 19 20:44:36 2018 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2018/09/19 20:44:36 nia Exp $
+
+SHA1 (omemo_2.6.1.zip) = 6f7d7cc7e3fd2203bc2f949f184ba7b02ab66b5a
+RMD160 (omemo_2.6.1.zip) = 660690610d876253f9294b38ef6950b9fc19184a
+SHA512 (omemo_2.6.1.zip) = b39125cd6a20dba0ef5223a734f1d2056b9b135eb4a980d2f117f9acb41c65cfa34ec2fb0a1d654cc9bdeac41b0f678937692de5ea38fc38eb908287246b24e3
+Size (omemo_2.6.1.zip) = 65200 bytes



Home | Main Index | Thread Index | Old Index