itial import of cairo 0.1.13

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.
This commit is contained in:
Marc Recht 2003-11-27 19:08:14 +00:00 committed by Thomas Klausner
parent 96021d1f5c
commit a29cee9b9b
5 changed files with 74 additions and 0 deletions

10
cairo/DESCR Normal file
View file

@ -0,0 +1,10 @@
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.

25
cairo/Makefile Normal file
View file

@ -0,0 +1,25 @@
# $NetBSD: Makefile,v 1.1.1.1 2003/11/27 19:08:14 marc Exp $
#
DISTNAME= cairo-0.1.13
CATEGORIES= graphics
MASTER_SITES= http://cairographics.org/snapshots/
MAINTAINER= recht@NetBSD.org
HOMEPAGE= http://cairographics.org/snapshots/
COMMENT= Vector graphics library with cross-device output support
USE_X11= yes
USE_BUILDLINK2= yes
USE_PKGLOCALEDIR= yes
USE_LIBTOOL= yes
LIBTOOL_OVERRIDE= ${WRKSRC}/libtool
PKGCONFIG_OVERRIDE+= ${WRKSRC}/cairo.pc.in
GNU_CONFIGURE= yes
BUILDLINK_DEPENDS.freetype2= freetype2>=2.1.5
.include "../../fonts/Xft2/buildlink2.mk"
.include "../../graphics/freetype2/buildlink2.mk"
.include "../../wip/libic/buildlink2.mk"
.include "../../mk/bsd.pkg.mk"

9
cairo/PLIST Normal file
View file

@ -0,0 +1,9 @@
@comment $NetBSD: PLIST,v 1.1.1.1 2003/11/27 19:08:14 marc Exp $
include/cairo-xlib.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

26
cairo/buildlink2.mk Normal file
View file

@ -0,0 +1,26 @@
# $NetBSD: buildlink2.mk,v 1.1.1.1 2003/11/27 19:08:14 marc Exp $
.if !defined(CAIRO_BUILDLINK2_MK)
CAIRO_BUILDLINK2_MK= # defined
BUILDLINK_PACKAGES+= cairo
BUILDLINK_DEPENDS.cairo?= cairo>=0.1.13
BUILDLINK_PKGSRCDIR.cairo?= ../../wip/cairo
EVAL_PREFIX+= BUILDLINK_PREFIX.cairo=cairo
BUILDLINK_PREFIX.cairo_DEFAULT= ${LOCALBASE}
BUILDLINK_FILES.cairo+= include/cairo-xlib.h
BUILDLINK_FILES.cairo+= include/cairo.h
BUILDLINK_FILES.cairo+= lib/libcairo.*
BUILDLINK_DEPENDS.freetype2= freetype2>=2.1.5
.include "../../graphics/freetype2/buildlink2.mk"
.include "../../fonts/Xft2/buildlink2.mk"
.include "../../wip/libic/buildlink2.mk"
BUILDLINK_TARGETS+= cairo-buildlink
cairo-buildlink: _BUILDLINK_USE
.endif # CAIRO_BUILDLINK2_MK

4
cairo/distinfo Normal file
View file

@ -0,0 +1,4 @@
$NetBSD: distinfo,v 1.1.1.1 2003/11/27 19:08:14 marc Exp $
SHA1 (cairo-0.1.13.tar.gz) = fb334ee47378104bc559c191e80f7c9544990f2f
Size (cairo-0.1.13.tar.gz) = 353982 bytes