mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-22 08:58:47 +00:00
qcread - a quick cam viewer discussed in -hackers
PR: ports/7732
This commit is contained in:
parent
9ea8461c82
commit
b9d97678ce
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=14575
25
graphics/qcread/Makefile
Normal file
25
graphics/qcread/Makefile
Normal file
@ -0,0 +1,25 @@
|
||||
# New ports collection makefile for: qcread
|
||||
# Version required: 0.3
|
||||
# Date created: 23 August 1998
|
||||
# Whom: Bill Fumerola <billf@chc-chimes.com>
|
||||
#
|
||||
# $Id: $
|
||||
#
|
||||
|
||||
DISTNAME= qcread-0.3
|
||||
CATEGORIES= graphics
|
||||
MASTER_SITES= ftp://phobos.illtel.denver.co.us/pub/qcread/ \
|
||||
http://phobos.illtel.denver.co.us/pub/qcread/
|
||||
|
||||
MAINTAINER= billf@FreeBSD.ORG
|
||||
|
||||
post-extract:
|
||||
|
||||
${CP} -r ${WRKSRC}/gnu-getopt/. ${WRKSRC}
|
||||
|
||||
do-install:
|
||||
|
||||
${INSTALL} ${COPY} -o root -g wheel -m 644 ${WRKSRC}/qcam.conf ${PREFIX}/etc
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/qcread ${PREFIX}/bin
|
||||
|
||||
.include <bsd.port.mk>
|
1
graphics/qcread/distinfo
Normal file
1
graphics/qcread/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (qcread-0.3.tar.gz) = c491b64c31d8751cca2b217663167560
|
26
graphics/qcread/files/patch-aa
Normal file
26
graphics/qcread/files/patch-aa
Normal file
@ -0,0 +1,26 @@
|
||||
--- Makefile.old Sun Aug 23 21:51:14 1998
|
||||
+++ Makefile Sun Aug 23 21:53:23 1998
|
||||
@@ -9,17 +9,17 @@
|
||||
|
||||
# for Linux
|
||||
#
|
||||
-CFLAGS = -O -DLinux
|
||||
-INCLUDES = cqc.h
|
||||
-OBJS = cqc.o
|
||||
+#CFLAGS = -O -DLinux
|
||||
+#INCLUDES = cqc.h
|
||||
+#OBJS = cqc.o
|
||||
#
|
||||
# end Linux options
|
||||
|
||||
## for FreeBSD
|
||||
##
|
||||
-#CFLAGS = -g -O -Ignu-getopt -DFreeBSD
|
||||
-#INCLUDES = cqc.h gnu-getopt/getopt.h
|
||||
-#OBJS = cqc.o gnu-getopt/getopt.o gnu-getopt/getopt1.o
|
||||
+CFLAGS = -g -O -I. -DFreeBSD
|
||||
+INCLUDES = cqc.h getopt.h
|
||||
+OBJS = cqc.o getopt.o getopt1.o
|
||||
##
|
||||
## end FreeBSD options
|
||||
|
1
graphics/qcread/pkg-comment
Normal file
1
graphics/qcread/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
supports both color and B&W parallel-port Connectix QuickCam for PC
|
11
graphics/qcread/pkg-descr
Normal file
11
graphics/qcread/pkg-descr
Normal file
@ -0,0 +1,11 @@
|
||||
This program supports both color and B&W parallel-port Connectix QuickCam
|
||||
for PC All modes are supported except color QuickCam "thousands colors"
|
||||
compressed download and 640x480 "billions colors" mode. "Thousands" is
|
||||
unsupported because of the lack of information and will be added if
|
||||
Connectix will give the documentation on it to developers in the same or
|
||||
similar way, the documentation on other modes was given that made this
|
||||
program possible. "Billions colors" will be supported in later releases.
|
||||
|
||||
http://www.illtel.com/pub/qcread/README.html
|
||||
|
||||
Bill Fumerola <billf@chc-chimes.com>
|
2
graphics/qcread/pkg-plist
Normal file
2
graphics/qcread/pkg-plist
Normal file
@ -0,0 +1,2 @@
|
||||
bin/qcread
|
||||
etc/qcam.conf
|
Loading…
Reference in New Issue
Block a user