FreeBSD Bugzilla – Attachment 60735 Details for
Bug 91122
update ports: graphics/phpsview: update to 10.0.5
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 4.01 KB, created by
Yoshihiko Sarumaru
on 2005-12-31 08:50:10 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Yoshihiko Sarumaru
Created:
2005-12-31 08:50:10 UTC
Size:
4.01 KB
patch
obsolete
>diff -Nru phpsview.orig/Makefile phpsview/Makefile >--- phpsview.orig/Makefile Mon May 9 02:09:41 2005 >+++ phpsview/Makefile Wed Dec 28 00:46:06 2005 >@@ -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 >diff -Nru phpsview.orig/distinfo phpsview/distinfo >--- phpsview.orig/distinfo Mon May 9 02:09:41 2005 >+++ phpsview/distinfo Wed Dec 28 00:46:35 2005 >@@ -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 >diff -Nru phpsview.orig/files/patch-phpsshot.1 phpsview/files/patch-phpsshot.1 >--- phpsview.orig/files/patch-phpsshot.1 Thu Jan 1 09:00:00 1970 >+++ phpsview/files/patch-phpsshot.1 Sat Dec 31 17:33:59 2005 >@@ -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 >diff -Nru phpsview.orig/files/patch-phpsview.1 phpsview/files/patch-phpsview.1 >--- phpsview.orig/files/patch-phpsview.1 Thu Jan 1 09:00:00 1970 >+++ phpsview/files/patch-phpsview.1 Sat Dec 31 17:33:49 2005 >@@ -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. >diff -Nru phpsview.orig/pkg-descr phpsview/pkg-descr >--- phpsview.orig/pkg-descr Mon May 9 02:09:41 2005 >+++ phpsview/pkg-descr Sun Dec 25 20:58:06 2005 >@@ -3,7 +3,8 @@ > > 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 @@ > - 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
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 91122
: 60735