diff options
author | itojun <itojun@FreeBSD.org> | 1997-10-12 14:08:42 +0000 |
---|---|---|
committer | itojun <itojun@FreeBSD.org> | 1997-10-12 14:08:42 +0000 |
commit | f5ff6e396b3a6c33fa0bb7168d3031ad7da47d65 (patch) | |
tree | 80f67b5b068957991893126ffdec8fea979fe5b8 /graphics/photopc | |
parent | e5f844fe482564133d21cff8f8e89db58892d982 (diff) | |
download | FreeBSD-ports-f5ff6e396b3a6c33fa0bb7168d3031ad7da47d65.zip FreeBSD-ports-f5ff6e396b3a6c33fa0bb7168d3031ad7da47d65.tar.gz |
photopc port. photopc is a digi-cam downloader for epson/agfa/sanyo/olympus
digi-cams. (similar functionality with graphics/camediaplay)
PR: 4741
Diffstat (limited to 'graphics/photopc')
-rw-r--r-- | graphics/photopc/Makefile | 17 | ||||
-rw-r--r-- | graphics/photopc/distinfo | 1 | ||||
-rw-r--r-- | graphics/photopc/pkg-comment | 1 | ||||
-rw-r--r-- | graphics/photopc/pkg-descr | 20 | ||||
-rw-r--r-- | graphics/photopc/pkg-plist | 4 |
5 files changed, 43 insertions, 0 deletions
diff --git a/graphics/photopc/Makefile b/graphics/photopc/Makefile new file mode 100644 index 0000000..5b2e826 --- /dev/null +++ b/graphics/photopc/Makefile @@ -0,0 +1,17 @@ +# New ports collection makefile for: photopc-1.6 +# Version required: 1.6 +# Date created: 11 October 1997 +# Whom: Douglas Carmichael <dcarmich@mcs.com> +# +# $Id$ +# + +DISTNAME= photopc-1.6 +CATEGORIES= graphics +MASTER_SITES= ftp://ftp.average.org/pub/photopc/ + +MAINTAINER= dcarmich@mcs.com + +MAN1= photopc.1 epinfo.1 + +.include <bsd.port.mk> diff --git a/graphics/photopc/distinfo b/graphics/photopc/distinfo new file mode 100644 index 0000000..2781ebf --- /dev/null +++ b/graphics/photopc/distinfo @@ -0,0 +1 @@ +MD5 (photopc-1.6.tar.gz) = 79b8493e34894470d2789f7f25e3873f diff --git a/graphics/photopc/pkg-comment b/graphics/photopc/pkg-comment new file mode 100644 index 0000000..d40b845 --- /dev/null +++ b/graphics/photopc/pkg-comment @@ -0,0 +1 @@ +A utility to manage an Epson PhotoPC 500 digital camera. diff --git a/graphics/photopc/pkg-descr b/graphics/photopc/pkg-descr new file mode 100644 index 0000000..b64e99e --- /dev/null +++ b/graphics/photopc/pkg-descr @@ -0,0 +1,20 @@ +Author email: crosser@average.org + +(From README file): +/* + Copyright (c) 1997 Eugene G. Crosser + + You may do virtually what you wish with this software, as long + as the explicit reference to its original author is retained. + + THIS SOFTWARE IS PROVIDED AS IS AND COME WITH NO WARRANTY OF ANY + KIND, EITHER EXPRESSED OR IMPLIED. IN NO EVENT WILL THE + COPYRIGHT HOLDER BE LIABLE FOR ANY DAMAGES RESULTING FROM THE + USE OF THIS SOFTWARE. +*/ + +This is a library and a command-line frontend to manipulate an Epson +PhotoPC digital still camera. The camera comes with software for +Windows and for Mac, and no description of the protocol. With this +tool, it is managable from a UNIX box. It is quite probable that the +program will also work with Olympus Camedia camera. diff --git a/graphics/photopc/pkg-plist b/graphics/photopc/pkg-plist new file mode 100644 index 0000000..507d0a3 --- /dev/null +++ b/graphics/photopc/pkg-plist @@ -0,0 +1,4 @@ +bin/photopc +bin/epinfo +man/man1/photopc.1.gz +man/man1/epinfo.1.gz |