Date: Sat, 27 Dec 2025 01:46:00 +0000 From: Jose Alonso Cardenas Marquez <acm@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 0b4b0a46a4d6 - main - x11-drivers/xlibre-xf86-video-scfb: New port: The SCFB video driver Message-ID: <694f3a58.38847.c38860e@gitrepo.freebsd.org>
index | next in thread | raw e-mail
The branch main has been updated by acm: URL: https://cgit.FreeBSD.org/ports/commit/?id=0b4b0a46a4d6b82071c814f8c6045b4b22b25a78 commit 0b4b0a46a4d6b82071c814f8c6045b4b22b25a78 Author: Jose Alonso Cardenas Marquez <acm@FreeBSD.org> AuthorDate: 2025-12-27 00:47:40 +0000 Commit: Jose Alonso Cardenas Marquez <acm@FreeBSD.org> CommitDate: 2025-12-27 01:45:36 +0000 x11-drivers/xlibre-xf86-video-scfb: New port: The SCFB video driver This package contains the XLibre xf86-video-scfb driver. Framebuffer access via FreeBSD syscons. This driver has been recently forked by the XLibre organization. With hat: xlibre Obtained from: https://github.com/b-aaz/xlibre-ports --- x11-drivers/Makefile | 1 + x11-drivers/xlibre-xf86-video-scfb/Makefile | 18 ++++++++++++++++++ x11-drivers/xlibre-xf86-video-scfb/distinfo | 3 +++ x11-drivers/xlibre-xf86-video-scfb/pkg-descr | 2 ++ 4 files changed, 24 insertions(+) diff --git a/x11-drivers/Makefile b/x11-drivers/Makefile index 981a770111b8..eb8627caa149 100644 --- a/x11-drivers/Makefile +++ b/x11-drivers/Makefile @@ -41,6 +41,7 @@ SUBDIR += xlibre-xf86-video-mga SUBDIR += xlibre-xf86-video-nv SUBDIR += xlibre-xf86-video-qxl + SUBDIR += xlibre-xf86-video-scfb SUBDIR += xlibre-xf86-video-vesa SUBDIR += xlibre-xf86-video-vmware SUBDIR += xorg-drivers diff --git a/x11-drivers/xlibre-xf86-video-scfb/Makefile b/x11-drivers/xlibre-xf86-video-scfb/Makefile new file mode 100644 index 000000000000..513706728f25 --- /dev/null +++ b/x11-drivers/xlibre-xf86-video-scfb/Makefile @@ -0,0 +1,18 @@ +PORTNAME= xlibre-xf86-video-scfb +PORTVERSION= 25.0.0 +CATEGORIES= x11-drivers + +MAINTAINER= b-aaz@proton.me +COMMENT= XLibre syscons display driver +WWW= https://github.com/X11Libre/xf86-video-scfb + +LICENSE= BSD2CLAUSE + +USES= xlibre-cat:driver + +PLIST_FILES= ${MODULEDIR}/drivers/scfb_drv.so \ + share/man/man4/scfb.4x.gz + +GH_TAGNAME= 6489569 + +.include <bsd.port.mk> diff --git a/x11-drivers/xlibre-xf86-video-scfb/distinfo b/x11-drivers/xlibre-xf86-video-scfb/distinfo new file mode 100644 index 000000000000..b76990a9b106 --- /dev/null +++ b/x11-drivers/xlibre-xf86-video-scfb/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1766560122 +SHA256 (xlibre/driver/X11Libre-xf86-video-scfb-25.0.0-6489569_GH0.tar.gz) = 86b0272cc0ae8823be5dcb02e8cfc6f4ae072a1b410e3992d81cd4968a19d891 +SIZE (xlibre/driver/X11Libre-xf86-video-scfb-25.0.0-6489569_GH0.tar.gz) = 347891 diff --git a/x11-drivers/xlibre-xf86-video-scfb/pkg-descr b/x11-drivers/xlibre-xf86-video-scfb/pkg-descr new file mode 100644 index 000000000000..94c228910ead --- /dev/null +++ b/x11-drivers/xlibre-xf86-video-scfb/pkg-descr @@ -0,0 +1,2 @@ +This package contains the XLibre xf86-video-scfb driver. +Framebuffer access via FreeBSD syscons.home | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?694f3a58.38847.c38860e>
