diff options
author | Will Andrews <will@FreeBSD.org> | 2000-07-04 05:36:24 +0000 |
---|---|---|
committer | Will Andrews <will@FreeBSD.org> | 2000-07-04 05:36:24 +0000 |
commit | c80661571290241aff332288f8784b262fbbc4fd (patch) | |
tree | 52319cfa53ccbd990b866d1df0f7d09bb19917b4 /graphics/kdc2tiff | |
parent | 10bc76fb027011ed6dd0881cc21d3d8ae80e46b2 (diff) | |
download | ports-c80661571290241aff332288f8784b262fbbc4fd.tar.gz ports-c80661571290241aff332288f8784b262fbbc4fd.zip |
Notes
Diffstat (limited to 'graphics/kdc2tiff')
-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 |
5 files changed, 41 insertions, 0 deletions
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 |