pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/x11/xcompmgr Initial import of xcompmgr-20040914.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/4c431114b9b5
branches:  trunk
changeset: 480888:4c431114b9b5
user:      xtraeme <xtraeme%pkgsrc.org@localhost>
date:      Tue Sep 21 17:04:07 2004 +0000

description:
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:

 x11/xcompmgr/DESCR    |   3 +++
 x11/xcompmgr/Makefile |  29 +++++++++++++++++++++++++++++
 x11/xcompmgr/PLIST    |   3 +++
 x11/xcompmgr/distinfo |   4 ++++
 4 files changed, 39 insertions(+), 0 deletions(-)

diffs (55 lines):

diff -r b7387e60306a -r 4c431114b9b5 x11/xcompmgr/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/x11/xcompmgr/DESCR        Tue Sep 21 17:04:07 2004 +0000
@@ -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 -r b7387e60306a -r 4c431114b9b5 x11/xcompmgr/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/x11/xcompmgr/Makefile     Tue Sep 21 17:04:07 2004 +0000
@@ -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@localhost
+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 -r b7387e60306a -r 4c431114b9b5 x11/xcompmgr/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/x11/xcompmgr/PLIST        Tue Sep 21 17:04:07 2004 +0000
@@ -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 -r b7387e60306a -r 4c431114b9b5 x11/xcompmgr/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/x11/xcompmgr/distinfo     Tue Sep 21 17:04:07 2004 +0000
@@ -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



Home | Main Index | Thread Index | Old Index