pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
toxcore*: Remove, imported into pkgsrc.
Module Name: pkgsrc-wip
Committed By: Jonathan Perkin <jperkin%joyent.com@localhost>
Pushed By: jperkin
Date: Tue Jul 31 10:07:15 2018 +0100
Changeset: e410e87586997b1665d70e7d11624c3dab0f7b5a
Modified Files:
Makefile
Removed Files:
toxcore-git/DESCR
toxcore-git/Makefile
toxcore-git/PLIST
toxcore-git/buildlink3.mk
toxcore-git/distinfo
toxcore-git/patches/patch-configure.ac
toxcore/DESCR
toxcore/Makefile
toxcore/PLIST
toxcore/buildlink3.mk
toxcore/distinfo
toxcore/patches/patch-configure.ac
Log Message:
toxcore*: Remove, imported into pkgsrc.
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=e410e87586997b1665d70e7d11624c3dab0f7b5a
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
Makefile | 2 --
toxcore-git/DESCR | 4 ---
toxcore-git/Makefile | 29 ------------------
toxcore-git/PLIST | 10 -------
toxcore-git/buildlink3.mk | 16 ----------
toxcore-git/distinfo | 3 --
toxcore-git/patches/patch-configure.ac | 15 ----------
toxcore/DESCR | 4 ---
toxcore/Makefile | 34 ---------------------
toxcore/PLIST | 55 ----------------------------------
toxcore/buildlink3.mk | 16 ----------
toxcore/distinfo | 7 -----
toxcore/patches/patch-configure.ac | 15 ----------
13 files changed, 210 deletions(-)
diffs:
diff --git a/Makefile b/Makefile
index 17dea8c5f4..f6406819db 100644
--- a/Makefile
+++ b/Makefile
@@ -4428,8 +4428,6 @@ SUBDIR+= torsocks-git
SUBDIR+= tortunnel
SUBDIR+= totem
SUBDIR+= totem-pl-parser
-SUBDIR+= toxcore
-SUBDIR+= toxcore-git
SUBDIR+= toxic-git
SUBDIR+= tpl
SUBDIR+= tpp
diff --git a/toxcore-git/DESCR b/toxcore-git/DESCR
deleted file mode 100644
index 8049373cb9..0000000000
--- a/toxcore-git/DESCR
+++ /dev/null
@@ -1,4 +0,0 @@
-Toxcore is a p2p network level libarary that provides encrpyted
-communication and data transfer between peers who can find eachother
-anonymously through a DHT. The peers are identified with numbers
-which contain their public key to be used for message encryption.
diff --git a/toxcore-git/Makefile b/toxcore-git/Makefile
deleted file mode 100644
index ed1a3038d6..0000000000
--- a/toxcore-git/Makefile
+++ /dev/null
@@ -1,29 +0,0 @@
-# $NetBSD$
-
-DISTNAME= toxcore-0.2.0
-CATEGORIES= chat
-GIT_REPO= https://github.com/toktok/c-toxcore.git
-
-MAINTAINER= pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE= https://tox.chat/
-COMMENT= Tox protocol library
-LICENSE= gnu-gpl-v3
-
-GNU_CONFIGURE= yes
-USE_TOOLS+= autoconf automake autoreconf
-USE_TOOLS+= pkg-config
-USE_LIBTOOL= yes
-USE_LANGUAGES+= c
-
-#SUBST_FILES.autotools= autogen.sh
-
-pre-configure:
- cd ${WRKSRC} && ./autogen.sh
-
-.include "../../audio/libopus/buildlink3.mk"
-#.include "../../devel/check/buildlink3.mk"
-.include "../../multimedia/libvpx/buildlink3.mk"
-.include "../../security/libsodium/buildlink3.mk"
-
-.include "../../wip/mk/git-package.mk"
-.include "../../mk/bsd.pkg.mk"
diff --git a/toxcore-git/PLIST b/toxcore-git/PLIST
deleted file mode 100644
index ec00d8b34a..0000000000
--- a/toxcore-git/PLIST
+++ /dev/null
@@ -1,10 +0,0 @@
-@comment $NetBSD$
-include/tox/tox.h
-include/tox/toxav.h
-include/tox/toxencryptsave.h
-lib/libtoxav.la
-lib/libtoxcore.la
-lib/libtoxencryptsave.la
-lib/pkgconfig/libtoxav.pc
-lib/pkgconfig/libtoxcore.pc
-@pkgdir bin
diff --git a/toxcore-git/buildlink3.mk b/toxcore-git/buildlink3.mk
deleted file mode 100644
index 7f31c550f1..0000000000
--- a/toxcore-git/buildlink3.mk
+++ /dev/null
@@ -1,16 +0,0 @@
-# $NetBSD$
-
-BUILDLINK_TREE+= toxcore
-
-.if !defined(TOXCORE_BUILDLINK3_MK)
-TOXCORE_BUILDLINK3_MK:=
-
-BUILDLINK_API_DEPENDS.toxcore+= toxcore>=0
-BUILDLINK_PKGSRCDIR.toxcore?= ../../wip/toxcore-git
-
-.include "../../audio/libopus/buildlink3.mk"
-.include "../../multimedia/libvpx/buildlink3.mk"
-.include "../../security/libsodium/buildlink3.mk"
-.endif # TOXCORE_BUILDLINK3_MK
-
-BUILDLINK_TREE+= -toxcore
diff --git a/toxcore-git/distinfo b/toxcore-git/distinfo
deleted file mode 100644
index ca1b44fd23..0000000000
--- a/toxcore-git/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-$NetBSD$
-
-SHA1 (patch-configure.ac) = ca98e454bff6c9ceabdc15bfe216617211e89316
diff --git a/toxcore-git/patches/patch-configure.ac b/toxcore-git/patches/patch-configure.ac
deleted file mode 100644
index 10a535d6ea..0000000000
--- a/toxcore-git/patches/patch-configure.ac
+++ /dev/null
@@ -1,15 +0,0 @@
-$NetBSD$
-
-Use correct comparison operator for test
-
---- configure.ac.orig 2017-03-26 21:27:57.000000000 +0000
-+++ configure.ac
-@@ -469,7 +469,7 @@ AC_C_BIGENDIAN
- # Checks for library functions.
- AC_FUNC_FORK
- AC_CHECK_FUNCS([gettimeofday memset socket strchr malloc])
--if (test "x$WIN32" != "xyes") && (test "x$MACH" != "xyes") && (test "x${host_os#*openbsd}" == "x$host_os") && (test "x$DISABLE_RT" != "xyes"); then
-+if (test "x$WIN32" != "xyes") && (test "x$MACH" != "xyes") && (test "x${host_os#*openbsd}" = "x$host_os") && (test "x$DISABLE_RT" != "xyes"); then
- AC_CHECK_LIB(rt, clock_gettime,
- [
- RT_LIBS="-lrt"
diff --git a/toxcore/DESCR b/toxcore/DESCR
deleted file mode 100644
index 8049373cb9..0000000000
--- a/toxcore/DESCR
+++ /dev/null
@@ -1,4 +0,0 @@
-Toxcore is a p2p network level libarary that provides encrpyted
-communication and data transfer between peers who can find eachother
-anonymously through a DHT. The peers are identified with numbers
-which contain their public key to be used for message encryption.
diff --git a/toxcore/Makefile b/toxcore/Makefile
deleted file mode 100644
index 227fd2b825..0000000000
--- a/toxcore/Makefile
+++ /dev/null
@@ -1,34 +0,0 @@
-# $NetBSD$
-
-DISTNAME= c-toxcore-0.1.11
-PKGNAME= toxcore-0.1.11
-CATEGORIES= chat
-MASTER_SITES= ${MASTER_SITE_GITHUB:=TokTok/}
-GITHUB_RELEASE= v0.1.11
-
-MAINTAINER= root%zta.lk@localhost
-HOMEPAGE= https://tox.chat/
-COMMENT= Tox protocol library
-LICENSE= gnu-gpl-v3
-
-GNU_CONFIGURE= yes
-USE_CMAKE= yes
-#USE_TOOLS+= autoconf automake autoreconf
-USE_TOOLS+= pkg-config
-USE_LANGUAGES+= c c++
-
-PKGCONFIG_OVERRIDE+= libtoxav.pc.in
-PKGCONFIG_OVERRIDE+= libtoxcore.pc.in
-PKGCONFIG_OVERRIDE+= other/pkgconfig/toxdns.pc.in
-PKGCONFIG_OVERRIDE+= other/pkgconfig/libtoxcore.pc.in
-PKGCONFIG_OVERRIDE+= other/pkgconfig/libtoxav.pc.in
-PKGCONFIG_OVERRIDE+= other/pkgconfig/toxav.pc.in
-PKGCONFIG_OVERRIDE+= other/pkgconfig/toxcore.pc.in
-PKGCONFIG_OVERRIDE+= other/pkgconfig/toxencryptsave.pc.in
-
-.include "../../security/libsodium/buildlink3.mk"
-.include "../../audio/libopus/buildlink3.mk"
-.include "../../multimedia/libvpx/buildlink3.mk"
-
-
-.include "../../mk/bsd.pkg.mk"
diff --git a/toxcore/PLIST b/toxcore/PLIST
deleted file mode 100644
index a1f3c7535f..0000000000
--- a/toxcore/PLIST
+++ /dev/null
@@ -1,55 +0,0 @@
-@comment $NetBSD$
-include/tox/tox.h
-include/tox/toxav.h
-include/tox/toxdns.h
-include/tox/toxencryptsave.h
-lib/libtoxav.a
-lib/libtoxav.so
-lib/libtoxav.so.1
-lib/libtoxav.so.1.11.0
-lib/libtoxcore.a
-lib/libtoxcore.so
-lib/libtoxcore.so.1
-lib/libtoxcore.so.1.11.0
-lib/libtoxcrypto.a
-lib/libtoxcrypto.so
-lib/libtoxcrypto.so.1
-lib/libtoxcrypto.so.1.11.0
-lib/libtoxdht.a
-lib/libtoxdht.so
-lib/libtoxdht.so.1
-lib/libtoxdht.so.1.11.0
-lib/libtoxdns.a
-lib/libtoxdns.so
-lib/libtoxdns.so.1
-lib/libtoxdns.so.1.11.0
-lib/libtoxencryptsave.a
-lib/libtoxencryptsave.so
-lib/libtoxencryptsave.so.1
-lib/libtoxencryptsave.so.1.11.0
-lib/libtoxfriends.a
-lib/libtoxfriends.so
-lib/libtoxfriends.so.1
-lib/libtoxfriends.so.1.11.0
-lib/libtoxgroup.a
-lib/libtoxgroup.so
-lib/libtoxgroup.so.1
-lib/libtoxgroup.so.1.11.0
-lib/libtoxmessenger.a
-lib/libtoxmessenger.so
-lib/libtoxmessenger.so.1
-lib/libtoxmessenger.so.1.11.0
-lib/libtoxnetcrypto.a
-lib/libtoxnetcrypto.so
-lib/libtoxnetcrypto.so.1
-lib/libtoxnetcrypto.so.1.11.0
-lib/libtoxnetwork.a
-lib/libtoxnetwork.so
-lib/libtoxnetwork.so.1
-lib/libtoxnetwork.so.1.11.0
-lib/pkgconfig/libtoxav.pc
-lib/pkgconfig/libtoxcore.pc
-lib/pkgconfig/toxav.pc
-lib/pkgconfig/toxcore.pc
-lib/pkgconfig/toxdns.pc
-lib/pkgconfig/toxencryptsave.pc
diff --git a/toxcore/buildlink3.mk b/toxcore/buildlink3.mk
deleted file mode 100644
index 135073cb9b..0000000000
--- a/toxcore/buildlink3.mk
+++ /dev/null
@@ -1,16 +0,0 @@
-# $NetBSD$
-
-BUILDLINK_TREE+= toxcore
-
-.if !defined(TOXCORE_BUILDLINK3_MK)
-TOXCORE_BUILDLINK3_MK:=
-
-BUILDLINK_API_DEPENDS.toxcore+= toxcore>=0.1.11
-BUILDLINK_PKGSRCDIR.toxcore?= ../../wip/toxcore
-
-.include "../../security/libsodium/buildlink3.mk"
-.include "../../audio/libopus/buildlink3.mk"
-.include "../../multimedia/libvpx/buildlink3.mk"
-.endif # TOXCORE_BUILDLINK3_MK
-
-BUILDLINK_TREE+= -toxcore
diff --git a/toxcore/distinfo b/toxcore/distinfo
deleted file mode 100644
index d195285376..0000000000
--- a/toxcore/distinfo
+++ /dev/null
@@ -1,7 +0,0 @@
-$NetBSD$
-
-SHA1 (c-toxcore-0.1.11.tar.gz) = a0e02fa2bc2c574e89373b6a7df68b029cb9a2c8
-RMD160 (c-toxcore-0.1.11.tar.gz) = 50f6ca25fc60121b5d9098b15af905adfd5c697c
-SHA512 (c-toxcore-0.1.11.tar.gz) = 4cc853c549c9ea9e2b48cf144b2a5f5d43e79c1103911beb0e8a827d24e40520907c2cef3c1eb05a37a7d0223b33dee352a3fc7a48e76a1a4947989b17f44e88
-Size (c-toxcore-0.1.11.tar.gz) = 826820 bytes
-SHA1 (patch-configure.ac) = ca98e454bff6c9ceabdc15bfe216617211e89316
diff --git a/toxcore/patches/patch-configure.ac b/toxcore/patches/patch-configure.ac
deleted file mode 100644
index 10a535d6ea..0000000000
--- a/toxcore/patches/patch-configure.ac
+++ /dev/null
@@ -1,15 +0,0 @@
-$NetBSD$
-
-Use correct comparison operator for test
-
---- configure.ac.orig 2017-03-26 21:27:57.000000000 +0000
-+++ configure.ac
-@@ -469,7 +469,7 @@ AC_C_BIGENDIAN
- # Checks for library functions.
- AC_FUNC_FORK
- AC_CHECK_FUNCS([gettimeofday memset socket strchr malloc])
--if (test "x$WIN32" != "xyes") && (test "x$MACH" != "xyes") && (test "x${host_os#*openbsd}" == "x$host_os") && (test "x$DISABLE_RT" != "xyes"); then
-+if (test "x$WIN32" != "xyes") && (test "x$MACH" != "xyes") && (test "x${host_os#*openbsd}" = "x$host_os") && (test "x$DISABLE_RT" != "xyes"); then
- AC_CHECK_LIB(rt, clock_gettime,
- [
- RT_LIBS="-lrt"
Home |
Main Index |
Thread Index |
Old Index