summaryrefslogtreecommitdiff
path: root/graphics/crw
diff options
context:
space:
mode:
authorMatthew Dillon <dillon@FreeBSD.org>2002-06-17 06:24:23 +0000
committerMatthew Dillon <dillon@FreeBSD.org>2002-06-17 06:24:23 +0000
commit370964307346d4af692506a46b68f13c8c6f6753 (patch)
tree928cfea8d581d80ea3d55e6f5fc5d7d1d3944297 /graphics/crw
parent* Update to 0.5 (diff)
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.
Notes
Notes: svn path=/head/; revision=61409
Diffstat (limited to 'graphics/crw')
-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
5 files changed, 27 insertions, 0 deletions
diff --git a/graphics/crw/Makefile b/graphics/crw/Makefile
new file mode 100644
index 000000000000..76439b3c88bd
--- /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 000000000000..5d3daa4a4fbd
--- /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 000000000000..5c0c904315d8
--- /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 000000000000..731557f5c4b1
--- /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 000000000000..4ef92ee32be9
--- /dev/null
+++ b/graphics/crw/pkg-plist
@@ -0,0 +1 @@
+bin/crw