svn commit: r458038 - in head/x11: . radare-cutter

Steve Wills swills at FreeBSD.org
Thu Jan 4 17:09:29 UTC 2018


Author: swills
Date: Thu Jan  4 17:09:27 2018
New Revision: 458038
URL: https://svnweb.freebsd.org/changeset/ports/458038

Log:
  x11/radare-cutter: create port
  
  A Qt and C++ GUI for radare2 reverse engineering framework
  
  WWW: https://github.com/radareorg/cutter

Added:
  head/x11/radare-cutter/
  head/x11/radare-cutter/Makefile   (contents, props changed)
  head/x11/radare-cutter/distinfo   (contents, props changed)
  head/x11/radare-cutter/pkg-descr   (contents, props changed)
Modified:
  head/x11/Makefile   (contents, props changed)

Modified: head/x11/Makefile
==============================================================================
--- head/x11/Makefile	Thu Jan  4 16:24:58 2018	(r458037)
+++ head/x11/Makefile	Thu Jan  4 17:09:27 2018	(r458038)
@@ -281,6 +281,7 @@
     SUBDIR += qterminal
     SUBDIR += qterminal-l10n
     SUBDIR += qxkb
+    SUBDIR += radare-cutter
     SUBDIR += randrproto
     SUBDIR += recordproto
     SUBDIR += rendercheck

Added: head/x11/radare-cutter/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/x11/radare-cutter/Makefile	Thu Jan  4 17:09:27 2018	(r458038)
@@ -0,0 +1,29 @@
+# $FreeBSD$
+
+PORTNAME=	radare-cutter
+PORTVERSION=	1.1
+DISTVERSIONPREFIX=	v
+CATEGORIES=	x11
+
+MAINTAINER=	swills at FreeBSD.org
+COMMENT=	GUI for radare2 reverse engineering framework
+
+LICENSE=	GPLv3
+LICENSE_FILE=	${WRKSRC}/COPYING
+
+LIB_DEPENDS=	libr2.so:devel/radare2
+
+USES=		pkgconfig qmake
+USE_GITHUB=	yes
+GH_ACCOUNT=	radareorg
+GH_PROJECT=	cutter
+
+USE_QT5=	buildtools_build core gui svg widgets
+
+WRKSRC_SUBDIR=	src
+
+PLIST_FILES=	bin/cutter \
+		share/applications/cutter.desktop \
+		share/pixmaps/cutter.svg
+
+.include <bsd.port.mk>

Added: head/x11/radare-cutter/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/x11/radare-cutter/distinfo	Thu Jan  4 17:09:27 2018	(r458038)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1514874553
+SHA256 (radareorg-cutter-v1.1_GH0.tar.gz) = ed1be7778f6a733343d4628a0ba2598f6c3f521e08c6d45289a58c2313e2297b
+SIZE (radareorg-cutter-v1.1_GH0.tar.gz) = 635945

Added: head/x11/radare-cutter/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/x11/radare-cutter/pkg-descr	Thu Jan  4 17:09:27 2018	(r458038)
@@ -0,0 +1,3 @@
+A Qt and C++ GUI for radare2 reverse engineering framework
+
+WWW: https://github.com/radareorg/cutter


More information about the svn-ports-all mailing list