From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Jan 14 20:10:01 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 6E1EA72F for ; Mon, 14 Jan 2013 20:10:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 52FEC7E4 for ; Mon, 14 Jan 2013 20:10:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r0EKA1C4087436 for ; Mon, 14 Jan 2013 20:10:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r0EKA1dk087435; Mon, 14 Jan 2013 20:10:01 GMT (envelope-from gnats) Resent-Date: Mon, 14 Jan 2013 20:10:01 GMT Resent-Message-Id: <201301142010.r0EKA1dk087435@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, nemysis Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 1E80F511 for ; 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 ; 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 ; 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 To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/175307: [NEW PORT] graphics/linux-f10-sdl_gfx: SDL graphics drawing primitives (Linux Fedora 10) X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 14 Jan 2013 20:10:01 -0000 >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: 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: 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 d3dc1874c826f9140a046baf00df1b57 exit --- .shar ends here --- >Release-Note: >Audit-Trail: >Unformatted: