[Midnightbsd-cvs] mports [18541] trunk/graphics: add sdl_ttf for linux
laffer1 at midnightbsd.org
laffer1 at midnightbsd.org
Sat Apr 4 07:34:25 EDT 2015
Revision: 18541
http://svnweb.midnightbsd.org/mports/?rev=18541
Author: laffer1
Date: 2015-04-04 07:34:24 -0400 (Sat, 04 Apr 2015)
Log Message:
-----------
add sdl_ttf for linux
Modified Paths:
--------------
trunk/graphics/Makefile
trunk/graphics/sdl_ttf/Makefile
Added Paths:
-----------
trunk/graphics/linux-f10-sdl_ttf/
trunk/graphics/linux-f10-sdl_ttf/Makefile
trunk/graphics/linux-f10-sdl_ttf/distinfo.i386
trunk/graphics/linux-f10-sdl_ttf/pkg-descr
trunk/graphics/linux-f10-sdl_ttf/pkg-plist
Modified: trunk/graphics/Makefile
===================================================================
--- trunk/graphics/Makefile 2015-04-04 11:31:15 UTC (rev 18540)
+++ trunk/graphics/Makefile 2015-04-04 11:34:24 UTC (rev 18541)
@@ -99,6 +99,7 @@
SUBDIR += linux-f10-png
SUBDIR += linux-f10-png10
SUBDIR += linux-f10-sdl_image
+SUBDIR += linux-f10-sdl_ttf
SUBDIR += linux-f10-tiff
SUBDIR += linux-f10-ungif
SUBDIR += linux-panorama-tools
Added: trunk/graphics/linux-f10-sdl_ttf/Makefile
===================================================================
--- trunk/graphics/linux-f10-sdl_ttf/Makefile (rev 0)
+++ trunk/graphics/linux-f10-sdl_ttf/Makefile 2015-04-04 11:34:24 UTC (rev 18541)
@@ -0,0 +1,19 @@
+# $MidnightBSD$
+
+PORTNAME= sdl_ttf
+PORTVERSION= 2.0.8
+CATEGORIES= graphics linux
+MASTER_SITES= http://www.libsdl.org/projects/SDL_ttf/release/
+DISTNAME= SDL_ttf-${PORTVERSION}-1
+
+MAINTAINER= ports at MidnightSD.org
+COMMENT= Library to use TrueType fonts in SDL applications (Linux version)
+
+USE_LINUX= f10
+USE_LINUX_RPM= yes
+USE_LINUX_APPS= sdl12
+USE_LDCONFIG= yes
+DIST_SUBDIR= rpm
+PLIST_SUB+= SDLTTFVER=${PORTVERSION}
+
+.include <bsd.port.mk>
Property changes on: trunk/graphics/linux-f10-sdl_ttf/Makefile
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:keywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/graphics/linux-f10-sdl_ttf/distinfo.i386
===================================================================
--- trunk/graphics/linux-f10-sdl_ttf/distinfo.i386 (rev 0)
+++ trunk/graphics/linux-f10-sdl_ttf/distinfo.i386 2015-04-04 11:34:24 UTC (rev 18541)
@@ -0,0 +1,4 @@
+SHA256 (rpm/SDL_ttf-2.0.8-1.i386.rpm) = 0856470abcac968c03ecb98b5a8226b0a3d970b985c369079d31046a3f4a13e4
+SIZE (rpm/SDL_ttf-2.0.8-1.i386.rpm) = 23551
+SHA256 (rpm/SDL_ttf-2.0.8-1.src.rpm) = 95c449d93ac9812dfbb398c715e28ddc12ee924cefddd91ef25999111e924111
+SIZE (rpm/SDL_ttf-2.0.8-1.src.rpm) = 2465661
Property changes on: trunk/graphics/linux-f10-sdl_ttf/distinfo.i386
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/graphics/linux-f10-sdl_ttf/pkg-descr
===================================================================
--- trunk/graphics/linux-f10-sdl_ttf/pkg-descr (rev 0)
+++ trunk/graphics/linux-f10-sdl_ttf/pkg-descr 2015-04-04 11:34:24 UTC (rev 18541)
@@ -0,0 +1,6 @@
+This is a simple library to load images of various formats as SDL surfaces.
+This library supports BMP, PPM, PCX, GIF, JPEG, PNG, TGA, and TIFF formats.
+
+(Linux version)
+
+WWW: http://www.libsdl.org/projects/SDL_image/
Property changes on: trunk/graphics/linux-f10-sdl_ttf/pkg-descr
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/graphics/linux-f10-sdl_ttf/pkg-plist
===================================================================
--- trunk/graphics/linux-f10-sdl_ttf/pkg-plist (rev 0)
+++ trunk/graphics/linux-f10-sdl_ttf/pkg-plist 2015-04-04 11:34:24 UTC (rev 18541)
@@ -0,0 +1,5 @@
+usr/lib/libSDL_ttf-2.0.so.0
+usr/lib/libSDL_ttf-2.0.so.0.6.2
+usr/share/doc/SDL_ttf-%%SDLTTFVER%%/CHANGES
+usr/share/doc/SDL_ttf-%%SDLTTFVER%%/COPYING
+usr/share/doc/SDL_ttf-%%SDLTTFVER%%/README
Property changes on: trunk/graphics/linux-f10-sdl_ttf/pkg-plist
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Modified: trunk/graphics/sdl_ttf/Makefile
===================================================================
--- trunk/graphics/sdl_ttf/Makefile 2015-04-04 11:31:15 UTC (rev 18540)
+++ trunk/graphics/sdl_ttf/Makefile 2015-04-04 11:34:24 UTC (rev 18541)
@@ -1,10 +1,6 @@
-# New ports collection makefile for: sdl_ttf
-# Date created: 20 September 2000
-# Whom: Maxim Sobolev <sobomax at FreeBSD.org>
#
# $MidnightBSD$
# $FreeBSD: ports/graphics/sdl_ttf/Makefile,v 1.36 2007/05/19 20:10:48 flz Exp $
-#
PORTNAME= sdl_ttf
PORTVERSION= 2.0.8
@@ -13,15 +9,16 @@
DISTNAME= SDL_ttf-${PORTVERSION}
MAINTAINER= ports at MidnightBSD.org
-COMMENT= A library to use TrueType fonts to render text in SDL applications
+COMMENT= Library to use TrueType fonts to render text in SDL applications
+
LICENSE= lgpl
-LIB_DEPENDS= freetype.9:${PORTSDIR}/print/freetype2
+LIB_DEPENDS= libfreetype.so:${PORTSDIR}/print/freetype2
USE_SDL= sdl
-USE_GMAKE= yes
+USES= gmake
GNU_CONFIGURE= yes
-CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd6.0
+CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd9.1
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
USE_LDCONFIG= yes
More information about the Midnightbsd-cvs
mailing list