From 104b31bdb3eb961675f2eded153f7159664c0b7e Mon Sep 17 00:00:00 2001 From: Trevor Johnson Date: Sat, 18 May 2002 06:27:43 +0000 Subject: Move vdesk port to x11 category. --- x11/vdesk/Makefile | 28 ++++++++++++++++++++++++++++ x11/vdesk/distinfo | 2 ++ x11/vdesk/pkg-comment | 1 + x11/vdesk/pkg-descr | 11 +++++++++++ 4 files changed, 42 insertions(+) create mode 100644 x11/vdesk/Makefile create mode 100644 x11/vdesk/distinfo create mode 100644 x11/vdesk/pkg-comment create mode 100644 x11/vdesk/pkg-descr (limited to 'x11/vdesk') diff --git a/x11/vdesk/Makefile b/x11/vdesk/Makefile new file mode 100644 index 000000000000..aa7f10674772 --- /dev/null +++ b/x11/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 diff --git a/x11/vdesk/distinfo b/x11/vdesk/distinfo new file mode 100644 index 000000000000..b0d7942f836b --- /dev/null +++ b/x11/vdesk/distinfo @@ -0,0 +1,2 @@ +$FreeBSD$ +MD5 (vdesk-1.1.tar.gz) = c4712935be58a1bfe5de2b135632f4ce diff --git a/x11/vdesk/pkg-comment b/x11/vdesk/pkg-comment new file mode 100644 index 000000000000..bc272d55d0a3 --- /dev/null +++ b/x11/vdesk/pkg-comment @@ -0,0 +1 @@ +Command-line utility for setting up and using virtual desktops diff --git a/x11/vdesk/pkg-descr b/x11/vdesk/pkg-descr new file mode 100644 index 000000000000..cd2566bef8bb --- /dev/null +++ b/x11/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 to switch to a desktop, + or vdesk ... 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 -- cgit v1.2.3