WARN: no ./files/patch-sum file. Please run 'make makepatchsum'.
WARN: no ./files/md5 file. Please run 'make makesum'.
WARN: RUN_DEPENDS is deprecated, please use DEPENDS.
WARN: LIB_DEPENDS is deprecated, please use DEPENDS.
Fixes PR 8861 by Dan McMahill <mcmahill@mit.edu>
- a few patches to correctly work with the new version of PVM
- Add USE_FORTRAN and remove local selection of the fortran compiler
- Change DEPENDS on xless to RUN_DEPENDS (not used for build)
-Add USE_FORTRAN to the package Makefile for correct handling of the
required fortran compiler.
-Fix the .m4 files which control how fortran symbols are handled.
-Rework package to use a different PVM_ARCH for each MACHINE_ARCH. As
opposed to a single PVM_ARCH. This addresses PR pkg/6890 (Thanks to
Ignatios Souvatzis for the PR).
-Rework package to install missing programs including: pvmgetarch, aimk
debugger, debugger2, and the configuration stubs (*.def, *.m4). This
address part of PR pkg/6924 (Thanks to Ignatios Souvatzis for the PR).
-Rework package to maintain the normal pvm3 directory layout so that only
one variable (PVM_ROOT) has to be set to a non-traditional value. This
address the remainder of PR pkg/6924 (Thanks again Ig!).
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...