freebsd-ports/graphics/libdrm/pkg-descr
Emmanuel Vadot 67c3a731ef graphics/libdrm: Always enable manpages
No reason to not always include them.
While here change a bit pkg-desc and COMMENT so it better reflects
reality.
Also split amd and radeon, no functional changed intended.

Sponsored by:	Beckhoff Automation GmbH & Co. KG
2024-01-27 19:36:01 +01:00

11 lines
621 B
Text

This is libdrm, a userspace library for accessing the DRM, direct rendering
manager, on Linux, BSD and other operating systems that support the
ioctl interface.
The library provides wrapper functions for the ioctls to avoid exposing the
kernel interface directly, and for chipsets with drm memory manager,
support for tracking relocations and buffers.
New functionality in the kernel DRM drivers typically requires a new libdrm,
but a new libdrm will always work with an older kernel.
libdrm is a low-level library, typically used by graphics drivers such as
the Mesa drivers, the X drivers, libva and similar projects.