diff options
author | Justin M. Seger <jseger@FreeBSD.org> | 1998-12-22 02:19:18 +0000 |
---|---|---|
committer | Justin M. Seger <jseger@FreeBSD.org> | 1998-12-22 02:19:18 +0000 |
commit | 113c878ebb0d652ae384880033d018df44cf4f11 (patch) | |
tree | 45d0c63a19ad8e8241d0876c91607be23e6847ed /graphics/dc20ctrl | |
parent | fbf2ebad98be3a16ad5ab4bf3153397cb69f931f (diff) | |
download | ports-113c878ebb0d652ae384880033d018df44cf4f11.tar.gz ports-113c878ebb0d652ae384880033d018df44cf4f11.zip |
Import of graphics/dc20ctrl
dc20ctrl can control your Kodak DC20 digital camera via the embedded serial
port. With dc20ctrl you can control any parameter of your camera, as quering
the current state, taking a photo, downloading the thumbnails and/or the
pictures (in raw, pgm or ppm format, and eventually others: it depends on
compilation-time options), erasing the camera memory and changing its
resolution.
PR: ports/5885
Submitted by: paterno@dsi.UNIFI.IT
Notes
Notes:
svn path=/head/; revision=15465
Diffstat (limited to 'graphics/dc20ctrl')
-rw-r--r-- | graphics/dc20ctrl/Makefile | 24 | ||||
-rw-r--r-- | graphics/dc20ctrl/distinfo | 1 | ||||
-rw-r--r-- | graphics/dc20ctrl/files/patch-aa | 11 | ||||
-rw-r--r-- | graphics/dc20ctrl/files/patch-ab | 11 | ||||
-rw-r--r-- | graphics/dc20ctrl/pkg-comment | 1 | ||||
-rw-r--r-- | graphics/dc20ctrl/pkg-descr | 6 | ||||
-rw-r--r-- | graphics/dc20ctrl/pkg-plist | 1 |
7 files changed, 55 insertions, 0 deletions
diff --git a/graphics/dc20ctrl/Makefile b/graphics/dc20ctrl/Makefile new file mode 100644 index 000000000000..b932f4bb38e0 --- /dev/null +++ b/graphics/dc20ctrl/Makefile @@ -0,0 +1,24 @@ +# New ports collection makefile for: dc20ctrl +# Version required: 0.4 +# Date created: 17 Feb 1998 +# Whom: Ugo Paternostro <paterno@dsi.unifi.it> +# +# $Id$ +# + +DISTNAME= dc20ctrl-0.4 +CATEGORIES= graphics +MASTER_SITES= http://aguirre.dsi.unifi.it/~paterno/binaries/ + +MAINTAINER= paterno@dsi.unifi.it + +LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \ + tiff.4:${PORTSDIR}/graphics/tiff34 \ + png.2:${PORTSDIR}/graphics/png + +MAKE_FLAGS= -DUSE_JPEG -DUSE_TIFF -DUSE_PNG + +MAN1= dc20ctrl.1 +MANCOMPRESSED= yes + +.include <bsd.port.mk> diff --git a/graphics/dc20ctrl/distinfo b/graphics/dc20ctrl/distinfo new file mode 100644 index 000000000000..17acc9d5b1d3 --- /dev/null +++ b/graphics/dc20ctrl/distinfo @@ -0,0 +1 @@ +MD5 (dc20ctrl-0.4.tar.gz) = 09dc67a8076ade3a7a3168ede915050a diff --git a/graphics/dc20ctrl/files/patch-aa b/graphics/dc20ctrl/files/patch-aa new file mode 100644 index 000000000000..998adde0439e --- /dev/null +++ b/graphics/dc20ctrl/files/patch-aa @@ -0,0 +1,11 @@ +--- Makefile.orig Mon Dec 21 21:09:06 1998 ++++ Makefile Mon Dec 21 21:09:19 1998 +@@ -79,7 +79,7 @@ + # + # Used only if you make the project with USE_TIFF defined. + # +-TIFFLIB=-ltiff34 ++TIFFLIB=-ltiff + + # + # Used only if you make the project with USE_PNG defined. diff --git a/graphics/dc20ctrl/files/patch-ab b/graphics/dc20ctrl/files/patch-ab new file mode 100644 index 000000000000..a40c86f4e6b3 --- /dev/null +++ b/graphics/dc20ctrl/files/patch-ab @@ -0,0 +1,11 @@ +--- dc20.h.orig Mon Dec 21 21:09:11 1998 ++++ dc20.h Mon Dec 21 21:09:47 1998 +@@ -45,7 +45,7 @@ + #include <string.h> + + #ifdef USE_TIFF +-#include <tiff34/tiffio.h> ++#include <tiffio.h> + #endif /* USE_TIFF */ + + #ifndef TRUE diff --git a/graphics/dc20ctrl/pkg-comment b/graphics/dc20ctrl/pkg-comment new file mode 100644 index 000000000000..a64ba8bfee2d --- /dev/null +++ b/graphics/dc20ctrl/pkg-comment @@ -0,0 +1 @@ +Digital camera control and download tool for Kodak DC20 camera. diff --git a/graphics/dc20ctrl/pkg-descr b/graphics/dc20ctrl/pkg-descr new file mode 100644 index 000000000000..54da20a5f05e --- /dev/null +++ b/graphics/dc20ctrl/pkg-descr @@ -0,0 +1,6 @@ +dc20ctrl can control your Kodak DC20 digital camera via the embedded serial +port. With dc20ctrl you can control any parameter of your camera, as quering +the current state, taking a photo, downloading the thumbnails and/or the +pictures (in raw, pgm or ppm format, and eventually others: it depends on +compilation-time options), erasing the camera memory and changing its +resolution. diff --git a/graphics/dc20ctrl/pkg-plist b/graphics/dc20ctrl/pkg-plist new file mode 100644 index 000000000000..1671fa6b7198 --- /dev/null +++ b/graphics/dc20ctrl/pkg-plist @@ -0,0 +1 @@ +bin/dc20ctrl |