Commit 79754987 authored by Rene Ladan's avatar Rene Ladan
Browse files

x11/yalias: Remove expired port

2026-07-01 x11/yalias: No longer developed upstream
parent e42d5cd4
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -5479,3 +5479,4 @@ www/py-flask-collect||2026-06-30|Has expired: Project is discontinued
lang/spidermonkey115||2026-06-30|Has expired: EOL upstream except to support older Windows
mail/mime4j||2026-06-30|Has expired: This is a version that is over 14 years old and has multiple vulnerabilities
lang/csharp-mode.el||2026-06-30|Has expired: No longer maintained upstream as a standalone package. This mode is part of Emacs core since Emacs 29
x11/yalias||2026-07-01|Has expired: No longer developed upstream
+0 −1
Original line number Diff line number Diff line
@@ -701,7 +701,6 @@
    SUBDIR += xzoom
    SUBDIR += yad
    SUBDIR += yakuake
    SUBDIR += yalias
    SUBDIR += yeahconsole
    SUBDIR += yelp
    SUBDIR += zenity

x11/yalias/Makefile

deleted100644 → 0
+0 −27
Original line number Diff line number Diff line
PORTNAME=	yalias
PORTVERSION=	0.7
PORTREVISION=	12
CATEGORIES=	x11
MASTER_SITES=	http://offog.org/files/ \
		http://ftp.i-scream.org/pub/offog.org/files/

MAINTAINER=	tdb@FreeBSD.org
COMMENT=	Enhanced execution box with regex pattern matching
WWW=		https://offog.org/code/

DEPRECATED=	No longer developed upstream
EXPIRATION_DATE=	2026-07-01

USES=		gnome pkgconfig
USE_GNOME=	gtk20

ALL_TARGET=	yalias
MAKE_ARGS=	prefix=${PREFIX} YALIASDIR=${DATADIR}

OPTIONS_DEFINE=	DOCS

post-install:
	${MKDIR} ${STAGEDIR}${DOCSDIR}
	${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR}

.include <bsd.port.mk>

x11/yalias/distinfo

deleted100644 → 0
+0 −2
Original line number Diff line number Diff line
SHA256 (yalias-0.7.tar.gz) = e4072776ef6f2c13a337fb9b3325d3e101ca4f923ce2abd8b0bfd8d91f3474f8
SIZE (yalias-0.7.tar.gz) = 15435

x11/yalias/files/patch-Makefile

deleted100644 → 0
+0 −17
Original line number Diff line number Diff line
--- Makefile.orig	2014-01-11 00:02:15.000000000 +0800
+++ Makefile	2014-01-11 00:02:45.000000000 +0800
@@ -23,10 +23,10 @@ clean:
 distclean: clean
 
 install: yalias
-	mkdir -p $(bindir)
-	install -m755 yalias $(bindir)/yalias
-	mkdir -p $(YALIASDIR)
-	install -m644 system.yaliasrc $(YALIASDIR)/system.yaliasrc
+	mkdir -p $(DESTDIR)$(bindir)
+	install -m755 yalias $(DESTDIR)$(bindir)/yalias
+	mkdir -p $(DESTDIR)$(YALIASDIR)
+	install -m644 system.yaliasrc $(DESTDIR)$(YALIASDIR)/system.yaliasrc
 
 dist: distclean
 	-cd .. && ln -sf $(PACKAGE) $(DISTNAME) && tar --exclude='CVS' --exclude='old' -czhpvf $(DISTNAME).tar.gz $(DISTNAME)
Loading