diff options
author | recht <recht@pkgsrc.org> | 2004-02-03 12:16:42 +0000 |
---|---|---|
committer | recht <recht@pkgsrc.org> | 2004-02-03 12:16:42 +0000 |
commit | ebf00f51e0082edfb1de192069cd8a85afa9f1d9 (patch) | |
tree | 9dc1bafe6a0247dfdead0ffa60925ef56e58fefc /graphics/cairo/PLIST | |
parent | 50ea965c520cce0f4fbe11f3ce5e3cb0d189fe65 (diff) | |
download | pkgsrc-ebf00f51e0082edfb1de192069cd8a85afa9f1d9.tar.gz |
initial import of cairo-0.1.17
Cairo is a vector graphics library with cross-device output support. Currently
supported output targets include the X Window System and in-memory image
buffers. PostScript and PDF file output is planned. Cairo is designed to
produce identical output on all output media while taking advantage of display
hardware acceleration when available (eg. through the X Render Extension).
Cairo provides a stateful user-level API with capabilities similar to the PDF
1.4 imaging model. Cairo provides operations including stroking and filling
Bezier cubic splines, transforming and compositing translucent images, and
antialiased text rendering.
Diffstat (limited to 'graphics/cairo/PLIST')
-rw-r--r-- | graphics/cairo/PLIST | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/graphics/cairo/PLIST b/graphics/cairo/PLIST new file mode 100644 index 00000000000..341ff33c79a --- /dev/null +++ b/graphics/cairo/PLIST @@ -0,0 +1,9 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2004/02/03 12:16:42 recht Exp $ +include/cairo-features.h +include/cairo.h +lib/libcairo.a +lib/libcairo.la +lib/libcairo.so +lib/libcairo.so.1 +lib/libcairo.so.1.0 +lib/pkgconfig/cairo.pc |