summaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2003-01-17 03:50:26 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2003-01-17 03:50:26 +0000
commit4292a42f1e3a8d4f1d11c5ba4b71fedaeb6f10ad (patch)
tree709c5e766d3ffccbc3143e2d96b27387fa4bcd85 /graphics
parentupgrade to 20021227 p2 (diff)
New port: graphics/ophoto
Ophoto: USB support for Kodak DC240 and DC280 cameras PR: ports/35995 Submitted by: Robert Withrow <witr@rwwa.com>
Notes
Notes: svn path=/head/; revision=73301
Diffstat (limited to 'graphics')
-rw-r--r--graphics/Makefile1
-rw-r--r--graphics/ophoto/Makefile21
-rw-r--r--graphics/ophoto/distinfo1
-rw-r--r--graphics/ophoto/files/patch.aa12
-rw-r--r--graphics/ophoto/pkg-comment1
-rw-r--r--graphics/ophoto/pkg-descr7
-rw-r--r--graphics/ophoto/pkg-plist1
7 files changed, 44 insertions, 0 deletions
diff --git a/graphics/Makefile b/graphics/Makefile
index ddaba1e38bcd..bc4bf9363d15 100644
--- a/graphics/Makefile
+++ b/graphics/Makefile
@@ -237,6 +237,7 @@
SUBDIR += opendx
SUBDIR += opendx-samples
SUBDIR += opengl-man
+ SUBDIR += ophoto
SUBDIR += osg
SUBDIR += p5-Chart-PNGgraph
SUBDIR += p5-GD
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