import of SDL_gfx-2.0.8:

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.
This commit is contained in:
jolan 2003-08-09 03:22:50 +00:00
parent c19cc19c3d
commit 88d9d97ff5
5 changed files with 51 additions and 0 deletions

32
devel/sdl-gfx/Makefile Normal file
View File

@ -0,0 +1,32 @@
# $OpenBSD: Makefile,v 1.1.1.1 2003/08/09 03:22:50 jolan Exp $
COMMENT= "primitives drawing/other support functions for SDL"
DISTNAME= SDL_gfx-2.0.8
PKGNAME= ${DISTNAME:L:S/_/-/}
CATEGORIES= devel graphics x11
MASTER_SITES= ${HOMEPAGE}
HOMEPAGE= http://www.ferzkopp.net/Software/SDL_gfx-2.0/
MAINTAINER= Jolan Luff <jolan@openbsd.org>
# LGPL
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
USE_GMAKE= Yes
USE_X11= Yes
LIB_DEPENDS= SDL::devel/sdl
CONFIGURE_STYLE=gnu
CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include"
CONFIGURE_ARGS+=${CONFIGURE_SHARED}
.if ${MACHINE_ARCH} != "i386"
CONFIGURE_ARGS+=--disable-mmx
.endif
.include <bsd.port.mk>

3
devel/sdl-gfx/distinfo Normal file
View File

@ -0,0 +1,3 @@
MD5 (SDL_gfx-2.0.8.tar.gz) = 5e9e8b24d1f576f247a7560e3df4a7de
RMD160 (SDL_gfx-2.0.8.tar.gz) = de1b520b0ff375a7b209ef2f8aea8a8ff862eba0
SHA1 (SDL_gfx-2.0.8.tar.gz) = 03bb51c6788c238d0eb52ccc7d60f97f23b33a5f

4
devel/sdl-gfx/pkg/DESCR Normal file
View File

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

View File

@ -0,0 +1,3 @@
@comment $OpenBSD: PFRAG.shared,v 1.1.1.1 2003/08/09 03:22:50 jolan Exp $
lib/libSDL_gfx.so.8.0
DYNLIBDIR(%D/lib)

9
devel/sdl-gfx/pkg/PLIST Normal file
View File

@ -0,0 +1,9 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2003/08/09 03:22:50 jolan Exp $
include/SDL_framerate.h
include/SDL_gfxPrimitives.h
include/SDL_gfxPrimitives_font.h
include/SDL_imageFilter.h
include/SDL_rotozoom.h
lib/libSDL_gfx.a
lib/libSDL_gfx.la
%%SHARED%%