x11/libXrender: Improve port

- Update pkg-descr.
- Add LICENSE_FILE.
- Add INSTALL_TARGET=install-strip.
- Pet portclippy.
- Replace PORTVERSION with DISTVERSION.

PR:		286523
Approved by:	manu (x11, maintainer)
This commit is contained in:
mew14930xvi
2025-06-12 04:41:58 +03:00
committed by Vladimir Druzenko
parent baa5b9235f
commit 4fff03aa17
2 changed files with 13 additions and 3 deletions

View File

@@ -1,5 +1,5 @@
PORTNAME= libXrender
PORTVERSION= 0.9.12
DISTVERSION= 0.9.12
CATEGORIES= x11
MAINTAINER= x11@FreeBSD.org
@@ -7,9 +7,12 @@ COMMENT= X Render extension library
WWW= https://www.freedesktop.org/Software/xlibs
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/COPYING
USES= cpe tar:xz xorg xorg-cat:lib
USE_XORG= x11 xorgproto
CPE_VENDOR= x.org
USE_XORG= x11 xorgproto
INSTALL_TARGET= install-strip
.include <bsd.port.mk>

View File

@@ -1 +1,8 @@
This package contains X render library and server implementations for XFree86.
The X Rendering Extension introduces digital image composition as the
foundation of a rendering model within the X Window System. Rendering
geometric figures is accomplished by client-side tessellation into
either triangles or trapezoids. Text is drawn by loading glyphs into
the server and rendering sets of them.
This package contains the client library for connecting to a Xserver
that supports the Xrender extension.