Date: Mon, 16 Feb 2004 20:41:15 +0100 From: "Arjan van Leeuwen" <avleeuwen@piwebs.com> To: "FreeBSD gnats submit" <FreeBSD-gnats-submit@FreeBSD.org> Subject: ports/62928: New port: graphics/dcraw, a raw images converter (needed by digikamplugins) Message-ID: <1076960475.0@vincent.piwebs.com> Resent-Message-ID: <200402161950.i1GJoMWv044246@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 62928 >Category: ports >Synopsis: New port: graphics/dcraw, a raw images converter (needed by digikamplugins) >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: Mon Feb 16 11:50:22 PST 2004 >Closed-Date: >Last-Modified: >Originator: Arjan van Leeuwen >Release: FreeBSD 5.2-CURRENT i386 >Organization: >Environment: System: FreeBSD 5.2-CURRENT #0: Sat Feb 7 02:47:29 CET 2004 root@vincent.piwebs.com:/usr/obj/usr/src/sys/AMD760 >Description: This is a new port, graphics/dcraw. It allows you to decode so-called 'raw' photo files from almost all digital cameras that have this function, sometimes with better results than the original vendor's decoder. This port is needed by the upcoming graphics/digikamplugins port. >How-To-Repeat: >Fix: --- dcraw.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: # # dcraw # dcraw/Makefile # dcraw/distinfo # dcraw/pkg-descr # 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 2003 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= A 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 exit --- dcraw.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?1076960475.0>