Commit 498f1bd1 authored by baptiste daroussin's avatar baptiste daroussin
Browse files

devel/d-feet: remove replaced by devel/d-spy

parent 5e61c995
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -4192,3 +4192,4 @@ devel/asmutils||2025-03-02|Has expired: latest upstream release is 19 years ago,
multimedia/libfame||2025-03-02|Has expired: Obsolete library, last release in 2004. Consider migrating to multimedia/ffmpeg
graphics/kquickimageeditor@qt5||2025-03-03|Unflavorize; only Qt6 support is needed
graphics/kquickimageeditor@qt6|graphics/kquickimageeditor|2025-03-03|Unflavorize; only Qt6 support is needed
devel/d-feet|devel/d-spy|2025-03-04|No longer maintained use d-spy instead
+0 −1
Original line number Diff line number Diff line
@@ -573,7 +573,6 @@
    SUBDIR += cxxtest
    SUBDIR += cxxtools
    SUBDIR += cython-lint
    SUBDIR += d-feet
    SUBDIR += d-scanner
    SUBDIR += d-spy
    SUBDIR += darts

devel/d-feet/Makefile

deleted100644 → 0
+0 −27
Original line number Diff line number Diff line
PORTNAME=	d-feet
PORTVERSION=	0.3.16
PORTREVISION=	3
CATEGORIES=	devel
MASTER_SITES=	GNOME

PATCH_SITES=	https://gitlab.gnome.org/GNOME/${PORTNAME}/-/commit/
PATCHFILES+=	05465d486afd.patch:-p1 # https://gitlab.gnome.org/GNOME/d-feet/-/merge_requests/32

MAINTAINER=	gnome@FreeBSD.org
COMMENT=	D-Bus Python introspection debugger
WWW=		https://wiki.gnome.org/Apps/DFeet

LICENSE=	GPLv2
LICENSE_FILE=	${WRKSRC}/COPYING

BUILD_DEPENDS=	itstool:textproc/itstool

USES=		gettext gnome meson pkgconfig python tar:xz
USE_GNOME=	gtk30 libwnck3 pygobject3 introspection:build
GLIB_SCHEMAS=	org.gnome.dfeet.gschema.xml

MESON_ARGS=	-Dpython="${PYTHON_CMD}" -Dtests=false

NO_ARCH=	yes

.include <bsd.port.mk>

devel/d-feet/distinfo

deleted100644 → 0
+0 −5
Original line number Diff line number Diff line
TIMESTAMP = 1620377193
SHA256 (d-feet-0.3.16.tar.xz) = 8733ce4b9a9a54ec185b1d85bf4da9d9d11052882a880760ff60f9779b2d1ccb
SIZE (d-feet-0.3.16.tar.xz) = 237888
SHA256 (05465d486afd.patch) = 20d437bf23ec40916ee50fa905656be19614eb7297eaa4aef0e181dd03895178
SIZE (05465d486afd.patch) = 967

devel/d-feet/pkg-descr

deleted100644 → 0
+0 −9
Original line number Diff line number Diff line
D-Feet is a D-Bus debugger written by John (J5) Palmieri.

Current features:

* View names on any bus
* View exported objects, interfaces, methods and signals
* View the full command line of services on the bus
* Execute methods with parameters on the bus and see their return values
* Show values of properties
Loading