Bug 85516 - NEW PORT: graphics/interGif - Efficient animated GIF optimiser
Summary: NEW PORT: graphics/interGif - Efficient animated GIF optimiser
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-08-31 11:40 UTC by Jamie Jones
Modified: 2014-06-16 04:25 UTC (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jamie Jones 2005-08-31 11:40:13 UTC
New port - command line driven animated-flash optimiser.

(needed, as it works better that the one in Imagemagick and other packages)

Fix: 

-- 
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--lk86nMl6I24rtFuv02HOZxlUYBXy2jiv4lZb357ZpfqsYZCT
Content-Type: text/plain; name="file.shar"
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment; filename="file.shar"

# 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
Comment 1 Pav Lucistnik freebsd_committer freebsd_triage 2005-09-04 15:44:45 UTC
State Changed
From-To: open->closed

New port added, thank you! 

Added a patch file to match function declarations with actual functions - 
it was giving some problems on amd64