diff options
| author | Rene Ladan <rene@FreeBSD.org> | 2026-07-01 19:58:24 +0000 |
|---|---|---|
| committer | Rene Ladan <rene@FreeBSD.org> | 2026-07-01 19:58:24 +0000 |
| commit | 7975498787cea45309a4234867d1aaae7f961abc (patch) | |
| tree | 9e880a9bde526b76386b0975205e64516fe74faf | |
| parent | e42d5cd478a5bd97f246af2c12a769e7c5df0a09 (diff) | |
| -rw-r--r-- | MOVED | 1 | ||||
| -rw-r--r-- | x11/Makefile | 1 | ||||
| -rw-r--r-- | x11/yalias/Makefile | 27 | ||||
| -rw-r--r-- | x11/yalias/distinfo | 2 | ||||
| -rw-r--r-- | x11/yalias/files/patch-Makefile | 17 | ||||
| -rw-r--r-- | x11/yalias/pkg-descr | 6 | ||||
| -rw-r--r-- | x11/yalias/pkg-plist | 3 |
7 files changed, 1 insertions, 56 deletions
@@ -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 diff --git a/x11/Makefile b/x11/Makefile index 9286fbaf9395..17fa0a8ac043 100644 --- a/x11/Makefile +++ b/x11/Makefile @@ -701,7 +701,6 @@ SUBDIR += xzoom SUBDIR += yad SUBDIR += yakuake - SUBDIR += yalias SUBDIR += yeahconsole SUBDIR += yelp SUBDIR += zenity diff --git a/x11/yalias/Makefile b/x11/yalias/Makefile deleted file mode 100644 index 096c2c48b467..000000000000 --- a/x11/yalias/Makefile +++ /dev/null @@ -1,27 +0,0 @@ -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> diff --git a/x11/yalias/distinfo b/x11/yalias/distinfo deleted file mode 100644 index 8ba5a8da83cf..000000000000 --- a/x11/yalias/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (yalias-0.7.tar.gz) = e4072776ef6f2c13a337fb9b3325d3e101ca4f923ce2abd8b0bfd8d91f3474f8 -SIZE (yalias-0.7.tar.gz) = 15435 diff --git a/x11/yalias/files/patch-Makefile b/x11/yalias/files/patch-Makefile deleted file mode 100644 index c18c809a37a8..000000000000 --- a/x11/yalias/files/patch-Makefile +++ /dev/null @@ -1,17 +0,0 @@ ---- 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) diff --git a/x11/yalias/pkg-descr b/x11/yalias/pkg-descr deleted file mode 100644 index 839ad6d2e4b8..000000000000 --- a/x11/yalias/pkg-descr +++ /dev/null @@ -1,6 +0,0 @@ -yalias has a window with two buttons and a text widget. The left -button clears the widget (and is bound to the Escape key). The right -button matches the contents of the widget against a series of regular -expressions that the user has previously specified in their -$HOME/.yaliasrc, and executes the specified command if it matches -any of them. diff --git a/x11/yalias/pkg-plist b/x11/yalias/pkg-plist deleted file mode 100644 index 9061f0b6ac3d..000000000000 --- a/x11/yalias/pkg-plist +++ /dev/null @@ -1,3 +0,0 @@ -bin/yalias -%%PORTDOCS%%%%DOCSDIR%%/README -%%DATADIR%%/system.yaliasrc |
