diff options
author | joerg <joerg@pkgsrc.org> | 2006-11-03 22:05:26 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2006-11-03 22:05:26 +0000 |
commit | 094c7365c1b43ac835f5a482d8d753003e5572c0 (patch) | |
tree | e38d68a0becdd38a54102e111c23ad768effb39b /x11/libXres | |
parent | d47087be024e1f76afd574ef0be0a9ce48590ff7 (diff) | |
download | pkgsrc-094c7365c1b43ac835f5a482d8d753003e5572c0.tar.gz |
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 (limited to 'x11/libXres')
-rw-r--r-- | x11/libXres/DESCR | 5 | ||||
-rw-r--r-- | x11/libXres/Makefile | 27 | ||||
-rw-r--r-- | x11/libXres/PLIST | 11 | ||||
-rw-r--r-- | x11/libXres/buildlink3.mk | 23 | ||||
-rw-r--r-- | x11/libXres/distinfo | 5 |
5 files changed, 71 insertions, 0 deletions
diff --git a/x11/libXres/DESCR b/x11/libXres/DESCR new file mode 100644 index 00000000000..ce5bb8c7c55 --- /dev/null +++ b/x11/libXres/DESCR @@ -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 --git a/x11/libXres/Makefile b/x11/libXres/Makefile new file mode 100644 index 00000000000..5ce56169b19 --- /dev/null +++ b/x11/libXres/Makefile @@ -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 +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 --git a/x11/libXres/PLIST b/x11/libXres/PLIST new file mode 100644 index 00000000000..97ca9277021 --- /dev/null +++ b/x11/libXres/PLIST @@ -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 --git a/x11/libXres/buildlink3.mk b/x11/libXres/buildlink3.mk new file mode 100644 index 00000000000..9d630387f97 --- /dev/null +++ b/x11/libXres/buildlink3.mk @@ -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 --git a/x11/libXres/distinfo b/x11/libXres/distinfo new file mode 100644 index 00000000000..a1443b9db84 --- /dev/null +++ b/x11/libXres/distinfo @@ -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 |