diff options
author | jgh <jgh@FreeBSD.org> | 2012-10-05 00:52:30 +0800 |
---|---|---|
committer | jgh <jgh@FreeBSD.org> | 2012-10-05 00:52:30 +0800 |
commit | 3bfe19651b5e15b98bfa070af7a2577a469c8b16 (patch) | |
tree | 53b7de3d04428538fa73e257125138f675e17be9 | |
parent | 2ceee4a206b135dce20f8600a80f10f473baa6f3 (diff) | |
download | freebsd-ports-gnome-3bfe19651b5e15b98bfa070af7a2577a469c8b16.tar.gz freebsd-ports-gnome-3bfe19651b5e15b98bfa070af7a2577a469c8b16.tar.zst freebsd-ports-gnome-3bfe19651b5e15b98bfa070af7a2577a469c8b16.zip |
- adjust comment and pkg-descr
- adopt optionsNG
- pass maintainership to submitter
PR: 172315
Submitted by: nemysis@gmx.ch
-rw-r--r-- | graphics/photopc/Makefile | 26 | ||||
-rw-r--r-- | graphics/photopc/pkg-descr | 28 |
2 files changed, 27 insertions, 27 deletions
diff --git a/graphics/photopc/Makefile b/graphics/photopc/Makefile index 12d38ffdad97..fac2a39f4ecd 100644 --- a/graphics/photopc/Makefile +++ b/graphics/photopc/Makefile @@ -1,29 +1,33 @@ -# New ports collection makefile for: photopc-1.6 -# Date created: 11 October 1997 -# Whom: Douglas Carmichael <dcarmich@mcs.com> +# Created by: Douglas Carmichael <dcarmich@mcs.com> # # $FreeBSD$ -# PORTNAME= photopc PORTVERSION= 3.07 CATEGORIES= graphics MASTER_SITES= SF -MAINTAINER= ports@FreeBSD.org -COMMENT= A utility to manage an Epson PhotoPC 500 digital camera +MAINTAINER= nemysis@gmx.ch +COMMENT= Control cameras based on Sierra Imaging chipset and compatibles GNU_CONFIGURE= yes MAKE_JOBS_SAFE= yes +PLIST_FILES= bin/epinfo \ + bin/photopc \ + include/eph_io.h \ + lib/libeph_io.a + MAN1= epinfo.1 photopc.1 -PORTDOCS= protocol.htm usage.htm -PLIST_FILES= bin/epinfo bin/photopc include/eph_io.h lib/libeph_io.a + +PORTDOCS= README protocol.htm usage.htm + +.include <bsd.port.options.mk> post-install: -.if !defined(NOPORTDOCS) - @${MKDIR} ${DOCSDIR} - ${INSTALL_DATA} ${WRKSRC}/*.htm ${DOCSDIR} +.if ${PORT_OPTIONS:MDOCS} + ${MKDIR} ${DOCSDIR} + ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${DOCSDIR} .endif .include <bsd.port.mk> diff --git a/graphics/photopc/pkg-descr b/graphics/photopc/pkg-descr index e55d5f1279aa..71db5b772d64 100644 --- a/graphics/photopc/pkg-descr +++ b/graphics/photopc/pkg-descr @@ -1,20 +1,16 @@ -(From README file): -/* - Copyright (c) 1997 Eugene G. Crosser +A command-line tool to download picturs and control still digital cameras +based on Sierra Imaging chipset and compatibles +(Olympus, Nikon, Epson, Agfa and some others). - You may do virtually what you wish with this software, as long - as the explicit reference to its original author is retained. +This is a library and a command-line frontend to manipulate digital 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, 950 and 8x0 but not CoolPix 600!) cameras. - 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. +The cameras typically come with software for Windows and for Mac, and no +description of the protocol. With this tool, they are managable from a +UNIX box. Bruce D. Lightner <lightner@lightner.net> has added support +for Win32 and DOS platforms. Note that the program does not have any +GUI, it is plain command-line even on Windows. WWW: http://photopc.sourceforge.net/ |