aboutsummaryrefslogtreecommitdiff
path: root/graphics/phpsview
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2005-12-31 23:32:17 +0000
committerPav Lucistnik <pav@FreeBSD.org>2005-12-31 23:32:17 +0000
commitdc69b5a196508eb5255c5da0b5b48483cee48d49 (patch)
tree8f1541ac27ef9eb6ad92e4cf29e535a7321015f3 /graphics/phpsview
parent16fe4379b9223c8379c2789fec678bd8bef442ec (diff)
downloadports-dc69b5a196508eb5255c5da0b5b48483cee48d49.tar.gz
ports-dc69b5a196508eb5255c5da0b5b48483cee48d49.zip
Notes
Diffstat (limited to 'graphics/phpsview')
-rw-r--r--graphics/phpsview/Makefile11
-rw-r--r--graphics/phpsview/distinfo7
-rw-r--r--graphics/phpsview/files/patch-phpsshot.125
-rw-r--r--graphics/phpsview/files/patch-phpsview.123
-rw-r--r--graphics/phpsview/pkg-descr5
5 files changed, 57 insertions, 14 deletions
diff --git a/graphics/phpsview/Makefile b/graphics/phpsview/Makefile
index 6afd1fc2940f..62e5c6c69621 100644
--- a/graphics/phpsview/Makefile
+++ b/graphics/phpsview/Makefile
@@ -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 --git a/graphics/phpsview/distinfo b/graphics/phpsview/distinfo
index 830e39f53b8e..cc4816353cba 100644
--- a/graphics/phpsview/distinfo
+++ b/graphics/phpsview/distinfo
@@ -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 --git a/graphics/phpsview/files/patch-phpsshot.1 b/graphics/phpsview/files/patch-phpsshot.1
new file mode 100644
index 000000000000..81f89c100d6b
--- /dev/null
+++ b/graphics/phpsview/files/patch-phpsshot.1
@@ -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 --git a/graphics/phpsview/files/patch-phpsview.1 b/graphics/phpsview/files/patch-phpsview.1
new file mode 100644
index 000000000000..d0d89da09cbe
--- /dev/null
+++ b/graphics/phpsview/files/patch-phpsview.1
@@ -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 --git a/graphics/phpsview/pkg-descr b/graphics/phpsview/pkg-descr
index aec3aff01f06..978a111e8bc5 100644
--- a/graphics/phpsview/pkg-descr
+++ b/graphics/phpsview/pkg-descr
@@ -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