summaryrefslogtreecommitdiff
path: root/x11-wm
diff options
context:
space:
mode:
authorTrevor Johnson <trevor@FreeBSD.org>2002-05-18 06:27:43 +0000
committerTrevor Johnson <trevor@FreeBSD.org>2002-05-18 06:27:43 +0000
commit104b31bdb3eb961675f2eded153f7159664c0b7e (patch)
tree6e116768852b25318cd2725d2e7c3867f6069c4a /x11-wm
parentUpdate to 1.43 (diff)
Move vdesk port to x11 category.
Notes
Notes: svn path=/head/; revision=59406
Diffstat (limited to 'x11-wm')
-rw-r--r--x11-wm/Makefile1
-rw-r--r--x11-wm/vdesk/Makefile28
-rw-r--r--x11-wm/vdesk/distinfo2
-rw-r--r--x11-wm/vdesk/pkg-comment1
-rw-r--r--x11-wm/vdesk/pkg-descr11
5 files changed, 0 insertions, 43 deletions
diff --git a/x11-wm/Makefile b/x11-wm/Makefile
index 870cabe928d3..a5c92da2ba62 100644
--- a/x11-wm/Makefile
+++ b/x11-wm/Makefile
@@ -75,7 +75,6 @@
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
deleted file mode 100644
index aa7f10674772..000000000000
--- a/x11-wm/vdesk/Makefile
+++ /dev/null
@@ -1,28 +0,0 @@
-# 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
deleted file mode 100644
index b0d7942f836b..000000000000
--- a/x11-wm/vdesk/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-$FreeBSD$
-MD5 (vdesk-1.1.tar.gz) = c4712935be58a1bfe5de2b135632f4ce
diff --git a/x11-wm/vdesk/pkg-comment b/x11-wm/vdesk/pkg-comment
deleted file mode 100644
index bc272d55d0a3..000000000000
--- a/x11-wm/vdesk/pkg-comment
+++ /dev/null
@@ -1 +0,0 @@
-Command-line utility for setting up and using virtual desktops
diff --git a/x11-wm/vdesk/pkg-descr b/x11-wm/vdesk/pkg-descr
deleted file mode 100644
index cd2566bef8bb..000000000000
--- a/x11-wm/vdesk/pkg-descr
+++ /dev/null
@@ -1,11 +0,0 @@
-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