Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 16 Mar 2002 23:30:17 -0500
From:      Robert Withrow <witr@rwwa.com>
To:        questions@freebsd.org
Subject:   Re: Need how-to for Kodak DC280 USB
Message-ID:  <20020317043040.0378C323E@ns1.rwwa.com>
In-Reply-To: Your message of "Sun, 10 Feb 2002 17:15:50 -0500" <20020210221551.0ED1F3235@ns1.rwwa.com>

next in thread | previous in thread | raw e-mail | index | archive | help

[-- Attachment #1 --]

witr@rwwa.com said:
:-If anyone has gotten a Kodak DC280 working on USB on FreeBSD, could
:-you please give me detailed instructions how? 

Turns out there is a program called Ophoto that does this.  I just
submitted the attached port.


[-- Attachment #2 --]
# This is a shell archive.  Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file".  Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
#	ophoto
#	ophoto/pkg-comment
#	ophoto/Makefile
#	ophoto/files
#	ophoto/files/patch.aa
#	ophoto/distinfo
#	ophoto/pkg-descr
#	ophoto/pkg-plist
#
echo c - ophoto
mkdir -p ophoto > /dev/null 2>&1
echo x - ophoto/pkg-comment
sed 's/^X//' >ophoto/pkg-comment << 'END-of-ophoto/pkg-comment'
XUSB support for Kodak DC240 and DC280 cameras under FreeBSD
END-of-ophoto/pkg-comment
echo x - ophoto/Makefile
sed 's/^X//' >ophoto/Makefile << 'END-of-ophoto/Makefile'
X# New ports collection makefile for:	ophoto
X# Date created:         Sat Mar 16 2002
X# Whom:                 Bob Withrow <witr@rwwa.com>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	ophoto
XPORTVERSION=	0.1
XCATEGORIES=	graphics
X
XMaster_SITES=	http://www.fromme.com/o/ophoto/
XDISTNAME=	ophoto
X
XALL_TARGET=	ophoto
X
Xdo-install:
X	${INSTALL_PROGRAM} ${WRKSRC}/ophoto ${PREFIX}/bin
X
X.include <bsd.port.mk>
END-of-ophoto/Makefile
echo c - ophoto/files
mkdir -p ophoto/files > /dev/null 2>&1
echo x - ophoto/files/patch.aa
sed 's/^X//' >ophoto/files/patch.aa << 'END-of-ophoto/files/patch.aa'
Xdiff -ur ophoto/command.c ophoto.new/command.c
X--- ophoto/command.c	Sun Dec 19 02:35:16 1999
X+++ ophoto.new/command.c	Sun Feb 24 11:09:37 2002
X@@ -61,7 +61,7 @@
X char *monthname[16] = {
X 	"???",
X 	"Jan", "Feb", "Mar", "Apr", "May", "Jun",
X-	"Jul", "Aug", "Sep", "Oct", "Nov", "Dec"
X+	"Jul", "Aug", "Sep", "Oct", "Nov", "Dec",
X 	"???", "???", "???"
X };
X 
END-of-ophoto/files/patch.aa
echo x - ophoto/distinfo
sed 's/^X//' >ophoto/distinfo << 'END-of-ophoto/distinfo'
XMD5 (ophoto.tar.gz) = 36501b08d00fc8673006adeb046757d7
END-of-ophoto/distinfo
echo x - ophoto/pkg-descr
sed 's/^X//' >ophoto/pkg-descr << 'END-of-ophoto/pkg-descr'
XOphoto is a utility to download pictures from Kodak DC240 and DC280
Xcameras using the fast USB interface. You can also use the tool for
Xgeneric camera control (i.e. change settings, take pictures, etc.).
X
XThe project title is ``oPhoto'' (Olli's Photo Tool).
X
XWWW: http://www.fromme.com/o/ophoto/
END-of-ophoto/pkg-descr
echo x - ophoto/pkg-plist
sed 's/^X//' >ophoto/pkg-plist << 'END-of-ophoto/pkg-plist'
Xbin/ophoto
END-of-ophoto/pkg-plist
exit


[-- Attachment #3 --]
---------------------------------------------------------------------
Robert Withrow, R.W. Withrow Associates, Swampscott MA, witr@rwwa.COM

Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020317043040.0378C323E>