# PaCkAgE DaTaStReAm resourceproto 1 41 # end of header 0707010002f541000081a40000000000000000000000014c68dfe90000012f000000b500010002ffffffffffffffff0000001600000000resourceproto/pkginfoPKG=resourceproto NAME=resourceproto 1.1.0 i86pc 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=i386 CATEGORY=utility CLASSES=none BASEDIR=/ ISTATES=S s 1 2 3 RSTATES=S s 1 2 3 0707010002f540000081a40000000000000000000000014c68dfe90000021a000000b500010002ffffffffffffffff0000001500000000resourceproto/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 1281941462 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 1281941461 1 i checkinstall 790 2504 1281941481 1 i pkginfo 303 24496 1281941481 07070100000000000000000000000000000000000000010000000000000000000000000000000000000000000000000000000b00000000TRAILER!!!0707010002f541000081a40000000000000000000000014c68dfe90000012f000000b500010002ffffffffffffffff0000000800000000pkginfoPKG=resourceproto NAME=resourceproto 1.1.0 i86pc 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=i386 CATEGORY=utility CLASSES=none BASEDIR=/ ISTATES=S s 1 2 3 RSTATES=S s 1 2 3 0707010002f540000081a40000000000000000000000014c68dfe90000021a000000b500010002ffffffffffffffff0000000700000000pkgmap: 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 1281941462 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 1281941461 1 i checkinstall 790 2504 1281941481 1 i pkginfo 303 24496 1281941481 0707010002f54c000041ed0000000000000000000000024c68dfe900000000000000b500010002ffffffffffffffff0000000800000000install0707010002f54d000081ed0000000000000000000000014c68dfe900000316000000b500010002ffffffffffffffff0000001500000000install/checkinstall#!/bin/sh # expected_bits="64" expected_release="5.10" expected_platform="i386" # 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 0707010002f542000041ed0000000000000000000000034c68dfe900000000000000b500010002ffffffffffffffff0000000500000000root0707010002f543000041ed0000000000000000000000034c68dfe900000000000000b500010002ffffffffffffffff0000000900000000root/usr0707010002f544000041ed0000000000000000000000044c68dfe900000000000000b500010002ffffffffffffffff0000000f00000000root/usr/local0707010002f545000041ed0000000000000000000000034c68dfe900000000000000b500010002ffffffffffffffff0000001700000000root/usr/local/include0707010002f546000041ed0000000000000000000000034c68dfe900000000000000b500010002ffffffffffffffff0000001b00000000root/usr/local/include/X110707010002f547000041ed0000000000000000000000024c68dfe900000000000000b500010002ffffffffffffffff0000002600000000root/usr/local/include/X11/extensions0707010002f548000081a40000000000000000000000014c68dfd600000b0c000000b500010002ffffffffffffffff0000003200000000root/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 */ 0707010002f549000041ed0000000000000000000000034c68dfe900000000000000b500010002ffffffffffffffff0000001300000000root/usr/local/lib0707010002f54a000041ed0000000000000000000000024c68dfe900000000000000b500010002ffffffffffffffff0000001d00000000root/usr/local/lib/pkgconfig0707010002f54b000081a40000000000000000000000014c68dfd5000000c4000000b500010002ffffffffffffffff0000002e00000000root/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} 07070100000000000000000000000000000000000000010000000000000000000000000000000000000000000000000000000b00000000TRAILER!!!