summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorreed <reed>2006-06-10 16:34:27 +0000
committerreed <reed>2006-06-10 16:34:27 +0000
commit0e4720d9f7a12a33520f7beb49c2b3b0ddc92fdf (patch)
tree56684534a68cc0c1018f303e44cb7a27e2254a01
parent9f6a9345a0ca72c62762c48f5d152e427dc81659 (diff)
downloadpkgsrc-0e4720d9f7a12a33520f7beb49c2b3b0ddc92fdf.tar.gz
Remove package.
It was replaced by compositeproto in April.
-rw-r--r--x11/compositeext/DESCR5
-rw-r--r--x11/compositeext/Makefile25
-rw-r--r--x11/compositeext/PLIST6
-rw-r--r--x11/compositeext/buildlink3.mk25
-rw-r--r--x11/compositeext/builtin.mk56
-rw-r--r--x11/compositeext/distinfo5
6 files changed, 0 insertions, 122 deletions
diff --git a/x11/compositeext/DESCR b/x11/compositeext/DESCR
deleted file mode 100644
index f202628e142..00000000000
--- a/x11/compositeext/DESCR
+++ /dev/null
@@ -1,5 +0,0 @@
-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 --git a/x11/compositeext/Makefile b/x11/compositeext/Makefile
deleted file mode 100644
index e097cb12c13..00000000000
--- a/x11/compositeext/Makefile
+++ /dev/null
@@ -1,25 +0,0 @@
-# $NetBSD: Makefile,v 1.8 2006/03/31 23:43:32 reed Exp $
-#
-
-DISTNAME= compositeext-2.0
-PKGREVISION= 2
-CATEGORIES= x11 devel
-MASTER_SITES= http://xlibs.freedesktop.org/release/
-EXTRACT_SUFX= .tar.bz2
-
-MAINTAINER= pkgsrc-users@NetBSD.org
-HOMEPAGE= http://xlibs.freedesktop.org/
-COMMENT= Headers and specification for X Composite extension
-
-CONFLICTS+= compositeproto-[0-9]*
-
-PKG_INSTALLATION_TYPES= overwrite pkgviews
-
-USE_TOOLS+= pkg-config
-GNU_CONFIGURE= yes
-
-PKGCONFIG_OVERRIDE+= compositeext.pc.in
-
-.include "../../x11/fixesext/buildlink3.mk"
-.include "../../x11/xextensions/buildlink3.mk"
-.include "../../mk/bsd.pkg.mk"
diff --git a/x11/compositeext/PLIST b/x11/compositeext/PLIST
deleted file mode 100644
index bf030de9c3c..00000000000
--- a/x11/compositeext/PLIST
+++ /dev/null
@@ -1,6 +0,0 @@
-@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 --git a/x11/compositeext/buildlink3.mk b/x11/compositeext/buildlink3.mk
deleted file mode 100644
index 62946a49da4..00000000000
--- a/x11/compositeext/buildlink3.mk
+++ /dev/null
@@ -1,25 +0,0 @@
-# $NetBSD: buildlink3.mk,v 1.5 2006/04/18 19:35:25 reed 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_API_DEPENDS.compositeext?= compositeext>=2.0
-BUILDLINK_ABI_DEPENDS.compositeext?= compositeext>=2.0nb1
-BUILDLINK_PKGSRCDIR.compositeext?= ../../x11/compositeext
-BUILDLINK_DEPMETHOD.compositeext?= build
-
-.include "../../x11/fixesext/buildlink3.mk"
-.include "../../x11/xextensions/buildlink3.mk"
-
-.endif # COMPOSITEEXT_BUILDLINK3_MK
-
-BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH:S/+$//}
diff --git a/x11/compositeext/builtin.mk b/x11/compositeext/builtin.mk
deleted file mode 100644
index 9433d3f9198..00000000000
--- a/x11/compositeext/builtin.mk
+++ /dev/null
@@ -1,56 +0,0 @@
-# $NetBSD: builtin.mk,v 1.7 2006/04/06 06:22:57 reed Exp $
-
-BUILTIN_PKG:= compositeext
-
-BUILTIN_FIND_FILES_VAR:= H_COMPOSITE H_COMPOSITEPROTO
-BUILTIN_FIND_FILES.H_COMPOSITE= \
- ${X11BASE}/include/X11/extensions/composite.h
-BUILTIN_FIND_FILES.H_COMPOSITEPROTO= \
- ${X11BASE}/include/X11/extensions/compositeproto.h
-
-.include "../../mk/buildlink3/bsd.builtin.mk"
-
-###
-### Determine if there is a built-in implementation of the package and
-### set IS_BUILTIN.<pkg> appropriately ("yes" or "no").
-###
-.if !defined(IS_BUILTIN.compositeext)
-IS_BUILTIN.compositeext= no
-#
-# Here, we skip checking whether the files are under ${LOCALBASE} since
-# we'll consider this X11 package to be built-in even if it's a part
-# of one of the pkgsrc-installed X11 distributions.
-#
-. if empty(H_COMPOSITE:M__nonexistent__) && \
- empty(H_COMPOSITEPROTO:M__nonexistent__)
-IS_BUILTIN.compositeext= yes
-. endif
-.endif
-MAKEVARS+= IS_BUILTIN.compositeext
-
-###
-### Determine whether we should use the built-in implementation if it
-### exists, and set USE_BUILTIN.<pkg> appropriate ("yes" or "no").
-###
-.if !defined(USE_BUILTIN.compositeext)
-. if ${PREFER.compositeext} == "pkgsrc"
-USE_BUILTIN.compositeext= no
-. else
-USE_BUILTIN.compositeext= ${IS_BUILTIN.compositeext}
-. if defined(BUILTIN_PKG.compositeext) && \
- !empty(IS_BUILTIN.compositeext:M[yY][eE][sS])
-USE_BUILTIN.compositeext= yes
-. for _dep_ in ${BUILDLINK_API_DEPENDS.compositeext}
-. if !empty(USE_BUILTIN.compositeext:M[yY][eE][sS])
-USE_BUILTIN.compositeext!= \
- if ${PKG_ADMIN} pmatch ${_dep_:Q} ${BUILTIN_PKG.compositeext:Q}; then \
- ${ECHO} yes; \
- else \
- ${ECHO} no; \
- fi
-. endif
-. endfor
-. endif
-. endif # PREFER.compositeext
-.endif
-MAKEVARS+= USE_BUILTIN.compositeext
diff --git a/x11/compositeext/distinfo b/x11/compositeext/distinfo
deleted file mode 100644
index da68ae34e70..00000000000
--- a/x11/compositeext/distinfo
+++ /dev/null
@@ -1,5 +0,0 @@
-$NetBSD: distinfo,v 1.2 2005/02/23 17:36:09 wiz Exp $
-
-SHA1 (compositeext-2.0.tar.bz2) = 2cea8b9863eda2ef5f58ca57114c486e0578fe2d
-RMD160 (compositeext-2.0.tar.bz2) = f374e6f1885a7efc9ba245cc4c4e78bfe6b1e136
-Size (compositeext-2.0.tar.bz2) = 41168 bytes