diff options
author | wiz <wiz> | 2000-12-12 02:03:46 +0000 |
---|---|---|
committer | wiz <wiz> | 2000-12-12 02:03:46 +0000 |
commit | d1cfd61b2dbd018498de837178e68416bbc3a46a (patch) | |
tree | 0386b8c653f44899ccf3b63ba89ad7c5638f4887 /wm/wmx/pkg | |
parent | bba4c506a905e25c06a3e9c3f4d6e98019fe5905 (diff) | |
download | pkgsrc-d1cfd61b2dbd018498de837178e68416bbc3a46a.tar.gz |
Add new category wm for window managers, and move lots of package from
x11 here. Only changes are: `wm' in category added and some paths fixed.
Diffstat (limited to 'wm/wmx/pkg')
-rw-r--r-- | wm/wmx/pkg/COMMENT | 1 | ||||
-rw-r--r-- | wm/wmx/pkg/DESCR | 10 | ||||
-rw-r--r-- | wm/wmx/pkg/PLIST | 7 |
3 files changed, 18 insertions, 0 deletions
diff --git a/wm/wmx/pkg/COMMENT b/wm/wmx/pkg/COMMENT new file mode 100644 index 00000000000..ca851528eed --- /dev/null +++ b/wm/wmx/pkg/COMMENT @@ -0,0 +1 @@ +another X11 window manager based on wm2 diff --git a/wm/wmx/pkg/DESCR b/wm/wmx/pkg/DESCR new file mode 100644 index 00000000000..e653ceca574 --- /dev/null +++ b/wm/wmx/pkg/DESCR @@ -0,0 +1,10 @@ + +wmx -- another window manager +============================= + +wmx is another window manager for X. It is based on wm2 and provides +a similarly unusual style of window decoration; but in place of wm2's +minimal functionality, it offers many of the features of more +conventional managers in the most simplistic implementations +imaginable. wmx is, however, still barely configurable except by +editing the source and recompiling the code. diff --git a/wm/wmx/pkg/PLIST b/wm/wmx/pkg/PLIST new file mode 100644 index 00000000000..a131576db9a --- /dev/null +++ b/wm/wmx/pkg/PLIST @@ -0,0 +1,7 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2000/12/12 02:03:49 wiz Exp $ +bin/wmx +share/doc/wmx/README +share/doc/wmx/README.contrib +@exec mkdir -p %D/etc/wmx +@unexec (rmdir %D/etc/wmx && echo "Removed empty directory %D/etc/wmx") || true +@dirrm share/doc/wmx |