From be3888a7763806f0ccde47ac78d85826e4e22e5f Mon Sep 17 00:00:00 2001 From: hamajima Date: Thu, 10 Jun 2004 13:15:03 +0000 Subject: New package for sq905view-0.01, software for use with USB SQcam Webcam based the SQ905 chip --- graphics/Makefile | 3 ++- graphics/sq905view/DESCR | 4 ++++ graphics/sq905view/Makefile | 23 +++++++++++++++++++++++ graphics/sq905view/PLIST | 7 +++++++ graphics/sq905view/distinfo | 6 ++++++ 5 files changed, 42 insertions(+), 1 deletion(-) create mode 100644 graphics/sq905view/DESCR create mode 100644 graphics/sq905view/Makefile create mode 100644 graphics/sq905view/PLIST create mode 100644 graphics/sq905view/distinfo (limited to 'graphics') diff --git a/graphics/Makefile b/graphics/Makefile index 1361753d8ae..69d17236b00 100644 --- a/graphics/Makefile +++ b/graphics/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.315 2004/06/05 07:46:36 hamajima Exp $ +# $NetBSD: Makefile,v 1.316 2004/06/10 13:17:03 hamajima Exp $ # COMMENT= Graphics tools and libraries @@ -224,6 +224,7 @@ SUBDIR+= skencil SUBDIR+= smpeg-xmms SUBDIR+= snx101view SUBDIR+= sodipodi +SUBDIR+= sq905view SUBDIR+= swfdec SUBDIR+= swfdec-gtk2 SUBDIR+= tcm diff --git a/graphics/sq905view/DESCR b/graphics/sq905view/DESCR new file mode 100644 index 00000000000..0883d633dd3 --- /dev/null +++ b/graphics/sq905view/DESCR @@ -0,0 +1,4 @@ +USB SQcam Webcam based the SQ905 chip Utility Programs + +sq905shot ... simple image capture program ( output stdout PPM file ) +sq905view ... sequential image viewer program diff --git a/graphics/sq905view/Makefile b/graphics/sq905view/Makefile new file mode 100644 index 00000000000..e7d84756f48 --- /dev/null +++ b/graphics/sq905view/Makefile @@ -0,0 +1,23 @@ +# $NetBSD: Makefile,v 1.1.1.1 2004/06/10 13:15:03 hamajima Exp $ +# + +DISTNAME= sqcam_driver_for_kernel_2_6 +PKGNAME= sq905view-0.01 +CATEGORIES= graphics x11 +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=sqcam/} +EXTRACT_SUFX= -0.1b.tar.gz + +PATCH_SITES= http://www2.starcat.ne.jp/~takam/bsd/ +PATCHFILES= sqcam_driver_for_BSD-0.01.patch.gz +PATCH_DIST_STRIP= -p1 + +MAINTAINER= hamajima@NetBSD.org +HOMEPAGE= http://www2.starcat.ne.jp/~takam/bsd/NetBSD.html#sqcam +COMMENT= USB SQcam Webcam based the SQ905 chip Utility Programs + +USE_BUILDLINK3= yes + +.include "../../graphics/imlib/buildlink3.mk" +.include "../../x11/gtk/buildlink3.mk" + +.include "../../mk/bsd.pkg.mk" diff --git a/graphics/sq905view/PLIST b/graphics/sq905view/PLIST new file mode 100644 index 00000000000..777e99f3d3f --- /dev/null +++ b/graphics/sq905view/PLIST @@ -0,0 +1,7 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2004/06/10 13:15:03 hamajima Exp $ +bin/sq905shot +bin/sq905view +man/cat1/sq905shot.0 +man/cat1/sq905view.0 +man/man1/sq905shot.1 +man/man1/sq905view.1 diff --git a/graphics/sq905view/distinfo b/graphics/sq905view/distinfo new file mode 100644 index 00000000000..3dcab4a501d --- /dev/null +++ b/graphics/sq905view/distinfo @@ -0,0 +1,6 @@ +$NetBSD: distinfo,v 1.1.1.1 2004/06/10 13:15:03 hamajima Exp $ + +SHA1 (sqcam_driver_for_kernel_2_6-0.1b.tar.gz) = 5bffdf65966d27fd12146b60d9ee441b6df6a6d8 +Size (sqcam_driver_for_kernel_2_6-0.1b.tar.gz) = 15196 bytes +SHA1 (sqcam_driver_for_BSD-0.01.patch.gz) = d77af3e949a1382353dde1cbd21ef27fc3ece810 +Size (sqcam_driver_for_BSD-0.01.patch.gz) = 12459 bytes -- cgit v1.2.3