From 53eda0badf6dc869a00a6541f2468602fb2210e1 Mon Sep 17 00:00:00 2001 From: matthieu Date: Fri, 7 Oct 2005 21:17:27 +0000 Subject: [PATCH] xcompmgr is a sample X composite manager from freedesktop.org. ok mbalmer@. --- x11/xcompmgr/Makefile | 30 ++++++++++++++++++++++++++++++ x11/xcompmgr/distinfo | 4 ++++ x11/xcompmgr/pkg/DESCR | 3 +++ x11/xcompmgr/pkg/PLIST | 3 +++ 4 files changed, 40 insertions(+) create mode 100644 x11/xcompmgr/Makefile create mode 100644 x11/xcompmgr/distinfo create mode 100644 x11/xcompmgr/pkg/DESCR create mode 100644 x11/xcompmgr/pkg/PLIST diff --git a/x11/xcompmgr/Makefile b/x11/xcompmgr/Makefile new file mode 100644 index 00000000000..f7ea7952fb8 --- /dev/null +++ b/x11/xcompmgr/Makefile @@ -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 + +# 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 diff --git a/x11/xcompmgr/distinfo b/x11/xcompmgr/distinfo new file mode 100644 index 00000000000..84afd92a827 --- /dev/null +++ b/x11/xcompmgr/distinfo @@ -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 diff --git a/x11/xcompmgr/pkg/DESCR b/x11/xcompmgr/pkg/DESCR new file mode 100644 index 00000000000..bed5b046c55 --- /dev/null +++ b/x11/xcompmgr/pkg/DESCR @@ -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. diff --git a/x11/xcompmgr/pkg/PLIST b/x11/xcompmgr/pkg/PLIST new file mode 100644 index 00000000000..b7050c47990 --- /dev/null +++ b/x11/xcompmgr/pkg/PLIST @@ -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