1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-28 01:06:17 +00:00

Add port of vdesk, a command-line utility for setting up and using

virtual desktops.
This commit is contained in:
Trevor Johnson 2002-05-13 23:48:08 +00:00
parent 3dd750df2d
commit baf122ba42
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=59034
5 changed files with 43 additions and 0 deletions

View File

@ -74,6 +74,7 @@
SUBDIR += tvtwm
SUBDIR += ude
SUBDIR += uwm
SUBDIR += vdesk
SUBDIR += vtwm
SUBDIR += w9wm
SUBDIR += windowmaker

28
x11-wm/vdesk/Makefile Normal file
View File

@ -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>

2
x11-wm/vdesk/distinfo Normal file
View File

@ -0,0 +1,2 @@
$FreeBSD$
MD5 (vdesk-1.1.tar.gz) = c4712935be58a1bfe5de2b135632f4ce

1
x11-wm/vdesk/pkg-comment Normal file
View File

@ -0,0 +1 @@
Command-line utility for setting up and using virtual desktops

11
x11-wm/vdesk/pkg-descr Normal file
View File

@ -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