From nobody Sat Mar 14 17:55:09 2026 X-Original-To: dev-commits-ports-main@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4fY8C20zpgz6V3sB for ; Sat, 14 Mar 2026 17:55:10 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R12" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 4fY8C2041Xz3lYn for ; Sat, 14 Mar 2026 17:55:10 +0000 (UTC) (envelope-from git@FreeBSD.org) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1773510910; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=x2tmJeSQXlrlq555eGfTMiYOVsJpEkZyqUGtscFXPco=; b=B7/zbLIKcMfJ3yK6DlKX1nYWz+qpS57pQE43KYUvD9sfqFvxcrwuxYSBoQXKRT+iFwwKT8 BY9UUeJXVSkYYlkl4BPXt2BbWLQrcygTx2XRvAhWAMJ7g/UFR+aCADOWqaG41MPUTJlQ7p mraXbeOMr/QnLdwxvU4ikSRfkA55Xgpx/TtdyQfhpUn/msxJQ+Wn5yQInPmIr58xkgzecE BtwZBv/3lCmONn1FHyiSgSuDBUjSoqL47zrzghKZYd/rp1WVAUv3G3BWPOXpyHLIGCMy9p G6rpgA9NVMzRABFG7ppUeAmWieMzwYQ0w1iW2h5QZx4WcblC/Dm4EYJI9PYZyw== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1773510910; a=rsa-sha256; cv=none; b=ERs5GRCaeTaGBz6/MLEiuVfQjwgqgzJOoY2MIKU3Exa7y3e2qN2pzM3atS5nlbSmSArJf1 5Tzxx59dsCffZOjyQYKv4VPASEKoNzzE1CzYp+d1XLdjvLBo5lJRIFWXSq4j0gakyOeoCz nhln37bNxnWQJSrrkQ4UFQF9+gaDTtrDUNVkUKVRS2DD+HGy5vbtcCBswChsmj3obgAyxn ERl3ApuPdT9F+v5AHdGkKh27CLF7EDTf9F+EqTTvzBsx4LJ1PK5wbRyPuPWVyJvLPdJ1vg CKR11FeUhE+Lk5vUwvgFy/lnXu/9Q6nvXF0hrSTO63dLunGqicJ5DlGObQGjbA== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1773510910; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=x2tmJeSQXlrlq555eGfTMiYOVsJpEkZyqUGtscFXPco=; b=xprl5EKBDMI2Q2kPJ80BduwAMJg1blRQkHwWLWbnB4KW5lkYJzizqozJL4ItpmKIN1+u1r dQ5n3ONteW57F0Tse4ozEsvB/oc6I1bjE9n2sd8a2Kbp73Lg1SUCvriS2YIxTWML2HVxHL kovds854G3fr3DvEel5d7TcymSVP94jDl24w/VMEFRifNyQk3jMN3jT9GvNqpQh8oanEp+ 8zFaFvWaS/F2fBy7mn2+GF2yKLb5J/YmyW3oznxEnfmCLB7WUO1VRtsC0zoPEm9dtfGPYH oyTFy365N6l8p4yMW12XVJ4VEbEFaFMzrvlTBKjml4Z6K91o3tRckLJmxlnCLw== Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) by mxrelay.nyi.freebsd.org (Postfix) with ESMTP id 4fY8C168L4z1RYc for ; Sat, 14 Mar 2026 17:55:09 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from git (uid 1279) (envelope-from git@FreeBSD.org) id 2610f by gitrepo.freebsd.org (DragonFly Mail Agent v0.13+ on gitrepo.freebsd.org); Sat, 14 Mar 2026 17:55:09 +0000 To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Alexander Ziaee Subject: git: 46aa077015e6 - main - nvidia comments: Wordsmith List-Id: Commits to the main branch of the FreeBSD ports repository List-Archive: https://lists.freebsd.org/archives/dev-commits-ports-main List-Help: List-Post: List-Subscribe: List-Unsubscribe: X-BeenThere: dev-commits-ports-main@freebsd.org Sender: owner-dev-commits-ports-main@FreeBSD.org MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: ziaee X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 46aa077015e690303badc2118df3124a51368263 Auto-Submitted: auto-generated Date: Sat, 14 Mar 2026 17:55:09 +0000 Message-Id: <69b5a0fd.2610f.57334384@gitrepo.freebsd.org> The branch main has been updated by ziaee: URL: https://cgit.FreeBSD.org/ports/commit/?id=46aa077015e690303badc2118df3124a51368263 commit 46aa077015e690303badc2118df3124a51368263 Author: Alexander Ziaee AuthorDate: 2026-02-26 20:05:47 +0000 Commit: Alexander Ziaee CommitDate: 2026-03-14 17:51:59 +0000 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 Differential Revision: https://reviews.freebsd.org/D55452 --- graphics/egl-wayland/Makefile | 2 +- graphics/egl-wayland2/Makefile | 2 +- graphics/egl-x11/Makefile | 2 +- graphics/nvidia-drm-kmod/Makefile | 2 +- graphics/nvidia-texture-tools/Makefile | 2 +- sysutils/nvclock/Makefile | 2 +- sysutils/py-nvitop/Makefile | 2 +- x11/linux-nvidia-libs/Makefile | 2 +- x11/nvidia-driver/Makefile | 2 +- x11/nvidia-kmod/Makefile | 2 +- x11/nvidia-settings/Makefile | 2 +- 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