diff options
author | Jun-ichiro itojun Hagino <itojun@FreeBSD.org> | 1997-10-12 14:08:42 +0000 |
---|---|---|
committer | Jun-ichiro itojun Hagino <itojun@FreeBSD.org> | 1997-10-12 14:08:42 +0000 |
commit | 76af0897434ee894ebff373a203de7bd1c833b6f (patch) | |
tree | 9f13978e717084db7c6350404bf3e85bc2d66f50 /graphics/photopc | |
parent | db1e561a1e7cbb9615f8ab1b55f83e640ecd359d (diff) | |
download | ports-76af0897434ee894ebff373a203de7bd1c833b6f.tar.gz ports-76af0897434ee894ebff373a203de7bd1c833b6f.zip |
photopc port. photopc is a digi-cam downloader for epson/agfa/sanyo/olympus
digi-cams. (similar functionality with graphics/camediaplay)
PR: 4741
Notes
Notes:
svn path=/head/; revision=8225
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 000000000000..5b2e82667891 --- /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 000000000000..2781ebf7dcf7 --- /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 000000000000..d40b845a0cf6 --- /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 000000000000..b64e99ecec54 --- /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 000000000000..507d0a323c14 --- /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 |