View | Details | Raw Unified | Return to bug 91122
Collapse All | Expand All

(-)phpsview/Makefile (-8 / +3 lines)
Lines 6-26 Link Here
6
#
6
#
7
7
8
PORTNAME=	phpsview
8
PORTNAME=	phpsview
9
PORTVERSION=	9.0.2
9
PORTVERSION=	10.0.5
10
CATEGORIES=	graphics
10
CATEGORIES=	graphics
11
MASTER_SITES=	http://www.smcc.demon.nl/webcam/
11
MASTER_SITES=	http://vinvin.dyndns.org/projects/
12
MASTER_SITE_SUBDIR=	${REALNAME}
12
MASTER_SITE_SUBDIR=	${REALNAME}
13
DISTNAME=	${REALNAME}-${PORTVERSION}
13
DISTNAME=	${REALNAME}-${PORTVERSION}-bsd
14
15
PATCH_SITES=	http://www2.starcat.ne.jp/~takam/bsd/
16
PATCHFILES=	${DISTNAME}-bsd-0.03.patch.gz
17
PATCH_DIST_STRIP=	-p2
18
14
19
MAINTAINER=	mistral@imasy.or.jp
15
MAINTAINER=	mistral@imasy.or.jp
20
COMMENT=	Philips USB Cameras Utilities for NetBSD/FreeBSD
16
COMMENT=	Philips USB Cameras Utilities for NetBSD/FreeBSD
21
17
22
REALNAME=	pwc
18
REALNAME=	pwc
23
WRKSRC=		${WRKDIR}/${DISTNAME}/2.4
24
19
25
.if defined(WITHOUT_X11)
20
.if defined(WITHOUT_X11)
26
COMPONENTS=	phpsshot
21
COMPONENTS=	phpsshot
(-)phpsview/distinfo (-4 / +3 lines)
Lines 1-4 Link Here
1
MD5 (pwc-9.0.2.tar.gz) = c2febfc5ac59ed669cf99969f38976da
1
MD5 (pwc-10.0.5-bsd.tar.gz) = 91d0459e36c4ceb744d47301bb6971ac
2
SIZE (pwc-9.0.2.tar.gz) = 230499
2
SHA256 (pwc-10.0.5-bsd.tar.gz) = a1ab77fe3086aa9464791dc8c7f7be01298fc2c164d7b250f2bbba5b886e5f4c
3
MD5 (pwc-9.0.2-bsd-0.03.patch.gz) = 506996f9a527cc6c32b043b2ecda7bf5
3
SIZE (pwc-10.0.5-bsd.tar.gz) = 66721
4
SIZE (pwc-9.0.2-bsd-0.03.patch.gz) = 19679
(-)phpsview/files/patch-phpsshot.1 (+25 lines)
Line 0 Link Here
1
--- phpsshot.1.orig	Thu Nov 25 21:03:01 2004
2
+++ phpsshot.1	Sat Dec 31 17:32:45 2005
3
@@ -32,18 +32,18 @@
4
 .Nd simple image capture program for Philips USB Cameras
5
 .Sh SYNOPSIS
6
 .Nm phpsshot
7
-.Op /dev/ugen?.00
8
+.Op /dev/ugen?
9
 .Sh DESCRIPTION
10
 .Nm
11
 is a simple program to capture image for Philips USB Cameras.
12
 .Pp
13
-The captured image is PPM format as 320x240 size. It is written to the standard output.
14
+The captured image is PPM format as 640x480 size. It is written to the standard output.
15
 .Pp
16
 The following options are supported:
17
 .Bl -tag -width indent
18
-.It /dev/ugen?.00
19
+.It /dev/ugen?
20
 Specifies the ugen device name. If no device name is specified,
21
-the program will cycle through the /dev/ugen0.00, /dev/ugen1.00, ... 
22
+the program will cycle through the /dev/ugen0, /dev/ugen1, ... 
23
 devices until it finds an attached target camera.
24
 .El
25
 .Sh EXAMPLES
(-)phpsview/files/patch-phpsview.1 (+23 lines)
Line 0 Link Here
1
--- phpsview.1.orig	Mon Dec 26 07:19:22 2005
2
+++ phpsview.1	Sat Dec 31 17:33:25 2005
3
@@ -32,7 +32,7 @@
4
 .Nd sequential image capture and view program for Philips Cameras
5
 .Sh SYNOPSIS
6
 .Nm phpsview
7
-.Op /dev/ugen?.00
8
+.Op /dev/ugen?
9
 .Op 320x240
10
 .Sh DESCRIPTION
11
 .Nm
12
@@ -42,9 +42,9 @@
13
 .Pp
14
 The following options are supported:
15
 .Bl -tag -width indent
16
-.It /dev/ugen?.00
17
+.It /dev/ugen?
18
 Specifies the ugen device name. If no device name is specified,
19
-the program will cycle through the /dev/ugen0.00, /dev/ugen1.00, ... 
20
+the program will cycle through the /dev/ugen0, /dev/ugen1, ... 
21
 devices until it finds an attached target camera.
22
 .It 320x240
23
 Sets the capture resolution to 320x240. Can also be 160x120, 640x480 or whatever.
(-)phpsview/pkg-descr (-2 / +3 lines)
Lines 3-9 Link Here
3
3
4
1. What is it?
4
1. What is it?
5
	phpsshot ... simple image capture program ( output stdout PPM file )
5
	phpsshot ... simple image capture program ( output stdout PPM file )
6
	phpsview ... sequential image viewer program ( about 3fps )
6
	phpsview ... sequential image viewer program 
7
                     ( about 3fps, even with decompression )
7
8
8
2. What is supported USB camera?
9
2. What is supported USB camera?
9
10
Lines 27-30 Link Here
27
	- Samsung MPC-C30
28
	- Samsung MPC-C30
28
	- Visionite VCS-UC300
29
	- Visionite VCS-UC300
29
30
30
WWW: http://www2.starcat.ne.jp/~takam/bsd/NetBSD.html#qcamPro
31
WWW: http://vinvin.dyndns.org/projects/pwc_bsd.html

Return to bug 91122