diff options
author | will <will@FreeBSD.org> | 2000-07-04 13:36:24 +0800 |
---|---|---|
committer | will <will@FreeBSD.org> | 2000-07-04 13:36:24 +0800 |
commit | 7914bd5cfc0b49b3edf9eacfaa1924d648f7be40 (patch) | |
tree | 08a2037a07995300a5c7c5e9e90870052b2e24d1 /graphics | |
parent | c6a6b5a1629f21cfa8fffb4ed5b506f2d1021c72 (diff) | |
download | freebsd-ports-gnome-7914bd5cfc0b49b3edf9eacfaa1924d648f7be40.tar.gz freebsd-ports-gnome-7914bd5cfc0b49b3edf9eacfaa1924d648f7be40.tar.zst freebsd-ports-gnome-7914bd5cfc0b49b3edf9eacfaa1924d648f7be40.zip |
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)
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/Makefile | 1 | ||||
-rw-r--r-- | graphics/kdc2tiff/Makefile | 23 | ||||
-rw-r--r-- | graphics/kdc2tiff/distinfo | 1 | ||||
-rw-r--r-- | graphics/kdc2tiff/pkg-comment | 1 | ||||
-rw-r--r-- | graphics/kdc2tiff/pkg-descr | 14 | ||||
-rw-r--r-- | graphics/kdc2tiff/pkg-plist | 2 |
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 |