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
|
Source: ivtools
Section: devel
Priority: extra
Maintainer: Guenter Geiger <geiger@debian.org>
Standards-Version: 2.1.2.2
Package: ivtools-dev
Architecture: all
Depends: ivtools (= ${Source-Version}), libc6-dev
Conflicts: ivtools-dev, ivtools-bin (<< 0.6.7)
Description: Development files for the InterViews library.
The ivmkmf program (similar to xmkmf) and all the include-files needed
to develop applications with the ivtools library.
Package: ivtools-bin
Architecture: any
Depends: ivtools (>= ${Source-Version}), ${shlibs:Depends}
Description: Drawing Editors using Unidraw.
The drawing editors in this package are idraw, a basic vector graphics
editor, graphdraw, flipbook, a vector graphics animation tool, a vector
graphics server and some small sample programs like dclock. For more
information about these tools and it's usage see
http://www.vectaport.com
Package: ivtools
Architecture: any
Depends: ${shlibs:Depends}
Conflicts:
Description: C++ GUI library with Motif Look and Feel.
This package contains the InterViews library. It is written in C++
and portable to several different Unix platforms. Ivtools also
provides a framwork for Drawing Editor development, called Unidraw.
Applications written with the Interviews library can be configured to
provide a special "Look and Feel", such as SGI-Motif and normal Motif.
|