From e3f38030ec94174c138218af7a479e5e2c2b17f9 Mon Sep 17 00:00:00 2001 From: wiz Date: Sun, 29 Sep 2002 00:13:14 +0000 Subject: Import bktr2jpeg from PR 18405 by Thomas Runge. This is a package for bktr2jpeg, which grabs images from /dev/bktr and saves it as a jpeg file. That makes a console based simple webcam program. --- graphics/bktr2jpeg/DESCR | 2 ++ graphics/bktr2jpeg/Makefile | 15 +++++++++++++++ graphics/bktr2jpeg/PLIST | 2 ++ graphics/bktr2jpeg/distinfo | 5 +++++ graphics/bktr2jpeg/patches/patch-aa | 12 ++++++++++++ 5 files changed, 36 insertions(+) create mode 100644 graphics/bktr2jpeg/DESCR create mode 100644 graphics/bktr2jpeg/Makefile create mode 100644 graphics/bktr2jpeg/PLIST create mode 100644 graphics/bktr2jpeg/distinfo create mode 100644 graphics/bktr2jpeg/patches/patch-aa (limited to 'graphics') diff --git a/graphics/bktr2jpeg/DESCR b/graphics/bktr2jpeg/DESCR new file mode 100644 index 00000000000..d2db1d71967 --- /dev/null +++ b/graphics/bktr2jpeg/DESCR @@ -0,0 +1,2 @@ +Grabs images from /dev/bktr and saves them as jpeg files. +That makes a console based, simple webcam program. diff --git a/graphics/bktr2jpeg/Makefile b/graphics/bktr2jpeg/Makefile new file mode 100644 index 00000000000..2ad67604121 --- /dev/null +++ b/graphics/bktr2jpeg/Makefile @@ -0,0 +1,15 @@ +# $NetBSD: Makefile,v 1.1.1.1 2002/09/29 00:13:14 wiz Exp $ +# + +DISTNAME= bktr2jpeg-1.0 +CATEGORIES= graphics +MASTER_SITES= http://core.de/~coto/misc/ + +MAINTAINER= coto@core.de +HOMEPAGE= http://core.de/~coto/private.html +COMMENT= Write jpeg image captured from /dev/bktr to file + +USE_BUILDLINK2= YES + +.include "../../graphics/jpeg/buildlink2.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/graphics/bktr2jpeg/PLIST b/graphics/bktr2jpeg/PLIST new file mode 100644 index 00000000000..d7e104bd973 --- /dev/null +++ b/graphics/bktr2jpeg/PLIST @@ -0,0 +1,2 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2002/09/29 00:13:14 wiz Exp $ +bin/bktr2jpeg diff --git a/graphics/bktr2jpeg/distinfo b/graphics/bktr2jpeg/distinfo new file mode 100644 index 00000000000..8b0e2ab9c5c --- /dev/null +++ b/graphics/bktr2jpeg/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2002/09/29 00:13:14 wiz Exp $ + +SHA1 (bktr2jpeg-1.0.tar.gz) = 77c23db1826936fc1dc920ea7a3c8ae5800655a1 +Size (bktr2jpeg-1.0.tar.gz) = 4716 bytes +SHA1 (patch-aa) = 822c9035b160432821e8b2d2b68d9b1c0456eea2 diff --git a/graphics/bktr2jpeg/patches/patch-aa b/graphics/bktr2jpeg/patches/patch-aa new file mode 100644 index 00000000000..62d4c160bfe --- /dev/null +++ b/graphics/bktr2jpeg/patches/patch-aa @@ -0,0 +1,12 @@ +$NetBSD: patch-aa,v 1.1.1.1 2002/09/29 00:13:14 wiz Exp $ + +--- Makefile.orig Wed Sep 25 01:13:27 2002 ++++ Makefile +@@ -1,6 +1,6 @@ + + appname = bktr2jpeg +-prefix = /usr/pkg ++prefix = ${PREFIX} + exec_prefix = ${prefix} + bindir = $(exec_prefix)/bin + libdir = $(exec_prefix)/lib -- cgit v1.2.3