pkgsrc-WIP-changes archive

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

radare2-cutter: Import a stub of a new package



Module Name:	pkgsrc-wip
Committed By:	Kamil Rytarowski <n54%gmx.com@localhost>
Pushed By:	kamil
Date:		Sun Feb 18 23:03:17 2018 +0100
Changeset:	2cb5684a696ddf95f9eba1ceaa864e4b15adcaa0

Added Files:
	radare2-cutter/DESCR
	radare2-cutter/Makefile
	radare2-cutter/PLIST
	radare2-cutter/distinfo

Log Message:
radare2-cutter: Import a stub of a new package

A Qt and C++ GUI for radare2 reverse engineering framework
(originally named Iaito).

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

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

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

diffs:
diff --git a/radare2-cutter/DESCR b/radare2-cutter/DESCR
new file mode 100644
index 0000000000..a50fa0183e
--- /dev/null
+++ b/radare2-cutter/DESCR
@@ -0,0 +1,2 @@
+A Qt and C++ GUI for radare2 reverse engineering framework
+(originally named Iaito).
diff --git a/radare2-cutter/Makefile b/radare2-cutter/Makefile
new file mode 100644
index 0000000000..a48b6c8992
--- /dev/null
+++ b/radare2-cutter/Makefile
@@ -0,0 +1,22 @@
+# $NetBSD$
+
+.include "../../devel/radare2/Makefile.common"
+
+DISTNAME=	cutter-1.2
+CATEGORIES=	devel
+MASTER_SITES=	${MASTER_SITE_GITHUB:=radareorg/}
+GITHUB_TAG=	v${PKGVERSION_NOREV}
+
+MAINTAINER=	pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=	https://github.com/radareorg/cutter/
+COMMENT=	Qt and C++ GUI for radare2 reverse engineering framework
+LICENSE=	gnu-gpl-v3
+
+USE_LANGUAGES=	c c++
+
+#post-extract:
+#	${RUN} cd ${WRKSRC} && \
+#		rmdir radare2 &&
+#
+
+.include "../../mk/bsd.pkg.mk"
diff --git a/radare2-cutter/PLIST b/radare2-cutter/PLIST
new file mode 100644
index 0000000000..48d96a5493
--- /dev/null
+++ b/radare2-cutter/PLIST
@@ -0,0 +1 @@
+@comment $NetBSD$
diff --git a/radare2-cutter/distinfo b/radare2-cutter/distinfo
new file mode 100644
index 0000000000..5d34413031
--- /dev/null
+++ b/radare2-cutter/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+SHA1 (cutter-1.2.tar.gz) = b42647f1d43b52334ed164d81f58ccf11d45be52
+RMD160 (cutter-1.2.tar.gz) = c90c9eff952584c01da0ac562cee60d83170d7f5
+SHA512 (cutter-1.2.tar.gz) = 75cc3b03e6adfa2833cd306c760ef101d5ae7534c417fd3fbaf1f472223d79ff23d84d35e4a1bd8fd1ddb5b26d1d241dccc003ca6702fba505939f80a48f72a7
+Size (cutter-1.2.tar.gz) = 654893 bytes


Home | Main Index | Thread Index | Old Index