# PaCkAgE DaTaStReAm resourceproto 1 41 # end of header 07070100053301000081a40000000000000000000000014c68dff0000001360000010000010036ffffffffffffffff0000001600000000resourceproto/pkginfoPKG=resourceproto NAME=resourceproto 1.1.0 SPARC 64bit Solaris 10 VERSION=1.1.0 PSTAMP=16th August 2010 VENDOR=X.org EMAIL=http://cgit.freedesktop.org/xorg/proto/resourceproto/ DESC=X.org X11 ResourceProto protocol headers ARCH=sparc CATEGORY=utility CLASSES=none BASEDIR=/ ISTATES=S s 1 2 3 RSTATES=S s 1 2 3 07070100053300000081a40000000000000000000000014c68dff00000021a0000010000010036ffffffffffffffff0000001500000000resourceproto/pkgmap: 1 41 1 d none /usr ? ? ? 1 d none /usr/local ? ? ? 1 d none /usr/local/include 0755 root root 1 d none /usr/local/include/X11 0755 root root 1 d none /usr/local/include/X11/extensions 0755 root root 1 f none /usr/local/include/X11/extensions/XResproto.h 0644 root root 2828 17611 1281941475 1 d none /usr/local/lib 0755 root root 1 d none /usr/local/lib/pkgconfig 0755 root root 1 f none /usr/local/lib/pkgconfig/resourceproto.pc 0644 root root 196 18248 1281941475 1 i checkinstall 785 2565 1281941486 1 i pkginfo 310 25175 1281941488 07070100000000000000000000000000000000000000010000000000000000000000000000000000000000000000000000000b00000000TRAILER!!!07070100053301000081a40000000000000000000000014c68dff0000001360000010000010036ffffffffffffffff0000000800000000pkginfoPKG=resourceproto NAME=resourceproto 1.1.0 SPARC 64bit Solaris 10 VERSION=1.1.0 PSTAMP=16th August 2010 VENDOR=X.org EMAIL=http://cgit.freedesktop.org/xorg/proto/resourceproto/ DESC=X.org X11 ResourceProto protocol headers ARCH=sparc CATEGORY=utility CLASSES=none BASEDIR=/ ISTATES=S s 1 2 3 RSTATES=S s 1 2 3 07070100053300000081a40000000000000000000000014c68dff00000021a0000010000010036ffffffffffffffff0000000700000000pkgmap: 1 41 1 d none /usr ? ? ? 1 d none /usr/local ? ? ? 1 d none /usr/local/include 0755 root root 1 d none /usr/local/include/X11 0755 root root 1 d none /usr/local/include/X11/extensions 0755 root root 1 f none /usr/local/include/X11/extensions/XResproto.h 0644 root root 2828 17611 1281941475 1 d none /usr/local/lib 0755 root root 1 d none /usr/local/lib/pkgconfig 0755 root root 1 f none /usr/local/lib/pkgconfig/resourceproto.pc 0644 root root 196 18248 1281941475 1 i checkinstall 785 2565 1281941486 1 i pkginfo 310 25175 1281941488 0707010005330c000041ed0000000000000000000000024c68dff0000000000000010000010036ffffffffffffffff0000000800000000install0707010005330d000081ed0000000000000000000000014c68dfee000003110000010000010036ffffffffffffffff0000001500000000install/checkinstall#!/bin/sh # expected_bits="64" expected_release="5.10" expected_platform="sparc" # release=`uname -r` platform=`uname -p` bits=`isainfo -b` # if [ ${platform} != ${expected_platform} ]; then echo "\n\n\n\tThis package must be installed on a ${expected_platform} architecture\n" echo "\tAborting installation.\n\n\n" exit 1 fi if [ ${release} != ${expected_release} ]; then echo "\n\n\n\tThis package must be installed on a ${expected_release} machine\n" echo "\tAborting installation.\n\n\n" exit 1 fi if [ ${bits} != ${expected_bits} ]; then echo "\n\n\n\tThis package must be installed on a ${expected_bits} bit machine\n" echo "\tYour machine is running a ${bits} bit O.S. currently\n" echo "\tAborting installation.\n\n\n" exit 1 fi exit 0 07070100053302000041ed0000000000000000000000034c68dff0000000000000010000010036ffffffffffffffff0000000500000000root07070100053303000041ed0000000000000000000000034c68dff0000000000000010000010036ffffffffffffffff0000000900000000root/usr07070100053304000041ed0000000000000000000000044c68dff0000000000000010000010036ffffffffffffffff0000000f00000000root/usr/local07070100053309000041ed0000000000000000000000034c68dff0000000000000010000010036ffffffffffffffff0000001300000000root/usr/local/lib0707010005330a000041ed0000000000000000000000024c68dff0000000000000010000010036ffffffffffffffff0000001d00000000root/usr/local/lib/pkgconfig0707010005330b000081a40000000000000000000000014c68dfe3000000c40000010000010036ffffffffffffffff0000002e00000000root/usr/local/lib/pkgconfig/resourceproto.pcprefix=/usr/local exec_prefix=${prefix} libdir=${exec_prefix}/lib includedir=${prefix}/include Name: ResourceProto Description: Resource extension headers Version: 1.1.0 Cflags: -I${includedir} 07070100053305000041ed0000000000000000000000034c68dff0000000000000010000010036ffffffffffffffff0000001700000000root/usr/local/include07070100053306000041ed0000000000000000000000034c68dff0000000000000010000010036ffffffffffffffff0000001b00000000root/usr/local/include/X1107070100053307000041ed0000000000000000000000024c68dff0000000000000010000010036ffffffffffffffff0000002600000000root/usr/local/include/X11/extensions07070100053308000081a40000000000000000000000014c68dfe300000b0c0000010000010036ffffffffffffffff0000003200000000root/usr/local/include/X11/extensions/XResproto.h/* Copyright (c) 2002 XFree86 Inc */ #ifndef _XRESPROTO_H #define _XRESPROTO_H #define XRES_MAJOR_VERSION 1 #define XRES_MINOR_VERSION 0 #define XRES_NAME "X-Resource" #define X_XResQueryVersion 0 #define X_XResQueryClients 1 #define X_XResQueryClientResources 2 #define X_XResQueryClientPixmapBytes 3 typedef struct { CARD32 resource_base; CARD32 resource_mask; } xXResClient; #define sz_xXResClient 8 typedef struct { CARD32 resource_type; CARD32 count; } xXResType; #define sz_xXResType 8 /* XResQueryVersion */ typedef struct _XResQueryVersion { CARD8 reqType; CARD8 XResReqType; CARD16 length B16; CARD8 client_major; CARD8 client_minor; CARD16 unused B16; } xXResQueryVersionReq; #define sz_xXResQueryVersionReq 8 typedef struct { CARD8 type; CARD8 pad1; CARD16 sequenceNumber B16; CARD32 length B32; CARD16 server_major B16; CARD16 server_minor B16; CARD32 pad2 B32; CARD32 pad3 B32; CARD32 pad4 B32; CARD32 pad5 B32; CARD32 pad6 B32; } xXResQueryVersionReply; #define sz_xXResQueryVersionReply 32 /* XResQueryClients */ typedef struct _XResQueryClients { CARD8 reqType; CARD8 XResReqType; CARD16 length B16; } xXResQueryClientsReq; #define sz_xXResQueryClientsReq 4 typedef struct { CARD8 type; CARD8 pad1; CARD16 sequenceNumber B16; CARD32 length B32; CARD32 num_clients B32; CARD32 pad2 B32; CARD32 pad3 B32; CARD32 pad4 B32; CARD32 pad5 B32; CARD32 pad6 B32; } xXResQueryClientsReply; #define sz_xXResQueryClientsReply 32 /* XResQueryClientResources */ typedef struct _XResQueryClientResources { CARD8 reqType; CARD8 XResReqType; CARD16 length B16; CARD32 xid B32; } xXResQueryClientResourcesReq; #define sz_xXResQueryClientResourcesReq 8 typedef struct { CARD8 type; CARD8 pad1; CARD16 sequenceNumber B16; CARD32 length B32; CARD32 num_types B32; CARD32 pad2 B32; CARD32 pad3 B32; CARD32 pad4 B32; CARD32 pad5 B32; CARD32 pad6 B32; } xXResQueryClientResourcesReply; #define sz_xXResQueryClientResourcesReply 32 /* XResQueryClientPixmapBytes */ typedef struct _XResQueryClientPixmapBytes { CARD8 reqType; CARD8 XResReqType; CARD16 length B16; CARD32 xid B32; } xXResQueryClientPixmapBytesReq; #define sz_xXResQueryClientPixmapBytesReq 8 typedef struct { CARD8 type; CARD8 pad1; CARD16 sequenceNumber B16; CARD32 length B32; CARD32 bytes B32; CARD32 bytes_overflow B32; CARD32 pad2 B32; CARD32 pad3 B32; CARD32 pad4 B32; CARD32 pad5 B32; } xXResQueryClientPixmapBytesReply; #define sz_xXResQueryClientPixmapBytesReply 32 #endif /* _XRESPROTO_H */ 07070100000000000000000000000000000000000000010000000000000000000000000000000000000000000000000000000b00000000TRAILER!!!