summaryrefslogtreecommitdiff
path: root/graphics/vid
diff options
context:
space:
mode:
authorRoger Hardiman <roger@FreeBSD.org>2000-12-05 13:54:17 +0000
committerRoger Hardiman <roger@FreeBSD.org>2000-12-05 13:54:17 +0000
commitc3168654d6ac7bf16d7ab0b942297d74b3e60692 (patch)
tree03d6e7dbaeea25bdafdd7e5d9e3dd9992e819ee5 /graphics/vid
parentUpdate to 0.15. (diff)
Add vid, a program to capture single frames from USB Cameras using
the OV511 chipet. Cameras include * Creative Labs WebCam 3 * D-Link DSB-C300 * Puretek PT-6007 * Koala-Cam * Lifeview RoboCam * AverMedia InterCam Elite * MediaForte MV300 FreeBSD will tell you if you have an OV511 camera at boot time if you have usb and ugen support enabled Obtained from: Peter Housel <housel@acm.org>
Notes
Notes: svn path=/head/; revision=35679
Diffstat (limited to 'graphics/vid')
-rw-r--r--graphics/vid/Makefile23
-rw-r--r--graphics/vid/distinfo1
-rw-r--r--graphics/vid/pkg-comment1
-rw-r--r--graphics/vid/pkg-descr19
-rw-r--r--graphics/vid/pkg-plist1
5 files changed, 45 insertions, 0 deletions
diff --git a/graphics/vid/Makefile b/graphics/vid/Makefile
new file mode 100644
index 000000000000..0f5033621fe9
--- /dev/null
+++ b/graphics/vid/Makefile
@@ -0,0 +1,23 @@
+# New ports collection makefile for: vid
+# Date created: Tue Dec 5 13:32:13 GMT 2000
+# Whom: Roger Hardiman <roger@freebsd.org?
+#
+# $FreeBSD$
+#
+
+PORTNAME= vid
+PORTVERSION= 1.0.1
+CATEGORIES= graphics
+MASTER_SITES= http://members.home.com/housel/
+
+MAINTAINER= roger@freebsd.org
+
+# The port does not understand 'make all' or 'make install'
+# so change the 'all_target' to be empty and use our own do-install handler.
+
+ALL_TARGET=
+
+do-install:
+ ${INSTALL_PROGRAM} ${WRKSRC}/vid ${PREFIX}/bin
+
+.include <bsd.port.mk>
diff --git a/graphics/vid/distinfo b/graphics/vid/distinfo
new file mode 100644
index 000000000000..5b91fabf7544
--- /dev/null
+++ b/graphics/vid/distinfo
@@ -0,0 +1 @@
+MD5 (vid-1.0.1.tar.gz) = b23adc85c03cc5a21e3574559e6ee88b
diff --git a/graphics/vid/pkg-comment b/graphics/vid/pkg-comment
new file mode 100644
index 000000000000..9676ff4460cc
--- /dev/null
+++ b/graphics/vid/pkg-comment
@@ -0,0 +1 @@
+Grab images from USB Cameras using the OV511 chipset
diff --git a/graphics/vid/pkg-descr b/graphics/vid/pkg-descr
new file mode 100644
index 000000000000..c05dc36db0f1
--- /dev/null
+++ b/graphics/vid/pkg-descr
@@ -0,0 +1,19 @@
+vid is a Image Capture program for USB cameras using the
+Omnivision OV511 chipset.
+
+
+These include the
+
+ Creative Labs WebCam 3
+ D-Link DSB-C300
+ Puretek PT-6007
+ Alpha Vision Koala-Cam
+ Lifeview RoboCam
+ AverMedia InterCam Elite
+ MediaForte MV300
+
+The program was written by Peter Housel <housel@acm.org) and
+is heavily based on the Linux OV511 driver from http://alpha.dyndns.org/ov511/
+
+
+WWW: http://members.home.com/housel/
diff --git a/graphics/vid/pkg-plist b/graphics/vid/pkg-plist
new file mode 100644
index 000000000000..fc9776823f9b
--- /dev/null
+++ b/graphics/vid/pkg-plist
@@ -0,0 +1 @@
+bin/vid