summaryrefslogtreecommitdiffstats
path: root/graphics
diff options
context:
space:
mode:
authoritojun <itojun@FreeBSD.org>1997-07-13 17:38:12 +0000
committeritojun <itojun@FreeBSD.org>1997-07-13 17:38:12 +0000
commitb6d561daa8750b1da51a1a068256f2c7a450cc01 (patch)
treef4dc4505199dd15c5de156172ec7d43b58dc020d /graphics
parentc462bc20fca6bd4d3804298b5ce2630be7cbc9aa (diff)
downloadFreeBSD-ports-b6d561daa8750b1da51a1a068256f2c7a450cc01.zip
FreeBSD-ports-b6d561daa8750b1da51a1a068256f2c7a450cc01.tar.gz
the original distribution has updated to version 970703.
Diffstat (limited to 'graphics')
-rw-r--r--graphics/camediaplay/Makefile5
-rw-r--r--graphics/camediaplay/distinfo2
-rw-r--r--graphics/camediaplay/pkg-descr56
3 files changed, 6 insertions, 57 deletions
diff --git a/graphics/camediaplay/Makefile b/graphics/camediaplay/Makefile
index b2bdedb..dc0f56e 100644
--- a/graphics/camediaplay/Makefile
+++ b/graphics/camediaplay/Makefile
@@ -1,11 +1,12 @@
# New ports collection makefile for: camediaplay
+# Version required: 970703
# Date created: 2 May 1997
# Whom: Jun-ichiro itojun Itoh <itojun@itojun.org>
#
-# $Id$
+# $Id: Makefile,v 1.1.1.1 1997/05/20 06:28:56 asami Exp $
#
-DISTNAME= camediaplay-970418
+DISTNAME= camediaplay-970703
CATEGORIES= graphics
MASTER_SITES= ftp://ftp.csl.sony.co.jp/pub/C-400L/unix/
diff --git a/graphics/camediaplay/distinfo b/graphics/camediaplay/distinfo
index 10765a7..ec9f8d8 100644
--- a/graphics/camediaplay/distinfo
+++ b/graphics/camediaplay/distinfo
@@ -1 +1 @@
-MD5 (camediaplay-970418.tar.gz) = 46f370c6cff7de9220f536dac6a46de2
+MD5 (camediaplay-970703.tar.gz) = 926e973280bfe758991217b5b90b0728
diff --git a/graphics/camediaplay/pkg-descr b/graphics/camediaplay/pkg-descr
index e1a3652..0f9f18d 100644
--- a/graphics/camediaplay/pkg-descr
+++ b/graphics/camediaplay/pkg-descr
@@ -3,64 +3,12 @@ camediaplay
digital camera engine.
It is known to work with:
- Olympus C-400/400L/800L/410L, D-200L/300L
- - Epson CP-100
+ - Epson CP-100/500
- Sanyo VPC-G1
It should work with:
- Sanyo DSC-V1
- Agfa ePhoto307
- - Epson CP-200/500?
-
-USAGE
- camediaplay [options] port query # of picts
- camediaplay [options] -o port >foo.jpg extract jpg to stdout
- camediaplay [options] -g port extract jpg to file
- camediaplay [options] -S port get settings of camera
-
- common options:
- -b# Baudrate. (default: 19200bps)
- -d Dump mode. Transaction longer than 30 bytes
- will be truncated.
- -d# Dump mode. You can specify threshold for truncation.
- -u Don't use uucp locking. (questionable option)
- -v Verbose mode.
- -D Debug mode.
- port Serial port. Can be full path (/dev/tty00),
- or just device name (tty00).
-
- options in -o/-g mode:
- -a Specify that you would like to download all the picts.
- -s# Specify picture # to start download.
- -e# Specify picture # to finish download.
- -n# Specify that you would like to download just 1 pict,
- that is numbered with #.
- -t Get thumbnail instead of full-sized picts.
-
- options in -g mode:
- -Nxxx Specify the output filename, in sprintf() format.
- Default is: "pic%05d.jpg".
- (Be careful about escaping shell meta characters!)
- -i Don't overwrite existing files.
- If the file to be written is already there,
- simply exit with error.
-
- NOTICE: -o mode won't work with multiple pictures specified.
-
-EXAMPLE USAGE
- % camediaplay cuaa0
- get the number of picts.
- % camediaplay -n10 -o cuaa0 > foo.jpg
- get full-sized picture #10 to foo.jpg through stdout.
- % camediaplay -n10 -t -o cuaa0 > foo.jpg
- get thumbnail picture #10 to foo.jpg through stdout.
- % camediaplay -a -g cuaa0
- get all full-sized pictures into "pic00001.jpg", "pic00002.jpg"
- and so forth.
- % camediaplay -s2 -e4 -g cuaa0
- get full-sized pictures from #2 to #4 into "pic00001.jpg",
- "pic00002.jpg" and so forth.
- % camediaplay -s2 -e4 -Npict%02d.jpg -g cuaa0
- get full-sized pictures from #2 to #4 into "pict01.jpg",
- "pict02.jpg" and so forth.
+ - Epson CP-200
REPORTING BUGS
Please use one of the following methods:
OpenPOWER on IntegriCloud