diff --git a/x11/xcursorgen/Makefile b/x11/xcursorgen/Makefile index 1ee03d499339..7c42854f0e8b 100644 --- a/x11/xcursorgen/Makefile +++ b/x11/xcursorgen/Makefile @@ -1,21 +1,21 @@ PORTNAME= xcursorgen -PORTVERSION= 1.0.8 -PORTREVISION= 1 +DISTVERSION= 1.0.9 CATEGORIES= x11 MAINTAINER= x11@FreeBSD.org COMMENT= Create an X cursor file from a collection of PNG images +WWW= https://gitlab.freedesktop.org/xorg/app/xcursorgen LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libpng.so:graphics/png EXTRACT_SUFX= .tar.xz USES= xorg xorg-cat:app USE_XORG= x11 xcursor xorgproto INSTALL_TARGET= install-strip PLIST_FILES= bin/xcursorgen share/man/man1/xcursorgen.1.gz -GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share .include diff --git a/x11/xcursorgen/distinfo b/x11/xcursorgen/distinfo index 24ed39f967c7..6d926ca628dd 100644 --- a/x11/xcursorgen/distinfo +++ b/x11/xcursorgen/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1670268453 -SHA256 (xorg/app/xcursorgen-1.0.8.tar.xz) = 32b33ce27b4e285e64ff375731806bb7988cc626ff10915c65f1dc4da640cc9b -SIZE (xorg/app/xcursorgen-1.0.8.tar.xz) = 123208 +TIMESTAMP = 1748273702 +SHA256 (xorg/app/xcursorgen-1.0.9.tar.xz) = 0cc9e156ac84ca16ea902710af35e0faffa51d13797071e3b4b6cc7cbd493bbc +SIZE (xorg/app/xcursorgen-1.0.9.tar.xz) = 126956 diff --git a/x11/xcursorgen/pkg-descr b/x11/xcursorgen/pkg-descr index be67a1b6c50b..4ed6779bc335 100644 --- a/x11/xcursorgen/pkg-descr +++ b/x11/xcursorgen/pkg-descr @@ -1,2 +1,5 @@ -This package contains xcursorgen, a program for creating an X cursor file -from a collection of PNG images. +Xcursorgen prepares X11 cursor sets for use with libXcursor. +Xcursorgen reads the configuration file to find the list of cursor +images along with their hotspot and nominal size information. +Xcursorgen converts all of the images to Xcursor format and writes them +to the output file.