1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

Initial checking of the 'crw' port. This program converts the RAW Canon

digital camera format into something gimp or ImageMagick can process.
The program was originally written by Dave Coffin <dcoffin@shore.net>,
who gave me permission to make a port out of it.  I've made extensive
modifications to the program's algorithms.
This commit is contained in:
Matthew Dillon 2002-06-17 06:24:23 +00:00
parent 35a4ef813e
commit 3709643073
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=61409
6 changed files with 28 additions and 0 deletions

View File

@ -23,6 +23,7 @@
SUBDIR += chbg
SUBDIR += claraocr
SUBDIR += cqcam
SUBDIR += crw
SUBDIR += cthumb
SUBDIR += cybervrml97
SUBDIR += dc20ctrl

19
graphics/crw/Makefile Normal file
View File

@ -0,0 +1,19 @@
# New ports collection makefile for: crw
# Date created: 16 June 2002
# Whom: dillon
#
# $FreeBSD$
#
PORTNAME= crw
PORTVERSION= 1.01
CATEGORIES= graphics
MASTER_SITES= http://apollo.backplane.com/FreeBSDPorts/
#MASTER_SITE_SUBDIR= cp
MAINTAINER= dillon@FreeBSD.ORG
MAN1= crw.1
MANCOMPRESSED= yes
.include <bsd.port.mk>

1
graphics/crw/distinfo Normal file
View File

@ -0,0 +1 @@
MD5 (crw-1.01.tar.gz) = af128a0249845ebc60bf94830e7ba545

1
graphics/crw/pkg-comment Normal file
View File

@ -0,0 +1 @@
A utility to process Canon camera RAW (.crw) files

5
graphics/crw/pkg-descr Normal file
View File

@ -0,0 +1,5 @@
This is the distribution of "crw", a powerful utility that processes
RAW (.crw) files from Canon digital cameras and converts them into
.ppm image files. You can then do further conversion using ImageMagick's
'convert' utility, or gimp. The utility does excellent smoothing and
low-light enhancement.

1
graphics/crw/pkg-plist Normal file
View File

@ -0,0 +1 @@
bin/crw