File: control

package info (click to toggle)
tgif 1%3A4.2.5-1.3
  • links: PTS
  • area: main
  • in suites: bookworm, bullseye, buster, stretch
  • size: 19,644 kB
  • ctags: 11,315
  • sloc: ansic: 194,560; sh: 10,884; perl: 2,956; awk: 487; makefile: 138
file content (27 lines) | stat: -rw-r--r-- 1,114 bytes parent folder | download
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
Source: tgif
Section: graphics
Priority: optional
Maintainer: Carlo Segre <segre@debian.org>
Build-Depends: debhelper (>= 7), xutils-dev, libxt-dev, libxext-dev,
               libz-dev, libxmu-dev, libidn11-dev
Standards-Version: 3.9.2
Homepage: http://bourbon.usc.edu/tgif/

Package: tgif
Depends: ${misc:Depends}, gettext-base, ${shlibs:Depends}, netpbm,
         ghostscript, texlive-latex-base
Recommends: xfonts-75dpi
Architecture: any
Description: 2D vector graphic drawing tool using Xlib
 Tgif (originally the "Tangram Graphic Interface Facility") is a
 classic drawing program for 2D vector graphics. Image objects can
 be hierarchically constructed out of primitives such as polygons,
 text, and splines (though the splines Tgif draws are not Bézier
 curves).
 .
 It natively supports PostScript formats suitable for LaTeX, as well
 as X11 bitmap or (version 1) pixmap formats. Other vector and raster
 image formats such as SVG and PNG can be handled via filters.
 .
 Tgif stores drawings as .obj files and individual building-block
 objects as .sym files, both in Prolog-compatible fact file format.