1
0
mirror of https://git.freebsd.org/ports.git synced 2026-06-02 11:08:52 +00:00

x11/xclipboard: Update to 1.1.5

PR:	287669
This commit is contained in:
mew14930xvi
2025-06-20 09:38:18 +09:00
committed by Emmanuel Vadot
parent 2d94903fc1
commit e4d88e28ea
3 changed files with 17 additions and 10 deletions
+6 -7
View File
@@ -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>
+3 -2
View File
@@ -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
+8 -1
View File
@@ -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.