From amdmi3@amdmi3.ru  Tue Jun  3 14:41:19 2008
Return-Path: <amdmi3@amdmi3.ru>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id B64A71065673
	for <FreeBSD-gnats-submit@freebsd.org>; Tue,  3 Jun 2008 14:41:19 +0000 (UTC)
	(envelope-from amdmi3@amdmi3.ru)
Received: from cp65.agava.net (cp65.agava.net [89.108.66.215])
	by mx1.freebsd.org (Postfix) with ESMTP id 3EBA78FC15
	for <FreeBSD-gnats-submit@freebsd.org>; Tue,  3 Jun 2008 14:41:19 +0000 (UTC)
	(envelope-from amdmi3@amdmi3.ru)
Received: from [213.148.20.85] (helo=hive.panopticon)
	by cp65.agava.net with esmtpsa (TLSv1:AES256-SHA:256)
	(Exim 4.63 (FreeBSD))
	(envelope-from <amdmi3@amdmi3.ru>)
	id 1K3Xo1-000LFT-3R
	for FreeBSD-gnats-submit@freebsd.org; Tue, 03 Jun 2008 18:48:09 +0400
Received: from hades.panopticon (hades.panopticon [192.168.0.32])
	by hive.panopticon (Postfix) with ESMTP id 9AE807601
	for <FreeBSD-gnats-submit@freebsd.org>; Tue,  3 Jun 2008 18:41:50 +0400 (MSD)
Received: by hades.panopticon (Postfix, from userid 1000)
	id E93251702D; Tue,  3 Jun 2008 18:41:23 +0400 (MSD)
Message-Id: <20080603144123.E93251702D@hades.panopticon>
Date: Tue,  3 Jun 2008 18:41:23 +0400 (MSD)
From: Dmitry Marakasov <amdmi3@amdmi3.ru>
Reply-To: Dmitry Marakasov <amdmi3@amdmi3.ru>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: [NEW PORT] graphics/linux-sdl_ttf: A library to use TrueType fonts in SDL applications (linux version)
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         124237
>Category:       ports
>Synopsis:       [NEW PORT] graphics/linux-sdl_ttf: A library to use TrueType fonts in SDL applications (linux version)
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    miwi
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Tue Jun 03 14:50:03 UTC 2008
>Closed-Date:    Thu Jun 05 13:57:59 UTC 2008
>Last-Modified:  Thu Jun  5 14:00:00 UTC 2008
>Originator:     Dmitry Marakasov
>Release:        FreeBSD 7.0-RELEASE-p1 i386
>Organization:
>Environment:
System: FreeBSD hades.panopticon 7.0-RELEASE-p1 FreeBSD 7.0-RELEASE-p1 #0: Fri Apr 25 11:18:45 MSD 2008 root@hades.panopticon:/usr/obj/usr/src/sys/HADES i386


>Description:
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/
---
This library is needed for the upcoming games/linux-toribash port

>How-To-Repeat:
>Fix:

