pkgsrc-WIP-changes archive

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

Import edb-debugger-0.9.20 as wip/edb-debugger.



Module Name:	pkgsrc-wip
Committed By:	Kamil Rytarowski <n54%gmx.com@localhost>
Pushed By:	kamil
Date:		Wed Jan 6 17:37:45 2016 +0100
Changeset:	31e47890a9eba2e2e1769ca3108d9f9bd4f8b589

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

Log Message:
Import edb-debugger-0.9.20 as wip/edb-debugger.

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

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

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

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

diffs:
diff --git a/edb-debugger/DESCR b/edb-debugger/DESCR
new file mode 100644
index 0000000..0c8f7d9
--- /dev/null
+++ b/edb-debugger/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/Makefile b/edb-debugger/Makefile
new file mode 100644
index 0000000..da9a5f4
--- /dev/null
+++ b/edb-debugger/Makefile
@@ -0,0 +1,22 @@
+# $NetBSD$
+
+DISTNAME=	debugger-0.9.20
+PKGNAME=	edb-${DISTNAME}
+CATEGORIES=	devel
+MASTER_SITES=	http://www.codef00.com/downloads/
+EXTRACT_SUFX=	.tgz
+
+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
+
+do-configure:
+	${RUN} ${WRKSRC} && ${QTDIR}/bin/qmake 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 "../../mk/bsd.pkg.mk"
diff --git a/edb-debugger/PLIST b/edb-debugger/PLIST
new file mode 100644
index 0000000..48d96a5
--- /dev/null
+++ b/edb-debugger/PLIST
@@ -0,0 +1 @@
+@comment $NetBSD$
diff --git a/edb-debugger/distinfo b/edb-debugger/distinfo
new file mode 100644
index 0000000..6c3735c
--- /dev/null
+++ b/edb-debugger/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+SHA1 (debugger-0.9.20.tgz) = 4a0c839caab185bf8834725f3ae6fab79b11b816
+RMD160 (debugger-0.9.20.tgz) = 0302f5e3d26d6ae23c549113021cce442d5e3483
+SHA512 (debugger-0.9.20.tgz) = c65c023c351ee7aee47dbb743a6e84e9b9c680e9eef39caa1a873903c53aa48b451ea92b5363720d55277d81ca8a95741c0777a2748da9fb6d09957ff000ecb1
+Size (debugger-0.9.20.tgz) = 791820 bytes


Home | Main Index | Thread Index | Old Index