# PaCkAgE DaTaStReAm appres 1 71 # end of header 070701000a66d9000081a40000000000000000000000014cbe974600000116000000b600010002ffffffffffffffff0000000f00000000appres/pkginfoPKG=appres NAME=appres 1.0.2 i86pc Solaris 11 VERSION=1.0.2 PSTAMP=20th October 2010 VENDOR=X.org EMAIL=http://cgit.freedesktop.org/xorg/app/appres/ DESC=X.org X application resource database ARCH=i386 CATEGORY=utility CLASSES=none BASEDIR=/ ISTATES=S s 1 2 3 RSTATES=S s 1 2 3 070701000a66d8000081a40000000000000000000000014cbe974600000217000000b600010002ffffffffffffffff0000000e00000000appres/pkgmap: 1 71 1 d none /usr ? ? ? 1 d none /usr/local ? ? ? 1 d none /usr/local/bin 0755 root root 1 f none /usr/local/bin/appres 0755 root root 15256 3360 1287558861 1 d none /usr/local/lib 0755 root root 1 d none /usr/local/lib/pkgconfig 0755 root root 1 d none /usr/local/share 0755 root root 1 d none /usr/local/share/man 0755 root root 1 d none /usr/local/share/man/man1 0755 root root 1 f none /usr/local/share/man/man1/appres.1 0644 root root 3032 54076 1287558861 1 i checkinstall 790 2505 1287559000 1 i pkginfo 278 21762 1287558982 07070100000000000000000000000000000000000000010000000000000000000000000000000000000000000000000000000b00000000TRAILER!!!070701000a66d9000081a40000000000000000000000014cbe974600000116000000b600010002ffffffffffffffff0000000800000000pkginfoPKG=appres NAME=appres 1.0.2 i86pc Solaris 11 VERSION=1.0.2 PSTAMP=20th October 2010 VENDOR=X.org EMAIL=http://cgit.freedesktop.org/xorg/app/appres/ DESC=X.org X application resource database ARCH=i386 CATEGORY=utility CLASSES=none BASEDIR=/ ISTATES=S s 1 2 3 RSTATES=S s 1 2 3 070701000a66d8000081a40000000000000000000000014cbe974600000217000000b600010002ffffffffffffffff0000000700000000pkgmap: 1 71 1 d none /usr ? ? ? 1 d none /usr/local ? ? ? 1 d none /usr/local/bin 0755 root root 1 f none /usr/local/bin/appres 0755 root root 15256 3360 1287558861 1 d none /usr/local/lib 0755 root root 1 d none /usr/local/lib/pkgconfig 0755 root root 1 d none /usr/local/share 0755 root root 1 d none /usr/local/share/man 0755 root root 1 d none /usr/local/share/man/man1 0755 root root 1 f none /usr/local/share/man/man1/appres.1 0644 root root 3032 54076 1287558861 1 i checkinstall 790 2505 1287559000 1 i pkginfo 278 21762 1287558982 070701000a66e4000041ed0000000000000000000000024cbe974600000000000000b600010002ffffffffffffffff0000000800000000install070701000a66e5000081ed0000000000000000000000014cbe975800000316000000b600010002ffffffffffffffff0000001500000000install/checkinstall#!/bin/sh # expected_bits="64" expected_release="5.11" 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 070701000a66da000041ed0000000000000000000000034cbe974600000000000000b600010002ffffffffffffffff0000000500000000root070701000a66db000041ed0000000000000000000000034cbe974600000000000000b600010002ffffffffffffffff0000000900000000root/usr070701000a66dc000041ed0000000000000000000000044cbe974600000000000000b600010002ffffffffffffffff0000000f00000000root/usr/local070701000a66df000041ed0000000000000000000000034cbe974600000000000000b600010002ffffffffffffffff0000001500000000root/usr/local/share070701000a66e1000041ed0000000000000000000000034cbe974600000000000000b600010002ffffffffffffffff0000001900000000root/usr/local/share/man070701000a66e2000041ed0000000000000000000000024cbe974600000000000000b600010002ffffffffffffffff0000001e00000000root/usr/local/share/man/man1070701000a66e3000081a40000000000000000000000014cbe96cd00000bd8000000b600010002ffffffffffffffff0000002700000000root/usr/local/share/man/man1/appres.1.\" $Xorg: appres.man,v 1.4 2001/02/09 02:05:27 xorgcvs Exp $ .\" Copyright 1993, 1994, 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. .\" .\" $XFree86: xc/programs/appres/appres.man,v 1.8 2001/12/14 20:00:38 dawes Exp $ .\" .TH APPRES 1 "appres 1.0.2" "X Version 11" .SH NAME appres \- list X application resource database .SH SYNOPSIS .B "appres" [class [instance]] [\-1] [toolkitoptions] .SH DESCRIPTION .PP The \fIappres\fP program prints the resources seen by an application (or subhierarchy of an application) with the specified \fIclass\fP and \fIinstance\fP names. It can be used to determine which resources a particular program will load. For example, .sp 1 .in +.5i .nf % appres XTerm .fi .in -.5i .sp 1 will list the resources that any \fIxterm\fP program will load. If no application class is specified, the class \fI-AppResTest-\fP is used. .PP To match a particular instance name, specify an instance name explicitly after the class name, or use the normal Xt toolkit option. For example, .sp 1 .in +.5i .nf % appres XTerm myxterm .fi .in -.5i or .in +.5i .nf % appres XTerm \-name myxterm .fi .in -.5i .PP To list resources that match a subhierarchy of an application, specify hierarchical class and instance names. The number of class and instance components must be equal, and the instance name should not be specified with a toolkit option. For example, .sp 1 .in +.5i .nf % appres Xman.TopLevelShell.Form xman.topBox.form .fi .in -.5i .sp 1 will list the resources of widgets of \fIxman\fP topBox hierarchy. To list just the resources matching a specific level in the hierarchy, use the \-1 option. For example, .sp 1 .in +.5i .nf % appres XTerm.VT100 xterm.vt100 \-1 .fi .in -.5i .sp 1 will list the resources matching the \fIxterm\fP vt100 widget. .SH "SEE ALSO" .PP X(5), xrdb(1), listres(1) .SH AUTHOR Jim Fulton, MIT X Consortium 070701000a66dd000041ed0000000000000000000000024cbe974600000000000000b600010002ffffffffffffffff0000001300000000root/usr/local/bin070701000a66de000081ed0000000000000000000000014cbe96cd00003b98000000b600010002ffffffffffffffff0000001a00000000root/usr/local/bin/appresELFP 4 64 (#"44o;;<<x/usr/lib/ld.so.1)*  !"#&') $%(#/8`M > T` ^e  \`< , T!< l   |  X= L  fo, y P  L < " ;  P   ` $!,'H4 ?0Q\ b { apprescrti.scrt1.ocrt1.sfsr.svalues-Xa.cappres.cusagePrintBindingQuarkListDumpEntrycrtn.sXtGetApplicationNameAndClassstrcmp.XAKk4DpNbpvMVVm.XrmQString__iob_GLOBAL_OFFSET_TABLE__initXtAppInitializeXrmEnumerateDatabase_edata_environ_exitfprintfputcXrmQuarkToString.XAKk4DpNbpvMVVm.ProgramName__environ_lock_PROCEDURE_LINKAGE_TABLE__DYNAMIC__fpstartfputs_startatexit_get_exit_frame_monitor__1cG__CrunMdo_exit_code6F_v__etextXrmStringToQuarkListXrmPermStringToQuarkmainXtDisplay_endXrmStringToQuark___Argv_fini_lib_versionXtDatabase__longdouble_used__fsr_init_value__fsrlibc.so.1SUNWprivate_1.1SYSVABI_1.3libXt.so.6libX11.so.6libSM.so.6libICE.so.6/usr/local/lib:/lib:/usr/libhqN r7!5 )/0.2,+,` HL PT(X \`d hlptx|!%5@%D%Hh%Lh%Ph%Th%Xh %\h(%`h0%dh8p%hh@`%lhHP%phP@%thX0%xh` %|hh%hp%hx%h%hjjRth,(t,t PEu TRU $RPnHPfjURQt`|$у4 D$td$у`tƒ 3fd$f T$tfd$f L$l$YZ]ÐUXPhLh hhhhjjÐUEE @E@uhEPEthEPjEE j@PbЋEPRcEEE EE E E @yÐU$EEE@;\tEPj!EPEPE P E@EE@EE@;\u$EPhEtEHE%Ej@PPhEPl Et&E@ t E@ uEPj\nEEEHEEEEE@EE@EE u2EtEPh EPhvE\uEPhYE } E uE|*E=}EPhEPr UEPREEEHEEE܋E܃ EPj aEEÐUD E EDžE @XE~8E @@-t)E @EE~E @@-t E @EPEPXPEPDžXt@Xuዅt$uu jXPЋE PjPjjjjE PEPjjREP(EEEDž;EE h0Pu DžZE @-uN=EuE E$EuE E@;E_Eu5jEP\ЍEPEPRY jEP[Xjh4V\jEPjPHhph`PPXPR.EEUWVS[![^_UWVS[[^_usage: %s [class [instance]] [-1] [toolkitoptions] -1 list resources only at the specified level The number of class and instance elements must be equal. *.: =%s: \n\ \n\\\%03o-AppResTest--1String2 B R b r           " 2 B h  , , `l````, `Poto o | o`o``><< l,  ,  |     P  ,HL<TX !" (:,MS4 ^juX~H`M  ` uXj~H  \`<-3 C, XT`!i< nl v {| X   ,  P  _L < " /;6 K `P e o `t $,H 0h\  { apprescrti.scrt1.ocrt1.s__get_exit_frame_monitor_ptr__do_exit_code_ptrfsr.strap_tablevalues-Xa.cDdata.dataBbss.bssDrodata.rodataappres.cusagePrintBindingQuarkListDumpEntrycrtn.s_END__START_XtGetApplicationNameAndClassstrcmp.XAKk4DpNbpvMVVm.XrmQString__iob_GLOBAL_OFFSET_TABLE__initXtAppInitializeXrmEnumerateDatabase_edata_environ_exitfprintfputcXrmQuarkToString.XAKk4DpNbpvMVVm.ProgramName__environ_lock_PROCEDURE_LINKAGE_TABLE__DYNAMIC__fpstartfputs_startatexit_get_exit_frame_monitor__1cG__CrunMdo_exit_code6F_v__etextXrmStringToQuarkListXrmPermStringToQuarkmainXtDisplay_endXrmStringToQuark___Argv_fini_lib_versionXtDatabase__longdouble_used__fsr_init_value__fsr%Z%%M% %I% %E% SMI%Z%%M% %I% %E% SMI%Z%%M% %I% %E% SMI%Z%%M% %I% %E% SMI%Z%%M% %I% %E% SMI%Z%%M% %I% %E% SMI%Z%%M% %I% %E% SMI%Z%%M% %I% %E% SMI%Z%%M% %I% %E% SMI%Z%%M% %I% %E% SMI%Z%%M% %I% %E% SMI%Z%%M% %I% %E% SMI%Z%%M% %I% %E% SMI%Z%%M% %I% %E% SMI%Z%%M% %I% %E% SMI%Z%%M% %I% %E% SMI%Z%%M% %I% %E% SMI%Z%%M% %I% %E% SMI%Z%%M% %I% %E% SMIacomp: Sun C 5.10 SunOS_i386 Patch 142363-01 2009/07/15as: Sun Compiler Common 12.1 SunOS_i386 Patch 141858-03 2009/09/21ld: Software Generation Utilities - Solaris Link Editors: 5.11-1.1689 appres.c /var/tmp/appres-1.0.2 /opt/sunstudio12.1/prod/bin/cc -DHAVE_CONFIG_H -I. -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -I/usr/local/include -v -g -c appres.c -W0,-xp.XAKk4DpNbpvMVVm.Xa;g;R=Sun C 5.10 SunOS_i386 Patch 142363-01 2009/07/15;G=.XAKk4DpNbpvMVVm.;backend;raw;cd;DBG_GEN 5.2.7usage,`UPrintBindingQuarkList<UUbindings9quarks: 7stream;firstNameSeen=XrmBindTightlyXrmBindLoosely XrmBindingList int XrmQuarkList unsigned char- unsigned __FILE, _cnt# _ptr># _base># _flag-# _magic-# __orientationC#  __ionolockC#   __seekableC#   __extendedfdC#   __xf_nocheckC#   __fillerC#  OFILE,DumpEntryT`JU2dbNbindingsO quarksPOtypeQvalueRadataSstream7UiCVs\WcTX_XrmHashBucketRec XrmDatabase  XrmRepresentation7 charT \XPointer sizeC# addra#p XrmValuePtrmain}P Uargc|argv| toplevel~iname\cname\xtcontextnamesclassesimode\_WidgetRec Widget_XtAppStruct XtAppContext XrmName longd XrmClass'd XrmQuarkXrmQString'(\ProgramName\&Xexit}Oputc}Tfputs}Tfprintf}_XDisplayXtGetApplicationNameAndClass9XtDatabase \9Ta XrmoptionNoArgXrmoptionIsArgXrmoptionStickyArgXrmoptionSepArgXrmoptionResArgXrmoptionSkipArgXrmoptionSkipLineXrmoptionSkipNArgs kXrmOptionKinde option\# specifier\# argKind # valuea# \ \String XtArgVal namet# value#XtAppInitialize \feCjooC Display XtDisplay 8  T8 TB strcmpk = G  k \p XrmEnumerateDatabase  \T XrmStringToQuarkList   \XrmStringXrmQuarkToString G TG XrmPermStringToQuark'y L Ty XrmStringToQuark' ~  __posix_ctime_r\  \ tm$r tm_sec# tm_min# tm_hour# tm_mday# tm_mon# tm_year# tm_wday# tm_yday# tm_isdst#  r __posix_asctime_r\w \r /var/tmp/appres-1.0.2/usr/local/include/X11/usr/include/usr/include/isoappres.cXresource.hstdio_impl.hstdio_iso.hXlib.hIntrinsic.htime_iso.h`c.{    >       ,yS `flz         # 1 P a j r       s0> E PYku       ! U n          0 8 L Qvm u     DD%. : ; @ ' D . : ; @ ' D I: ;  4I : ;   : ( I I: $>  :  I8 I8 . : ; @ ' ID <  : .?  6 : ; @ ' ID I !I/ .? < ' D I.? < ' ID &I' ID .? < ' ID  main@ 7usageMPrintBindingQuarkList<DumpEntry/ XrmBindingListXrmQuarkListO__FILE,FILE XrmDatabase7XrmRepresentationaXPointerpXrmValuePtrWidgetXtAppContextXrmNameXrmClass'XrmQuarkk XrmOptionKindtStringXtArgVal Display XrmString tm- 6XrmQStringOProgramName.interp.SUNW_cap.hash.SUNW_ldynsym.dynsym.dynstr.SUNW_version.SUNW_versym.SUNW_dynsymsort.SUNW_reloc.rel.plt.text.init.fini.rodata.rodata1.got.dynamic.data.bssf.bss.symtab.strtab.comment.debug_loc.debug_info.debug_line.debug_abbrev.debug_pubnames.debug_funcnames.debug_typenames.debug_varnames.shstrtab oToll ' ,,/"7o  0Eo  TRo, , Pc | | o B   s  0xP P ~,,HHLL<<TxLTTXXT 9 tH *r"r" .v1 3&3D%j33641F 4P07070100000000000000000000000000000000000000010000000000000000000000000000000000000000000000000000000b00000000TRAILER!!!