summaryrefslogtreecommitdiffstats
path: root/graphics
diff options
context:
space:
mode:
authordillon <dillon@FreeBSD.org>2002-06-17 06:24:23 +0000
committerdillon <dillon@FreeBSD.org>2002-06-17 06:24:23 +0000
commitead88b97bf14bf09e817e33815c4d8592af90b97 (patch)
tree69a8eb384e41d43c146eb2bb140f9b6276cc0c4e /graphics
parent5a16f7e163a1d3a012b6015278f72c61d0ec2de2 (diff)
downloadFreeBSD-ports-ead88b97bf14bf09e817e33815c4d8592af90b97.zip
FreeBSD-ports-ead88b97bf14bf09e817e33815c4d8592af90b97.tar.gz
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.
Diffstat (limited to 'graphics')
-rw-r--r--graphics/Makefile1
-rw-r--r--graphics/crw/Makefile19
-rw-r--r--graphics/crw/distinfo1
-rw-r--r--graphics/crw/pkg-comment1
-rw-r--r--graphics/crw/pkg-descr5
-rw-r--r--graphics/crw/pkg-plist1
6 files changed, 28 insertions, 0 deletions
diff --git a/graphics/Makefile b/graphics/Makefile
index 68cae2d..87fab5e 100644
--- a/graphics/Makefile
+++ b/graphics/Makefile
@@ -23,6 +23,7 @@
SUBDIR += chbg
SUBDIR += claraocr
SUBDIR += cqcam
+ SUBDIR += crw
SUBDIR += cthumb
SUBDIR += cybervrml97
SUBDIR += dc20ctrl
diff --git a/graphics/crw/Makefile b/graphics/crw/Makefile
new file mode 100644
index 0000000..76439b3
--- /dev/null
+++ b/graphics/crw/Makefile
@@ -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>
diff --git a/graphics/crw/distinfo b/graphics/crw/distinfo
new file mode 100644
index 0000000..5d3daa4
--- /dev/null
+++ b/graphics/crw/distinfo
@@ -0,0 +1 @@
+MD5 (crw-1.01.tar.gz) = af128a0249845ebc60bf94830e7ba545
diff --git a/graphics/crw/pkg-comment b/graphics/crw/pkg-comment
new file mode 100644
index 0000000..5c0c904
--- /dev/null
+++ b/graphics/crw/pkg-comment
@@ -0,0 +1 @@
+A utility to process Canon camera RAW (.crw) files
diff --git a/graphics/crw/pkg-descr b/graphics/crw/pkg-descr
new file mode 100644
index 0000000..731557f
--- /dev/null
+++ b/graphics/crw/pkg-descr
@@ -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.
diff --git a/graphics/crw/pkg-plist b/graphics/crw/pkg-plist
new file mode 100644
index 0000000..4ef92ee
--- /dev/null
+++ b/graphics/crw/pkg-plist
@@ -0,0 +1 @@
+bin/crw
OpenPOWER on IntegriCloud