Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 23 Aug 1998 22:15:48 -0400 (EDT)
From:      Bill Fumerola <billf@jade.chc-chimes.com>
To:        FreeBSD-gnats-submit@FreeBSD.ORG
Subject:   ports/7732: new port: graphics/qcread
Message-ID:  <199808240215.WAA19252@jade.chc-chimes.com>

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

>Number:         7732
>Category:       ports
>Synopsis:       new port: graphics/qcread
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:
>Keywords:
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sun Aug 23 19:20:00 PDT 1998
>Last-Modified:
>Originator:     Bill Fumerola
>Organization:
Computer Horizons Corp
>Release:        FreeBSD 2.2.7-STABLE i386
>Environment:
one with any means of testing the ability of the program
I am without a QuickCam.
>Description:

Per Luigi's <mailto:luigi@labinfo.iet.unipi.it> request on -hackers
this is a quick/dirty port of the qcread program. as stated above, I have no means of testing it but the 
author and Luigi both say it works 'out of the box'.

At least once you get it compiled, it does. It makes files in a subdir, but then tries to link them in the 
current directory, tsk tsk.

>How-To-Repeat:
>Fix:

# This is a shell archive.  Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file".  Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
#	.
#	./Makefile
#	./files
#	./files/md5
#	./patches
#	./patches/patch-aa
#	./pkg
#	./pkg/PLIST
#	./pkg/COMMENT
#	./pkg/DESCR
#
echo c - .
mkdir -p . > /dev/null 2>&1
echo x - ./Makefile
sed 's/^X//' >./Makefile << 'END-of-./Makefile'
X# New ports collection makefile for:   qcread
X# Version required:    0.3
X# Date created:        23 August 1998
X# Whom:                Bill Fumerola <billf@chc-chimes.com>
X#
X# $Id: $
X#
X
XDISTNAME=	qcread-0.3
XCATEGORIES=	graphics
XMASTER_SITES=	ftp://phobos.illtel.denver.co.us/pub/qcread/
X
XMAINTAINER=	billf@chc-chimes.com
X
Xpost-extract:
X
X	${CP} -r ${WRKSRC}/gnu-getopt/. ${WRKSRC}
X
Xdo-install:
X
X	${CP} ${WRKSRC}/qcam.conf ${PREFIX}/etc
X	${CP} ${WRKSRC}/qcread ${PREFIX}/bin
X	strip ${PREFIX}/bin/qcread
X
X.include <bsd.port.mk>
END-of-./Makefile
echo c - ./files
mkdir -p ./files > /dev/null 2>&1
echo x - ./files/md5
sed 's/^X//' >./files/md5 << 'END-of-./files/md5'
XMD5 (qcread-0.3.tar.gz) = c491b64c31d8751cca2b217663167560
END-of-./files/md5
echo c - ./patches
mkdir -p ./patches > /dev/null 2>&1
echo x - ./patches/patch-aa
sed 's/^X//' >./patches/patch-aa << 'END-of-./patches/patch-aa'
X--- Makefile.old	Sun Aug 23 21:51:14 1998
X+++ Makefile	Sun Aug 23 21:53:23 1998
X@@ -9,17 +9,17 @@
X 
X # for Linux
X #
X-CFLAGS = -O -DLinux
X-INCLUDES = cqc.h
X-OBJS = cqc.o
X+#CFLAGS = -O -DLinux
X+#INCLUDES = cqc.h
X+#OBJS = cqc.o
X #
X # end Linux options
X 
X ## for FreeBSD
X ##
X-#CFLAGS = -g -O -Ignu-getopt -DFreeBSD
X-#INCLUDES = cqc.h gnu-getopt/getopt.h
X-#OBJS = cqc.o gnu-getopt/getopt.o gnu-getopt/getopt1.o
X+CFLAGS = -g -O -I. -DFreeBSD
X+INCLUDES = cqc.h getopt.h
X+OBJS = cqc.o getopt.o getopt1.o
X ##
X ## end FreeBSD options
X 
END-of-./patches/patch-aa
echo c - ./pkg
mkdir -p ./pkg > /dev/null 2>&1
echo x - ./pkg/PLIST
sed 's/^X//' >./pkg/PLIST << 'END-of-./pkg/PLIST'
Xbin/qcread
Xetc/qcam.conf
END-of-./pkg/PLIST
echo x - ./pkg/COMMENT
sed 's/^X//' >./pkg/COMMENT << 'END-of-./pkg/COMMENT'
Xsupports both color and B&W parallel-port Connectix QuickCam for PC
END-of-./pkg/COMMENT
echo x - ./pkg/DESCR
sed 's/^X//' >./pkg/DESCR << 'END-of-./pkg/DESCR'
XThis program supports both color and B&W parallel-port Connectix QuickCam
Xfor PC All modes are supported except color QuickCam "thousands colors" 
Xcompressed download and 640x480 "billions colors" mode. "Thousands" is 
Xunsupported because of the lack of information and will be added if 
XConnectix will give the documentation on it to developers in the same or 
Xsimilar way, the documentation on other modes was given that made this 
Xprogram possible. "Billions colors" will be supported in later releases. 
X
Xhttp://www.illtel.com/pub/qcread/README.html
X
XBill Fumerola <billf@chc-chimes.com>
END-of-./pkg/DESCR
exit

>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message



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