Date: Wed, 31 Aug 2005 11:36:11 +0100 (BST) From: Jamie Jones <jamie@bishopston.net> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/85516: NEW PORT: graphics/interGif - Efficient animated GIF optimiser Message-ID: <200508311036.j7VAaBgp029262@thompson.bishopston.net> Resent-Message-ID: <200508311040.j7VAeERZ015620@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 85516 >Category: ports >Synopsis: NEW PORT: graphics/interGif - Efficient animated GIF optimiser >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: Wed Aug 31 10:40:13 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Jamie Jones >Release: FreeBSD 5.4-STABLE i386 >Organization: >Environment: System: FreeBSD thompson.bishopston.net 5.4-STABLE FreeBSD 5.4-STABLE #0: Sat Jul 2 02:27:11 BST 2005 root@thompson.bishopston.net:/usr/obj/usr/src/sys/THOMPSON i386 >Description: New port - command line driven animated-flash optimiser. (needed, as it works better that the one in Imagemagick and other packages) >How-To-Repeat: >Fix: # 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: # # interGif/ # interGif/Makefile # interGif/distinfo # interGif/pkg-descr # echo c - interGif/ mkdir -p interGif/ > /dev/null 2>&1 echo x - interGif/Makefile sed 's/^X//' >interGif/Makefile << 'END-of-interGif/Makefile' X# New ports collection makefile for: interGif X# Date created: 31 August 2005 X# Whom: jamie X# X# $FreeBSD$ X# X XPORTNAME= interGif XPORTVERSION= 6.15 XCATEGORIES= graphics XMASTER_SITES= http://utter.chaos.org.uk/~pdh/software/arc/ \ X http://ftp.bishopston.net/freebsd/distfiles/ \ X ftp://ftp.bishopston.net/freebsd/distfiles/ XDISTNAME= ig615src XEXTRACT_SUFX= .tgz X XMAINTAINER= jamie@bishopston.net XCOMMENT= Efficient animated GIF optimiser X XWRKSRC= ${WRKDIR}/igsrc X XPLIST_FILES= bin/intergif XALL_TARGET= intergif X Xpre-patch: X ${CP} -f ${WRKSRC}/makefile.ix ${WRKSRC}/Makefile X Xdo-install: X ${INSTALL_PROGRAM} ${WRKSRC}/intergif ${PREFIX}/bin/intergif X X.include <bsd.port.mk> END-of-interGif/Makefile echo x - interGif/distinfo sed 's/^X//' >interGif/distinfo << 'END-of-interGif/distinfo' XMD5 (ig615src.tgz) = 1d9ab04e9bb42e7392f401b669bad508 XSIZE (ig615src.tgz) = 120400 END-of-interGif/distinfo echo x - interGif/pkg-descr sed 's/^X//' >interGif/pkg-descr << 'END-of-interGif/pkg-descr' XINTERGIF 6.15 is a program for joining GIFs together (for animation), Xor splitting animations apart, or for optimising animations created Xby other programs. X* Supports the animation, transparency and interleaving features of GIF89a. X* Eliminates unused palette entries. X* Minimises the final size of the GIF with a devious and cunning optimisation X routine: almost every animated GIF the author has found on the web ends up X smaller when run through InterGif. X* Can forcibly reduce a GIF's palette to the standard Acorn 256-colour palette, X or to a 216-entry "web safe" colour cube (as used on the Macintosh and by X most Windows browsers),or to a palette file you supply. Alternatively, it can X calculate the best palette for displaying the GIF, and then reduce to that. X* From version 6.03, this also works with 16bpp and 24bpp input images -- and X with GIFs which use more than 256 colours in total. (GIFs can only use 256 X colours per frame, but each frame can have its own palette.) X* Lets you trim away any wholly transparent rows or columns from the edges of X your GIF (whether single-frame or animated). X* Can dither 16bpp or 24bpp input files to whatever palette is required (error X diffusion implementation kindly donated by Martin Wurthner). X XWWW: http://utter.chaos.org.uk/~pdh/software/intergif.htm X X- Jamie Xjamie@bishopston.net END-of-interGif/pkg-descr exit -- Virus Scanned by "bishopston.net" using ClamAv - http://www.clamav.net/ Database Updated : Wed Aug 31 08:38:01 BST 2005 - 39466 viruses scanned Database Last Checked: Wed Aug 31 10:38:00 BST 2005 >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200508311036.j7VAaBgp029262>