summaryrefslogtreecommitdiff
path: root/x11/xclipboard
diff options
context:
space:
mode:
Diffstat (limited to 'x11/xclipboard')
-rw-r--r--x11/xclipboard/Makefile13
-rw-r--r--x11/xclipboard/distinfo5
-rw-r--r--x11/xclipboard/pkg-descr9
3 files changed, 17 insertions, 10 deletions
diff --git a/x11/xclipboard/Makefile b/x11/xclipboard/Makefile
index fa849e6f23e3..5e683372ce9c 100644
--- a/x11/xclipboard/Makefile
+++ b/x11/xclipboard/Makefile
@@ -1,17 +1,16 @@
PORTNAME= xclipboard
-PORTVERSION= 1.1.3
-PORTREVISION= 1
+DISTVERSION= 1.1.5
PORTEPOCH= 1
CATEGORIES= x11
MAINTAINER= x11@FreeBSD.org
-COMMENT= X clipboard client
+COMMENT= Manage the X server clipboard
+WWW= https://gitlab.freedesktop.org/xorg/app/xclipboard
LICENSE= MIT
+LICENSE_FILE= ${WRKSRC}/COPYING
-USES= xorg xorg-cat:app
-USE_XORG= xt xaw
-
-GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share
+USES= tar:xz xorg xorg-cat:app
+USE_XORG= x11 xaw xkbfile xmu xorgproto xt
.include <bsd.port.mk>
diff --git a/x11/xclipboard/distinfo b/x11/xclipboard/distinfo
index 9bba32d796cf..e521bb356978 100644
--- a/x11/xclipboard/distinfo
+++ b/x11/xclipboard/distinfo
@@ -1,2 +1,3 @@
-SHA256 (xorg/app/xclipboard-1.1.3.tar.bz2) = 9c0e0a1f4f1d49f73c6cf3ccd27b5ca0e18afc63679f1a1ee466b1d82446ebb5
-SIZE (xorg/app/xclipboard-1.1.3.tar.bz2) = 132406
+TIMESTAMP = 1748284177
+SHA256 (xorg/app/xclipboard-1.1.5.tar.xz) = 8e47a4e18a88d47b14e8eb61a5f298687624a38f9decee9988d8b51a20514c45
+SIZE (xorg/app/xclipboard-1.1.5.tar.xz) = 132420
diff --git a/x11/xclipboard/pkg-descr b/x11/xclipboard/pkg-descr
index 58e411e2c0f6..67b8f7f1a94e 100644
--- a/x11/xclipboard/pkg-descr
+++ b/x11/xclipboard/pkg-descr
@@ -1 +1,8 @@
-This package contains xclipboard, an X clipboard client.
+The xclipboard program is used to collect and display text selections
+that are sent to the CLIPBOARD by other clients. It is typically used
+to save CLIPBOARD selections for later use. It stores each CLIPBOARD
+selection as a separate string, each of which can be selected. Each
+time CLIPBOARD is asserted by another application, xclipboard transfers
+the contents of that selection to a new buffer and displays it in the
+text window. Buffers are never automatically deleted, so you'll want to
+use the delete button to get rid of useless items.