Subject: CVS commit: pkgsrc/graphics/libxmi
From: Adam Ciarcinski
Date: 2009-09-01 16:33:39
Message id: 20090901143339.8E320175D0@cvs.netbsd.org

Log Message:
libxmi is a machine-independent vector graphics rasterization library.
libxmi is based on the vector graphics code in the sample X server that is
a part of the X Window System distribution. The code has been converted
to ANSI C, extensively rearranged and commented, and somewhat extended.
(In particular, by adding support for multicolored dashing.)

The core API includes functions for creating, manipulating, and destroying
miPaintSet objects. It also includes functions for creating, manipulating,
and destroying miCanvas objects. The function miCopyPaintedSetToCanvas()
moves the points in a miPaintedSet to the next stage of the graphics
pipeline: it merges them onto a miCanvas. There is support in this second
stage for sophisticated pixel-merging algorithms.


Files:
RevisionActionfile
1.1importpkgsrc/graphics/libxmi/DESCR
1.1importpkgsrc/graphics/libxmi/distinfo
1.1importpkgsrc/graphics/libxmi/Makefile
1.1importpkgsrc/graphics/libxmi/PLIST
1.1importpkgsrc/graphics/libxmi/buildlink3.mk