pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/graphics Grammar and punctation nits.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/cd657d821399
branches:  trunk
changeset: 462628:cd657d821399
user:      cube <cube%pkgsrc.org@localhost>
date:      Mon Oct 06 12:55:36 2003 +0000

description:
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@.

diffstat:

 graphics/nvtv-gtk2/DESCR    |  13 +++++++++++++
 graphics/nvtv-gtk2/Makefile |   3 +--
 graphics/nvtv/DESCR         |   8 ++++----
 3 files changed, 18 insertions(+), 6 deletions(-)

diffs (54 lines):

diff -r 4f31abb2876d -r cd657d821399 graphics/nvtv-gtk2/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/graphics/nvtv-gtk2/DESCR  Mon Oct 06 12:55:36 2003 +0000
@@ -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 -r 4f31abb2876d -r cd657d821399 graphics/nvtv-gtk2/Makefile
--- a/graphics/nvtv-gtk2/Makefile       Mon Oct 06 12:33:03 2003 +0000
+++ b/graphics/nvtv-gtk2/Makefile       Mon Oct 06 12:55:36 2003 +0000
@@ -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 -r 4f31abb2876d -r cd657d821399 graphics/nvtv/DESCR
--- a/graphics/nvtv/DESCR       Mon Oct 06 12:33:03 2003 +0000
+++ b/graphics/nvtv/DESCR       Mon Oct 06 12:55:36 2003 +0000
@@ -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 @@
 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.



Home | Main Index | Thread Index | Old Index