diff options
author | edwin <edwin@FreeBSD.org> | 2003-10-08 07:19:11 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2003-10-08 07:19:11 +0800 |
commit | 3ba34ca52d4238d41e6fc3341ece5e260f399831 (patch) | |
tree | ebe3b9d0ec72945a5caecca1bf7dd8cae1eb3b56 /x11 | |
parent | f5fefe68533a39040661d80b895c300935e0943d (diff) | |
download | freebsd-ports-gnome-3ba34ca52d4238d41e6fc3341ece5e260f399831.tar.gz freebsd-ports-gnome-3ba34ca52d4238d41e6fc3341ece5e260f399831.tar.zst freebsd-ports-gnome-3ba34ca52d4238d41e6fc3341ece5e260f399831.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>
Diffstat (limited to 'x11')
-rw-r--r-- | x11/Makefile | 1 | ||||
-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 |
5 files changed, 38 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> 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 |