summaryrefslogtreecommitdiff
path: root/graphics/phpsview
diff options
context:
space:
mode:
authorTim Bishop <tdb@FreeBSD.org>2006-02-06 14:02:11 +0000
committerTim Bishop <tdb@FreeBSD.org>2006-02-06 14:02:11 +0000
commit0b7bd2a25f1dd6243034393643d937ff971a8560 (patch)
treee90f50e252ba41670779c68557babeadd0a15a5f /graphics/phpsview
parent- Update to 3a2 (diff)
- Update bsd patchset:
"This update adds command line options for frame dump, dump interval, and no display." PR: 92555 Submitted by: Yoshihiko Sarumaru <mistral@imasy.or.jp> (maintainer)
Notes
Notes: svn path=/head/; revision=155331
Diffstat (limited to 'graphics/phpsview')
-rw-r--r--graphics/phpsview/Makefile12
-rw-r--r--graphics/phpsview/distinfo9
-rw-r--r--graphics/phpsview/files/patch-phpsshot.115
-rw-r--r--graphics/phpsview/files/patch-phpsview.114
4 files changed, 31 insertions, 19 deletions
diff --git a/graphics/phpsview/Makefile b/graphics/phpsview/Makefile
index 62e5c6c69621..7467d5ee515d 100644
--- a/graphics/phpsview/Makefile
+++ b/graphics/phpsview/Makefile
@@ -7,16 +7,22 @@
PORTNAME= phpsview
PORTVERSION= 10.0.5
+PORTREVISION= 1
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
.else
diff --git a/graphics/phpsview/distinfo b/graphics/phpsview/distinfo
index cc4816353cba..d5884450ed59 100644
--- a/graphics/phpsview/distinfo
+++ b/graphics/phpsview/distinfo
@@ -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 --git a/graphics/phpsview/files/patch-phpsshot.1 b/graphics/phpsview/files/patch-phpsshot.1
index 81f89c100d6b..401cabab910e 100644
--- a/graphics/phpsview/files/patch-phpsshot.1
+++ b/graphics/phpsview/files/patch-phpsshot.1
@@ -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 --git a/graphics/phpsview/files/patch-phpsview.1 b/graphics/phpsview/files/patch-phpsview.1
index d0d89da09cbe..9135beb3b2d3 100644
--- a/graphics/phpsview/files/patch-phpsview.1
+++ b/graphics/phpsview/files/patch-phpsview.1
@@ -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