Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 30 Apr 2004 21:38:14 +0200 (CEST)
From:      Florent Thoumie <flz@xbsd.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/66121: New port: graphics/icoconvert - A small utility to >convert Windows .ico icon files into .xpm and .png files
Message-ID:  <20040430193814.167A3C75@gw.xbsd.org>
Resent-Message-ID: <200404301940.i3UJeDMW045896@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         66121
>Category:       ports
>Synopsis:       New port: graphics/icoconvert - A small utility to >convert Windows .ico icon files into .xpm and .png files
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Fri Apr 30 12:40:13 PDT 2004
>Closed-Date:
>Last-Modified:
>Originator:     Florent Thoumie
>Release:        FreeBSD 4.9-RC i386
>Organization:
Xbsd.org
>Environment:

System: FreeBSD gw 4.9-RC FreeBSD 4.9-RC #4: Sun Oct 5 14:25:09 CEST 2003 rf@gw:/usr/src/sys/compile/GW i386

>Description:

A small utility to convert Windows .ico icon files into .xpm and .png files.
This can be done in batches, and properly supports transparencies as well as
non 32x32 icon sizes. It also supports 24 bit icons.

WWW: http://http://www.mox.net/

>How-To-Repeat:

N/A

>Fix:

--- icoconvert-2.0.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:
#
#	icoconvert
#	icoconvert/pkg-descr
#	icoconvert/distinfo
#	icoconvert/Makefile
#
echo c - icoconvert
mkdir -p icoconvert > /dev/null 2>&1
echo x - icoconvert/pkg-descr
sed 's/^X//' >icoconvert/pkg-descr << 'END-of-icoconvert/pkg-descr'
XA small utility to convert Windows .ico icon files into .xpm and .png files.
XThis can be done in batches, and properly supports transparencies as well as
Xnon 32x32 icon sizes. It also supports 24 bit icons.
X
XWWW: http://http://www.mox.net/
X
X- Florent Thoumie
Xflz@xbsd.org
END-of-icoconvert/pkg-descr
echo x - icoconvert/distinfo
sed 's/^X//' >icoconvert/distinfo << 'END-of-icoconvert/distinfo'
XMD5 (icoconvert-2.0.tar.gz) = 56fe4474c8eaae2c8b886331cda41aca
XSIZE (icoconvert-2.0.tar.gz) = 349954
END-of-icoconvert/distinfo
echo x - icoconvert/Makefile
sed 's/^X//' >icoconvert/Makefile << 'END-of-icoconvert/Makefile'
X# New ports collection makefile for:	icoconvert
X# Date created:				Apr 30 2004
X# Whom:					Florent Thoumie <flz@xbsd.org>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	icoconvert
XPORTVERSION=	2.0
XCATEGORIES=	graphics
XMASTER_SITES=	http://www.mox.net/downloads/
X
XMAINTAINER=	flz@xbsd.org
XCOMMENT=	A small utility to convert Windows .ico icon files into .xpm and .png files
X
XLIB_DEPENDS=	gd.4:${PORTSDIR}/graphics/gd
X
XUSE_REINPLACE=	yes
X
XPLIST_FILES=	bin/icoconvert
X
Xpost-patch:
X	${REINPLACE_CMD} -e 's|^icoconvert|all|' ${WRKSRC}/Makefile
X	${REINPLACE_CMD} -e 's|^\(FLAGS=\)|\1-I${PREFIX}/include |' ${WRKSRC}/Makefile
X
Xdo-install:
X	${INSTALL_PROGRAM} ${WRKSRC}/icoconvert ${PREFIX}/bin
X
X.include <bsd.port.mk>
END-of-icoconvert/Makefile
exit

--- icoconvert-2.0.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?20040430193814.167A3C75>