[Midnightbsd-cvs] mports: mports/graphics: add libart

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Sun Oct 19 21:16:26 EDT 2008


Log Message:
-----------
add libart

Modified Files:
--------------
    mports/graphics:
        Makefile (r1.81 -> r1.82)

Added Files:
-----------
    mports/graphics/libart:
        Makefile (r1.1)
        distinfo (r1.1)
        pkg-descr (r1.1)
        pkg-plist (r1.1)

-------------- next part --------------
Index: Makefile
===================================================================
RCS file: /home/cvs/mports/graphics/Makefile,v
retrieving revision 1.81
retrieving revision 1.82
diff -L graphics/Makefile -L graphics/Makefile -u -r1.81 -r1.82
--- graphics/Makefile
+++ graphics/Makefile
@@ -40,6 +40,7 @@
     SUBDIR += kooka
     SUBDIR += kuickshow
     SUBDIR += lcms
+    SUBDIR += libart
     SUBDIR += libart_lgpl
     SUBDIR += libcaca
     SUBDIR += libdrm
--- /dev/null
+++ graphics/libart/pkg-descr
@@ -0,0 +1,8 @@
+Libart is a library of functions for 2D graphics supporting
+a superset of the PostScript imaging model, designed to be
+integrated with graphics, artwork, and illustration programs.
+It is written in optimized C, and is fully compatible with
+C++. With a small footprint of 10,000 lines of code, it is
+especially suitable for embedded applications. 
+
+WWW: http://www.levien.com/libart/
--- /dev/null
+++ graphics/libart/pkg-plist
@@ -0,0 +1,49 @@
+lib/libart_lgpl.so.5
+lib/libart_lgpl.so
+lib/libart_lgpl.la
+lib/libart_lgpl.a
+lib/libartConf.sh
+bin/libart-config
+include/libart_lgpl/art_affine.h
+include/libart_lgpl/art_alphagamma.h
+include/libart_lgpl/art_bpath.h
+include/libart_lgpl/art_config.h
+include/libart_lgpl/art_filterlevel.h
+include/libart_lgpl/art_gray_svp.h
+include/libart_lgpl/art_misc.h
+include/libart_lgpl/art_pathcode.h
+include/libart_lgpl/art_pixbuf.h
+include/libart_lgpl/art_point.h
+include/libart_lgpl/art_rect.h
+include/libart_lgpl/art_rect_svp.h
+include/libart_lgpl/art_rect_uta.h
+include/libart_lgpl/art_render.h
+include/libart_lgpl/art_render_gradient.h
+include/libart_lgpl/art_render_svp.h
+include/libart_lgpl/art_rgb.h
+include/libart_lgpl/art_rgb_affine.h
+include/libart_lgpl/art_rgb_bitmap_affine.h
+include/libart_lgpl/art_rgba.h
+include/libart_lgpl/art_rgb_pixbuf_affine.h
+include/libart_lgpl/art_rgb_rgba_affine.h
+include/libart_lgpl/art_rgb_svp.h
+include/libart_lgpl/art_svp.h
+include/libart_lgpl/art_svp_ops.h
+include/libart_lgpl/art_svp_point.h
+include/libart_lgpl/art_svp_render_aa.h
+include/libart_lgpl/art_svp_vpath.h
+include/libart_lgpl/art_svp_vpath_stroke.h
+include/libart_lgpl/art_svp_wind.h
+include/libart_lgpl/art_uta.h
+include/libart_lgpl/art_uta_ops.h
+include/libart_lgpl/art_uta_rect.h
+include/libart_lgpl/art_uta_vpath.h
+include/libart_lgpl/art_uta_svp.h
+include/libart_lgpl/art_vpath.h
+include/libart_lgpl/art_vpath_bpath.h
+include/libart_lgpl/art_vpath_dash.h
+include/libart_lgpl/art_vpath_svp.h
+include/libart_lgpl/libart.h
+include/libart_lgpl/libart-features.h
+ at dirrm include/libart_lgpl
+share/aclocal/libart.m4
--- /dev/null
+++ graphics/libart/Makefile
@@ -0,0 +1,26 @@
+# New ports collection makefile for:	libart
+# Date created:		8 July 2001
+# Whom:			Hye-Shik Chang <perky at python.or.kr>
+#
+# $MidnightBSD: mports/graphics/libart/Makefile,v 1.1 2008/10/20 01:16:24 laffer1 Exp $
+# $FreeBSD: ports/graphics/libart/Makefile,v 1.10 2007/02/01 02:41:40 kris Exp $
+#
+
+PORTNAME=	libart
+PORTVERSION=	2.3.3
+CATEGORIES=	graphics
+MASTER_SITES=	http://tiger.bioinf.cs.uni-potsdam.de/free/Graphics/ \
+		http://cvsup.theplanet.com/distfiles/
+
+MAINTAINER=	ports at MidnightBSD.org
+COMMENT=	Library for high-performance 2D graphics
+LICENSE=	lgpl
+
+USE_AUTOTOOLS=	libtool:15
+WRKSRC=		${WRKDIR}/${PORTNAME}_lgpl-${PORTVERSION}
+GNU_CONFIGURE=	yes
+USE_LDCONFIG=	yes
+
+CONFLICTS=	libart_lgpl-*
+
+.include <bsd.port.mk>
--- /dev/null
+++ graphics/libart/distinfo
@@ -0,0 +1,3 @@
+MD5 (libart-2.3.3.tar.gz) = 944a53194b13d3c36f06309201537c5f
+SHA256 (libart-2.3.3.tar.gz) = f58c619a0720fdbc38e5d7f7ffd35529ca6e476d4dfc8c9316a47935a98cf903
+SIZE (libart-2.3.3.tar.gz) = 194479


More information about the Midnightbsd-cvs mailing list