Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 14 Jan 2013 21:02:14 +0100
From:      nemysis <nemysis@gmx.ch>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/175308: [NEW PORT] graphics/linux-f10-sdl_ttf: SDL graphics drawing primitives (Linux Fedora 10)
Message-ID:  <20130114200223.7022F512@hub.freebsd.org>
Resent-Message-ID: <201301142010.r0EKA1P5087446@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         175308
>Category:       ports
>Synopsis:       [NEW PORT] graphics/linux-f10-sdl_ttf: SDL graphics drawing primitives (Linux Fedora 10)
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Mon Jan 14 20:10:01 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator:     nemysis
>Release:        FreeBSD 9.1-RELEASE amd64
>Organization:
>Environment:
System: FreeBSD FreeBSD_Ports 9.1-RELEASE FreeBSD 9.1-RELEASE #0 r243825: Tue Dec  4 09:23:10
>Description:

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.

(Linux Fedora 10)

Generated and tested manually, tested with port test, sent with FreeBSD Port Tools 0.99_6 (mode: new)
>How-To-Repeat:

portlint -A
looks fine.

port test: clean

>Fix:

--- .shar begins here ---
# This is a shell archive.  Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file".  Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
#	linux-f10-sdl_ttf
#	linux-f10-sdl_ttf/distinfo.i386
#	linux-f10-sdl_ttf/Makefile
#
echo c - linux-f10-sdl_ttf
mkdir -p linux-f10-sdl_ttf > /dev/null 2>&1
echo x - linux-f10-sdl_ttf/distinfo.i386
sed 's/^X//' >linux-f10-sdl_ttf/distinfo.i386 << '9abca2f4e1d59e70f8cd5aed294f0ba7'
XSHA256 (rpm/i386/fedora/10/SDL_ttf-2.0.9-4.fc9.i386.rpm) = b6fe210bf77399bc9b0ba8e4582630cbd2413b600294480223b2e71e1952ab01
XSIZE (rpm/i386/fedora/10/SDL_ttf-2.0.9-4.fc9.i386.rpm) = 27134
9abca2f4e1d59e70f8cd5aed294f0ba7
echo x - linux-f10-sdl_ttf/Makefile
sed 's/^X//' >linux-f10-sdl_ttf/Makefile << '988cfa6415ced6a246aabfdf893eb4db'
X# Created by	nemysis@gmx.ch
X# $FreeBSD$
X
XPORTNAME=	sdl_ttf
XPORTVERSION=	2.0.9
XCATEGORIES=	graphics linux
XMASTER_SITES=	https://archives.fedoraproject.org/pub/archive/fedora/linux/releases/${LINUX_DIST_VER}/Everything/i386/os/Packages/ \
X		http://ftp.rhd.ru/pub/fedora/linux/releases/${LINUX_DIST_VER}/Everything/i386/os/Packages/ \
X		http://ftp.udl.es/pub/fedora/linux/releases/${LINUX_DIST_VER}/Everything/i386/os/Packages/
XPKGNAMEPREFIX=	linux-f10-
XDISTNAME=	${LINUX_NAME}-${PORTVERSION}-${RPMVERSION}
X
XMAINTAINER=	nemysis@gmx.ch
XCOMMENT=	SDL graphics drawing primitives (Linux Fedora 10)
X
XCONFLICTS=	linux-sdl_ttf-[0-9]*
X
XONLY_FOR_ARCHS=	i386 amd64
XUSE_LINUX_RPM=	yes
XLINUX_NAME=	SDL_ttf
XLINUX_DIST_VER=	10
XRPMVERSION=	4.fc9
XUSE_LDCONFIG=	yes
X
XPLIST_FILES=	usr/lib/libSDL_ttf-2.0.so usr/lib/libSDL_ttf-2.0.so.0 usr/lib/libSDL_ttf-2.0.so.0.6.3
XPLIST_DIRSTRY=	usr/share/doc usr/share usr/lib usr
XDOCSDIR=	${PREFIX}/usr/share/doc/${LINUX_NAME}-${PORTVERSION}
XPORTDOCS=	CHANGES COPYING README
XDESCR=		${.CURDIR}/../${PORTNAME}/pkg-descr
X
Xpost-install:
X		@cd ${PREFIX}/usr/lib ; ${LN} -sf libSDL_ttf-2.0.so.0 libSDL_ttf-2.0.so
X
X.include <bsd.port.mk>
988cfa6415ced6a246aabfdf893eb4db
exit
--- .shar ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20130114200223.7022F512>