pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/x11/compositeext Remove package.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/931d5102fdbe
branches:  trunk
changeset: 514302:931d5102fdbe
user:      reed <reed%pkgsrc.org@localhost>
date:      Sat Jun 10 16:34:27 2006 +0000

description:
Remove package.

It was replaced by compositeproto in April.

diffstat:

 x11/compositeext/DESCR         |   5 ---
 x11/compositeext/Makefile      |  25 ------------------
 x11/compositeext/PLIST         |   6 ----
 x11/compositeext/buildlink3.mk |  25 ------------------
 x11/compositeext/builtin.mk    |  56 ------------------------------------------
 x11/compositeext/distinfo      |   5 ---
 6 files changed, 0 insertions(+), 122 deletions(-)

diffs (146 lines):

diff -r cc07d38e2c95 -r 931d5102fdbe x11/compositeext/DESCR
--- a/x11/compositeext/DESCR    Sat Jun 10 16:18:40 2006 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -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 -r cc07d38e2c95 -r 931d5102fdbe x11/compositeext/Makefile
--- a/x11/compositeext/Makefile Sat Jun 10 16:18:40 2006 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -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@localhost
-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 -r cc07d38e2c95 -r 931d5102fdbe x11/compositeext/PLIST
--- a/x11/compositeext/PLIST    Sat Jun 10 16:18:40 2006 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -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 -r cc07d38e2c95 -r 931d5102fdbe x11/compositeext/buildlink3.mk
--- a/x11/compositeext/buildlink3.mk    Sat Jun 10 16:18:40 2006 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -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 -r cc07d38e2c95 -r 931d5102fdbe x11/compositeext/builtin.mk
--- a/x11/compositeext/builtin.mk       Sat Jun 10 16:18:40 2006 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -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 -r cc07d38e2c95 -r 931d5102fdbe x11/compositeext/distinfo
--- a/x11/compositeext/distinfo Sat Jun 10 16:18:40 2006 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -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



Home | Main Index | Thread Index | Old Index