Fri Dec 16 18:40:28 2011 UTC ()
Remove sentence about experimental backends (for example
no glitz here).

Rejustify long lines while here.


(reed)
diff -r1.3 -r1.4 pkgsrc/graphics/cairo/DESCR

cvs diff -r1.3 -r1.4 pkgsrc/graphics/cairo/DESCR (expand / switch to unified diff)

--- pkgsrc/graphics/cairo/DESCR 2009/01/14 14:32:53 1.3
+++ pkgsrc/graphics/cairo/DESCR 2011/12/16 18:40:28 1.4
@@ -1,17 +1,19 @@ @@ -1,17 +1,19 @@
1Cairo is a 2D graphics library with support for multiple output devices. 1Cairo is a 2D graphics library with support for multiple output
2Currently supported output targets include the X Window System, Quartz, Win32, 2devices. Currently supported output targets include the X Window
3image buffers, PostScript, PDF, and SVG file output. Experimental backends 3System, Quartz, Win32, image buffers, PostScript, PDF, and SVG file
4include OpenGL (through glitz), XCB, BeOS, OS/2, and DirectFB. 4output.
5 5
6Cairo is designed to produce consistent output on all output media while taking 6Cairo is designed to produce consistent output on all output media
7advantage of display hardware acceleration when available (eg. through the X 7while taking advantage of display hardware acceleration when
8Render Extension). 8available (eg. through the X Render Extension).
9 9
10The cairo API provides operations similar to the drawing operators of 10The cairo API provides operations similar to the drawing operators
11PostScript and PDF. Operations in cairo including stroking and filling cubic 11of PostScript and PDF. Operations in cairo including stroking and
12Bézier splines, transforming and compositing translucent images, and 12filling cubic Bézier splines, transforming and compositing
13antialiased text rendering. All drawing operations can be transformed by any 13translucent images, and antialiased text rendering. All drawing
14affine transformation (scale, rotation, shear, etc.) 14operations can be transformed by any affine transformation (scale,
 15rotation, shear, etc.)
15 16
16Cairo is implemented as a library written in the C programming language, but 17Cairo is implemented as a library written in the C programming
17bindings are available for several different programming languages. 18language, but bindings are available for several different programming
 19languages.