From 4a68766efd4e52330e67c23936931b6719e30d4f Mon Sep 17 00:00:00 2001 From: cube Date: Mon, 6 Oct 2003 12:55:36 +0000 Subject: Grammar and punctation nits. Provide a DESCR file for nvtv-gtk2, this is more helpful for the user wanting to choose between GTK+1 or GTK+2 interface. Provided by salo@. --- graphics/nvtv-gtk2/DESCR | 13 +++++++++++++ graphics/nvtv-gtk2/Makefile | 3 +-- graphics/nvtv/DESCR | 8 ++++---- 3 files changed, 18 insertions(+), 6 deletions(-) create mode 100644 graphics/nvtv-gtk2/DESCR (limited to 'graphics') diff --git a/graphics/nvtv-gtk2/DESCR b/graphics/nvtv-gtk2/DESCR new file mode 100644 index 00000000000..692cf76a187 --- /dev/null +++ b/graphics/nvtv-gtk2/DESCR @@ -0,0 +1,13 @@ +Nvtv can enable, activate and configure the TV output of most NVidia cards, +and some others, such as some 3dfx ones. Nvtv probes and uses the PCI bus +directly, thus does not need any kernel support, and allows a very low-level +access to the multiple TV encoder chips supported. Then you have a direct +control over the registers of the chip, and can use all the resolutions and +sizes the board supports. + +Most of the accesses done by Nvtv need root privileges, and a daemon is +provided to allow non-privileged users control the TV output of the graphics +card. + +This package uses version 2 of the GTK+ toolkit. If you want to use GTK+ 1 +interface, install graphics/nvtv package instead. diff --git a/graphics/nvtv-gtk2/Makefile b/graphics/nvtv-gtk2/Makefile index c99015b6245..2320be6fca9 100644 --- a/graphics/nvtv-gtk2/Makefile +++ b/graphics/nvtv-gtk2/Makefile @@ -1,11 +1,10 @@ -# $NetBSD: Makefile,v 1.3 2003/10/05 13:13:06 cube Exp $ +# $NetBSD: Makefile,v 1.4 2003/10/06 12:55:36 cube Exp $ PKGNAME= ${DISTNAME:S/-/-gtk2-/} .include "../../graphics/nvtv/Makefile.common" CONFLICTS= nvtv-[0-9]* -DESCR_SRC= ${.CURDIR}/../../graphics/nvtv/DESCR DISTINFO_FILE= ${.CURDIR}/../../graphics/nvtv/distinfo FILESDIR= ${.CURDIR}/../../graphics/nvtv/files PLIST_SRC= ${.CURDIR}/../../graphics/nvtv/PLIST diff --git a/graphics/nvtv/DESCR b/graphics/nvtv/DESCR index 9f879f25762..7aaa3b61aba 100644 --- a/graphics/nvtv/DESCR +++ b/graphics/nvtv/DESCR @@ -1,7 +1,7 @@ Nvtv can enable, activate and configure the TV output of most NVidia cards, -and some others, like some 3dfx ones. Nvtv probes and uses the PCI bus +and some others, such as some 3dfx ones. Nvtv probes and uses the PCI bus directly, thus does not need any kernel support, and allows a very low-level -access to the multiple TV encoder chips supported. Then you have a direct +access to the multiple TV encoder chips supported. Then you have a direct control over the registers of the chip, and can use all the resolutions and sizes the board supports. @@ -9,5 +9,5 @@ Most of the accesses done by Nvtv need root privileges, and a daemon is provided to allow non-privileged users control the TV output of the graphics card. -Nvtv can integrate into either a GTK1 or a GTK2 environment, with the exact -same interface. +This package uses version 1 of the GTK+ toolkit. If you want to use GTK+ 2 +interface, install graphics/nvtv-gtk2 package instead. -- cgit v1.2.3