Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 31 Jan 2006 01:47:25 +0900 (JST)
From:      Yoshihiko Sarumaru <mistral@imasy.or.jp>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/92555: update port: graphics/phpsview: update patch
Message-ID:  <200601301647.k0UGlP5U004573@shimako.yamayuri.org>
Resent-Message-ID: <200601301650.k0UGo2QG078221@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         92555
>Category:       ports
>Synopsis:       update port: graphics/phpsview: update patch
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Mon Jan 30 16:50:02 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Yoshihiko Sarumaru
>Release:        FreeBSD 6.0-STABLE i386
>Organization:
>Environment:
System: FreeBSD shimako.yamayuri.org 6.0-STABLE FreeBSD 6.0-STABLE #0: Thu Jan 26 02:03:05 JST 2006 sarumaru@shimako.yamayuri.org:/usr/obj/usr/src/sys/VGN-T72 i386


	
>Description:
	This PR update patch set for pwc.
	This update add command line options for frame dump, dump interval, and no display
>How-To-Repeat:
	
>Fix:
diff -uwr phpsview.orig/Makefile phpsview/Makefile
--- phpsview.orig/Makefile	Sun Jan  1 08:32:16 2006
+++ phpsview/Makefile	Mon Jan 30 23:57:02 2006
@@ -8,14 +8,19 @@
 PORTNAME=	phpsview
 PORTVERSION=	10.0.5
 CATEGORIES=	graphics
-MASTER_SITES=	http://vinvin.dyndns.org/projects/
-MASTER_SITE_SUBDIR=	${REALNAME}
-DISTNAME=	${REALNAME}-${PORTVERSION}-bsd
+MASTER_SITES=	http://www.saillard.org/linux/pwc/old-releases/
+DISTNAME=	${REALNAME}-${PORTVERSION}
+
+PATCH_SITES=	http://vinvin.dyndns.org/projects/
+PATCHFILES=	${REALNAME}-${PORTVERSION}-bsd-0.06.patch.gz
+PATCH_DIST_STRIP=       -p1
 
 MAINTAINER=	mistral@imasy.or.jp
 COMMENT=	Philips USB Cameras Utilities for NetBSD/FreeBSD
 
 REALNAME=	pwc
+
+USE_BZIP2=	yes
 
 .if defined(WITHOUT_X11)
 COMPONENTS=	phpsshot
diff -uwr phpsview.orig/distinfo phpsview/distinfo
--- phpsview.orig/distinfo	Wed Dec 28 00:46:35 2005
+++ phpsview/distinfo	Tue Jan 31 00:29:13 2006
@@ -1,3 +1,6 @@
-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
+MD5 (pwc-10.0.5.tar.bz2) = 8fc8a44a803fc009720ae3b5f2afbd18
+SHA256 (pwc-10.0.5.tar.bz2) = 26705b0405f9632feb38a6472b666906ffc31b2d32d74a2bd7d4185c3620a00b
+SIZE (pwc-10.0.5.tar.bz2) = 46811
+MD5 (pwc-10.0.5-bsd-0.06.patch.gz) = 7526d1569da585cd5266f55b8394de3a
+SHA256 (pwc-10.0.5-bsd-0.06.patch.gz) = 8bbb86ed3b0a09dce5d3fc45dcb5368b8c29c1243253857773bab705cab18021
+SIZE (pwc-10.0.5-bsd-0.06.patch.gz) = 53010
diff -uwr phpsview.orig/files/patch-phpsshot.1 phpsview/files/patch-phpsshot.1
--- phpsview.orig/files/patch-phpsshot.1	Sat Dec 31 17:33:59 2005
+++ phpsview/files/patch-phpsshot.1	Tue Jan 31 00:28:59 2006
@@ -1,6 +1,6 @@
---- phpsshot.1.orig	Thu Nov 25 21:03:01 2004
-+++ phpsshot.1	Sat Dec 31 17:32:45 2005
-@@ -32,18 +32,18 @@
+--- phpsshot.1.orig	Mon Jan 30 23:58:20 2006
++++ phpsshot.1	Tue Jan 31 00:28:15 2006
+@@ -32,7 +32,7 @@
  .Nd simple image capture program for Philips USB Cameras
  .Sh SYNOPSIS
  .Nm phpsshot
@@ -9,9 +9,7 @@
  .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.
+@@ -41,9 +41,9 @@
  .Pp
  The following options are supported:
  .Bl -tag -width indent
@@ -23,3 +21,8 @@
  devices until it finds an attached target camera.
  .El
  .Sh EXAMPLES
+@@ -60,4 +60,3 @@
+ .El
+ .Sh AUTHORS
+ .An Mizuno Takafumi
+-
diff -uwr phpsview.orig/files/patch-phpsview.1 phpsview/files/patch-phpsview.1
--- phpsview.orig/files/patch-phpsview.1	Sat Dec 31 17:33:49 2005
+++ phpsview/files/patch-phpsview.1	Tue Jan 31 00:31:32 2006
@@ -1,15 +1,15 @@
---- 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
+--- phpsview.1.orig	Tue Jan 31 00:29:15 2006
++++ phpsview.1	Tue Jan 31 00:31:03 2006
+@@ -33,7 +33,7 @@
  .Sh SYNOPSIS
  .Nm phpsview
+ .Op -n
 -.Op /dev/ugen?.00
 +.Op /dev/ugen?
  .Op 320x240
- .Sh DESCRIPTION
- .Nm
-@@ -42,9 +42,9 @@
+ .Op filename
+ .Op -ddump_interval
+@@ -45,9 +45,9 @@
  .Pp
  The following options are supported:
  .Bl -tag -width indent
>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200601301647.k0UGlP5U004573>