This is the mail archive of the cygwin-apps mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[ITA] Xaw3d: A 3D version of the MIT Athena widget set for X


Hi

I would like to adopt and maintain the 'Xaw3d' package from Harold Hunt and split it 
into 'Xaw3d/libXaw3d7/libXaw3d-devel' packages.

!!!!!!!!!!!!!!!
NOTE: Due to the monolithic nature of Harold's old package the following packages will have wrong dependencies

   emacs-X11
   gv
   xemacs
   xfig


Here are the setup.hint files:
-------------------------------------------------------------------------------------------
./libXaw3d-devel/setup.hint

sdesc: "A 3D version of the MIT Athena widget set for X - (development)"
ldesc: "Xaw3d is an enhanced version of the MIT Athena widget set for
the X Window System. Xaw3d adds a three-dimensional look to X11
applications with minimal or no source code changes. You should install
Xaw3d if you are using applications which incorporate the MIT Athena
widget set and you'd like to incorporate a 3D look into those
applications."
category: Devel Libs X11
requires: cygwin libXaw3d7 xorg-x11-devel
external-source: Xaw3d

-------------------------------------------------------------------------------------------
./libXaw3d7/setup.hint

sdesc: "A 3D version of the MIT Athena widget set for X - (runtime)"
ldesc: "Xaw3d is an enhanced version of the MIT Athena widget set for
the X Window System. Xaw3d adds a three-dimensional look to X11
applications with minimal or no source code changes. You should install
Xaw3d if you are using applications which incorporate the MIT Athena
widget set and you'd like to incorporate a 3D look into those
applications."
category: Libs X11
requires: cygwin xorg-x11-bin-dlls
external-source: Xaw3d

-------------------------------------------------------------------------------------------
./setup.hint

sdesc: "A 3D version of the MIT Athena widget set for X"
ldesc: "Xaw3d is an enhanced version of the MIT Athena widget set for
the X Window System. Xaw3d adds a three-dimensional look to X11
applications with minimal or no source code changes. You should install
Xaw3d if you are using applications which incorporate the MIT Athena
widget set and you'd like to incorporate a 3D look into those
applications."
category: Libs X11
requires: cygwin libXaw3d7



For downloading 

------------------------------------ cut here ------------------------------------
#!/bin/bash

mkdir -p Xaw3d/libXaw3d7 Xaw3d/libXaw3d-devel

cd Xaw3d
wget http://volkerzell.de/cygwin/ITP/Xaw3d/setup.hint
wget http://volkerzell.de/cygwin/ITP/Xaw3d/Xaw3d-1.5D-6-src.tar.bz2
wget http://volkerzell.de/cygwin/ITP/Xaw3d/Xaw3d-1.5D-6.tar.bz2

cd libXaw3d7
wget http://volkerzell.de/cygwin/ITP/Xaw3d/libXaw3d7/setup.hint
wget http://volkerzell.de/cygwin/ITP/Xaw3d/libXaw3d7/libXaw3d7-1.5D-6.tar.bz2

cd ../libXaw3d-devel
wget http://volkerzell.de/cygwin/ITP/Xaw3d/libXaw3d-devel/setup.hint
wget http://volkerzell.de/cygwin/ITP/Xaw3d/libXaw3d-devel/libXaw3d-devel-1.5D-6.tar.bz2
------------------------------------ cut here ------------------------------------

Ciao
  Volker


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]