--- linux-sdl_ttf-2.0.8.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-sdl_ttf
#	linux-sdl_ttf/Makefile
#	linux-sdl_ttf/pkg-descr
#	linux-sdl_ttf/pkg-plist
#	linux-sdl_ttf/distinfo.i386
#
echo c - linux-sdl_ttf
mkdir -p linux-sdl_ttf > /dev/null 2>&1
echo x - linux-sdl_ttf/Makefile
sed 's/^X//' >linux-sdl_ttf/Makefile << 'END-of-linux-sdl_ttf/Makefile'
X# New ports collection makefile for:	linux-sdl_ttf
X# Date created:		03 Feb 2008
X# Whom:			Dmitry Marakasov <amdmi3@amdmi3.ru>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	sdl_ttf
XPORTVERSION=	2.0.8
XCATEGORIES=	graphics linux
XMASTER_SITES=	http://www.libsdl.org/projects/SDL_ttf/release/
XDISTNAME=	SDL_ttf-${PORTVERSION}-1
X
XMAINTAINER=	amdmi3@amdmi3.ru
XCOMMENT=	A library to use TrueType fonts in SDL applications (linux version)
X
XRUN_DEPENDS=	${LINUXBASE}/usr/lib/libSDL-1.2.so.0:${PORTSDIR}/devel/linux-sdl12
X
XUSE_LINUX_RPM=	yes
XUSE_LDCONFIG=	yes
XONLY_FOR_ARCHS=	i386 amd64
XDIST_SUBDIR=	rpm
XPLIST_SUB+=	SDLTTFVER=${PORTVERSION}
X
X.include <bsd.port.mk>
END-of-linux-sdl_ttf/Makefile
echo x - linux-sdl_ttf/pkg-descr
sed 's/^X//' >linux-sdl_ttf/pkg-descr << 'END-of-linux-sdl_ttf/pkg-descr'
XThis is a simple library to load images of various formats as SDL surfaces.
XThis library supports BMP, PPM, PCX, GIF, JPEG, PNG, TGA, and TIFF formats.
X
X(Linux version)
X
XWWW: http://www.libsdl.org/projects/SDL_image/
END-of-linux-sdl_ttf/pkg-descr
echo x - linux-sdl_ttf/pkg-plist
sed 's/^X//' >linux-sdl_ttf/pkg-plist << 'END-of-linux-sdl_ttf/pkg-plist'
Xusr/lib/libSDL_ttf-2.0.so.0
Xusr/lib/libSDL_ttf-2.0.so.0.6.2
X%%PORTDOCS%%usr/share/doc/SDL_ttf-%%SDLTTFVER%%/CHANGES
X%%PORTDOCS%%usr/share/doc/SDL_ttf-%%SDLTTFVER%%/COPYING
X%%PORTDOCS%%usr/share/doc/SDL_ttf-%%SDLTTFVER%%/README
X%%PORTDOCS%%@dirrm usr/share/doc/SDL_ttf-%%SDLTTFVER%%
END-of-linux-sdl_ttf/pkg-plist
echo x - linux-sdl_ttf/distinfo.i386
sed 's/^X//' >linux-sdl_ttf/distinfo.i386 << 'END-of-linux-sdl_ttf/distinfo.i386'
XMD5 (rpm/SDL_ttf-2.0.8-1.i386.rpm) = 9ee787651fd29775eae178babb54cbf9
XSHA256 (rpm/SDL_ttf-2.0.8-1.i386.rpm) = 0856470abcac968c03ecb98b5a8226b0a3d970b985c369079d31046a3f4a13e4
XSIZE (rpm/SDL_ttf-2.0.8-1.i386.rpm) = 23551
END-of-linux-sdl_ttf/distinfo.i386
exit
--- linux-sdl_ttf-2.0.8.shar ends here ---

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->miwi 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Tue Jun 3 14:50:10 UTC 2008 
Responsible-Changed-Why:  
miwi@ wants his PRs (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=124237 
State-Changed-From-To: open->closed 
State-Changed-By: miwi 
State-Changed-When: Thu Jun 5 13:57:59 UTC 2008 
State-Changed-Why:  
Committed. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=124237 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/124237: commit references a PR
Date: Thu,  5 Jun 2008 13:58:16 +0000 (UTC)

 miwi        2008-06-05 13:58:03 UTC
 
   FreeBSD ports repository
 
   Modified files:
     graphics             Makefile 
   Added files:
     graphics/linux-sdl_ttf Makefile distinfo.i386 pkg-descr 
                            pkg-plist 
   Log:
   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.
   
   WWW: http://www.libsdl.org/projects/SDL_image/
   
   PR:             ports/124237
   Submitted by:   Dmitry Marakasov <amdmi3 at amdmi3.ru>
   
   Revision  Changes    Path
   1.1160    +1 -0      ports/graphics/Makefile
   1.1       +25 -0     ports/graphics/linux-sdl_ttf/Makefile (new)
   1.1       +6 -0      ports/graphics/linux-sdl_ttf/distinfo.i386 (new)
   1.1       +6 -0      ports/graphics/linux-sdl_ttf/pkg-descr (new)
   1.1       +6 -0      ports/graphics/linux-sdl_ttf/pkg-plist (new)
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
>Unformatted:
