pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/x11/libXres Import libXres-1.0.2 from pkgsrc-wip:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ee6f3e1591c1
branches:  trunk
changeset: 521041:ee6f3e1591c1
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Fri Nov 03 22:05:26 2006 +0000

description:
Import libXres-1.0.2 from pkgsrc-wip:
This package contains the X Resource Information Extension Library
from the modular X.org project.

X-Resource is an extension that allows a client to query the X
server about its usage of various resources.

diffstat:

 x11/libXres/DESCR         |   5 +++++
 x11/libXres/Makefile      |  27 +++++++++++++++++++++++++++
 x11/libXres/PLIST         |  11 +++++++++++
 x11/libXres/buildlink3.mk |  23 +++++++++++++++++++++++
 x11/libXres/distinfo      |   5 +++++
 5 files changed, 71 insertions(+), 0 deletions(-)

diffs (91 lines):

diff -r 2c77ea0d5eeb -r ee6f3e1591c1 x11/libXres/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/x11/libXres/DESCR Fri Nov 03 22:05:26 2006 +0000
@@ -0,0 +1,5 @@
+This package contains the X Resource Information Extension Library
+from the modular X.org project.
+
+X-Resource is an extension that allows a client to query the X
+server about its usage of various resources.
diff -r 2c77ea0d5eeb -r ee6f3e1591c1 x11/libXres/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/x11/libXres/Makefile      Fri Nov 03 22:05:26 2006 +0000
@@ -0,0 +1,27 @@
+# $NetBSD: Makefile,v 1.1.1.1 2006/11/03 22:05:26 joerg Exp $
+#
+
+DISTNAME=              libXres-1.0.2
+CATEGORIES=            x11
+MASTER_SITES=          http://xorg.freedesktop.org/releases/individual/lib/
+EXTRACT_SUFX=          .tar.bz2
+
+MAINTAINER=            joerg%NetBSD.org@localhost
+HOMEPAGE=              http://xorg.freedesktop.org/
+COMMENT=               X Resource Information Extension Library
+
+PKG_DESTDIR_SUPPORT=   user-destdir
+
+USE_LIBTOOL=           yes
+GNU_CONFIGURE=         yes
+USE_TOOLS+=            pkg-config
+
+PKGCONFIG_OVERRIDE+=   xres.pc.in
+
+.include "../../x11/libX11/buildlink3.mk"
+.include "../../x11/libXext/buildlink3.mk"
+.include "../../x11/resourceproto/buildlink3.mk"
+.include "../../x11/xextproto/buildlink3.mk"
+.include "../../x11/xproto/buildlink3.mk"
+
+.include "../../mk/bsd.pkg.mk"
diff -r 2c77ea0d5eeb -r ee6f3e1591c1 x11/libXres/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/x11/libXres/PLIST Fri Nov 03 22:05:26 2006 +0000
@@ -0,0 +1,11 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2006/11/03 22:05:26 joerg Exp $
+include/X11/extensions/XRes.h
+lib/libXRes.la
+lib/pkgconfig/xres.pc
+man/man3/XRes.3
+man/man3/XResQueryClientPixmapBytes.3
+man/man3/XResQueryClientResources.3
+man/man3/XResQueryClients.3
+man/man3/XResQueryExtension.3
+man/man3/XResQueryVersion.3
+@comment @dirrm include/X11/extensions
diff -r 2c77ea0d5eeb -r ee6f3e1591c1 x11/libXres/buildlink3.mk
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/x11/libXres/buildlink3.mk Fri Nov 03 22:05:26 2006 +0000
@@ -0,0 +1,23 @@
+# $NetBSD: buildlink3.mk,v 1.1.1.1 2006/11/03 22:05:26 joerg Exp $
+
+BUILDLINK_DEPTH:=      ${BUILDLINK_DEPTH}+
+LIBXRES_BUILDLINK3_MK:=        ${LIBXRES_BUILDLINK3_MK}+
+
+.if ${BUILDLINK_DEPTH} == "+"
+BUILDLINK_DEPENDS+=    libXres
+.endif
+
+BUILDLINK_PACKAGES:=   ${BUILDLINK_PACKAGES:NlibXres}
+BUILDLINK_PACKAGES+=   libXres
+BUILDLINK_ORDER:=      ${BUILDLINK_ORDER} ${BUILDLINK_DEPTH}libXres
+
+.if ${LIBXRES_BUILDLINK3_MK} == "+"
+BUILDLINK_API_DEPENDS.libXres+=        libXres>=1.0.0
+BUILDLINK_PKGSRCDIR.libXres?=  ../../x11/libXres
+.endif # LIBXRES_BUILDLINK3_MK
+
+.include "../../x11/libX11/buildlink3.mk"
+.include "../../x11/libXext/buildlink3.mk"
+.include "../../x11/xproto/buildlink3.mk"
+
+BUILDLINK_DEPTH:=      ${BUILDLINK_DEPTH:S/+$//}
diff -r 2c77ea0d5eeb -r ee6f3e1591c1 x11/libXres/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/x11/libXres/distinfo      Fri Nov 03 22:05:26 2006 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2006/11/03 22:05:26 joerg Exp $
+
+SHA1 (libXres-1.0.2.tar.bz2) = ffe3eb250240d0eb1752063111a7f4fef3d3c4ce
+RMD160 (libXres-1.0.2.tar.bz2) = 53d39dbe078764d864c94e37a7e652a5dba26b2f
+Size (libXres-1.0.2.tar.bz2) = 231444 bytes



Home | Main Index | Thread Index | Old Index