Commit 23f55751 authored by Rene Ladan's avatar Rene Ladan
Browse files

x11/radare-cutter: Remove expired port

2023-06-07 x11/radare-cutter: Cutter for radare has been discontinued as Cutter has moved to use rizin as their backend framework
parent d14c324e
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -7634,3 +7634,4 @@ databases/rubygem-pg13|databases/rubygem-pg|2023-06-05|Remove obsoleted port. Us
devel/rubygem-fast_gettext1|devel/rubygem-fast_gettext|2023-06-05|Remove obsoleted port. Use devel/rubygem-fast_gettext instead
devel/rubygem-gettext-setup0|devel/rubygem-gettext-setup|2023-06-05|Remove obsoleted port. Use devel/rubygem-gettext-setup instead
archivers/libunrar|archivers/libunrar6|2023-06-06|Remove obsoleted port. Use archivers/libunrar6 instead
x11/radare-cutter||2023-06-07|Has expired: Cutter for radare has been discontinued as Cutter has moved to use rizin as their backend framework
+0 −1
Original line number Diff line number Diff line
@@ -328,7 +328,6 @@
    SUBDIR += qt5-qev
    SUBDIR += qt5-x11extras
    SUBDIR += qterminal
    SUBDIR += radare-cutter
    SUBDIR += remontoire
    SUBDIR += rendercheck
    SUBDIR += rgb

x11/radare-cutter/Makefile

deleted100644 → 0
+0 −45
Original line number Diff line number Diff line
PORTNAME=	radare-cutter
PORTVERSION=	0.1.1
PORTREVISION=	3
PORTEPOCH=	1
CATEGORIES=	x11

MAINTAINER=	bofh@FreeBSD.org
COMMENT=	GUI for radare2 reverse engineering framework
WWW=		https://github.com/radareorg/cutter

LICENSE=	GPLv3
LICENSE_FILE=	${WRKSRC}/../COPYING

DEPRECATED=	Cutter for radare has been discontinued as Cutter has moved to use rizin as their backend framework
EXPIRATION_DATE=	2023-06-07

LIB_DEPENDS=	libcapstone.so:devel/capstone4 \
		libr_bin.so:devel/radare2

USES=		cmake gl pkgconfig python:3.4+ qmake:outsource qt:5
LDFLAGS+=	-lexecinfo

USE_GITHUB=	yes
GH_ACCOUNT=	radareorg
GH_PROJECT=	r2cutter
GH_TUPLE=	radareorg:cutter-translations:8e1d24b:translations/translations

USE_QT=		core declarative gui linguist location network printsupport svg \
		webchannel widgets buildtools:build
USE_GL=		gl

WRKSRC_SUBDIR=	src

CMAKE_INSTALL_PREFIX=	${STAGEDIR}${PREFIX}

.include <bsd.port.options.mk>

.if ${ARCH} == aarch64 || ${ARCH} == amd64 || ${ARCH} == i386
USE_QT+=	webengine
.endif

post-patch:
	@${REINPLACE_CMD} 's/python3/python-${PYTHON_VER}/' ${WRKSRC}/Cutter.pro

.include <bsd.port.mk>

x11/radare-cutter/distinfo

deleted100644 → 0
+0 −5
Original line number Diff line number Diff line
TIMESTAMP = 1613252970
SHA256 (radareorg-r2cutter-0.1.1_GH0.tar.gz) = b1e161c2625b48e700883ce57238f6927807aae9b1489a2402d2c05ecc5a7263
SIZE (radareorg-r2cutter-0.1.1_GH0.tar.gz) = 2408826
SHA256 (radareorg-cutter-translations-8e1d24b_GH0.tar.gz) = 01d9a6a6ba5a537a1991e733a7a4959176db986710cd872373a1d0249f2729b8
SIZE (radareorg-cutter-translations-8e1d24b_GH0.tar.gz) = 502893

x11/radare-cutter/pkg-descr

deleted100644 → 0
+0 −1
Original line number Diff line number Diff line
A Qt and C++ GUI for radare2 reverse engineering framework
Loading