[Midnightbsd-cvs] mports: mports/graphics: Add sdl_gfx

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Sat Mar 8 21:09:30 EST 2008


Log Message:
-----------
Add sdl_gfx

Modified Files:
--------------
    mports/graphics:
        Makefile (r1.72 -> r1.73)

Added Files:
-----------
    mports/graphics/sdl_gfx:
        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.72
retrieving revision 1.73
diff -L graphics/Makefile -L graphics/Makefile -u -r1.72 -r1.73
--- graphics/Makefile
+++ graphics/Makefile
@@ -91,6 +91,7 @@
     SUBDIR += py-cairo
     SUBDIR += sane-backends
     SUBDIR += scr2png
+    SUBDIR += sdl_gfx
     SUBDIR += sdl_image
     SUBDIR += sdl_ttf
     SUBDIR += svgalib
--- /dev/null
+++ graphics/sdl_gfx/pkg-descr
@@ -0,0 +1,12 @@
+The SDL_gfx library evolved out of the SDL_gfxPrimitives code which provided
+basic drawing routines such as lines, circles or polygons and SDL_rotozoom
+which implemented a interpolating rotozoomer for SDL surfaces.
+
+The current components of the SDL_gfx library are:
+
+   - Graphic Primitives (SDL_gfxPrimitves.h)
+   - Rotozoomer (SDL_rotozoom.h)
+   - Framerate control (SDL_framerate.h)
+   - MMX image filters (SDL_imageFilter.h)
+
+WWW: http://www.ferzkopp.net/Software/SDL_gfx-2.0/
--- /dev/null
+++ graphics/sdl_gfx/pkg-plist
@@ -0,0 +1,10 @@
+include/SDL/SDL_framerate.h
+include/SDL/SDL_gfxPrimitives.h
+include/SDL/SDL_gfxPrimitives_font.h
+include/SDL/SDL_imageFilter.h
+include/SDL/SDL_rotozoom.h
+lib/libSDL_gfx.a
+lib/libSDL_gfx.la
+lib/libSDL_gfx.so
+lib/libSDL_gfx.so.13
+ at dirrmtry include/SDL
--- /dev/null
+++ graphics/sdl_gfx/Makefile
@@ -0,0 +1,39 @@
+# ex:ts=8
+# Ports collection makefile for:	sdl_gfx
+# Date created:			Apr 25, 2002
+# Whom:				ijliao
+#
+# $MidnightBSD: mports/graphics/sdl_gfx/Makefile,v 1.1 2008/03/09 02:09:28 laffer1 Exp $
+# $FreeBSD: ports/graphics/sdl_gfx/Makefile,v 1.34 2007/10/28 12:01:32 shaun Exp $
+#
+
+PORTNAME=	sdl_gfx
+PORTVERSION=	2.0.13
+CATEGORIES=	graphics
+MASTER_SITES=	http://www.ferzkopp.net/Software/%SUBDIR%/ \
+		http://mirror.inerd.com/FreeBSD/distfiles/${PORTNAME}/
+MASTER_SITE_SUBDIR=	SDL_gfx-${PORTVERSION:R}
+DISTNAME=	SDL_gfx-${PORTVERSION}
+
+MAINTAINER=	ports at MidnightBSD.org
+COMMENT=	SDL graphics drawing primitives and other support functions
+LICENSE=	lgpl
+
+USE_AUTOTOOLS=	libtool:15
+USE_SDL=	sdl
+USE_GMAKE=	yes
+GNU_CONFIGURE=	yes
+CONFIGURE_TARGET=	--build=${MACHINE_ARCH}-portbld-freebsd6.0
+CONFIGURE_ARGS=	--includedir=${PREFIX}/include \
+		--disable-mmx
+MAKE_ARGS=	ACLOCAL="${TRUE}" AUTOCONF="${TRUE}" AUTOMAKE="${TRUE}" \
+		AUTOHEADER="${TRUE}"
+USE_LDCONFIG=	yes
+
+.include <bsd.port.pre.mk>
+
+.if defined(WITH_MMX) && (${ARCH} == "i386")
+CFLAGS+=	-DUSE_MMX
+.endif
+
+.include <bsd.port.post.mk>
--- /dev/null
+++ graphics/sdl_gfx/distinfo
@@ -0,0 +1,3 @@
+MD5 (SDL_gfx-2.0.13.tar.gz) = b1ce778232db0b1979695f0a5a945a13
+SHA256 (SDL_gfx-2.0.13.tar.gz) = d350706545894d1a60c6fa9109349c420ba86bb7243c770cf1602ccc820661d6
+SIZE (SDL_gfx-2.0.13.tar.gz) = 598297


More information about the Midnightbsd-cvs mailing list