vdesk is a virtual desktop manager, intended for use with window managers
that don't provide virtual desktops themselves.
This commit is contained in:
parent
2e459b8af9
commit
2ad5198f12
30
x11/vdesk/Makefile
Normal file
30
x11/vdesk/Makefile
Normal file
@ -0,0 +1,30 @@
|
|||||||
|
# $OpenBSD: Makefile,v 1.1.1.1 2007/06/30 14:17:53 mbalmer Exp $
|
||||||
|
|
||||||
|
COMMENT= "Virtual desktop manager"
|
||||||
|
DISTNAME= vdesk-1.2
|
||||||
|
PKGNAME= ${DISTNAME}
|
||||||
|
|
||||||
|
CATEGORIES= x11
|
||||||
|
MASTER_SITES= http://offog.org/files/
|
||||||
|
|
||||||
|
MAINTAINER= Marc Balmer <mbalmer@openbsd.org>
|
||||||
|
|
||||||
|
HOMEPAGE= http://offog.org/code/vdesk.html
|
||||||
|
|
||||||
|
# MIT
|
||||||
|
PERMIT_PACKAGE_CDROM= Yes
|
||||||
|
PERMIT_DISTFILES_CDROM= Yes
|
||||||
|
PERMIT_PACKAGE_FTP= Yes
|
||||||
|
PERMIT_DISTFILES_FTP= Yes
|
||||||
|
|
||||||
|
USE_X11= Yes
|
||||||
|
CONFIGURE_STYLE= gnu
|
||||||
|
|
||||||
|
WANTLIB+= ICE SM X11 c
|
||||||
|
|
||||||
|
post-install:
|
||||||
|
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/vdesk
|
||||||
|
cp ${WRKSRC}/README ${WRKSRC}/AUTHORS ${WRKSRC}/COPYING \
|
||||||
|
${PREFIX}/share/doc/vdesk
|
||||||
|
|
||||||
|
.include <bsd.port.mk>
|
5
x11/vdesk/distinfo
Normal file
5
x11/vdesk/distinfo
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
MD5 (vdesk-1.2.tar.gz) = jENNwYjIaPGeV2dAdEiUgQ==
|
||||||
|
RMD160 (vdesk-1.2.tar.gz) = d6JhIrPJnywx/EP+4l0W1M1WWwo=
|
||||||
|
SHA1 (vdesk-1.2.tar.gz) = yp31brf7pqykqPO+oTb3/aPNMFw=
|
||||||
|
SHA256 (vdesk-1.2.tar.gz) = SsmvQFkavLOpneqTMZMxgq96fE0MLuxDvjfPLCHfp5I=
|
||||||
|
SIZE (vdesk-1.2.tar.gz) = 64595
|
4
x11/vdesk/pkg/DESCR
Normal file
4
x11/vdesk/pkg/DESCR
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
vdesk is a virtual desktop manager, intended for use with window
|
||||||
|
managers that don't provide virtual desktops themselves. It works
|
||||||
|
by mapping and unmapping (i.e. showing and hiding) windows itself
|
||||||
|
when you invoke it to change desktops.
|
7
x11/vdesk/pkg/PLIST
Normal file
7
x11/vdesk/pkg/PLIST
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
@comment $OpenBSD: PLIST,v 1.1.1.1 2007/06/30 14:17:53 mbalmer Exp $
|
||||||
|
bin/vdesk
|
||||||
|
share/doc/vdesk/
|
||||||
|
share/doc/vdesk/AUTHORS
|
||||||
|
share/doc/vdesk/COPYING
|
||||||
|
share/doc/vdesk/README
|
||||||
|
@comment share/nls/pl_PL.ISO_8859-2/
|
Loading…
Reference in New Issue
Block a user