Initial import of fujiplay version 1.33.

A digital camera dowloading tool for Fujifilm digital cameras.

PR:		13856
Submitted by:	KIRIYAMA Kazuhiko <kiri@pis.toba-cmt.ac.jp>
This commit is contained in:
Steve Price 1999-11-01 03:35:50 +00:00
parent ce9bd742d9
commit e981108839
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=22812
5 changed files with 70 additions and 0 deletions

View File

@ -0,0 +1,30 @@
# New ports collection makefile for: fujiplay
# Version required: 1.33
# Date created: 20 Sep 1999
# Whom: KIRIYAMA Kazuhiko<kiri@pis.toba-cmt.ac.jp>
#
# $FreeBSD$
#
DISTNAME= fujiplay
PKGNAME= fujiplay-1.33
CATEGORIES= graphics
MASTER_SITES= http://topo.math.u-psud.fr/~bousch/
EXTRACT_SUFX= .tgz
MAINTAINER= kiri@pis.toba-cmt.ac.jp
NO_WRKSUBDIR= yes
PORTSDOC= README fujiplay.lsm mx700-commands.html
do-install:
(cd ${WRKDIR}; ${INSTALL_PROGRAM} fujiplay yycc2ppm ${PREFIX}/bin)
.if !defined(NOPORTDOCS)
${MKDIR} ${PREFIX}/share/doc/fujiplay
.for f in ${PORTSDOC}
${INSTALL_DATA} ${WRKDIR}/${f} ${PREFIX}/share/doc/fujiplay
.endfor
.endif
.include <bsd.port.mk>

View File

@ -0,0 +1 @@
MD5 (fujiplay.tgz) = b5702d555813853ff63918ed285c4cdd

View File

@ -0,0 +1 @@
Digital camera downloading tool for Fujifilm digital cameras

View File

@ -0,0 +1,32 @@
Fujiplay is a C program for Unix systems, to download pictures from some
Fujifilm digital cameras, like the DS-7 and MX-700, using the serial link.
Main caracteristics are as follows:
* Tries to determine the maximum speed supported by the camera.
* Detect all parity errors (not tested), improving the robustness of the
one-byte xor checksum.
* It will not overwrite picture files without your consent.
* Detect disk full errors (not tested).
* You cannot have a truncated image file.
* The program can be gracefully interrupted with ^C (or whatever your
interrupt character is).
* Allows you to upload pictures to the camera, delete
pictures from the camera, and to "press the shutter" remotely.
You can also set the time/date and the "camera ID".
* The source should be reasonably portable to other, non-POSIX systems.
After installation with this port, you should be symlink /dev/fujifilm to
your serial line device through which comunicate with your camera.
For more detail infomation, see /usr/local/share/doc/fujiplay/README.
-KIRIYAMA Kazuhiko
<kiri@pis.toba-cmt.ac.jp>

View File

@ -0,0 +1,6 @@
bin/fujiplay
bin/yycc2ppm
share/doc/fujiplay/README
share/doc/fujiplay/fujiplay.lsm
share/doc/fujiplay/mx700-commands.html
@dirrm share/doc/fujiplay