pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/x11/compositeext Import of compositeext X11 extension ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f5ec109c9c29
branches:  trunk
changeset: 481270:f5ec109c9c29
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Thu Sep 30 12:22:20 2004 +0000

description:
Import of compositeext X11 extension from pkgsrc-wip, packaged by
xtraeme.

This package contains header files and documentation for the X composite
extension.  Library and server implementations are separate.

This is part of the freedesktop.org X Libraries and Protocol Headers
Project.

diffstat:

 x11/compositeext/DESCR         |   5 +++++
 x11/compositeext/Makefile      |  23 +++++++++++++++++++++++
 x11/compositeext/PLIST         |   6 ++++++
 x11/compositeext/buildlink3.mk |  23 +++++++++++++++++++++++
 x11/compositeext/distinfo      |   4 ++++
 5 files changed, 61 insertions(+), 0 deletions(-)

diffs (81 lines):

diff -r b829ac7eb97b -r f5ec109c9c29 x11/compositeext/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/x11/compositeext/DESCR    Thu Sep 30 12:22:20 2004 +0000
@@ -0,0 +1,5 @@
+This package contains header files and documentation for the X composite
+extension.  Library and server implementations are separate.
+
+This is part of the freedesktop.org X Libraries and Protocol Headers
+Project.
diff -r b829ac7eb97b -r f5ec109c9c29 x11/compositeext/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/x11/compositeext/Makefile Thu Sep 30 12:22:20 2004 +0000
@@ -0,0 +1,23 @@
+# $NetBSD: Makefile,v 1.1.1.1 2004/09/30 12:22:20 wiz Exp $
+#
+
+DISTNAME=              compositeext-2.0
+CATEGORIES=            x11 devel
+MASTER_SITES=          http://freedesktop.org/~xlibs/release/
+EXTRACT_SUFX=          .tar.bz2
+
+MAINTAINER=            tech-pkg%NetBSD.org@localhost
+HOMEPAGE=              http://xlibs.freedesktop.org/
+COMMENT=               Headers and specification for X Composite extension
+
+PKG_INSTALLATION_TYPES=        overwrite pkgviews
+
+USE_BUILDLINK3=                yes
+GNU_CONFIGURE=         yes
+
+PKGCONFIG_OVERRIDE+=   compositeext.pc.in
+
+.include "../../x11/fixesext/buildlink3.mk"
+.include "../../x11/xextensions/buildlink3.mk"
+.include "../../devel/pkgconfig/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r b829ac7eb97b -r f5ec109c9c29 x11/compositeext/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/x11/compositeext/PLIST    Thu Sep 30 12:22:20 2004 +0000
@@ -0,0 +1,6 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2004/09/30 12:22:20 wiz Exp $
+include/X11/extensions/composite.h
+include/X11/extensions/compositeproto.h
+lib/pkgconfig/compositeext.pc
+share/doc/compositeext/protocol
+@dirrm share/doc/compositeext
diff -r b829ac7eb97b -r f5ec109c9c29 x11/compositeext/buildlink3.mk
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/x11/compositeext/buildlink3.mk    Thu Sep 30 12:22:20 2004 +0000
@@ -0,0 +1,23 @@
+# $NetBSD: buildlink3.mk,v 1.1.1.1 2004/09/30 12:22:20 wiz Exp $
+#
+# This Makefile fragment is included by packages that use compositeext.
+#
+
+BUILDLINK_DEPTH:=      ${BUILDLINK_DEPTH}+
+COMPOSITEEXT_BUILDLINK3_MK:=   ${COMPOSITEEXT_BUILDLINK3_MK}+
+
+.if !empty(BUILDLINK_DEPTH:M+)
+BUILDLINK_DEPENDS+=    compositeext
+.endif
+
+.if !empty(COMPOSITEEXT_BUILDLINK3_MK:M+)
+BUILDLINK_PACKAGES+=                   compositeext
+BUILDLINK_DEPENDS.compositeext?=       compositeext>=2.0
+BUILDLINK_PKGSRCDIR.compositeext?=     ../../x11/compositeext
+
+.include "../../x11/fixesext/buildlink3.mk"
+.include "../../x11/xextensions/buildlink3.mk"
+
+.endif # COMPOSITEEXT_BUILDLINK3_MK
+
+BUILDLINK_DEPTH:=     ${BUILDLINK_DEPTH:S/+$//}
diff -r b829ac7eb97b -r f5ec109c9c29 x11/compositeext/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/x11/compositeext/distinfo Thu Sep 30 12:22:20 2004 +0000
@@ -0,0 +1,4 @@
+$NetBSD: distinfo,v 1.1.1.1 2004/09/30 12:22:20 wiz Exp $
+
+SHA1 (compositeext-2.0.tar.bz2) = 2cea8b9863eda2ef5f58ca57114c486e0578fe2d
+Size (compositeext-2.0.tar.bz2) = 41168 bytes



Home | Main Index | Thread Index | Old Index