From nemysis@gmx.ch  Mon Jan 14 20:02:19 2013
Return-Path: <nemysis@gmx.ch>
Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115])
	by hub.freebsd.org (Postfix) with ESMTP id 1E80F511
	for <freebsd-gnats-submit@freebsd.org>; Mon, 14 Jan 2013 20:02:19 +0000 (UTC)
	(envelope-from nemysis@gmx.ch)
Received: from mout.gmx.net (mout.gmx.net [212.227.15.18])
	by mx1.freebsd.org (Postfix) with ESMTP id A2E1D77C
	for <freebsd-gnats-submit@freebsd.org>; Mon, 14 Jan 2013 20:02:18 +0000 (UTC)
Received: from mailout-de.gmx.net ([10.1.76.29]) by mrigmx.server.lan
 (mrigmx002) with ESMTP (Nemesis) id 0MGlZv-1Thtwp3DGr-00DWaQ for
 <FreeBSD-gnats-submit@freebsd.org>; Mon, 14 Jan 2013 21:02:10 +0100
Received: (qmail invoked by alias); 14 Jan 2013 20:02:09 -0000
Received: from 226-42.104-92.cust.bluewin.ch (EHLO something.email.com) [92.104.42.226]
  by mail.gmx.net (mp029) with SMTP; 14 Jan 2013 21:02:09 +0100
Received: by something.email.com (sSMTP sendmail emulation); Mon, 14 Jan 2013 21:02:08 +0100
Message-Id: <20130114200219.1E80F511@hub.freebsd.org>
Date: Mon, 14 Jan 2013 21:02:08 +0100
From: nemysis <nemysis@gmx.ch>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: [NEW PORT] graphics/linux-f10-sdl_gfx: SDL graphics drawing primitives (Linux Fedora 10)
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         175307
>Category:       ports
>Synopsis:       [NEW PORT] graphics/linux-f10-sdl_gfx: SDL graphics drawing primitives (Linux Fedora 10)
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    nemysis
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Mon Jan 14 20:10:01 UTC 2013
>Closed-Date:    Mon Apr 21 12:08:48 UTC 2014
>Last-Modified:  Mon Apr 21 12:08:48 UTC 2014
>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:

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.

The current components of the SDL_gfx library are:

   - Graphic Primitives (SDL_gfxPrimitves.h)
   - Rotozoomer (SDL_rotozoom.h)
   - Framerate control (SDL_framerate.h)
   - MMX image filters (SDL_imageFilter.h)

(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_gfx
#	linux-f10-sdl_gfx/distinfo.i386
#	linux-f10-sdl_gfx/Makefile
#
echo c - linux-f10-sdl_gfx
mkdir -p linux-f10-sdl_gfx > /dev/null 2>&1
echo x - linux-f10-sdl_gfx/distinfo.i386
sed 's/^X//' >linux-f10-sdl_gfx/distinfo.i386 << 'ee8469b558e38c120e086735590edf09'
XSHA256 (rpm/i386/fedora/10/SDL_gfx-2.0.16-5.fc9.i386.rpm) = f913e49d9b8af64856bd848c44a97cdc0c210fc88d0333b4ec9278d2466515c7
XSIZE (rpm/i386/fedora/10/SDL_gfx-2.0.16-5.fc9.i386.rpm) = 59421
ee8469b558e38c120e086735590edf09
echo x - linux-f10-sdl_gfx/Makefile
sed 's/^X//' >linux-f10-sdl_gfx/Makefile << 'd3dc1874c826f9140a046baf00df1b57'
X# Created by	nemysis@gmx.ch
X# $FreeBSD$
X
XPORTNAME=	sdl_gfx
XPORTVERSION=	2.0.16
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
XONLY_FOR_ARCHS=	i386 amd64
XUSE_LINUX_RPM=	yes
XLINUX_NAME=	SDL_gfx
XLINUX_DIST_VER=	10
XRPMVERSION=	5.fc9
XUSE_LDCONFIG=	yes
X
XPLIST_FILES=	usr/lib/libSDL_gfx.so usr/lib/libSDL_gfx.so.0 usr/lib/libSDL_gfx.so.0.0.16
XPLIST_DIRSTRY=	usr/share/doc usr/share usr/lib usr
XDOCSDIR=	${PREFIX}/usr/share/doc/${LINUX_NAME}-${PORTVERSION}
XPORTDOCS=	AUTHORS COPYING LICENSE README
XDESCR=		${.CURDIR}/../${PORTNAME}/pkg-descr
X
Xpost-install:
X		@cd ${PREFIX}/usr/lib ; ${LN} -sf libSDL_gfx.so.0 libSDL_gfx.so
X
X.include <bsd.port.mk>
d3dc1874c826f9140a046baf00df1b57
exit
--- .shar ends here ---

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->nemysis 
Responsible-Changed-By: miwi 
Responsible-Changed-When: Wed Aug 14 09:29:59 UTC 2013 
Responsible-Changed-Why:  
submitter is now committer. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=175307 
State-Changed-From-To: open->closed 
State-Changed-By: nemysis 
State-Changed-When: Mon Apr 21 12:08:48 UTC 2014 
State-Changed-Why:  
Not have time for this PR 

http://www.freebsd.org/cgi/query-pr.cgi?pr=175307 
>Unformatted:
