summaryrefslogtreecommitdiff
path: root/graphics/fujiplay
diff options
context:
space:
mode:
authorhubertf <hubertf>1999-11-23 04:22:13 +0000
committerhubertf <hubertf>1999-11-23 04:22:13 +0000
commitb0dbf76a28a0734c261c832e389f055533329905 (patch)
tree74e1fceb1e9c712199ed892443b7088f187ac564 /graphics/fujiplay
parent6589c4468caedd7253d12c19372087b20e7f5e3b (diff)
downloadpkgsrc-b0dbf76a28a0734c261c832e389f055533329905.tar.gz
A program to download pictures from some Fujifilm digital cameras,
like the DS-7, MX-500 and MX-700, using the serial link. It can also "press the shutter", upload images to the camera, or delete images from the camera.
Diffstat (limited to 'graphics/fujiplay')
-rw-r--r--graphics/fujiplay/Makefile24
-rw-r--r--graphics/fujiplay/files/md53
-rw-r--r--graphics/fujiplay/files/patch-sum3
-rw-r--r--graphics/fujiplay/patches/patch-aa13
-rw-r--r--graphics/fujiplay/pkg/COMMENT1
-rw-r--r--graphics/fujiplay/pkg/DESCR4
-rw-r--r--graphics/fujiplay/pkg/PLIST6
7 files changed, 54 insertions, 0 deletions
diff --git a/graphics/fujiplay/Makefile b/graphics/fujiplay/Makefile
new file mode 100644
index 00000000000..68846792d5c
--- /dev/null
+++ b/graphics/fujiplay/Makefile
@@ -0,0 +1,24 @@
+# $NetBSD: Makefile,v 1.1.1.1 1999/11/23 04:22:13 hubertf Exp $
+#
+
+DISTNAME= fujiplay
+PKGNAME= fujiplay-1.33
+CATEGORIES= graphics
+MASTER_SITES= http://topo.math.u-psud.fr/~bousch/
+EXTRACT_SUFX= .tgz
+
+MAINTAINER= hubertf@netbsd.org
+HOMEPAGE= http://topo.math.u-psud.fr/~bousch/fujiplay.html
+
+NO_WRKSUBDIR= yes
+DIST_SUBDIR= fujiplay-1.33
+
+do-install:
+ ${INSTALL_PROGRAM} ${WRKSRC}/fujiplay ${PREFIX}/bin
+ ${INSTALL_PROGRAM} ${WRKSRC}/yycc2ppm ${PREFIX}/bin
+ ${INSTALL_MAN_DIR} ${PREFIX}/share/doc/fujiplay
+ ${INSTALL_MAN} ${WRKSRC}/README ${PREFIX}/share/doc/fujiplay
+ ${INSTALL_MAN} ${WRKSRC}/fujiplay.lsm ${PREFIX}/share/doc/fujiplay
+ ${INSTALL_MAN} ${WRKSRC}/mx700-commands.html ${PREFIX}/share/doc/fujiplay
+
+.include "../../mk/bsd.pkg.mk"
diff --git a/graphics/fujiplay/files/md5 b/graphics/fujiplay/files/md5
new file mode 100644
index 00000000000..2e845a86394
--- /dev/null
+++ b/graphics/fujiplay/files/md5
@@ -0,0 +1,3 @@
+$NetBSD: md5,v 1.1.1.1 1999/11/23 04:22:13 hubertf Exp $
+
+MD5 (fujiplay-1.33/fujiplay.tgz) = b5702d555813853ff63918ed285c4cdd
diff --git a/graphics/fujiplay/files/patch-sum b/graphics/fujiplay/files/patch-sum
new file mode 100644
index 00000000000..b488b625f40
--- /dev/null
+++ b/graphics/fujiplay/files/patch-sum
@@ -0,0 +1,3 @@
+$NetBSD: patch-sum,v 1.1.1.1 1999/11/23 04:22:13 hubertf Exp $
+
+MD5 (patch-aa) = e34ea6f281172bdb35d67235960cc7a3
diff --git a/graphics/fujiplay/patches/patch-aa b/graphics/fujiplay/patches/patch-aa
new file mode 100644
index 00000000000..f9805439e96
--- /dev/null
+++ b/graphics/fujiplay/patches/patch-aa
@@ -0,0 +1,13 @@
+$NetBSD: patch-aa,v 1.1.1.1 1999/11/23 04:22:13 hubertf Exp $
+
+--- fujiplay.c.orig Tue Nov 23 04:55:05 1999
++++ fujiplay.c Tue Nov 23 04:58:42 1999
+@@ -35,7 +35,7 @@
+ #define B115200 EXTB
+ #endif
+
+-#define DEFAULT_DEVICE "/dev/fujifilm"
++#define DEFAULT_DEVICE "/dev/tty00"
+ #define TMP_PIC_FILE ".dsc_temp"
+
+ struct pict_info {
diff --git a/graphics/fujiplay/pkg/COMMENT b/graphics/fujiplay/pkg/COMMENT
new file mode 100644
index 00000000000..da823af7e6f
--- /dev/null
+++ b/graphics/fujiplay/pkg/COMMENT
@@ -0,0 +1 @@
+Download pictures from some Fujifilm digital cameras
diff --git a/graphics/fujiplay/pkg/DESCR b/graphics/fujiplay/pkg/DESCR
new file mode 100644
index 00000000000..c3b054a1b67
--- /dev/null
+++ b/graphics/fujiplay/pkg/DESCR
@@ -0,0 +1,4 @@
+A program to download pictures from some Fujifilm digital cameras,
+like the DS-7, MX-500 and MX-700, using the serial link. It can
+also "press the shutter", upload images to the camera, or delete
+images from the camera.
diff --git a/graphics/fujiplay/pkg/PLIST b/graphics/fujiplay/pkg/PLIST
new file mode 100644
index 00000000000..a6f7dbb336a
--- /dev/null
+++ b/graphics/fujiplay/pkg/PLIST
@@ -0,0 +1,6 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 1999/11/23 04:22:13 hubertf Exp $
+bin/fujiplay
+bin/yycc2ppm
+share/doc/fujiplay/README
+share/doc/fujiplay/fujiplay.lsm
+share/doc/fujiplay/mx700-commands.html