Date: Tue, 13 Oct 2009 05:19:56 GMT From: Stas Timokhin <stast@bsdportal.ru> To: freebsd-gnats-submit@FreeBSD.org Subject: ports/139557: New port: graphics/alpng - display PNG images using Allegro library Message-ID: <200910130519.n9D5JuwA006366@www.freebsd.org> Resent-Message-ID: <200910130530.n9D5U2UG005639@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 139557 >Category: ports >Synopsis: New port: graphics/alpng - display PNG images using Allegro library >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: Tue Oct 13 05:30:02 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Stas Timokhin >Release: >Organization: None >Environment: >Description: This port required by games/opensonic (see later PR) >How-To-Repeat: >Fix: Patch attached with submission follows: # 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: # # alpng # alpng/Makefile # alpng/distinfo # alpng/pkg-plist # alpng/pkg-descr # echo c - alpng mkdir -p alpng > /dev/null 2>&1 echo x - alpng/Makefile sed 's/^X//' >alpng/Makefile << '54e63314d11b3b1ecb0a0ab7c0a057ca' X# New ports collection makefile for: graphics/alpng X# Date created: 27 Aug 2009 X# Whom: Stas Timokhin <stast@bsdportal.ru> X# X# $FreeBSD$ X# X XPORTNAME= alpng XPORTVERSION= 1.3 XCATEGORIES= graphics XMASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTVERSION} XDISTNAME= ${PORTNAME}13 X XMAINTAINER= stast@bsdportal.ru XCOMMENT= Library for display PNG images in programs using the Allegro multimedia library X XLIB_DEPENDS+= alleg.42:${PORTSDIR}/devel/allegro X XHAS_CONFIGURE= yes XWRKSRC= ${WRKDIR} XMAKEFILE= makefile XUSE_GMAKE= yes XCFLAGS+= -I${LOCALBASE}/include XMAKE_ENV+= CFLAGS="${CFLAGS}" X Xdo-install: X ${INSTALL_DATA} ${WRKSRC}/libalpng.a ${PREFIX}/lib/libalpng.a X ${INSTALL_DATA} ${WRKSRC}/src/alpng.h ${PREFIX}/include/alpng.h X X.include <bsd.port.mk> 54e63314d11b3b1ecb0a0ab7c0a057ca echo x - alpng/distinfo sed 's/^X//' >alpng/distinfo << '9b47fbeaece5193ab4180aa0cf15d707' XMD5 (alpng13.tar.gz) = e1e4cf2771663a43c065e04ce5f4efd9 XSHA256 (alpng13.tar.gz) = 494d9c324e29d1a2ae92dda25ca3867d14bf9e76621e654eb9661099e2ca5055 XSIZE (alpng13.tar.gz) = 143920 9b47fbeaece5193ab4180aa0cf15d707 echo x - alpng/pkg-plist sed 's/^X//' >alpng/pkg-plist << '347bd04f7b152a5c6c59296baf48182e' Xinclude/alpng.h Xlib/libalpng.a 347bd04f7b152a5c6c59296baf48182e echo x - alpng/pkg-descr sed 's/^X//' >alpng/pkg-descr << 'b411c4b8db389e8eafc05b1f1af21fd5' XThis library servers for displaying PNG images in programs Xusing the Allegro multimedia library. X XWWW: http://alpng.sourceforge.net/ b411c4b8db389e8eafc05b1f1af21fd5 exit >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200910130519.n9D5JuwA006366>