summaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authorWill Andrews <will@FreeBSD.org>2000-07-04 05:36:24 +0000
committerWill Andrews <will@FreeBSD.org>2000-07-04 05:36:24 +0000
commitc80661571290241aff332288f8784b262fbbc4fd (patch)
tree52319cfa53ccbd990b866d1df0f7d09bb19917b4 /graphics
parentUpdate to 0.70. There should be no more coredumps in this version. (diff)
Add kdc2tiff, a Kodak DC120 .kdc image to TIFF/JPEG converter. This
appears quite useful for owners of said digital cameras! Special thanks to: billf (for -lm tidbit)
Notes
Notes: svn path=/head/; revision=30162
Diffstat (limited to 'graphics')
-rw-r--r--graphics/Makefile1
-rw-r--r--graphics/kdc2tiff/Makefile23
-rw-r--r--graphics/kdc2tiff/distinfo1
-rw-r--r--graphics/kdc2tiff/pkg-comment1
-rw-r--r--graphics/kdc2tiff/pkg-descr14
-rw-r--r--graphics/kdc2tiff/pkg-plist2
6 files changed, 42 insertions, 0 deletions
diff --git a/graphics/Makefile b/graphics/Makefile
index 972180c1c23a..e906f9859c2c 100644
--- a/graphics/Makefile
+++ b/graphics/Makefile
@@ -80,6 +80,7 @@
SUBDIR += jgv
SUBDIR += jpeg
SUBDIR += juno-2
+ SUBDIR += kdc2tiff
SUBDIR += kdegraphics11
SUBDIR += kdegraphics11-i18n
SUBDIR += killustrator
diff --git a/graphics/kdc2tiff/Makefile b/graphics/kdc2tiff/Makefile
new file mode 100644
index 000000000000..ea9be7f9978d
--- /dev/null
+++ b/graphics/kdc2tiff/Makefile
@@ -0,0 +1,23 @@
+# New ports collection makefile for: kdc2tiff
+# Date created: Tue 04 Jul 2000
+# Whom: will
+#
+# $FreeBSD$
+#
+
+PORTNAME= kdc2tiff
+PORTVERSION= 0.31
+CATEGORIES= graphics
+MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
+MASTER_SITE_SUBDIR= kdc2tiff
+
+MAINTAINER= ports@FreeBSD.org
+
+LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \
+ tiff.4:${PORTSDIR}/graphics/tiff
+
+GNU_CONFIGURE= yes
+CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include" LIBS="-L${LOCALBASE}/lib -lm"
+USE_GMAKE= yes
+
+.include <bsd.port.mk>
diff --git a/graphics/kdc2tiff/distinfo b/graphics/kdc2tiff/distinfo
new file mode 100644
index 000000000000..a76a2637d515
--- /dev/null
+++ b/graphics/kdc2tiff/distinfo
@@ -0,0 +1 @@
+MD5 (kdc2tiff-0.31.tar.gz) = 1d28b046c3e7c2004f8cf3f64177b7c8
diff --git a/graphics/kdc2tiff/pkg-comment b/graphics/kdc2tiff/pkg-comment
new file mode 100644
index 000000000000..8338e28750b8
--- /dev/null
+++ b/graphics/kdc2tiff/pkg-comment
@@ -0,0 +1 @@
+Converts Kodak .kdc to TIFF or JPEG formats
diff --git a/graphics/kdc2tiff/pkg-descr b/graphics/kdc2tiff/pkg-descr
new file mode 100644
index 000000000000..b5f58bfd6b5c
--- /dev/null
+++ b/graphics/kdc2tiff/pkg-descr
@@ -0,0 +1,14 @@
+This software is made available for owners for Kodak's
+DC120 digital camera who would like to convert the .kdc
+files produced by the camera to .tiff or .jpeg files
+using Linux or other UNIX machines. kdc2tiff and kdc2jpeg
+pay particular attention to: aspect ratio accurate scaling
+contrast adjustment gamma correction image rotation In
+particular, the scaling algorithm takes into account the
+Bayer pattern of the CCD (pixels have one colour only,
+not three) and the exact (non-square) dimensions of the pixels.
+
+WWW: http://kdc2tiff.sourceforge.net/
+Author: Chris Studholme <Chris.Studholme@canada.com>
+
+- Will <andrews@technologist.com>
diff --git a/graphics/kdc2tiff/pkg-plist b/graphics/kdc2tiff/pkg-plist
new file mode 100644
index 000000000000..a23bdebc460a
--- /dev/null
+++ b/graphics/kdc2tiff/pkg-plist
@@ -0,0 +1,2 @@
+bin/kdc2tiff
+bin/kdc2jpeg