From d3db18607dbb7d59aeab9f0f846bad1948e95a7e Mon Sep 17 00:00:00 2001 From: zuntum Date: Wed, 31 Oct 2001 22:03:21 +0000 Subject: Move pkg/ files into package's toplevel directory --- x11/xwit/DESCR | 10 ++++++++++ x11/xwit/PLIST | 4 ++++ x11/xwit/pkg/DESCR | 10 ---------- x11/xwit/pkg/PLIST | 4 ---- 4 files changed, 14 insertions(+), 14 deletions(-) create mode 100644 x11/xwit/DESCR create mode 100644 x11/xwit/PLIST delete mode 100644 x11/xwit/pkg/DESCR delete mode 100644 x11/xwit/pkg/PLIST (limited to 'x11/xwit') diff --git a/x11/xwit/DESCR b/x11/xwit/DESCR new file mode 100644 index 00000000000..8933f8cad63 --- /dev/null +++ b/x11/xwit/DESCR @@ -0,0 +1,10 @@ +xwit ("x window interface tool") is a hodge-podge 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, etc. diff --git a/x11/xwit/PLIST b/x11/xwit/PLIST new file mode 100644 index 00000000000..4058d5fb319 --- /dev/null +++ b/x11/xwit/PLIST @@ -0,0 +1,4 @@ +@comment $NetBSD: PLIST,v 1.1 2001/10/31 22:12:46 zuntum Exp $ +bin/xwit +man/cat1/xwit.0 +man/man1/xwit.1 diff --git a/x11/xwit/pkg/DESCR b/x11/xwit/pkg/DESCR deleted file mode 100644 index 8933f8cad63..00000000000 --- a/x11/xwit/pkg/DESCR +++ /dev/null @@ -1,10 +0,0 @@ -xwit ("x window interface tool") is a hodge-podge 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, etc. diff --git a/x11/xwit/pkg/PLIST b/x11/xwit/pkg/PLIST deleted file mode 100644 index e36814aae78..00000000000 --- a/x11/xwit/pkg/PLIST +++ /dev/null @@ -1,4 +0,0 @@ -@comment $NetBSD: PLIST,v 1.1.1.1 2001/03/16 14:15:53 wiz Exp $ -bin/xwit -man/cat1/xwit.0 -man/man1/xwit.1 -- cgit v1.2.3