pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc New package for sq905view-0.01, software for use with ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/04275fd93cf4
branches:  trunk
changeset: 476443:04275fd93cf4
user:      hamajima <hamajima%pkgsrc.org@localhost>
date:      Thu Jun 10 13:15:03 2004 +0000

description:
New package for sq905view-0.01, software for use with USB SQcam Webcam based the SQ905 chip

diffstat:

 doc/CHANGES                 |   3 ++-
 graphics/Makefile           |   3 ++-
 graphics/sq905view/DESCR    |   4 ++++
 graphics/sq905view/Makefile |  23 +++++++++++++++++++++++
 graphics/sq905view/PLIST    |   7 +++++++
 graphics/sq905view/distinfo |   6 ++++++
 6 files changed, 44 insertions(+), 2 deletions(-)

diffs (87 lines):

diff -r cd41ee9c2072 -r 04275fd93cf4 doc/CHANGES
--- a/doc/CHANGES       Thu Jun 10 13:08:45 2004 +0000
+++ b/doc/CHANGES       Thu Jun 10 13:15:03 2004 +0000
@@ -1,4 +1,4 @@
-$NetBSD: CHANGES,v 1.6194 2004/06/10 10:18:09 recht Exp $
+$NetBSD: CHANGES,v 1.6195 2004/06/10 13:17:03 hamajima Exp $
 
 Changes to the packages collection and infrastructure in 2004:
 
@@ -2857,3 +2857,4 @@
        Updated cvs to 1.11.17 [grant 2004-06-10]
        Updated python23 to 2.3.4nb1 [recht 2004-06-10]
        Updated python23-pth to 2.3.4nb1 [recht 2004-06-10]
+       Added sq905view-0.01 [hamajima 2004-06-10]
diff -r cd41ee9c2072 -r 04275fd93cf4 graphics/Makefile
--- a/graphics/Makefile Thu Jun 10 13:08:45 2004 +0000
+++ b/graphics/Makefile Thu Jun 10 13:15:03 2004 +0000
@@ -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+=       smpeg-xmms
 SUBDIR+=       snx101view
 SUBDIR+=       sodipodi
+SUBDIR+=       sq905view
 SUBDIR+=       swfdec
 SUBDIR+=       swfdec-gtk2
 SUBDIR+=       tcm
diff -r cd41ee9c2072 -r 04275fd93cf4 graphics/sq905view/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/graphics/sq905view/DESCR  Thu Jun 10 13:15:03 2004 +0000
@@ -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 -r cd41ee9c2072 -r 04275fd93cf4 graphics/sq905view/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/graphics/sq905view/Makefile       Thu Jun 10 13:15:03 2004 +0000
@@ -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@localhost
+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 -r cd41ee9c2072 -r 04275fd93cf4 graphics/sq905view/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/graphics/sq905view/PLIST  Thu Jun 10 13:15:03 2004 +0000
@@ -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 -r cd41ee9c2072 -r 04275fd93cf4 graphics/sq905view/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/graphics/sq905view/distinfo       Thu Jun 10 13:15:03 2004 +0000
@@ -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



Home | Main Index | Thread Index | Old Index