Date: Sat, 2 Oct 1999 14:46:48 -0400 (EDT) From: jedgar@fxp.org To: FreeBSD-gnats-submit@freebsd.org Subject: ports/14089: New port: graphics/icod Message-ID: <19991002184648.C8E839B20@pawn.primelocation.net>
next in thread | raw e-mail | index | archive | help
>Number: 14089 >Category: ports >Synopsis: New port: graphics/icod >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sat Oct 2 11:50:00 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Chris D. Faulhaber >Release: FreeBSD 4.0-CURRENT i386 >Organization: BUGO - BSD Users Group of Orlando >Environment: FreeBSD 4.0-CURRENT i386 >Description: New port: graphics/icod icod is a utility to convert Windows-format icon files (.ico) to X-format pixmaps (.xpm). >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: # # icod # icod/Makefile # icod/files # icod/files/md5 # icod/pkg # icod/pkg/PLIST # icod/pkg/COMMENT # icod/pkg/DESCR # echo c - icod mkdir -p icod > /dev/null 2>&1 echo x - icod/Makefile sed 's/^X//' >icod/Makefile << 'END-of-icod/Makefile' X# New ports collection makefile for: icod X# Version required: 1.0 X# Date created: 02 October 1999 X# Whom: Chris D. Faulhaber <jedgar@fxp.org> X# X# $FreeBSD$ X# X XDISTNAME= icod.1.0 XPKGNAME= icod-1.0 XCATEGORIES= graphics XMASTER_SITES= http://www.linuxberg.com/files/x11/graphics/ X XMAINTAINER= jedgar@fxp.org X XWRKSRC= ${WRKDIR}/icod XALL_TARGET= icod X Xdo-install: X ${INSTALL_SCRIPT} ${WRKSRC}/icod ${PREFIX}/bin X X.include <bsd.port.mk> END-of-icod/Makefile echo c - icod/files mkdir -p icod/files > /dev/null 2>&1 echo x - icod/files/md5 sed 's/^X//' >icod/files/md5 << 'END-of-icod/files/md5' XMD5 (icod.1.0.tar.gz) = cb94cf6e8c06111190439f33a16d91ec END-of-icod/files/md5 echo c - icod/pkg mkdir -p icod/pkg > /dev/null 2>&1 echo x - icod/pkg/PLIST sed 's/^X//' >icod/pkg/PLIST << 'END-of-icod/pkg/PLIST' Xbin/icod END-of-icod/pkg/PLIST echo x - icod/pkg/COMMENT sed 's/^X//' >icod/pkg/COMMENT << 'END-of-icod/pkg/COMMENT' XUtility to convert Windows icon files to xpm format END-of-icod/pkg/COMMENT echo x - icod/pkg/DESCR sed 's/^X//' >icod/pkg/DESCR << 'END-of-icod/pkg/DESCR' Xicod is a utility to convert Windows-format icon files X(.ico) to X-format pixmaps (.xpm). X XIt will extract all icon images from each specified X.ico file and write out each image to a filename Xconsisting of the basename of the image, the size, and Xthe bit depth. X X- Chris D. Faulhaber Xjedgar@fxp.org END-of-icod/pkg/DESCR exit >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?19991002184648.C8E839B20>