diff options
author | tg <tg@FreeBSD.org> | 1998-06-15 20:04:13 +0800 |
---|---|---|
committer | tg <tg@FreeBSD.org> | 1998-06-15 20:04:13 +0800 |
commit | 28fd2d1cf0899668160eeca41b78fd7407dcfcf5 (patch) | |
tree | bc16faf7019c7f0d2eb0d33fed46afa7e987db0a /x11 | |
parent | 295436a328f2cc7837a486cca55c32e286604791 (diff) | |
download | freebsd-ports-gnome-28fd2d1cf0899668160eeca41b78fd7407dcfcf5.tar.gz freebsd-ports-gnome-28fd2d1cf0899668160eeca41b78fd7407dcfcf5.tar.zst freebsd-ports-gnome-28fd2d1cf0899668160eeca41b78fd7407dcfcf5.zip |
New port xwit. xwit will resize, iconify, pop, and move windows given
by name or id, change an icon, title or name, set the screen saver
going, and change individual key autorepeat settings.
Diffstat (limited to 'x11')
-rw-r--r-- | x11/xwit/Makefile | 17 | ||||
-rw-r--r-- | x11/xwit/distinfo | 1 | ||||
-rw-r--r-- | x11/xwit/pkg-comment | 1 | ||||
-rw-r--r-- | x11/xwit/pkg-descr | 16 | ||||
-rw-r--r-- | x11/xwit/pkg-plist | 2 |
5 files changed, 37 insertions, 0 deletions
diff --git a/x11/xwit/Makefile b/x11/xwit/Makefile new file mode 100644 index 000000000000..65f2a0a16c77 --- /dev/null +++ b/x11/xwit/Makefile @@ -0,0 +1,17 @@ +# New ports collection makefile for: xwit +# Version required: 1.0 +# Date created: 15 June 1998 +# Whom: Thomas Gellekum <tg@FreeBSD.ORG> +# +# $Id$ +# + +DISTNAME= xwit-1.0 +CATEGORIES= x11 +MASTER_SITES= http://www.freebsd.org/~tg/ + +MAINTAINER= tg@FreeBSD.ORG + +USE_IMAKE= yes + +.include <bsd.port.mk> diff --git a/x11/xwit/distinfo b/x11/xwit/distinfo new file mode 100644 index 000000000000..e6b8c8460741 --- /dev/null +++ b/x11/xwit/distinfo @@ -0,0 +1 @@ +MD5 (xwit-1.0.tar.gz) = 8a93a770785ad1a7db9333819904149b diff --git a/x11/xwit/pkg-comment b/x11/xwit/pkg-comment new file mode 100644 index 000000000000..2ace9ad64865 --- /dev/null +++ b/x11/xwit/pkg-comment @@ -0,0 +1 @@ +X interface tool diff --git a/x11/xwit/pkg-descr b/x11/xwit/pkg-descr new file mode 100644 index 000000000000..331b80aaf28d --- /dev/null +++ b/x11/xwit/pkg-descr @@ -0,0 +1,16 @@ +xwit ("x window interface tool") is a hotch-potch collection of simple +routines to call some of those X11 functions that don't already have any +utility commands built around them. The reasoning behind this is that +loosely every X function should be accessible from a shell script. + +For example, XWarpPointer() will move the X pointer, but no utility program +exists to do so on those rare occasions when you could really use it. xwit +will also resize, iconify, pop, and move windows given by name or id, +change an icon, title or name, set the screen saver going, and change +individual key autorepeat settings. + +The program is released into the public domain. Only the considerate +will leave credit for the authors. + + Mark M Martin. mmm@cetia.fr dec 1993. + David DiGiacomo dd@mv.us.adobe.com diff --git a/x11/xwit/pkg-plist b/x11/xwit/pkg-plist new file mode 100644 index 000000000000..2981d5420cb5 --- /dev/null +++ b/x11/xwit/pkg-plist @@ -0,0 +1,2 @@ +bin/xwit +man/man1/xwit.1.gz |