summaryrefslogtreecommitdiff
path: root/x11/xcompmgr
diff options
context:
space:
mode:
authorxtraeme <xtraeme@pkgsrc.org>2004-09-21 17:04:07 +0000
committerxtraeme <xtraeme@pkgsrc.org>2004-09-21 17:04:07 +0000
commit545c61631d38ba01f26c9f04455d0893c7c9b759 (patch)
treeac45c60f4d4dcf791bab68ae43df972016a0ac65 /x11/xcompmgr
parentfca42f8372da5b1d66ce2b9b0d1e3dedc7e23d5c (diff)
downloadpkgsrc-545c61631d38ba01f26c9f04455d0893c7c9b759.tar.gz
Initial import of xcompmgr-20040914.
xcompmgr is a sample compositing manager for X servers supporting the XFIXES, DAMAGE, and COMPOSITE extensions. It enables basic eye-candy effects.
Diffstat (limited to 'x11/xcompmgr')
-rw-r--r--x11/xcompmgr/DESCR3
-rw-r--r--x11/xcompmgr/Makefile29
-rw-r--r--x11/xcompmgr/PLIST3
-rw-r--r--x11/xcompmgr/distinfo4
4 files changed, 39 insertions, 0 deletions
diff --git a/x11/xcompmgr/DESCR b/x11/xcompmgr/DESCR
new file mode 100644
index 00000000000..bf8de66899d
--- /dev/null
+++ b/x11/xcompmgr/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/Makefile b/x11/xcompmgr/Makefile
new file mode 100644
index 00000000000..8cc20ae7a0e
--- /dev/null
+++ b/x11/xcompmgr/Makefile
@@ -0,0 +1,29 @@
+# $NetBSD: Makefile,v 1.1.1.1 2004/09/21 17:04:08 xtraeme Exp $
+#
+
+DISTNAME= xcompmgr-cvs-20040914
+PKGNAME= ${DISTNAME:S/-cvs//}
+CATEGORIES= x11
+MASTER_SITES= ftp://ftp.NetBSD.org/pub/NetBSD/misc/xtraeme/
+EXTRACT_SUFX= .tgz
+
+MAINTAINER= xtraeme@NetBSD.org
+HOMEPAGE= http://www.freedesktop.org/
+COMMENT= Sample compositing manager for X.org >= 6.8.0
+
+WRKSRC= ${WRKDIR}/${PKGBASE}
+GNU_CONFIGURE= yes
+USE_BUILDLINK3= yes
+USE_X11= yes
+
+pre-configure:
+ cd ${WRKSRC}; \
+ ${ACLOCAL}; \
+ ${AUTOHEADER}; \
+ ${AUTOMAKE} -a --foreign -i; \
+ ${AUTOCONF}
+
+.include "../../devel/pkgconfig/buildlink3.mk"
+.include "../../x11/Xrender/buildlink3.mk"
+.include "../../mk/automake.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/x11/xcompmgr/PLIST b/x11/xcompmgr/PLIST
new file mode 100644
index 00000000000..ccb0c2dca4b
--- /dev/null
+++ b/x11/xcompmgr/PLIST
@@ -0,0 +1,3 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2004/09/21 17:04:07 xtraeme Exp $
+bin/xcompmgr
+man/man1/xcompmgr.1
diff --git a/x11/xcompmgr/distinfo b/x11/xcompmgr/distinfo
new file mode 100644
index 00000000000..11b0c932629
--- /dev/null
+++ b/x11/xcompmgr/distinfo
@@ -0,0 +1,4 @@
+$NetBSD: distinfo,v 1.1.1.1 2004/09/21 17:04:07 xtraeme Exp $
+
+SHA1 (xcompmgr-cvs-20040914.tgz) = 76e8fd98c5314fd2bdc427d567743860a65c5ae4
+Size (xcompmgr-cvs-20040914.tgz) = 16299 bytes