pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/chat/toxcore toxcore: Import new package, version 0.2.4.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/5c73735a0afa
branches:  trunk
changeset: 311027:5c73735a0afa
user:      jperkin <jperkin%pkgsrc.org@localhost>
date:      Mon Jul 30 18:58:43 2018 +0000

description:
toxcore: Import new package, version 0.2.4.

Packaged initially in wip and updated by iphydf (toxcore author)
in joyent/pkgsrc-wip#98.

Toxcore is a p2p network level library that provides encrypted
communication and data transfer between peers who can find each
other anonymously through a DHT.  The peers are identified with
a 256 bit public key to be used for message encryption.  The
protocol specification can be found at https://toktok.ltd/spec.

diffstat:

 chat/toxcore/DESCR         |   5 +++++
 chat/toxcore/Makefile      |  23 +++++++++++++++++++++++
 chat/toxcore/PLIST         |  10 ++++++++++
 chat/toxcore/buildlink3.mk |  16 ++++++++++++++++
 chat/toxcore/distinfo      |   6 ++++++
 5 files changed, 60 insertions(+), 0 deletions(-)

diffs (80 lines):

diff -r 81f4f1499f93 -r 5c73735a0afa chat/toxcore/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/chat/toxcore/DESCR        Mon Jul 30 18:58:43 2018 +0000
@@ -0,0 +1,5 @@
+Toxcore is a p2p network level library that provides encrypted
+communication and data transfer between peers who can find each
+other anonymously through a DHT.  The peers are identified with
+a 256 bit public key to be used for message encryption.  The
+protocol specification can be found at https://toktok.ltd/spec.
diff -r 81f4f1499f93 -r 5c73735a0afa chat/toxcore/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/chat/toxcore/Makefile     Mon Jul 30 18:58:43 2018 +0000
@@ -0,0 +1,23 @@
+# $NetBSD: Makefile,v 1.1 2018/07/30 18:58:43 jperkin Exp $
+
+DISTNAME=      toxcore-0.2.4
+CATEGORIES=    chat
+MASTER_SITES=  ${MASTER_SITE_GITHUB:=TokTok/}
+GITHUB_PROJECT=        c-toxcore
+GITHUB_TAG=    v${PKGVERSION_NOREV}
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      https://tox.chat/
+COMMENT=       Tox protocol library
+LICENSE=       gnu-gpl-v3
+
+USE_CMAKE=     yes
+USE_LANGUAGES= c c++
+USE_TOOLS=     pkg-config
+TEST_TARGET=   test
+
+.include "../../audio/libopus/buildlink3.mk"
+.include "../../devel/libconfig/buildlink3.mk"
+.include "../../multimedia/libvpx/buildlink3.mk"
+.include "../../security/libsodium/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 81f4f1499f93 -r 5c73735a0afa chat/toxcore/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/chat/toxcore/PLIST        Mon Jul 30 18:58:43 2018 +0000
@@ -0,0 +1,10 @@
+@comment $NetBSD: PLIST,v 1.1 2018/07/30 18:58:43 jperkin Exp $
+bin/tox-bootstrapd
+include/tox/tox.h
+include/tox/toxav.h
+include/tox/toxencryptsave.h
+lib/libtoxcore.a
+lib/libtoxcore.so
+lib/libtoxcore.so.2
+lib/libtoxcore.so.2.4.0
+lib/pkgconfig/toxcore.pc
diff -r 81f4f1499f93 -r 5c73735a0afa chat/toxcore/buildlink3.mk
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/chat/toxcore/buildlink3.mk        Mon Jul 30 18:58:43 2018 +0000
@@ -0,0 +1,16 @@
+# $NetBSD: buildlink3.mk,v 1.1 2018/07/30 18:58:43 jperkin Exp $
+
+BUILDLINK_TREE+=       toxcore
+
+.if !defined(TOXCORE_BUILDLINK3_MK)
+TOXCORE_BUILDLINK3_MK:=
+
+BUILDLINK_API_DEPENDS.toxcore+=        toxcore>=0.2.4
+BUILDLINK_PKGSRCDIR.toxcore?=  ../../chat/toxcore
+
+.include "../../audio/libopus/buildlink3.mk"
+.include "../../multimedia/libvpx/buildlink3.mk"
+.include "../../security/libsodium/buildlink3.mk"
+.endif # TOXCORE_BUILDLINK3_MK
+
+BUILDLINK_TREE+=       -toxcore
diff -r 81f4f1499f93 -r 5c73735a0afa chat/toxcore/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/chat/toxcore/distinfo     Mon Jul 30 18:58:43 2018 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2018/07/30 18:58:43 jperkin Exp $
+
+SHA1 (toxcore-0.2.4.tar.gz) = 2fbc29180f774d35e387447d3c25c74f86578a24
+RMD160 (toxcore-0.2.4.tar.gz) = fd4404fdd9f5484cccfff022faaa9b218f64836f
+SHA512 (toxcore-0.2.4.tar.gz) = 322a5970087cd149f5c037ad4463eb34edfcc074dd76f7d63b117af93ee813922855380afbe0cda4cf39fd16f177eedee18a8e453ed14915321f9cec8ae7679d
+Size (toxcore-0.2.4.tar.gz) = 479618 bytes



Home | Main Index | Thread Index | Old Index