diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2003-10-07 23:19:11 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2003-10-07 23:19:11 +0000 |
commit | 483cf5f9bb013eabecfb6c1d87d2aacfff6055f1 (patch) | |
tree | bc6a431dbe3b14eceb7e9d47a5e7f34ea8f39e63 /x11/yalias | |
parent | tcptraceroute.c compile fails with: missing terminating " character (diff) |
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/yalias')
-rw-r--r-- | x11/yalias/Makefile | 25 | ||||
-rw-r--r-- | x11/yalias/distinfo | 1 | ||||
-rw-r--r-- | x11/yalias/pkg-descr | 8 | ||||
-rw-r--r-- | x11/yalias/pkg-plist | 3 |
4 files changed, 37 insertions, 0 deletions
diff --git a/x11/yalias/Makefile b/x11/yalias/Makefile new file mode 100644 index 000000000000..e792ebd2cb0c --- /dev/null +++ b/x11/yalias/Makefile @@ -0,0 +1,25 @@ +# New ports collection makefile for: yalias +# Date created: 8 September 2003 +# Whom: Tim Bishop <tim@bishnet.net> +# +# $FreeBSD$ +# + +PORTNAME= yalias +PORTVERSION= 0.4 +CATEGORIES= x11 +MASTER_SITES= http://offog.org/files/ + +MAINTAINER= tim@bishnet.net +COMMENT= An enhanced execution box with regex pattern matching + +USE_MOTIF= yes +USE_GNOME= gtk20 +USE_XLIB= yes + +USE_X_PREFIX= yes + +ALL_TARGET= yalias +MAKE_ARGS= prefix=${PREFIX} YALIASDIR=${DATADIR} + +.include <bsd.port.mk> diff --git a/x11/yalias/distinfo b/x11/yalias/distinfo new file mode 100644 index 000000000000..d983cdcc464d --- /dev/null +++ b/x11/yalias/distinfo @@ -0,0 +1 @@ +MD5 (yalias-0.4.tar.gz) = 365c25dcaa73ab296d6c58e305574e2b diff --git a/x11/yalias/pkg-descr b/x11/yalias/pkg-descr new file mode 100644 index 000000000000..cb3ebc28e566 --- /dev/null +++ b/x11/yalias/pkg-descr @@ -0,0 +1,8 @@ +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. + +WWW: http://offog.org/code/ diff --git a/x11/yalias/pkg-plist b/x11/yalias/pkg-plist new file mode 100644 index 000000000000..5377e355aa89 --- /dev/null +++ b/x11/yalias/pkg-plist @@ -0,0 +1,3 @@ +bin/yalias +share/yalias/system.yaliasrc +@dirrm share/yalias |