Commit 5434cdc4 authored by Rene Ladan's avatar Rene Ladan
Browse files

cleanup: Remove expired ports:

x11-wm/lxmed: Removed, depends on expired sysutils/gksu
2022-07-24 sysutils/gksu: Abandonware, depending on gconf2
2022-07-24 sysutils/libgksu: Abandonware, depending on gconf2
parent cd9ad4e7
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -17517,3 +17517,6 @@ math/intervaltree||2022-07-27|Has expired: Dependent ports now use GH_TUPLE
security/gnomint||2022-07-27|Has expired: Abandonware, depending on gconf2
japanese/im-ja||2022-07-27|Has expired: Abandonware, depending on gconf2
sysutils/mgeupsd||2022-07-27|Has expired: Last release is 23 years old. It is not clear what devices are supported.
x11-wm/lxmed||2022-07-27|Removed, depends on expired sysutils/gksu
sysutils/gksu||2022-07-27|Has expired: Abandonware, depending on gconf2
sysutils/libgksu||2022-07-27|Has expired: Abandonware, depending on gconf2
+0 −2
Original line number Diff line number Diff line
@@ -473,7 +473,6 @@
    SUBDIR += gkrellm-trayicons
    SUBDIR += gkrellm2
    SUBDIR += gkrelltop
    SUBDIR += gksu
    SUBDIR += glogg
    SUBDIR += glow
    SUBDIR += gnome-control-center
@@ -631,7 +630,6 @@
    SUBDIR += libfvde
    SUBDIR += libg15
    SUBDIR += libg15render
    SUBDIR += libgksu
    SUBDIR += libieee1284
    SUBDIR += libptytty
    SUBDIR += libretto-config

sysutils/gksu/Makefile

deleted100644 → 0
+0 −42
Original line number Diff line number Diff line
PORTNAME=	gksu
PORTVERSION=	2.0.2
PORTREVISION=	9
CATEGORIES=	sysutils
MASTER_SITES=	http://people.debian.org/~kov/gksu/

MAINTAINER=	ports@FreeBSD.org
COMMENT=	Graphical frontend to su

DEPRECATED=	Abandonware, depending on gconf2
EXPIRATION_DATE=	2022-07-24

LICENSE=	GPLv2+
LICENSE_FILE=	${WRKSRC}/COPYING

LIB_DEPENDS=	libfontconfig.so:x11-fonts/fontconfig \
		libfreetype.so:print/freetype2 \
		libgksu2.so:sysutils/libgksu \
		libgnome-keyring.so:security/libgnome-keyring \
		libstartup-notification-1.so:x11/startup-notification

USES=		gettext-tools gmake gnome libtool pathfix pkgconfig
USE_GNOME=	cairo gconf2 gdkpixbuf2 gnomeprefix gtk20 intlhack
GNU_CONFIGURE=	yes
USE_LDCONFIG=	yes
CPPFLAGS+=	-I${LOCALBASE}/include
LDFLAGS+=	-L${LOCALBASE}/lib
INSTALL_TARGET=	install-strip

OPTIONS_DEFINE=	NAUTILUS
OPTIONS_DEFAULT=NAUTILUS
OPTIONS_SUB=	yes

NAUTILUS_DESC=			Build extension for GNOME file manager
NAUTILUS_CONFIGURE_ENABLE=	nautilus-extension
NAUTILUS_LIB_DEPENDS=		libnautilus-extension.so:x11-fm/nautilus

post-patch:
	@${REINPLACE_CMD} -e 's|glib/gkeyfile.h|glib.h|g' \
		${WRKSRC}/nautilus-gksu/libnautilus-gksu.c

.include <bsd.port.mk>

sysutils/gksu/distinfo

deleted100644 → 0
+0 −2
Original line number Diff line number Diff line
SHA256 (gksu-2.0.2.tar.gz) = a1de3dca039d88c195fcdc9516379439a1d699750417f1e655aa2101a955ee5a
SIZE (gksu-2.0.2.tar.gz) = 468121

sysutils/gksu/pkg-descr

deleted100644 → 0
+0 −6
Original line number Diff line number Diff line
gksu is a Gtk+ frontend to /bin/su. It supports login shells and preserving
environment when acting as a su frontend. It is useful to menu items or other
graphical programs that need to ask a user's password to run another program
as another user.

WWW: http://www.gnu.org/non-gnu/gksu/
Loading