diff options
| author | Alexander Ziaee <ziaee@FreeBSD.org> | 2026-02-26 20:05:47 +0000 |
|---|---|---|
| committer | Alexander Ziaee <ziaee@FreeBSD.org> | 2026-03-14 17:51:59 +0000 |
| commit | 46aa077015e690303badc2118df3124a51368263 (patch) | |
| tree | 3a448d6f701ad1df4a0a451bf17f73b8a94e77b9 | |
| parent | 4d9a1c5f2a07b4f6826682fcdb5ed79dd649d534 (diff) | |
nvidia comments: Wordsmith
These days, Nvidia graphics is more platforms than just cards, more
renderers than just OpenGL, and more display protocols than just X.
It's also written in uppercase. This increases consistency, clarity,
and eliminates jarring line wrapping at reference column width 80.
PR: 293473 (graphics/nvidia-texture-tools)
PR: 293474 (sysutils/nvclock)
PR: 293475 (sysutils/py-nvitop)
Reviewed by: amdmi3, ashafer, danfe, kbowling
Reviewed by: Tomoaki Aoki <junchoon_dec.sakura.ne.jp>
Differential Revision: https://reviews.freebsd.org/D55452
| -rw-r--r-- | graphics/egl-wayland/Makefile | 2 | ||||
| -rw-r--r-- | graphics/egl-wayland2/Makefile | 2 | ||||
| -rw-r--r-- | graphics/egl-x11/Makefile | 2 | ||||
| -rw-r--r-- | graphics/nvidia-drm-kmod/Makefile | 2 | ||||
| -rw-r--r-- | graphics/nvidia-texture-tools/Makefile | 2 | ||||
| -rw-r--r-- | sysutils/nvclock/Makefile | 2 | ||||
| -rw-r--r-- | sysutils/py-nvitop/Makefile | 2 | ||||
| -rw-r--r-- | x11/linux-nvidia-libs/Makefile | 2 | ||||
| -rw-r--r-- | x11/nvidia-driver/Makefile | 2 | ||||
| -rw-r--r-- | x11/nvidia-kmod/Makefile | 2 | ||||
| -rw-r--r-- | x11/nvidia-settings/Makefile | 2 | ||||
| -rw-r--r-- | x11/nvidia-xconfig/Makefile | 2 |
12 files changed, 12 insertions, 12 deletions
diff --git a/graphics/egl-wayland/Makefile b/graphics/egl-wayland/Makefile index 21d965a739d8..9a0a5d407fb5 100644 --- a/graphics/egl-wayland/Makefile +++ b/graphics/egl-wayland/Makefile @@ -3,7 +3,7 @@ DISTVERSION= 1.1.21 CATEGORIES= graphics MAINTAINER= x11@FreeBSD.org -COMMENT= EGLStream-based Wayland external platform +COMMENT= NVIDIA graphics EGLStream Wayland platform WWW= https://github.com/NVIDIA/egl-wayland LICENSE= MIT diff --git a/graphics/egl-wayland2/Makefile b/graphics/egl-wayland2/Makefile index 3930d6b48f22..e5efe3ed1b5e 100644 --- a/graphics/egl-wayland2/Makefile +++ b/graphics/egl-wayland2/Makefile @@ -4,7 +4,7 @@ DISTVERSION= 1.0.1 CATEGORIES= graphics MAINTAINER= x11@FreeBSD.org -COMMENT= Dma-buf-based Wayland external platform library +COMMENT= NVIDIA graphics dma-buf Wayland platform WWW= https://github.com/NVIDIA/egl-wayland2 LICENSE= APACHE20 diff --git a/graphics/egl-x11/Makefile b/graphics/egl-x11/Makefile index f68cf2e248bc..f9f206ad0ed9 100644 --- a/graphics/egl-x11/Makefile +++ b/graphics/egl-x11/Makefile @@ -4,7 +4,7 @@ DISTVERSION= 1.0.5 CATEGORIES= graphics MAINTAINER= x11@FreeBSD.org -COMMENT= EGL X11/XCB platform library for NVIDIA driver +COMMENT= NVIDIA graphics EGL xlib/xcb XWayland platform WWW= https://github.com/NVIDIA/egl-x11 LICENSE= APACHE20 diff --git a/graphics/nvidia-drm-kmod/Makefile b/graphics/nvidia-drm-kmod/Makefile index 5c4fd91d0950..f96c1ab772e1 100644 --- a/graphics/nvidia-drm-kmod/Makefile +++ b/graphics/nvidia-drm-kmod/Makefile @@ -4,7 +4,7 @@ PORTREVISION?= 0 CATEGORIES= graphics kld MAINTAINER= x11@FreeBSD.org -COMMENT= NVIDIA DRM Kernel Module +COMMENT= NVIDIA DRM kernel module WWW= https://www.nvidia.com/object/unix.html USES= metaport diff --git a/graphics/nvidia-texture-tools/Makefile b/graphics/nvidia-texture-tools/Makefile index db1a11bb2887..cc86f9665a1f 100644 --- a/graphics/nvidia-texture-tools/Makefile +++ b/graphics/nvidia-texture-tools/Makefile @@ -3,7 +3,7 @@ PORTVERSION= 2.1.2 CATEGORIES= graphics MAINTAINER= amdmi3@FreeBSD.org -COMMENT= Texture Tools with support for DirectX 10 texture formats +COMMENT= Texture Tools with support for DirectX 10 formats WWW= https://github.com/castano/nvidia-texture-tools LICENSE= MIT diff --git a/sysutils/nvclock/Makefile b/sysutils/nvclock/Makefile index cf72868a28c7..78067d56daa4 100644 --- a/sysutils/nvclock/Makefile +++ b/sysutils/nvclock/Makefile @@ -6,7 +6,7 @@ MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/0.8%20%28beta4%29 DISTNAME= nvclock${DISTVERSION} MAINTAINER= danfe@FreeBSD.org -COMMENT= NVidia graphic card status and overclocking tool +COMMENT= NVIDIA graphics status and overclocking tool WWW= https://www.linuxhardware.org/nvclock/ LICENSE= GPLv2+ diff --git a/sysutils/py-nvitop/Makefile b/sysutils/py-nvitop/Makefile index 240d83753509..d1ed6984fac4 100644 --- a/sysutils/py-nvitop/Makefile +++ b/sysutils/py-nvitop/Makefile @@ -5,7 +5,7 @@ MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= tiga@FreeBSD.org -COMMENT= Interactive NVIDIA-GPU process viewer +COMMENT= Interactive NVIDIA GPU process viewer WWW= https://github.com/XuehaiPan/nvitop LICENSE= APACHE20 diff --git a/x11/linux-nvidia-libs/Makefile b/x11/linux-nvidia-libs/Makefile index 9c5486a3b2f2..b57811b9f357 100644 --- a/x11/linux-nvidia-libs/Makefile +++ b/x11/linux-nvidia-libs/Makefile @@ -9,7 +9,7 @@ EXTRACT_SUFX= .run PKGNAMEPREFIX= linux- MAINTAINER= x11@FreeBSD.org -COMMENT= NVidia graphics libraries and programs (Linux version) +COMMENT= NVIDIA graphics libraries and programs (Linux) WWW= https://www.nvidia.com/object/unix.html LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/x11/nvidia-driver/Makefile b/x11/nvidia-driver/Makefile index 1297ab6d0ded..fb838e8765c5 100644 --- a/x11/nvidia-driver/Makefile +++ b/x11/nvidia-driver/Makefile @@ -21,7 +21,7 @@ DISTNAME= NVIDIA-FreeBSD-${ARCH_SUFX}-${DISTVERSION} DISTFILES= ${DISTNAME}${EXTRACT_SUFX} MAINTAINER?= x11@FreeBSD.org -COMMENT?= NVidia graphics card binary drivers for hardware OpenGL rendering +COMMENT?= NVIDIA graphics driver userland WWW= https://www.nvidia.com/object/unix.html LICENSE_FILE= ${WRKSRC}/doc/license.txt diff --git a/x11/nvidia-kmod/Makefile b/x11/nvidia-kmod/Makefile index 1fb53627f0d5..3d34f9a3eb6d 100644 --- a/x11/nvidia-kmod/Makefile +++ b/x11/nvidia-kmod/Makefile @@ -21,7 +21,7 @@ DISTNAME= NVIDIA-FreeBSD-${ARCH_SUFX}-${DISTVERSION} DISTFILES= ${DISTNAME}${EXTRACT_SUFX} MAINTAINER?= x11@FreeBSD.org -COMMENT?= kmod part of NVidia graphics card binary drivers for hardware OpenGL rendering +COMMENT?= NVIDIA graphics driver kernel module WWW= https://www.nvidia.com/object/unix.html LICENSE_FILE= ${WRKSRC}/doc/license.txt diff --git a/x11/nvidia-settings/Makefile b/x11/nvidia-settings/Makefile index f7470ed5d60c..f3e31e928010 100644 --- a/x11/nvidia-settings/Makefile +++ b/x11/nvidia-settings/Makefile @@ -3,7 +3,7 @@ PORTVERSION= 580.142 CATEGORIES= x11 MAINTAINER= x11@FreeBSD.org -COMMENT= Display Control Panel for X NVidia driver +COMMENT= Display Control Panel for NVIDIA graphics WWW= https://www.nvidia.com/object/unix.html LICENSE= GPLv2 diff --git a/x11/nvidia-xconfig/Makefile b/x11/nvidia-xconfig/Makefile index eb1341c47a36..08e4ca924639 100644 --- a/x11/nvidia-xconfig/Makefile +++ b/x11/nvidia-xconfig/Makefile @@ -3,7 +3,7 @@ PORTVERSION= 580.142 CATEGORIES= x11 MAINTAINER= x11@FreeBSD.org -COMMENT= Tool to manipulate X configuration files for the NVidia driver +COMMENT= NVIDIA graphics X configuration utility WWW= https://www.nvidia.com/object/unix.html LICENSE= GPLv2 |
