Date: Tue, 17 Feb 2004 04:50:20 -0800 (PST) From: Michael Nottebrock <michaelnottebrock@gmx.net> To: freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/62928: New port: graphics/dcraw, a raw images converter (needed by digikamplugins) Message-ID: <200402171250.i1HCoKdo003451@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/62928; it has been noted by GNATS. From: Michael Nottebrock <michaelnottebrock@gmx.net> To: freebsd-gnats-submit@FreeBSD.org, avleeuwen@piwebs.com Cc: Subject: Re: ports/62928: New port: graphics/dcraw, a raw images converter (needed by digikamplugins) Date: Tue, 17 Feb 2004 13:49:57 +0100 --Boundary-00=_33gMALXr8coGXvs Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline I've added a patch, needed to compile with gcc2.95/-STABLE. Please review. --Boundary-00=_33gMALXr8coGXvs Content-Type: text/plain; charset="us-ascii"; name="dcraw.shar" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="dcraw.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: # # dcraw # dcraw/Makefile # dcraw/distinfo # dcraw/pkg-descr # dcraw/files # dcraw/files/patch-dcraw.c # echo c - dcraw mkdir -p dcraw > /dev/null 2>&1 echo x - dcraw/Makefile sed 's/^X//' >dcraw/Makefile << 'END-of-dcraw/Makefile' X# New ports collection makefile for: dcraw X# Date created: 14 February 2004 X# Whom: Arjan van Leeuwen <avleeuwen@piwebs.com> X# X# $FreeBSD$ X# X XPORTNAME= dcraw XPORTVERSION= 1.166 XCATEGORIES= graphics XMASTER_SITES= http://people.fruitsalad.org/avleeuwen/distfiles/${PORTNAME}/ X XMAINTAINER= avleeuwen@piwebs.com XCOMMENT= Decoder for RAW files from digital cameras X XPLIST_FILES= bin/dcraw X X.include <bsd.port.pre.mk> X Xdo-install:: X ${INSTALL_PROGRAM} ${WRKSRC}/dcraw ${PREFIX}/bin X X.include <bsd.port.post.mk> END-of-dcraw/Makefile echo x - dcraw/distinfo sed 's/^X//' >dcraw/distinfo << 'END-of-dcraw/distinfo' XMD5 (dcraw-1.166.tar.gz) = 370ffb53fa113410171d4f72e93a3acc XSIZE (dcraw-1.166.tar.gz) = 40578 END-of-dcraw/distinfo echo x - dcraw/pkg-descr sed 's/^X//' >dcraw/pkg-descr << 'END-of-dcraw/pkg-descr' Xdcraw is an ANSI C program that decodes any raw image from any digital camera Xon any computer running any operating system. It's become a standard tool Xwithin and without the Open Source world. It's small (about 3000 lines), Xportable (standard C libraries only), free (both "gratis" and "libre"), and Xwhen used skillfully, produces better-quality output than the tools provided by Xthe camera vendor. X XWWW: http://www.cybercom.net/~dcoffin/dcraw/ X X- Arjan Xavleeuwen@piwebs.com END-of-dcraw/pkg-descr echo c - dcraw/files mkdir -p dcraw/files > /dev/null 2>&1 echo x - dcraw/files/patch-dcraw.c sed 's/^X//' >dcraw/files/patch-dcraw.c << 'END-of-dcraw/files/patch-dcraw.c' X--- dcraw.c.orig Tue Feb 17 10:58:29 2004 X+++ dcraw.c Tue Feb 17 10:59:27 2004 X@@ -53,7 +53,6 @@ X #endif X X typedef unsigned char uchar; X-typedef unsigned short ushort; X X /* Global Variables */ X END-of-dcraw/files/patch-dcraw.c exit --Boundary-00=_33gMALXr8coGXvs--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200402171250.i1HCoKdo003451>