Commit 24fa864d authored by baptiste daroussin's avatar baptiste daroussin
Browse files

gnome: remove some unused gnomesharp components

parent 23ac8114
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -4196,3 +4196,7 @@ devel/d-feet|devel/d-spy|2025-03-04|No longer maintained use d-spy instead
devel/glademm||2025-03-05|Dead upstream, now consumers in the ports tree
devel/libvolume_id||2025-03-05|Dead upstream, now consumers in the ports tree
devel/mm-common||2025-03-05|Dead upstream, now consumers in the ports tree
security/gnome-keyring-sharp||2025-03-05|Dead upstream, now consumers in the ports tree
devel/ndesk-dbus-glib||2025-03-05|Dead upstream, now consumers in the ports tree
devel/ndesk-dbus||2025-03-05|Dead upstream, now consumers in the ports tree
devel/ndesk-options||2025-03-05|Dead upstream, now consumers in the ports tree
+0 −3
Original line number Diff line number Diff line
@@ -1717,9 +1717,6 @@
    SUBDIR += ncc
    SUBDIR += ncnf
    SUBDIR += ncurses
    SUBDIR += ndesk-dbus
    SUBDIR += ndesk-dbus-glib
    SUBDIR += ndesk-options
    SUBDIR += netscape-java40
    SUBDIR += netsurf-buildsystem
    SUBDIR += newfile

devel/ndesk-dbus-glib/Makefile

deleted100644 → 0
+0 −28
Original line number Diff line number Diff line
PORTNAME=	ndesk-dbus-glib
PORTVERSION=	0.4.1
PORTREVISION=	4
CATEGORIES=	devel
MASTER_SITES=	http://www.ndesk.org/archive/ndesk-dbus/

MAINTAINER=	gnome@FreeBSD.org
COMMENT=	GLib main loop integration for Managed D-Bus
WWW=		http://www.ndesk.org/DBusSharp

BUILD_DEPENDS=	${LOCALBASE}/libdata/pkgconfig/ndesk-dbus-1.0.pc:devel/ndesk-dbus
RUN_DEPENDS=	${LOCALBASE}/libdata/pkgconfig/ndesk-dbus-1.0.pc:devel/ndesk-dbus

USES=		gmake mono pathfix pkgconfig
GNU_CONFIGURE=	yes
CONFIGURE_ENV=	ac_cv_path_GMCS=${LOCALBASE}/bin/mcs

OPTIONS_DEFINE=	DOCS

DOCS=		AUTHORS COPYING README

post-install:
	@${MKDIR} ${STAGEDIR}${DOCSDIR}
.for i in ${DOCS}
	@${INSTALL_DATA} ${WRKSRC}/${i} ${STAGEDIR}${DOCSDIR}
.endfor

.include <bsd.port.mk>

devel/ndesk-dbus-glib/distinfo

deleted100644 → 0
+0 −2
Original line number Diff line number Diff line
SHA256 (ndesk-dbus-glib-0.4.1.tar.gz) = 0a6d5fe7be55b6301615d71b89507b712f287b4ba498b798301333ffabe06769
SIZE (ndesk-dbus-glib-0.4.1.tar.gz) = 85471

devel/ndesk-dbus-glib/pkg-descr

deleted100644 → 0
+0 −1
Original line number Diff line number Diff line
This code provides GLib main loop integration for Managed D-Bus.
Loading