pkgsrc-WIP-changes archive

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

Import edb-debugger-0.9.21 as wip/edb-debugger-git.



Module Name:	pkgsrc-wip
Committed By:	Kamil Rytarowski <n54%gmx.com@localhost>
Pushed By:	kamil
Date:		Wed Feb 8 20:13:58 2017 +0100
Changeset:	b67083fefd6e02ad8c4aae2ee0cc2b5db7f2c92e

Added Files:
	edb-debugger-git/DESCR
	edb-debugger-git/Makefile
	edb-debugger-git/PLIST
	edb-debugger-git/distinfo

Log Message:
Import edb-debugger-0.9.21 as wip/edb-debugger-git.

EDB (Evan's Debugger) is a QT based binary mode debugger with the goal of
having usability on par with OllyDbg.

Sponsored by <The NetBSD Foundation>

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=b67083fefd6e02ad8c4aae2ee0cc2b5db7f2c92e

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 edb-debugger-git/DESCR    |  2 ++
 edb-debugger-git/Makefile | 27 +++++++++++++++++++++++++++
 edb-debugger-git/PLIST    |  1 +
 edb-debugger-git/distinfo |  6 ++++++
 4 files changed, 36 insertions(+)

diffs:
diff --git a/edb-debugger-git/DESCR b/edb-debugger-git/DESCR
new file mode 100644
index 0000000000..0c8f7d976c
--- /dev/null
+++ b/edb-debugger-git/DESCR
@@ -0,0 +1,2 @@
+EDB (Evan's Debugger) is a QT based binary mode debugger with the goal of
+having usability on par with OllyDbg.
diff --git a/edb-debugger-git/Makefile b/edb-debugger-git/Makefile
new file mode 100644
index 0000000000..ef439ebe0e
--- /dev/null
+++ b/edb-debugger-git/Makefile
@@ -0,0 +1,27 @@
+# $NetBSD$
+
+DISTNAME=	edb-debugger-0.9.21
+CATEGORIES=	devel
+MASTER_SITES=	${MASTER_SITE_GITHUB:=eteran/}
+
+#WRKSRC=		${WRKDIR}/debugger
+
+MAINTAINER=	pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=	http://codef00.com/projects#debugger
+COMMENT=	Cross platform x86/x86-64 debugger
+LICENSE=	gnu-gpl-v2
+
+USE_CMAKE=	yes
+USE_LANGUAGES=	c c++
+USE_TOOLS+=	pkg-config
+
+#do-configure:
+#	${RUN} cd ${WRKSRC} && ${QTDIR}/bin/qmake -makefile DEFAULT_PLUGIN_PATH="${PREFIX}/lib/${PKGBASE}/"
+#
+#.include "../../devel/boost-headers/buildlink3.mk"
+#.include "../../x11/qt4-libs/buildlink3.mk"
+#.include "../../x11/qt4-tools/buildlink3.mk"
+.include "../../x11/qt5-qtxmlpatterns/buildlink3.mk"
+.include "../../x11/qt5-qtbase/buildlink3.mk"
+.include "../../devel/capstone/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/edb-debugger-git/PLIST b/edb-debugger-git/PLIST
new file mode 100644
index 0000000000..48d96a5493
--- /dev/null
+++ b/edb-debugger-git/PLIST
@@ -0,0 +1 @@
+@comment $NetBSD$
diff --git a/edb-debugger-git/distinfo b/edb-debugger-git/distinfo
new file mode 100644
index 0000000000..296edb2e66
--- /dev/null
+++ b/edb-debugger-git/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+SHA1 (edb-debugger-0.9.21.tar.gz) = eff050b5ec53f02ebc96dbbb80f1731036e2c6f6
+RMD160 (edb-debugger-0.9.21.tar.gz) = d7821e07b607667090b1158b559053856ef077de
+SHA512 (edb-debugger-0.9.21.tar.gz) = 88a04cafb2c27a3af6bcfc48c841c795fb5bba348f64fe52957716c2c03e4cd056d045b241135c5be7fd7174d2c5a35fa5c95dc2b6aad4fb5c04f4fe36ab4f0d
+Size (edb-debugger-0.9.21.tar.gz) = 996932 bytes


Home | Main Index | Thread Index | Old Index