# 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 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 X Xdo-install:: X ${INSTALL_PROGRAM} ${WRKSRC}/dcraw ${PREFIX}/bin X X.include 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