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.
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.
still cameras based on Fujitsu chipset and Sierra Imaging firmware. The
program is known to work with Agfa, Epson, Olympus, Sanyo and Nikon (at
least CoolPix 900, but not CoolPix 600!) cameras.
Camediaplay is a data downloading tool (via serial) for Sanyo
digital camera engine.
It should work with:
- Olympus C-400/400L/800L, D-200L/300L
- Olympus C-410L
- Olympus C-420L/820L, D-220L/320L
- Epson CP-100/200/500
- Sanyo DSC-V1/VPC-G1
- Agfa ePhoto307
REPORTING BUGS
Please use one of the following methods:
- via http://www.itojun.org/cgi-bin/gnats-send-pr
- via e-mail to: itojun@itojun.org
AUTHOR
Copyright(c) 1997 by Jun-ichiro Itoh. All rights reserved.
Jun-ichiro itojun Itoh <itojun@itojun.org>
(hi :-)
USE_FORTRAN should be set in the package Makefile. The logic added by this
commit will choose a fortran compiler to use and set the correct dependency
rather than having this selection scattered across each package which needs
a fortran compiler.
- Add PKG_FC variable. By setting PKG_FC in /etc/mk.conf, users can force the
selection of which fortran compiler gets used by the package system. If not
specified, PKG_FC defaults to f2c-f77 on pre-1.4 systems that did not include
/usr/bin/f77. In addition PKG_FC defaults to f2c-f77 on newer systems since
f77 is still somewhat buggy. When /usr/bin/f77 becomes more stable, the
default should be changed from f2c-f77 to f77.
XXX the pkgsrc Makefile requires USE_INET6 in mk.conf at this moment,
as the program is meaningful only if you have IPv4/v6 dual-stack support.
I'm not sure if it actually requires IPv6 in kernel...
Antti Kantee in PR pkg/8832. Changes since version 5.4:
- Support for a mouse scroll wheel in X11 (GTK, Athena and Motif). Should
also work in an xterm when translations are installed.
- Support for decompression of bzip2 files in the example vimrc file.
- Handling of patch numbers, they show up in the ":version" output.
- Uninstall program for MS-Windows, for those that have a problem with the
"Edit with Vim" popup menu entry.
And many bug fixes! This version is aimed at stability.
in PR pkg/8832. Changes since version 5.4:
- Support for a mouse scroll wheel in X11 (GTK, Athena and Motif). Should
also work in an xterm when translations are installed.
- Support for decompression of bzip2 files in the example vimrc file.
- Handling of patch numbers, they show up in the ":version" output.
- Uninstall program for MS-Windows, for those that have a problem with the
"Edit with Vim" popup menu entry.
And many bug fixes! This version is aimed at stability.
New in Pine
Version is mainly intended to fix bugs introduced in previous
versions.
Bugs that have been addressed in this release include:
* 'N' flag not preserved across sessions
* 'N' flag not cleared when messages containing non-text pieces
viewed
* Sort failure using non-UW IMAP servers
* Linux port: failure to recognize resized display
* Problems with quoted /user= argument in smtp-server config
* Transient (e.g., mistyped password) authentication failures not
reported
* Rare cases of deleted header lines reappearing after ^X in
Composer
* Customized headers Bcc, To, Cc and Lcc not shown when posting news
* Problem with role pattern vs. color patterns in a file
* Problem with color display vs. single line scrolling
* Last line of one-page message not displayed in rare cases
* Text in Reply/Forward of encapsulated multipart/alternative and
signed missing
* Failure to recognize list management headers in sorted folder
* Attachments sometimes marked for deletion when scoring in use
* Delayed notification of messages filtered from Inbox to current
folder
* WhereIs to start or end of Folder List screen didn't
* PC-Pine crash selecting text from secondary window
* PC-Pine instances of "FOLDER CLOSED DUE TO ACCESS ERROR"
General improvements include:
* Filter performance and interface tuning:
+ User-Interface changes to avoid accidental deletion of mail
+ Action Folders local to PC-Pine no longer require
double-backslashes
+ Improved expunge performance with filters enabled
* NNTP performance improvements in MESSAGE INDEX screen
* Role Command (#) improvements
* Improved display of addresses containing comma in personal name
* Numerous Text/HTML parser improvements
* Continued help text improvements
- fixes some small bugs
- three theme configuration options have been added:
- enable/disable NeXTSTEP(R) style lists with dark background
- enable/disable NeXTSTEP(R) style scrollbars (on the bottom left)
- enable/disable GTK+ style prelighting if mouse is over top of widget
Michael Santos in PR pkg/8801. Chances since version 2.04:
- New el-cheapo virtual hosting feature.
- Assorted bug fixes - non-anchored wildcard matching, truncated CGI
output, throttling, authorization cache, daemonization, date-header
parsing.
- Option to write pid to a file, re-open log file on SIGHUP.
- Now looks for index files from a list, instead of only index.html.
- Simple config file.
fetchmail-5.1.4 (Sun Nov 7 17:40:21 EST 1999), 18302 lines:
* Mike Pearce's patch to fix a compile-time error recently introduced into
the socket code when HAVE_INET_ATON is off.
* Added warning to fetchmailconf autoprobe about a flaky Netscape IMAP server.
* Disable duplicate suppression when there is only one recognized recipient.
fetchmail-5.1.3 (Sun Oct 31 12:19:52 EST 1999), 18290 lines:
* Grant Edwards's patch to correct NTLM behavior.
* James Brister's fix for IP-address hostnames.
* Updated config.guess and config.sub.
* Backed out the 5.1.0 change to quote usernames with embedded spaces.
It actually breaks things.
* Added to fetchmailconf a warning about Imail IMAP servers.
* SSL patches by Michael Warfield merged in. Distribution still contains
no crypto code.
fetchmail-5.1.2 (Thu Oct 7 09:46:07 EDT 1999), 17906 lines:
* Joe Loughry <loughry@uswest.net> sent a patch to handle multihomed machines.
* Changed mimedecode default to `off'; it seems that doing RFC2047 decoding
on headers throws away information that the MUA may need to see.
* Change Received header parsing to no longer demand an embedded dot in
a mailhost address.
* Incorporated Grant Edwards's ntlmlib-0.2 with fixes for byte-order problems.
fetchmail-5.1.1 (Wed Sep 29 11:52:06 EDT 1999), 17827 lines:
* Added workaround, fetchmailconf warning, and FAQ about Novell GroupWise.
* Consistently show dummy arguments on manual page.
* Fix lexer to permit `antispam -1'.
* John Cigas's delay patch to avoid a timing problem with plugins.
* During IMAP authentication, canonicalize both name and password.
* -A has been retired (goes with authenticate -> preauthenticate change).
* Check for both fetchall and keep on in daemon mode; reject this.
* Fixed a logfile bug dumping IMAP-LOGIN and IMAP-CRAM-MD5.
* Tolerate a tunable constant number of authorization failures before
complaining and wedging.
Changes since 3.20: * Tweaked the xscreensaver-demo UI (Gtk only.)
* Fixed a few visual selection bugs. I think the proper
GL visual should be used with nVidia systems now.
* Made the Makefiles obey $install_prefix.
* Made the `xscreensaver.spec' file able to generate both
GL and non-GL packages simultaniously.