diff options
author | kiri <kiri@FreeBSD.org> | 2003-05-09 13:07:11 +0800 |
---|---|---|
committer | kiri <kiri@FreeBSD.org> | 2003-05-09 13:07:11 +0800 |
commit | ac50c7905fff2bea6165635b132e0b97c67ec357 (patch) | |
tree | 55540a8f9677429bb7ca913f96e6f0eedd4cfdf1 | |
parent | 6d98a958912c1cbd0934906aedd63c87b10c1df7 (diff) | |
download | freebsd-ports-gnome-ac50c7905fff2bea6165635b132e0b97c67ec357.tar.gz freebsd-ports-gnome-ac50c7905fff2bea6165635b132e0b97c67ec357.tar.zst freebsd-ports-gnome-ac50c7905fff2bea6165635b132e0b97c67ec357.zip |
Correct MAINTAINER and pkg-descr.
-rw-r--r-- | graphics/fujiplay/Makefile | 2 | ||||
-rw-r--r-- | graphics/fujiplay/pkg-descr | 12 |
2 files changed, 2 insertions, 12 deletions
diff --git a/graphics/fujiplay/Makefile b/graphics/fujiplay/Makefile index c4aa5826e571..34517f5a8b0b 100644 --- a/graphics/fujiplay/Makefile +++ b/graphics/fujiplay/Makefile @@ -12,7 +12,7 @@ MASTER_SITES= http://topo.math.u-psud.fr/~bousch/ DISTNAME= ${PORTNAME} EXTRACT_SUFX= .tgz -MAINTAINER= kiri@pis.toba-cmt.ac.jp +MAINTAINER= kiri@FreeBSD.org COMMENT= Digital camera downloading tool for Fujifilm digital cameras NO_WRKSUBDIR= yes diff --git a/graphics/fujiplay/pkg-descr b/graphics/fujiplay/pkg-descr index b292d5adc812..1d2a69fa1100 100644 --- a/graphics/fujiplay/pkg-descr +++ b/graphics/fujiplay/pkg-descr @@ -1,32 +1,22 @@ Fujiplay is a C program for Unix systems, to download pictures from some Fujifilm digital cameras, like the DS-7 and MX-700, using the serial link. -Main caracteristics are as follows: - * Tries to determine the maximum speed supported by the camera. - * Detect all parity errors (not tested), improving the robustness of the one-byte xor checksum. - * It will not overwrite picture files without your consent. - * Detect disk full errors (not tested). - * You cannot have a truncated image file. - * The program can be gracefully interrupted with ^C (or whatever your interrupt character is). - * Allows you to upload pictures to the camera, delete pictures from the camera, and to "press the shutter" remotely. You can also set the time/date and the "camera ID". - * The source should be reasonably portable to other, non-POSIX systems. After installation with this port, you should be symlink /dev/fujifilm to your serial line device through which comunicate with your camera. - For more detail infomation, see /usr/local/share/doc/fujiplay/README. -KIRIYAMA Kazuhiko -<kiri@pis.toba-cmt.ac.jp> +<kiri@FreeBSD.org> |