aboutsummaryrefslogtreecommitdiff
path: root/graphics/fujiplay
diff options
context:
space:
mode:
authorSteve Price <steve@FreeBSD.org>1999-11-01 03:35:50 +0000
committerSteve Price <steve@FreeBSD.org>1999-11-01 03:35:50 +0000
commite9811088390d0503f561f26daef3ca5ab8c3ce6f (patch)
tree177d577b9d9be219d97ca34fdb469a0667f6b3ae /graphics/fujiplay
parentce9bd742d974de92e2f07513bdf008d4866ccace (diff)
downloadports-e9811088390d0503f561f26daef3ca5ab8c3ce6f.tar.gz
ports-e9811088390d0503f561f26daef3ca5ab8c3ce6f.zip
Notes
Diffstat (limited to 'graphics/fujiplay')
-rw-r--r--graphics/fujiplay/Makefile30
-rw-r--r--graphics/fujiplay/distinfo1
-rw-r--r--graphics/fujiplay/pkg-comment1
-rw-r--r--graphics/fujiplay/pkg-descr32
-rw-r--r--graphics/fujiplay/pkg-plist6
5 files changed, 70 insertions, 0 deletions
diff --git a/graphics/fujiplay/Makefile b/graphics/fujiplay/Makefile
new file mode 100644
index 000000000000..33bbc553bbbd
--- /dev/null
+++ b/graphics/fujiplay/Makefile
@@ -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>
diff --git a/graphics/fujiplay/distinfo b/graphics/fujiplay/distinfo
new file mode 100644
index 000000000000..aa7772842dcb
--- /dev/null
+++ b/graphics/fujiplay/distinfo
@@ -0,0 +1 @@
+MD5 (fujiplay.tgz) = b5702d555813853ff63918ed285c4cdd
diff --git a/graphics/fujiplay/pkg-comment b/graphics/fujiplay/pkg-comment
new file mode 100644
index 000000000000..05f5074d80e2
--- /dev/null
+++ b/graphics/fujiplay/pkg-comment
@@ -0,0 +1 @@
+Digital camera downloading tool for Fujifilm digital cameras
diff --git a/graphics/fujiplay/pkg-descr b/graphics/fujiplay/pkg-descr
new file mode 100644
index 000000000000..b292d5adc812
--- /dev/null
+++ b/graphics/fujiplay/pkg-descr
@@ -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>
diff --git a/graphics/fujiplay/pkg-plist b/graphics/fujiplay/pkg-plist
new file mode 100644
index 000000000000..65313fe76bf9
--- /dev/null
+++ b/graphics/fujiplay/pkg-plist
@@ -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