diff options
author | trevor <trevor@FreeBSD.org> | 2002-05-13 23:48:08 +0000 |
---|---|---|
committer | trevor <trevor@FreeBSD.org> | 2002-05-13 23:48:08 +0000 |
commit | 301114caad1dec42cd4d8295458a766676427f89 (patch) | |
tree | d87f9b369652b79222b9abc810cfe2a5b8a89d56 /x11-wm | |
parent | c53764c194a6524cf25ce1cd3b4747e7c5ae4894 (diff) | |
download | FreeBSD-ports-301114caad1dec42cd4d8295458a766676427f89.zip FreeBSD-ports-301114caad1dec42cd4d8295458a766676427f89.tar.gz |
Add port of vdesk, a command-line utility for setting up and using
virtual desktops.
Diffstat (limited to 'x11-wm')
-rw-r--r-- | x11-wm/Makefile | 1 | ||||
-rw-r--r-- | x11-wm/vdesk/Makefile | 28 | ||||
-rw-r--r-- | x11-wm/vdesk/distinfo | 2 | ||||
-rw-r--r-- | x11-wm/vdesk/pkg-comment | 1 | ||||
-rw-r--r-- | x11-wm/vdesk/pkg-descr | 11 |
5 files changed, 43 insertions, 0 deletions
diff --git a/x11-wm/Makefile b/x11-wm/Makefile index 193da8b..d810e88 100644 --- a/x11-wm/Makefile +++ b/x11-wm/Makefile @@ -74,6 +74,7 @@ SUBDIR += tvtwm SUBDIR += ude SUBDIR += uwm + SUBDIR += vdesk SUBDIR += vtwm SUBDIR += w9wm SUBDIR += windowmaker diff --git a/x11-wm/vdesk/Makefile b/x11-wm/vdesk/Makefile new file mode 100644 index 0000000..aa7f106 --- /dev/null +++ b/x11-wm/vdesk/Makefile @@ -0,0 +1,28 @@ +# New ports collection makefile for: vdesk +# Date created: 2002-05-13 +# Whom: trevor +# +# $FreeBSD$ +# + +PORTNAME= vdesk +PORTVERSION= 1.1 +CATEGORIES= x11-wm +MASTER_SITES= http://azz.us-lot.org/files/ + +MAINTAINER= trevor@FreeBSD.org + +PLIST= ${WRKDIR}/pkg-plist +RESTRICTED= "no license" +NO_CDROM= ${RESTRICTED} +NO_FTP= ${RESTRICTED} +USE_IMAKE= yes +WRKSRC= ${WRKDIR}/vdesk + +pre-install: + ${ECHO_CMD} bin/vdesk > ${PLIST} + +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/vdesk ${PREFIX}/bin + +.include <bsd.port.mk> diff --git a/x11-wm/vdesk/distinfo b/x11-wm/vdesk/distinfo new file mode 100644 index 0000000..b0d7942 --- /dev/null +++ b/x11-wm/vdesk/distinfo @@ -0,0 +1,2 @@ +$FreeBSD$ +MD5 (vdesk-1.1.tar.gz) = c4712935be58a1bfe5de2b135632f4ce diff --git a/x11-wm/vdesk/pkg-comment b/x11-wm/vdesk/pkg-comment new file mode 100644 index 0000000..bc272d5 --- /dev/null +++ b/x11-wm/vdesk/pkg-comment @@ -0,0 +1 @@ +Command-line utility for setting up and using virtual desktops diff --git a/x11-wm/vdesk/pkg-descr b/x11-wm/vdesk/pkg-descr new file mode 100644 index 0000000..cd2566b --- /dev/null +++ b/x11-wm/vdesk/pkg-descr @@ -0,0 +1,11 @@ +This is a small command-line utility for setting up and using virtual +desktops. + +from the Web page: + + invoke it as vdesk <desktop number> to switch to a desktop, + or vdesk <desktop number> <window id> ... to move windows + to a desktop, where desktop 0 means that the window should + be made sticky. + +WWW: http://azz.us-lot.org/code.html |