From 6589c4468caedd7253d12c19372087b20e7f5e3b Mon Sep 17 00:00:00 2001 From: hubertf Date: Tue, 23 Nov 1999 04:20:23 +0000 Subject: GET_DS7 is a program package to get the data of pictures sequentially from FUJIFILM DS-7(DS series) and to put them into each file. It is programmed with Perl. The following are required to use this program: - perl5.004 or later and POSIX module. - FUJIFILM RS232C interface cable(depend on IF-DS7/W). Though this program has developed for DS-7, it may be available for other FUJIFILM DS series digital cameras(ex. DS-220A,DS-8,DS-10,DS-20, DS-30,DS-300,FinePix700,Apple QuickTake200). Fuji MX-500 also works. "DS-7" means DS series digital cameras in this document. --- graphics/get_ds7/Makefile | 30 ++++++++++++++++++++++++++++++ graphics/get_ds7/files/md5 | 3 +++ graphics/get_ds7/files/patch-sum | 3 +++ graphics/get_ds7/patches/patch-aa | 25 +++++++++++++++++++++++++ graphics/get_ds7/pkg/COMMENT | 1 + graphics/get_ds7/pkg/DESCR | 14 ++++++++++++++ graphics/get_ds7/pkg/PLIST | 5 +++++ 7 files changed, 81 insertions(+) create mode 100644 graphics/get_ds7/Makefile create mode 100644 graphics/get_ds7/files/md5 create mode 100644 graphics/get_ds7/files/patch-sum create mode 100644 graphics/get_ds7/patches/patch-aa create mode 100644 graphics/get_ds7/pkg/COMMENT create mode 100644 graphics/get_ds7/pkg/DESCR create mode 100644 graphics/get_ds7/pkg/PLIST (limited to 'graphics/get_ds7') diff --git a/graphics/get_ds7/Makefile b/graphics/get_ds7/Makefile new file mode 100644 index 00000000000..a5844a77198 --- /dev/null +++ b/graphics/get_ds7/Makefile @@ -0,0 +1,30 @@ +# $NetBSD: Makefile,v 1.1.1.1 1999/11/23 04:20:23 hubertf Exp $ +# + +DISTNAME= get_ds7_1.2.4 +PKGNAME= get_ds7-1.2.4 +CATEGORIES= graphics +MASTER_SITES= http://www.yk.rim.or.jp/~mamo/Computer/DS-7/ +EXTRACT_SUFX= .tar + +MAINTAINER= hubertf@netbsd.org +HOMEPAGE= http://www.yk.rim.or.jp/~mamo/Computer/DS-7/index-e.html + +DECOMPRESS_CMD= ${CAT} +WRKSRC= ${WRKDIR}/ds-7_1.2.4 +USE_PERL5= yes +NO_BUILD= yes + +post-patch: + ${SED} \ + -e 's,@LOCALBASE@,${LOCALBASE},' \ + <${WRKSRC}/get_ds7 >${WRKSRC}/get_ds7.exe + +do-install: + ${INSTALL_DATA} ${WRKSRC}/ds7_lib.pm ${LOCALBASE}/lib/perl5/site_perl + ${INSTALL_SCRIPT} ${WRKSRC}/get_ds7.exe ${PREFIX}/bin/get_ds7 + ${INSTALL_MAN_DIR} ${PREFIX}/share/doc/get_ds7 + ${INSTALL_MAN} ${WRKSRC}/README ${PREFIX}/share/doc/get_ds7 + ${INSTALL_MAN} ${WRKSRC}/README.english ${PREFIX}/share/doc/get_ds7 + +.include "../../mk/bsd.pkg.mk" diff --git a/graphics/get_ds7/files/md5 b/graphics/get_ds7/files/md5 new file mode 100644 index 00000000000..a4b221eb335 --- /dev/null +++ b/graphics/get_ds7/files/md5 @@ -0,0 +1,3 @@ +$NetBSD: md5,v 1.1.1.1 1999/11/23 04:20:23 hubertf Exp $ + +MD5 (get_ds7_1.2.4.tar) = a10d8bd9d00d94acffd495d42cffc5d7 diff --git a/graphics/get_ds7/files/patch-sum b/graphics/get_ds7/files/patch-sum new file mode 100644 index 00000000000..6f54621f5dd --- /dev/null +++ b/graphics/get_ds7/files/patch-sum @@ -0,0 +1,3 @@ +$NetBSD: patch-sum,v 1.1.1.1 1999/11/23 04:20:23 hubertf Exp $ + +MD5 (patch-aa) = 52d87732638079a1a643d3cd274ab589 diff --git a/graphics/get_ds7/patches/patch-aa b/graphics/get_ds7/patches/patch-aa new file mode 100644 index 00000000000..b17346ec8f1 --- /dev/null +++ b/graphics/get_ds7/patches/patch-aa @@ -0,0 +1,25 @@ +$NetBSD: patch-aa,v 1.1.1.1 1999/11/23 04:20:23 hubertf Exp $ + +--- get_ds7.orig Sat Aug 1 19:22:59 1998 ++++ get_ds7 Tue Nov 23 03:59:05 1999 +@@ -1,4 +1,4 @@ +-#!/usr/bin/perl ++#!@LOCALBASE@/bin/perl + ;# + ;# get_ds7 version 1.2.4 1998/08/01 + ;# Copyright (C) 1997,1998 Mamoru Ohno +@@ -64,12 +64,12 @@ + ;# COM1 の場合は "/dev/cua0" + ;# COM2 の場合は "/dev/cua1" + +-$serial_line = "/dev/cua1"; ++$serial_line = "/dev/tty00"; + + ;# 通信速度を $serial_speed に設定 + ;# 通信速度には、57600,38400,19200,9600 の中のひとつを選択 + +-$serial_speed = "57600"; ++$serial_speed = "38400"; + + ;# + ;# diff --git a/graphics/get_ds7/pkg/COMMENT b/graphics/get_ds7/pkg/COMMENT new file mode 100644 index 00000000000..3cb53809b03 --- /dev/null +++ b/graphics/get_ds7/pkg/COMMENT @@ -0,0 +1 @@ +Read pictures from a FUJIFILM DS-7(DS series) digital camera diff --git a/graphics/get_ds7/pkg/DESCR b/graphics/get_ds7/pkg/DESCR new file mode 100644 index 00000000000..cf2bcdbd86b --- /dev/null +++ b/graphics/get_ds7/pkg/DESCR @@ -0,0 +1,14 @@ +GET_DS7 is a program package to get the data of pictures sequentially +from FUJIFILM DS-7(DS series) and to put them into each file. +It is programmed with Perl. + +The following are required to use this program: + + - perl5.004 or later and POSIX module. + - FUJIFILM RS232C interface cable(depend on IF-DS7/W). + +Though this program has developed for DS-7, it may be available for +other FUJIFILM DS series digital cameras(ex. DS-220A,DS-8,DS-10,DS-20, +DS-30,DS-300,FinePix700,Apple QuickTake200). Fuji MX-500 also works. + +"DS-7" means DS series digital cameras in this document. diff --git a/graphics/get_ds7/pkg/PLIST b/graphics/get_ds7/pkg/PLIST new file mode 100644 index 00000000000..1e672e2c9d0 --- /dev/null +++ b/graphics/get_ds7/pkg/PLIST @@ -0,0 +1,5 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 1999/11/23 04:20:23 hubertf Exp $ +bin/get_ds7 +lib/perl5/site_perl/ds7_lib.pm +share/doc/get_ds7/README +share/doc/get_ds7/README.english -- cgit v1.2.3