pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
xsel: remove, pushed to pkgsrc
Module Name: pkgsrc-wip
Committed By: kikadf <kikadf.01%gmail.com@localhost>
Pushed By: kikadf
Date: Mon Aug 11 13:29:34 2025 +0200
Changeset: 69f035d3cf784ec9b7429fc88e4d0fa8043ff394
Modified Files:
Makefile
Removed Files:
xsel/COMMIT_MSG
xsel/DESCR
xsel/Makefile
xsel/PLIST
xsel/distinfo
Log Message:
xsel: remove, pushed to pkgsrc
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=69f035d3cf784ec9b7429fc88e4d0fa8043ff394
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
Makefile | 1 -
xsel/COMMIT_MSG | 24 ------------------------
xsel/DESCR | 3 ---
xsel/Makefile | 25 -------------------------
xsel/PLIST | 3 ---
xsel/distinfo | 5 -----
6 files changed, 61 deletions(-)
diffs:
diff --git a/Makefile b/Makefile
index 28e1c2ca8a..e021738d79 100644
--- a/Makefile
+++ b/Makefile
@@ -6119,7 +6119,6 @@ SUBDIR+= xrdp
SUBDIR+= xrdp09
SUBDIR+= xroar
SUBDIR+= xsb
-SUBDIR+= xsel
SUBDIR+= xspd
SUBDIR+= xspdapp
SUBDIR+= xspread
diff --git a/xsel/COMMIT_MSG b/xsel/COMMIT_MSG
deleted file mode 100644
index a693f457a4..0000000000
--- a/xsel/COMMIT_MSG
+++ /dev/null
@@ -1,24 +0,0 @@
-x11/xsel: update to 1.2.1
-
-* What's Changed:
-INCR transfer bug fixes by @ebiggers in #16
-Use XDG_CACHE_HOME for xsel.log by @valeth in #15
-Using markdown syntax by @gildasio in #9
-Plug memory leak in handle_targets in #18
-Fix segfault when stdin is empty by @mptre in #17
-Fix #19 segfault when --append to empty selection by @MaskRay in #20
-Do not modify HOME environment variable. by @e7appew in #21
-Perform fstat on stdin and stdout only if required. by @e7appew in #22
-Debian patches by @hyperair in #25
-Avoid passing NULL to vsnprintf() by @mptre in #27
-Avoid extra char copy in strncpy by @ony in #32
-Set timer value to 0 to stop timer, don't use a nullptr timer by @mckellyln in #31
-Remove interfering error message by @emendelson in #37
-Option: trim trailing newline from output by @aaaaaaaalex in #39
-In README file: updated link to ICCCM rant to one that works. by @andrep in #40
-Fix MULTIPLE conversion requests by @CyberShadow in #45
-Added option to add window name by @esturafd in #41
-Set WM_NAME and WM_CLASS window properties by @uosis in #35
-Modernize by @SoapGentoo in #50
-
-* Remove developer-merged patch from pkgsrc
diff --git a/xsel/DESCR b/xsel/DESCR
deleted file mode 100644
index 1f1e0ca176..0000000000
--- a/xsel/DESCR
+++ /dev/null
@@ -1,3 +0,0 @@
-XSel is a command-line program for getting and setting the contents of the
-X selection. Normally this is only accessible by manually highlighting
-information and pasting it with the middle mouse button.
diff --git a/xsel/Makefile b/xsel/Makefile
deleted file mode 100644
index f951951034..0000000000
--- a/xsel/Makefile
+++ /dev/null
@@ -1,25 +0,0 @@
-# $NetBSD: Makefile,v 1.5 2023/12/21 02:58:40 zafer Exp $
-#
-
-DISTNAME= xsel-1.2.1
-CATEGORIES= x11
-MASTER_SITES= ${MASTER_SITE_GITHUB:=kfish/}
-
-MAINTAINER= pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE= http://www.vergenet.net/~conrad/software/xsel/
-COMMENT= Manipulate the X selection
-LICENSE= x11
-
-GNU_CONFIGURE= yes
-USE_TOOLS+= aclocal autoconf automake pkg-config
-
-BUILDLINK_TRANSFORM+= rm:-Werror
-
-pre-configure:
- cd ${WRKSRC} && ./autogen.sh
-
-post-install:
- ${MV} ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1/xsel.1x ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1/xsel.1
-
-.include "../../x11/libXt/buildlink3.mk"
-.include "../../mk/bsd.pkg.mk"
diff --git a/xsel/PLIST b/xsel/PLIST
deleted file mode 100644
index f2e0547eb2..0000000000
--- a/xsel/PLIST
+++ /dev/null
@@ -1,3 +0,0 @@
-@comment $NetBSD: PLIST,v 1.1.1.1 2008/04/05 13:07:35 obache Exp $
-bin/xsel
-man/man1/xsel.1
diff --git a/xsel/distinfo b/xsel/distinfo
deleted file mode 100644
index f67215313a..0000000000
--- a/xsel/distinfo
+++ /dev/null
@@ -1,5 +0,0 @@
-$NetBSD: distinfo,v 1.5 2021/10/26 11:34:57 nia Exp $
-
-BLAKE2s (xsel-1.2.1.tar.gz) = 690d6dbdd883b6b06604fa4a23259bc1447775566607012496eace834f49ecac
-SHA512 (xsel-1.2.1.tar.gz) = 549874679a2d2979fca851ce762870165f5cbe60ba3f15e0690080506a78ea0b2c52833bbf7868eb3988fc377a103c31c62367fb9c5d1eb606e0660985f82ca4
-Size (xsel-1.2.1.tar.gz) = 51621 bytes
Home |
Main Index |
Thread Index |
Old Index