Package: xaw3d / 1.3-6.3

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
This package was put together by joost witteveen,
joostje@dds.hacktic.nl.

I did the following to make it compile:

 - remove(sic) the linux support in the Imake file.
 - change the libName (soname) in the Imakefile from Xaw3d
     to Xaw (so that ldconfig finds it)

   David Engel suggested a really cool way to keep the
   soname to "Xaw3d", and put a stubb libary with the
   soname Xaw in it that points to the Xaw3d lib.
   This is how debian-revision 1 worked.
   Unfortunately, this caused several problems:
     -the standard X apps editres and viewres don't work anymore.
     -xconsole didn't popup when it recieved mouse focus
        (if your .fvwmrc make windows do so)
     -asciiTextWidgets under some circumstances (don't know what,
      do have a test case) don't accept keyboard input (but do
      accept cut-and-past input).
   
   Anyway David's suggestion to put the Xaw3d libs in their own
   directory (/usr/X11R6/lib/Xaw3d) and put that directory 
   first in /etc/ld.so.conf is still great, so I still do that.   
 - read very carefully the remarks about Linux in the README,
     but they proved not neccecery if running ELF.
 - uncomment the following lines in the Imakefile:
    version 1
    EXTRA_DEFINES = -DARROW_SCROLLBAR
    EXTRA_INCLUDES = -I.
   Well, -DARROW_SCROLLBAR isn't as nice as it lookes, so
   I disabled this again in debian-release 2.

 - in the debian.rules file, I make (from the source dir) the
    subdirectory X11, with a symbolic link Xaw3d to ../, so
    that the compiler can find the includefiles X11/Xaw3d/*.


I obtained the sources from ftp://ftp.x.org/contrib/widgets/R6

I did obtain a "linux-elf-libXaw3d.so.6.0" from there as well,
but this appeared not to be usefull.


The upstream maintainer of the package is: 
Kaleb S. KEITHLEY,   kaleb@x.org



/* $XConsortium: AllWidgets.c,v 1.8 94/04/17 20:11:39 kaleb Exp $ */

/*

Copyright (c) 1991, 1994  X Consortium

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

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
X CONSORTIUM 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 X Consortium 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 X Consortium.

*/