diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2003-01-17 03:50:26 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2003-01-17 03:50:26 +0000 |
commit | 4292a42f1e3a8d4f1d11c5ba4b71fedaeb6f10ad (patch) | |
tree | 709c5e766d3ffccbc3143e2d96b27387fa4bcd85 /graphics/ophoto | |
parent | f8bb702c0b3d921dab490bea6d77e0a7f2b40ff4 (diff) | |
download | ports-4292a42f1e3a8d4f1d11c5ba4b71fedaeb6f10ad.tar.gz ports-4292a42f1e3a8d4f1d11c5ba4b71fedaeb6f10ad.zip |
Notes
Diffstat (limited to 'graphics/ophoto')
-rw-r--r-- | graphics/ophoto/Makefile | 21 | ||||
-rw-r--r-- | graphics/ophoto/distinfo | 1 | ||||
-rw-r--r-- | graphics/ophoto/files/patch.aa | 12 | ||||
-rw-r--r-- | graphics/ophoto/pkg-comment | 1 | ||||
-rw-r--r-- | graphics/ophoto/pkg-descr | 7 | ||||
-rw-r--r-- | graphics/ophoto/pkg-plist | 1 |
6 files changed, 43 insertions, 0 deletions
diff --git a/graphics/ophoto/Makefile b/graphics/ophoto/Makefile new file mode 100644 index 000000000000..b742931d59cb --- /dev/null +++ b/graphics/ophoto/Makefile @@ -0,0 +1,21 @@ +# New ports collection makefile for: ophoto +# Date created: Sat Mar 16 2002 +# Whom: Bob Withrow <witr@rwwa.com> +# +# $FreeBSD$ +# + +PORTNAME= ophoto +PORTVERSION= 0.1 +CATEGORIES= graphics +MASTER_SITES= http://www.fromme.com/o/ophoto/ +DISTNAME= ophoto + +MAINTAINER= witr@rwwa.com + +ALL_TARGET= ophoto + +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/ophoto ${PREFIX}/bin + +.include <bsd.port.mk> diff --git a/graphics/ophoto/distinfo b/graphics/ophoto/distinfo new file mode 100644 index 000000000000..b85199d8581c --- /dev/null +++ b/graphics/ophoto/distinfo @@ -0,0 +1 @@ +MD5 (ophoto.tar.gz) = 36501b08d00fc8673006adeb046757d7 diff --git a/graphics/ophoto/files/patch.aa b/graphics/ophoto/files/patch.aa new file mode 100644 index 000000000000..c2c6a42a3016 --- /dev/null +++ b/graphics/ophoto/files/patch.aa @@ -0,0 +1,12 @@ +diff -ur ophoto/command.c ophoto.new/command.c +--- ophoto/command.c Sun Dec 19 02:35:16 1999 ++++ ophoto.new/command.c Sun Feb 24 11:09:37 2002 +@@ -61,7 +61,7 @@ + char *monthname[16] = { + "???", + "Jan", "Feb", "Mar", "Apr", "May", "Jun", +- "Jul", "Aug", "Sep", "Oct", "Nov", "Dec" ++ "Jul", "Aug", "Sep", "Oct", "Nov", "Dec", + "???", "???", "???" + }; + diff --git a/graphics/ophoto/pkg-comment b/graphics/ophoto/pkg-comment new file mode 100644 index 000000000000..0573d378a624 --- /dev/null +++ b/graphics/ophoto/pkg-comment @@ -0,0 +1 @@ +USB support for Kodak DC240 and DC280 cameras under FreeBSD diff --git a/graphics/ophoto/pkg-descr b/graphics/ophoto/pkg-descr new file mode 100644 index 000000000000..e89a97ed2188 --- /dev/null +++ b/graphics/ophoto/pkg-descr @@ -0,0 +1,7 @@ +Ophoto is a utility to download pictures from Kodak DC240 and DC280 +cameras using the fast USB interface. You can also use the tool for +generic camera control (i.e. change settings, take pictures, etc.). + +The project title is ``oPhoto'' (Olli's Photo Tool). + +WWW: http://www.fromme.com/o/ophoto/ diff --git a/graphics/ophoto/pkg-plist b/graphics/ophoto/pkg-plist new file mode 100644 index 000000000000..3d5d94b74fc0 --- /dev/null +++ b/graphics/ophoto/pkg-plist @@ -0,0 +1 @@ +bin/ophoto |