aboutsummaryrefslogtreecommitdiff
path: root/x11/Makefile
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2003-10-07 23:19:11 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2003-10-07 23:19:11 +0000
commit483cf5f9bb013eabecfb6c1d87d2aacfff6055f1 (patch)
treebc6a431dbe3b14eceb7e9d47a5e7f34ea8f39e63 /x11/Makefile
parentaa4ee346f3924061d86f9a4809d2e4897ead9e05 (diff)
downloadports-483cf5f9bb013eabecfb6c1d87d2aacfff6055f1.tar.gz
ports-483cf5f9bb013eabecfb6c1d87d2aacfff6055f1.zip
New port: x11/yalias: an execution box with regex matching
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. PR: ports/56611 Submitted by: Tim Bishop <tim@bishnet.net>
Notes
Notes: svn path=/head/; revision=90564
Diffstat (limited to 'x11/Makefile')
-rw-r--r--x11/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/x11/Makefile b/x11/Makefile
index 441513ab8ff4..308999919d2e 100644
--- a/x11/Makefile
+++ b/x11/Makefile
@@ -185,6 +185,7 @@
SUBDIR += xwatchwin
SUBDIR += xwit
SUBDIR += xzoom
+ SUBDIR += yalias
SUBDIR += yelp
.include <bsd.port.subdir.mk>