From owner-freebsd-ports-bugs@FreeBSD.ORG Wed May 19 03:51:05 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8A89C16A4CE for ; Wed, 19 May 2004 03:51:05 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7ECAB43D39 for ; Wed, 19 May 2004 03:51:05 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) i4JAoLZP012606 for ; Wed, 19 May 2004 03:50:21 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i4JAoLF3012604; Wed, 19 May 2004 03:50:21 -0700 (PDT) (envelope-from gnats) Resent-Date: Wed, 19 May 2004 03:50:21 -0700 (PDT) Resent-Message-Id: <200405191050.i4JAoLF3012604@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Samuel Tardieu Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7C83616A4CE for ; Wed, 19 May 2004 03:44:19 -0700 (PDT) Received: from willow.rfc1149.net (anyanka.rfc1149.net [81.56.47.149]) by mx1.FreeBSD.org (Postfix) with ESMTP id A510743D1F for ; Wed, 19 May 2004 03:44:18 -0700 (PDT) (envelope-from sam@rfc1149.net) Received: by willow.rfc1149.net (Postfix, from userid 1000) id 57B3D3D53; Wed, 19 May 2004 12:43:53 +0200 (CEST) Message-Id: <20040519104353.57B3D3D53@willow.rfc1149.net> Date: Wed, 19 May 2004 12:43:53 +0200 (CEST) From: Samuel Tardieu To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/66870: New port: sysutils/nvtv X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Samuel Tardieu List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 May 2004 10:51:05 -0000 >Number: 66870 >Category: ports >Synopsis: New port: sysutils/nvtv >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Wed May 19 03:50:20 PDT 2004 >Closed-Date: >Last-Modified: >Originator: Samuel Tardieu >Release: FreeBSD 4.9-STABLE i386 >Organization: Avian Carriers and Friends >Environment: System: FreeBSD willow.rfc1149.net 4.9-STABLE FreeBSD 4.9-STABLE #7: Mon Mar 15 21:48:16 CET 2004 root@willow:/usr/obj/usr/src/sys/WILLOW i386 >Description: Utility to control NVidia card without kernel support >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: # # nvtv # nvtv/Makefile # nvtv/distinfo # nvtv/pkg-descr # nvtv/pkg-plist # echo c - nvtv mkdir -p nvtv > /dev/null 2>&1 echo x - nvtv/Makefile sed 's/^X//' >nvtv/Makefile << 'END-of-nvtv/Makefile' X# New ports collection makefile for: nv-tv-out X# Date Created: 19 May 2004 X# Whom: Samuel Tardieu X# X# $FreeBSD$ X# X XPORTNAME= nvtv XPORTVERSION= 0.4.7 XCATEGORIES= sysutils XMASTER_SITES= ${MASTER_SITE_SOURCEFORGE} XMASTER_SITE_SUBDIR= nv-tv-out XDISTNAME= nvtv-${PORTVERSION} X XMAINTAINER= sam@rfc1149.net XCOMMENT= TV output on nvidia card X XLIB_DEPENDS= pci.2:${PORTSDIR}/devel/libpci X XCONFIGURE_ENV= CC="${CC} -I${PREFIX}/include" XCONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} X XUSE_AUTOCONF_VER= 253 XUSE_GTK= YES XUSE_GETOPT_LONG= YES X XMAN1= nvtv.1x XMAN8= nvtvd.8 X X.include END-of-nvtv/Makefile echo x - nvtv/distinfo sed 's/^X//' >nvtv/distinfo << 'END-of-nvtv/distinfo' XMD5 (nvtv-0.4.7.tar.gz) = 35348d7608f94b7d114cd6ef46b66fc7 XSIZE (nvtv-0.4.7.tar.gz) = 419564 END-of-nvtv/distinfo echo x - nvtv/pkg-descr sed 's/^X//' >nvtv/pkg-descr << 'END-of-nvtv/pkg-descr' XThis tool enables TV-Out for NVidia cards. It does not need the kernel, Xsupports multiple TV encoder chips. You may use all the features of the Xchip, down to direct register access, and all resolutions and sizes the Xchip supports. X XWWW: http://sourceforge.net/projects/nv-tv-out/ END-of-nvtv/pkg-descr echo x - nvtv/pkg-plist sed 's/^X//' >nvtv/pkg-plist << 'END-of-nvtv/pkg-plist' Xbin/nvtv Xbin/nvtvd END-of-nvtv/pkg-plist exit >Release-Note: >Audit-Trail: >Unformatted: