xcompmgr is a sample X composite manager from freedesktop.org.

ok mbalmer@.
This commit is contained in:
matthieu 2005-10-07 21:17:27 +00:00
parent 21c89e0e8f
commit 53eda0badf
4 changed files with 40 additions and 0 deletions

30
x11/xcompmgr/Makefile Normal file
View File

@ -0,0 +1,30 @@
# $OpenBSD: Makefile,v 1.1.1.1 2005/10/07 21:17:27 matthieu Exp $
COMMENT= "Sample X Compositing Manager"
DISTNAME= xcompmgr-1.1.1
CATEGORIES= x11
MASTER_SITES= http://freedesktop.org/xapps/release/
HOMEPAGE= http://www.freedesktop.org/Software/xapps
MAINTAINER= Matthieu Herrb <matthieu@openbsd.org>
# GPL
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
WANTLIB= Xcomposite Xext Xdamage Xfixes Xrender X11 m c
CONFIGURE_STYLE= autoconf
AUTOCONF_VERSION= 2.59
USE_X11= Yes
SEPARATE_BUILD= simple
BUILD_DEPENDS= :pkgconfig-*:devel/pkgconfig
.include <bsd.port.mk>

4
x11/xcompmgr/distinfo Normal file
View File

@ -0,0 +1,4 @@
MD5 (xcompmgr-1.1.1.tar.gz) = 4df902be076a697954c12f2f4c1374a1
RMD160 (xcompmgr-1.1.1.tar.gz) = 10e0a970bd0d33ee9e6d9791e880d7963a7d2ca8
SHA1 (xcompmgr-1.1.1.tar.gz) = 9b8427070a005c5300290aaae49d40c4ba17267c
SIZE (xcompmgr-1.1.1.tar.gz) = 87131

3
x11/xcompmgr/pkg/DESCR Normal file
View File

@ -0,0 +1,3 @@
xcompmgr is a sample compositing manager for X servers supporting the
XFIXES, DAMAGE, and COMPOSITE extensions. It enables basic eye-candy
effects.

3
x11/xcompmgr/pkg/PLIST Normal file
View File

@ -0,0 +1,3 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2005/10/07 21:17:27 matthieu Exp $
bin/xcompmgr
@man man/man1/xcompmgr.1