pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/graphics/libxmi libxmi is a machine-independent vector...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e81c1ac9cb2f
branches:  trunk
changeset: 398510:e81c1ac9cb2f
user:      adam <adam%pkgsrc.org@localhost>
date:      Tue Sep 01 14:33:39 2009 +0000

description:
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.

diffstat:

 graphics/libxmi/DESCR         |  12 ++++++++++++
 graphics/libxmi/Makefile      |  20 ++++++++++++++++++++
 graphics/libxmi/PLIST         |   4 ++++
 graphics/libxmi/buildlink3.mk |  12 ++++++++++++
 graphics/libxmi/distinfo      |   5 +++++
 5 files changed, 53 insertions(+), 0 deletions(-)

diffs (73 lines):

diff -r 7331a3d61e9a -r e81c1ac9cb2f graphics/libxmi/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/graphics/libxmi/DESCR     Tue Sep 01 14:33:39 2009 +0000
@@ -0,0 +1,12 @@
+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.
diff -r 7331a3d61e9a -r e81c1ac9cb2f graphics/libxmi/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/graphics/libxmi/Makefile  Tue Sep 01 14:33:39 2009 +0000
@@ -0,0 +1,20 @@
+# $NetBSD: Makefile,v 1.1.1.1 2009/09/01 14:33:39 adam Exp $
+
+DISTNAME=      libxmi-1.2
+CATEGORIES=    graphics
+MASTER_SITES=  ${MASTER_SITE_GNU:=libxmi/}
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      http://www.gnu.org/software/libxmi/
+COMMENT=       C/C++ function library for rasterizing 2D vector graphics
+
+LICENSE=       gnu-gpl-v2
+
+PKG_DESTDIR_SUPPORT=   user-destdir
+
+USE_LANGUAGES=         c
+USE_LIBTOOL=           yes
+GNU_CONFIGURE=         yes
+INFO_FILES=            yes
+
+.include "../../mk/bsd.pkg.mk"
diff -r 7331a3d61e9a -r e81c1ac9cb2f graphics/libxmi/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/graphics/libxmi/PLIST     Tue Sep 01 14:33:39 2009 +0000
@@ -0,0 +1,4 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2009/09/01 14:33:39 adam Exp $
+include/xmi.h
+info/libxmi.info
+lib/libxmi.la
diff -r 7331a3d61e9a -r e81c1ac9cb2f graphics/libxmi/buildlink3.mk
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/graphics/libxmi/buildlink3.mk     Tue Sep 01 14:33:39 2009 +0000
@@ -0,0 +1,12 @@
+# $NetBSD: buildlink3.mk,v 1.1.1.1 2009/09/01 14:33:39 adam Exp $
+
+BUILDLINK_TREE+=       libxmi
+
+.if !defined(LIBXMI_BUILDLINK3_MK)
+LIBXMI_BUILDLINK3_MK:=
+
+BUILDLINK_API_DEPENDS.libxmi+= libxmi>=1.2
+BUILDLINK_PKGSRCDIR.libxmi?=   ../../graphics/libxmi
+.endif # LIBXMI_BUILDLINK3_MK
+
+BUILDLINK_TREE+=       -libxmi
diff -r 7331a3d61e9a -r e81c1ac9cb2f graphics/libxmi/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/graphics/libxmi/distinfo  Tue Sep 01 14:33:39 2009 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2009/09/01 14:33:39 adam Exp $
+
+SHA1 (libxmi-1.2.tar.gz) = 62fa13ec4c8b706729c2553122e44f81715f3c0b
+RMD160 (libxmi-1.2.tar.gz) = 6622ed9793605380c8f55f93bf953182fff07dd4
+Size (libxmi-1.2.tar.gz) = 302662 bytes



Home | Main Index | Thread Index | Old Index