summaryrefslogtreecommitdiffstats
path: root/graphics/sdl_ttf
diff options
context:
space:
mode:
authormarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2006-10-14 18:33:48 +0800
committermarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2006-10-14 18:33:48 +0800
commit1b3327761c8bcb98d89b529daeae9600844b4361 (patch)
tree0be1cd4eb5fec6661da4798906b0d9bd522e794f /graphics/sdl_ttf
parenta65aedbb59fd9dfb33a4633611777da99ec4dcd5 (diff)
downloadmarcuscom-ports-1b3327761c8bcb98d89b529daeae9600844b4361.tar
marcuscom-ports-1b3327761c8bcb98d89b529daeae9600844b4361.tar.gz
marcuscom-ports-1b3327761c8bcb98d89b529daeae9600844b4361.tar.bz2
marcuscom-ports-1b3327761c8bcb98d89b529daeae9600844b4361.tar.lz
marcuscom-ports-1b3327761c8bcb98d89b529daeae9600844b4361.tar.xz
marcuscom-ports-1b3327761c8bcb98d89b529daeae9600844b4361.tar.zst
marcuscom-ports-1b3327761c8bcb98d89b529daeae9600844b4361.zip
Clean out MarcusCom after the big import into ports.
Next stop, GNOME 2.17. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@7799 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'graphics/sdl_ttf')
-rw-r--r--graphics/sdl_ttf/Makefile36
-rw-r--r--graphics/sdl_ttf/distinfo3
-rw-r--r--graphics/sdl_ttf/files/patch-SDL_ttf.c19
-rw-r--r--graphics/sdl_ttf/files/patch-aa13
-rw-r--r--graphics/sdl_ttf/pkg-descr15
-rw-r--r--graphics/sdl_ttf/pkg-plist8
6 files changed, 0 insertions, 94 deletions
diff --git a/graphics/sdl_ttf/Makefile b/graphics/sdl_ttf/Makefile
deleted file mode 100644
index c355211a1..000000000
--- a/graphics/sdl_ttf/Makefile
+++ /dev/null
@@ -1,36 +0,0 @@
-# New ports collection makefile for: sdl_ttf
-# Date created: 20 September 2000
-# Whom: Maxim Sobolev <sobomax@FreeBSD.org>
-#
-# $FreeBSD$
-#
-
-PORTNAME= sdl_ttf
-PORTVERSION= 2.0.8
-PORTREVISION= 1
-CATEGORIES= graphics
-MASTER_SITES= http://www.libsdl.org/projects/SDL_ttf/release/
-DISTNAME= SDL_ttf-${PORTVERSION}
-
-MAINTAINER= shaun@FreeBSD.org
-COMMENT= A library to use TrueType fonts to render text in SDL applications
-
-LIB_DEPENDS= freetype.9:${PORTSDIR}/print/freetype2
-
-USE_SDL= sdl
-USE_GMAKE= yes
-GNU_CONFIGURE= yes
-CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
-CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
- LDFLAGS="-L${LOCALBASE}/lib"
-USE_LDCONFIG= yes
-
-.if !defined(WITHOUT_X11) && !defined(WITHOUT_GL)
-USE_GL= yes
-.endif
-
-post-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/.libs/glfont ${PREFIX}/bin
- ${INSTALL_PROGRAM} ${WRKSRC}/.libs/showfont ${PREFIX}/bin
-
-.include <bsd.port.mk>
diff --git a/graphics/sdl_ttf/distinfo b/graphics/sdl_ttf/distinfo
deleted file mode 100644
index 1b5687245..000000000
--- a/graphics/sdl_ttf/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 (SDL_ttf-2.0.8.tar.gz) = 094b6c08769e9842dbe1dfb5efa22df7
-SHA256 (SDL_ttf-2.0.8.tar.gz) = 6f57c879c0d15211f468aac48ed43653103bbe701a3f1cff462107ad1f74c5bc
-SIZE (SDL_ttf-2.0.8.tar.gz) = 2457385
diff --git a/graphics/sdl_ttf/files/patch-SDL_ttf.c b/graphics/sdl_ttf/files/patch-SDL_ttf.c
deleted file mode 100644
index dbfadc227..000000000
--- a/graphics/sdl_ttf/files/patch-SDL_ttf.c
+++ /dev/null
@@ -1,19 +0,0 @@
---- SDL_ttf.c.orig Mon May 1 05:26:17 2006
-+++ SDL_ttf.c Sun Sep 24 15:46:44 2006
-@@ -48,7 +48,6 @@
- #include <freetype/ftoutln.h>
- #include <freetype/ttnameid.h>
- */
--#include <freetype/internal/ftobjs.h>
-
- #ifndef FT_OPEN_STREAM
- #define FT_OPEN_STREAM ft_open_stream
-@@ -278,7 +277,7 @@
- }
- memset(stream, 0, sizeof(*stream));
-
-- stream->memory = library->memory;
-+ stream->memory = NULL;
- stream->read = RWread;
- stream->descriptor.pointer = src;
- stream->pos = (unsigned long)position;
diff --git a/graphics/sdl_ttf/files/patch-aa b/graphics/sdl_ttf/files/patch-aa
deleted file mode 100644
index 95d4ef7aa..000000000
--- a/graphics/sdl_ttf/files/patch-aa
+++ /dev/null
@@ -1,13 +0,0 @@
-
-$FreeBSD$
-
---- Makefile.in.orig
-+++ Makefile.in
-@@ -243,7 +243,6 @@
-
- libSDL_ttf_la_LDFLAGS = \
- -no-undefined \
-- -release $(LT_RELEASE) \
- -version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE)
-
- libSDL_ttf_la_LIBADD =
diff --git a/graphics/sdl_ttf/pkg-descr b/graphics/sdl_ttf/pkg-descr
deleted file mode 100644
index f105e2225..000000000
--- a/graphics/sdl_ttf/pkg-descr
+++ /dev/null
@@ -1,15 +0,0 @@
-This library is a wrapper around the excellent FreeType library.
-
-WARNING: There may be patent issues with using the FreeType library. Check the
-FreeType website for up-to-date details.
-
-This library allows you to use TrueType fonts to render text in SDL
-applications.
-
-Be careful when including fonts with your application, as many of them are
-copyrighted. The Microsoft fonts, for example, are not freely redistributable
-and even the free "web" fonts they provide are only redistributable in their
-special executable installer form (May 1998). There are plenty of freeware and
-shareware fonts available on the Internet though, and may suit your purposes.
-
-WWW: http://www.libsdl.org/projects/SDL_ttf/
diff --git a/graphics/sdl_ttf/pkg-plist b/graphics/sdl_ttf/pkg-plist
deleted file mode 100644
index 7f20ac885..000000000
--- a/graphics/sdl_ttf/pkg-plist
+++ /dev/null
@@ -1,8 +0,0 @@
-bin/glfont
-bin/showfont
-include/SDL/SDL_ttf.h
-lib/libSDL_ttf.a
-lib/libSDL_ttf.la
-lib/libSDL_ttf.so
-lib/libSDL_ttf.so.6
-@dirrmtry include/SDL