From owner-freebsd-ports Sun Aug 23 19:20:14 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id TAA01092 for freebsd-ports-outgoing; Sun, 23 Aug 1998 19:20:14 -0700 (PDT) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id TAA01050 for ; Sun, 23 Aug 1998 19:20:06 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id TAA10302; Sun, 23 Aug 1998 19:20:00 -0700 (PDT) Received: from jade.chc-chimes.com (jade.chc-chimes.com [206.67.97.83]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id TAA00822 for ; Sun, 23 Aug 1998 19:18:18 -0700 (PDT) (envelope-from billf@jade.chc-chimes.com) Received: (from billf@localhost) by jade.chc-chimes.com (8.8.8/8.8.8) id WAA19252; Sun, 23 Aug 1998 22:15:48 -0400 (EDT) (envelope-from billf) Message-Id: <199808240215.WAA19252@jade.chc-chimes.com> Date: Sun, 23 Aug 1998 22:15:48 -0400 (EDT) From: Bill Fumerola Reply-To: billf@jade.chc-chimes.com To: FreeBSD-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: 3.2 Subject: ports/7732: new port: graphics/qcread Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >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 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 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 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 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