mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-13 07:34:50 +00:00
- Update to 10.0.5
PR: ports/91122 Submitted by: Yoshihiko Sarumaru <mistral@imasy.or.jp> (maintainer)
This commit is contained in:
parent
16fe4379b9
commit
dc69b5a196
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=152511
@ -6,21 +6,16 @@
|
||||
#
|
||||
|
||||
PORTNAME= phpsview
|
||||
PORTVERSION= 9.0.2
|
||||
PORTVERSION= 10.0.5
|
||||
CATEGORIES= graphics
|
||||
MASTER_SITES= http://www.smcc.demon.nl/webcam/
|
||||
MASTER_SITES= http://vinvin.dyndns.org/projects/
|
||||
MASTER_SITE_SUBDIR= ${REALNAME}
|
||||
DISTNAME= ${REALNAME}-${PORTVERSION}
|
||||
|
||||
PATCH_SITES= http://www2.starcat.ne.jp/~takam/bsd/
|
||||
PATCHFILES= ${DISTNAME}-bsd-0.03.patch.gz
|
||||
PATCH_DIST_STRIP= -p2
|
||||
DISTNAME= ${REALNAME}-${PORTVERSION}-bsd
|
||||
|
||||
MAINTAINER= mistral@imasy.or.jp
|
||||
COMMENT= Philips USB Cameras Utilities for NetBSD/FreeBSD
|
||||
|
||||
REALNAME= pwc
|
||||
WRKSRC= ${WRKDIR}/${DISTNAME}/2.4
|
||||
|
||||
.if defined(WITHOUT_X11)
|
||||
COMPONENTS= phpsshot
|
||||
|
@ -1,4 +1,3 @@
|
||||
MD5 (pwc-9.0.2.tar.gz) = c2febfc5ac59ed669cf99969f38976da
|
||||
SIZE (pwc-9.0.2.tar.gz) = 230499
|
||||
MD5 (pwc-9.0.2-bsd-0.03.patch.gz) = 506996f9a527cc6c32b043b2ecda7bf5
|
||||
SIZE (pwc-9.0.2-bsd-0.03.patch.gz) = 19679
|
||||
MD5 (pwc-10.0.5-bsd.tar.gz) = 91d0459e36c4ceb744d47301bb6971ac
|
||||
SHA256 (pwc-10.0.5-bsd.tar.gz) = a1ab77fe3086aa9464791dc8c7f7be01298fc2c164d7b250f2bbba5b886e5f4c
|
||||
SIZE (pwc-10.0.5-bsd.tar.gz) = 66721
|
||||
|
25
graphics/phpsview/files/patch-phpsshot.1
Normal file
25
graphics/phpsview/files/patch-phpsshot.1
Normal file
@ -0,0 +1,25 @@
|
||||
--- phpsshot.1.orig Thu Nov 25 21:03:01 2004
|
||||
+++ phpsshot.1 Sat Dec 31 17:32:45 2005
|
||||
@@ -32,18 +32,18 @@
|
||||
.Nd simple image capture program for Philips USB Cameras
|
||||
.Sh SYNOPSIS
|
||||
.Nm phpsshot
|
||||
-.Op /dev/ugen?.00
|
||||
+.Op /dev/ugen?
|
||||
.Sh DESCRIPTION
|
||||
.Nm
|
||||
is a simple program to capture image for Philips USB Cameras.
|
||||
.Pp
|
||||
-The captured image is PPM format as 320x240 size. It is written to the standard output.
|
||||
+The captured image is PPM format as 640x480 size. It is written to the standard output.
|
||||
.Pp
|
||||
The following options are supported:
|
||||
.Bl -tag -width indent
|
||||
-.It /dev/ugen?.00
|
||||
+.It /dev/ugen?
|
||||
Specifies the ugen device name. If no device name is specified,
|
||||
-the program will cycle through the /dev/ugen0.00, /dev/ugen1.00, ...
|
||||
+the program will cycle through the /dev/ugen0, /dev/ugen1, ...
|
||||
devices until it finds an attached target camera.
|
||||
.El
|
||||
.Sh EXAMPLES
|
23
graphics/phpsview/files/patch-phpsview.1
Normal file
23
graphics/phpsview/files/patch-phpsview.1
Normal file
@ -0,0 +1,23 @@
|
||||
--- phpsview.1.orig Mon Dec 26 07:19:22 2005
|
||||
+++ phpsview.1 Sat Dec 31 17:33:25 2005
|
||||
@@ -32,7 +32,7 @@
|
||||
.Nd sequential image capture and view program for Philips Cameras
|
||||
.Sh SYNOPSIS
|
||||
.Nm phpsview
|
||||
-.Op /dev/ugen?.00
|
||||
+.Op /dev/ugen?
|
||||
.Op 320x240
|
||||
.Sh DESCRIPTION
|
||||
.Nm
|
||||
@@ -42,9 +42,9 @@
|
||||
.Pp
|
||||
The following options are supported:
|
||||
.Bl -tag -width indent
|
||||
-.It /dev/ugen?.00
|
||||
+.It /dev/ugen?
|
||||
Specifies the ugen device name. If no device name is specified,
|
||||
-the program will cycle through the /dev/ugen0.00, /dev/ugen1.00, ...
|
||||
+the program will cycle through the /dev/ugen0, /dev/ugen1, ...
|
||||
devices until it finds an attached target camera.
|
||||
.It 320x240
|
||||
Sets the capture resolution to 320x240. Can also be 160x120, 640x480 or whatever.
|
@ -3,7 +3,8 @@ Philips USB Cameras Utilities for NetBSD/FreeBSD
|
||||
|
||||
1. What is it?
|
||||
phpsshot ... simple image capture program ( output stdout PPM file )
|
||||
phpsview ... sequential image viewer program ( about 3fps )
|
||||
phpsview ... sequential image viewer program
|
||||
( about 3fps, even with decompression )
|
||||
|
||||
2. What is supported USB camera?
|
||||
|
||||
@ -27,4 +28,4 @@ Philips USB Cameras Utilities for NetBSD/FreeBSD
|
||||
- Samsung MPC-C30
|
||||
- Visionite VCS-UC300
|
||||
|
||||
WWW: http://www2.starcat.ne.jp/~takam/bsd/NetBSD.html#qcamPro
|
||||
WWW: http://vinvin.dyndns.org/projects/pwc_bsd.html
|
||||
|
Loading…
Reference in New Issue
Block a user