# PaCkAgE DaTaStReAm bigreqsproto 1 45 # end of header 07070100038755000081a40000000000000000000000014c58ff13000001310000010000010036ffffffffffffffff0000001500000000bigreqsproto/pkginfoPKG=bigreqsproto NAME=bigreqsproto 1.1.0 SPARC 64bit Solaris 10 VERSION=1.1.0 PSTAMP=4th August 2010 VENDOR=X.org EMAIL=http://cgit.freedesktop.org/xorg/proto/bigreqsproto/ DESC=X.org X11 BigReqsProto protocol headers ARCH=sparc CATEGORY=utility CLASSES=none BASEDIR=/ ISTATES=S s 1 2 3 RSTATES=S s 1 2 3 07070100038754000081a40000000000000000000000014c58ff13000002770000010000010036ffffffffffffffff0000001400000000bigreqsproto/pkgmap: 1 45 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/bigreqsproto.h 0644 root root 1960 23861 1280900864 1 f none /usr/local/include/X11/extensions/bigreqstr.h 0644 root root 187 17105 1280900864 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/bigreqsproto.pc 0644 root root 194 17938 1280900864 1 i checkinstall 785 2565 1280900883 1 i pkginfo 305 24600 1280900883 07070100000000000000000000000000000000000000010000000000000000000000000000000000000000000000000000000b00000000TRAILER!!!07070100038755000081a40000000000000000000000014c58ff13000001310000010000010036ffffffffffffffff0000000800000000pkginfoPKG=bigreqsproto NAME=bigreqsproto 1.1.0 SPARC 64bit Solaris 10 VERSION=1.1.0 PSTAMP=4th August 2010 VENDOR=X.org EMAIL=http://cgit.freedesktop.org/xorg/proto/bigreqsproto/ DESC=X.org X11 BigReqsProto protocol headers ARCH=sparc CATEGORY=utility CLASSES=none BASEDIR=/ ISTATES=S s 1 2 3 RSTATES=S s 1 2 3 07070100038754000081a40000000000000000000000014c58ff13000002770000010000010036ffffffffffffffff0000000700000000pkgmap: 1 45 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/bigreqsproto.h 0644 root root 1960 23861 1280900864 1 f none /usr/local/include/X11/extensions/bigreqstr.h 0644 root root 187 17105 1280900864 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/bigreqsproto.pc 0644 root root 194 17938 1280900864 1 i checkinstall 785 2565 1280900883 1 i pkginfo 305 24600 1280900883 07070100038761000041ed0000000000000000000000024c58ff13000000000000010000010036ffffffffffffffff0000000800000000install07070100038762000081ed0000000000000000000000014c58ff13000003110000010000010036ffffffffffffffff0000001500000000install/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 07070100038756000041ed0000000000000000000000034c58ff13000000000000010000010036ffffffffffffffff0000000500000000root07070100038757000041ed0000000000000000000000034c58ff13000000000000010000010036ffffffffffffffff0000000900000000root/usr07070100038758000041ed0000000000000000000000044c58ff13000000000000010000010036ffffffffffffffff0000000f00000000root/usr/local07070100038759000041ed0000000000000000000000034c58ff13000000000000010000010036ffffffffffffffff0000001700000000root/usr/local/include0707010003875a000041ed0000000000000000000000034c58ff13000000000000010000010036ffffffffffffffff0000001b00000000root/usr/local/include/X110707010003875b000041ed0000000000000000000000024c58ff13000000000000010000010036ffffffffffffffff0000002600000000root/usr/local/include/X11/extensions0707010003875d000081a40000000000000000000000014c58ff00000000bb0000010000010036ffffffffffffffff0000003200000000root/usr/local/include/X11/extensions/bigreqstr.h#warning "bigreqstr.h is obsolete and may be removed in the future." #warning "include for the protocol defines." #include 0707010003875c000081a40000000000000000000000014c58ff00000007a80000010000010036ffffffffffffffff0000003500000000root/usr/local/include/X11/extensions/bigreqsproto.h/* Copyright 1992, 1998 The Open Group Permission to use, copy, modify, distribute, and sell this software and its documentation for any purpose is hereby granted without fee, provided that the above copyright notice appear in all copies and that both that copyright notice and this permission notice appear in supporting documentation. The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE OPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. Except as contained in this notice, the name of The Open Group shall not be used in advertising or otherwise to promote the sale, use or other dealings in this Software without prior written authorization from The Open Group. */ #ifndef _BIGREQSPROTO_H_ #define _BIGREQSPROTO_H_ #define X_BigReqEnable 0 #define XBigReqNumberEvents 0 #define XBigReqNumberErrors 0 #define XBigReqExtensionName "BIG-REQUESTS" typedef struct { CARD8 reqType; /* always XBigReqCode */ CARD8 brReqType; /* always X_BigReqEnable */ CARD16 length B16; } xBigReqEnableReq; #define sz_xBigReqEnableReq 4 typedef struct { BYTE type; /* X_Reply */ CARD8 pad0; CARD16 sequenceNumber B16; CARD32 length B32; CARD32 max_request_size B32; CARD32 pad1 B32; CARD32 pad2 B32; CARD32 pad3 B32; CARD32 pad4 B32; CARD32 pad5 B32; } xBigReqEnableReply; #define sz_xBigReqEnableReply 32 typedef struct { CARD8 reqType; CARD8 data; CARD16 zero B16; CARD32 length B32; } xBigReq; #endif /* _BIGREQSPROTO_H_ */ 0707010003875e000041ed0000000000000000000000034c58ff13000000000000010000010036ffffffffffffffff0000001300000000root/usr/local/lib0707010003875f000041ed0000000000000000000000024c58ff13000000000000010000010036ffffffffffffffff0000001d00000000root/usr/local/lib/pkgconfig07070100038760000081a40000000000000000000000014c58ff00000000c20000010000010036ffffffffffffffff0000002d00000000root/usr/local/lib/pkgconfig/bigreqsproto.pcprefix=/usr/local exec_prefix=${prefix} libdir=${exec_prefix}/lib includedir=${prefix}/include Name: BigReqsProto Description: BigReqs extension headers Version: 1.1.0 Cflags: -I${includedir} 07070100000000000000000000000000000000000000010000000000000000000000000000000000000000000000000000000b00000000TRAILER!!!