Date: Sat, 2 Dec 2006 11:51:38 +0800 From: chinsan <chinsan@FreeBSD.org> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/106196: [NEW PORT] graphics/scale2x: Real-time graphics effect able to increase the size of small bitmaps Message-ID: <20061202035139.65A3E2E9DF@smtp2.bc.hgc.com.tw> Resent-Message-ID: <200612020400.kB240WIC068372@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 106196 >Category: ports >Synopsis: [NEW PORT] graphics/scale2x: Real-time graphics effect able to increase the size of small bitmaps >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: Sat Dec 02 04:00:31 GMT 2006 >Closed-Date: >Last-Modified: >Originator: chinsan >Release: FreeBSD 6.1-STABLE i386 >Organization: FreeBSD Taiwan >Environment: System: FreeBSD chinsan2.twbbs.org 6.1-STABLE FreeBSD 6.1-STABLE #1: Fri Jun 2 16:44:35 CST >Description: Scale2x is real-time graphics effect able to increase the size of small bitmaps guessing the missing pixels without interpolating pixels and blurring the images. WWW: http://scale2x.sourceforge.net/ Generated with FreeBSD Port Tools 0.77 >How-To-Repeat: >Fix: --- scale2x-2.2.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: # # scale2x # scale2x/Makefile # scale2x/distinfo # scale2x/pkg-descr # echo c - scale2x mkdir -p scale2x > /dev/null 2>&1 echo x - scale2x/Makefile sed 's/^X//' >scale2x/Makefile << 'END-of-scale2x/Makefile' X# Ports collection makefile for: scale2x X# Date created: 2006/12/01 X# Whom: chinsan X# X# $FreeBSD$ X# X XPORTNAME= scale2x XPORTVERSION= 2.2 XCATEGORIES= graphics XMASTER_SITES= ${MASTER_SITE_SOURCEFORGE} XMASTER_SITE_SUBDIR= ${PORTNAME} X XMAINTAINER= chinsan@FreeBSD.org XCOMMENT= Real-time graphics effect able to increase the size of small bitmaps X XLIB_DEPENDS= png.5:${PORTSDIR}/graphics/png X XUSE_GETOPT_LONG=yes XGNU_CONFIGURE= yes XCPPFLAGS+= -I${LOCALBASE}/include XLDFLAGS+= -L${LOCALBASE}/lib XCONFIGURE_ENV+= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" X XPLIST_FILES= bin/scalex bin/scalerx XMAN1= scalex.1 scalerx.1 X Xpost-patch: X @${REINPLACE_CMD} -e 's,png.h,libpng/png.h,' ${WRKSRC}/file.h X X.include <bsd.port.mk> END-of-scale2x/Makefile echo x - scale2x/distinfo sed 's/^X//' >scale2x/distinfo << 'END-of-scale2x/distinfo' XMD5 (scale2x-2.2.tar.gz) = b0a44a2d513d419354b0cf9542e62775 XSHA256 (scale2x-2.2.tar.gz) = 5784683c8d4c41741bb122b82704c08f9e1fd4fe1e0410f04917a27b27b1ed59 XSIZE (scale2x-2.2.tar.gz) = 156834 END-of-scale2x/distinfo echo x - scale2x/pkg-descr sed 's/^X//' >scale2x/pkg-descr << 'END-of-scale2x/pkg-descr' XScale2x is real-time graphics effect able to increase the size of small Xbitmaps guessing the missing pixels without interpolating pixels and Xblurring the images. X XWWW: http://scale2x.sourceforge.net/ END-of-scale2x/pkg-descr exit --- scale2x-2.2.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?20061202035139.65A3E2E9DF>