pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
toxcore: Rename to toxcore-git
Module Name: pkgsrc-wip
Committed By: Mateusz Poszwa <old4%o2.pl@localhost>
Pushed By: f8l
Date: Thu Sep 22 22:33:56 2016 +0200
Changeset: ae1d458d357fa020188330adf39557fcb91951db
Modified Files:
Makefile
toxic-git/Makefile
uTox-git/Makefile
Added Files:
toxcore-git/DESCR
toxcore-git/Makefile
toxcore-git/PLIST
toxcore-git/buildlink3.mk
toxcore-git/distinfo
Removed Files:
toxcore/DESCR
toxcore/Makefile
toxcore/PLIST
toxcore/buildlink3.mk
toxcore/distinfo
Log Message:
toxcore: Rename to toxcore-git
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=ae1d458d357fa020188330adf39557fcb91951db
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 | 34 ++++++++++++++++++++++++++++++++++
toxcore-git/PLIST | 13 +++++++++++++
toxcore-git/buildlink3.mk | 16 ++++++++++++++++
toxcore-git/distinfo | 1 +
toxcore/DESCR | 4 ----
toxcore/Makefile | 34 ----------------------------------
toxcore/PLIST | 13 -------------
toxcore/buildlink3.mk | 16 ----------------
toxcore/distinfo | 1 -
toxic-git/Makefile | 2 +-
uTox-git/Makefile | 2 +-
13 files changed, 71 insertions(+), 71 deletions(-)
diffs:
diff --git a/Makefile b/Makefile
index 0f2cb9f..a4c7c07 100644
--- a/Makefile
+++ b/Makefile
@@ -4102,7 +4102,7 @@ SUBDIR+= torsocks
SUBDIR+= tortunnel
SUBDIR+= totem
SUBDIR+= totem-pl-parser
-SUBDIR+= toxcore
+SUBDIR+= toxcore-git
SUBDIR+= toxic-git
SUBDIR+= tpp
SUBDIR+= tqsllib
diff --git a/toxcore-git/DESCR b/toxcore-git/DESCR
new file mode 100644
index 0000000..8049373
--- /dev/null
+++ b/toxcore-git/DESCR
@@ -0,0 +1,4 @@
+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
new file mode 100644
index 0000000..eefcc09
--- /dev/null
+++ b/toxcore-git/Makefile
@@ -0,0 +1,34 @@
+# $NetBSD$
+
+DISTNAME= toxcore-0
+CATEGORIES= chat
+MASTER_SITES= ${MASTER_SITE_GITHUB:=irungentoo/}
+
+GIT_REPOSITORIES= toxcore
+GIT_REPO.toxcore= http://github.com/irungentoo/toxcore.git
+#GIT_BRANCH.toxcore= new_av
+WRKSRC= ${WRKDIR}/toxcore
+
+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
new file mode 100644
index 0000000..71fedc8
--- /dev/null
+++ b/toxcore-git/PLIST
@@ -0,0 +1,13 @@
+@comment $NetBSD$
+bin/DHT_bootstrap
+include/tox/tox.h
+include/tox/tox_old.h
+include/tox/toxav.h
+include/tox/toxdns.h
+include/tox/toxencryptsave.h
+lib/libtoxav.la
+lib/libtoxcore.la
+lib/libtoxdns.la
+lib/libtoxencryptsave.la
+lib/pkgconfig/libtoxav.pc
+lib/pkgconfig/libtoxcore.pc
diff --git a/toxcore-git/buildlink3.mk b/toxcore-git/buildlink3.mk
new file mode 100644
index 0000000..7f31c55
--- /dev/null
+++ b/toxcore-git/buildlink3.mk
@@ -0,0 +1,16 @@
+# $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
new file mode 100644
index 0000000..c641c55
--- /dev/null
+++ b/toxcore-git/distinfo
@@ -0,0 +1 @@
+$NetBSD$
diff --git a/toxcore/DESCR b/toxcore/DESCR
deleted file mode 100644
index 8049373..0000000
--- 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 eefcc09..0000000
--- a/toxcore/Makefile
+++ /dev/null
@@ -1,34 +0,0 @@
-# $NetBSD$
-
-DISTNAME= toxcore-0
-CATEGORIES= chat
-MASTER_SITES= ${MASTER_SITE_GITHUB:=irungentoo/}
-
-GIT_REPOSITORIES= toxcore
-GIT_REPO.toxcore= http://github.com/irungentoo/toxcore.git
-#GIT_BRANCH.toxcore= new_av
-WRKSRC= ${WRKDIR}/toxcore
-
-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/PLIST b/toxcore/PLIST
deleted file mode 100644
index 71fedc8..0000000
--- a/toxcore/PLIST
+++ /dev/null
@@ -1,13 +0,0 @@
-@comment $NetBSD$
-bin/DHT_bootstrap
-include/tox/tox.h
-include/tox/tox_old.h
-include/tox/toxav.h
-include/tox/toxdns.h
-include/tox/toxencryptsave.h
-lib/libtoxav.la
-lib/libtoxcore.la
-lib/libtoxdns.la
-lib/libtoxencryptsave.la
-lib/pkgconfig/libtoxav.pc
-lib/pkgconfig/libtoxcore.pc
diff --git a/toxcore/buildlink3.mk b/toxcore/buildlink3.mk
deleted file mode 100644
index 22033d5..0000000
--- 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
-BUILDLINK_PKGSRCDIR.toxcore?= ../../wip/toxcore
-
-.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/distinfo b/toxcore/distinfo
deleted file mode 100644
index c641c55..0000000
--- a/toxcore/distinfo
+++ /dev/null
@@ -1 +0,0 @@
-$NetBSD$
diff --git a/toxic-git/Makefile b/toxic-git/Makefile
index ca71bd9..8e009da 100644
--- a/toxic-git/Makefile
+++ b/toxic-git/Makefile
@@ -19,7 +19,7 @@ USE_LANGUAGES+= c
.include "options.mk"
-.include "../../wip/toxcore/buildlink3.mk"
+.include "../../wip/toxcore-git/buildlink3.mk"
.include "../../audio/openal-soft/buildlink3.mk"
.include "../../converters/qrencode/buildlink3.mk"
diff --git a/uTox-git/Makefile b/uTox-git/Makefile
index c514445..9f73734 100644
--- a/uTox-git/Makefile
+++ b/uTox-git/Makefile
@@ -16,7 +16,7 @@ LICENSE= gnu-gpl-v3
NO_CONFIGURE= yes
USE_TOOLS+= gmake pkg-config
-.include "../../wip/toxcore/buildlink3.mk"
+.include "../../wip/toxcore-git/buildlink3.mk"
.include "../../wip/filter_audio/buildlink3.mk"
.include "../../graphics/freetype2/buildlink3.mk"
.include "../../audio/openal-soft/buildlink3.mk"
Home |
Main Index |
Thread Index |
Old Index