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.
This commit is contained in:
parent
b6819a197c
commit
9e9d87a959
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=11439
5 changed files with 37 additions and 0 deletions
17
x11/xwit/Makefile
Normal file
17
x11/xwit/Makefile
Normal file
|
@ -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>
|
1
x11/xwit/distinfo
Normal file
1
x11/xwit/distinfo
Normal file
|
@ -0,0 +1 @@
|
|||
MD5 (xwit-1.0.tar.gz) = 8a93a770785ad1a7db9333819904149b
|
1
x11/xwit/pkg-comment
Normal file
1
x11/xwit/pkg-comment
Normal file
|
@ -0,0 +1 @@
|
|||
X interface tool
|
16
x11/xwit/pkg-descr
Normal file
16
x11/xwit/pkg-descr
Normal file
|
@ -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
|
2
x11/xwit/pkg-plist
Normal file
2
x11/xwit/pkg-plist
Normal file
|
@ -0,0 +1,2 @@
|
|||
bin/xwit
|
||||
man/man1/xwit.1.gz
|
Loading…
Reference in a new issue