./x11/xclip, Command line interface to the X windows clipboard

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 0.13nb1, Package name: xclip-0.13nb1, Maintainer: pkgsrc-users

xclip provides an interface to X selections ("the clipboard") from
the command line. It can read data from standard input or a file and
place it in an X selection for pasting into other X applications.
xclip can also print an X selection to standard output, which can then
be redirected to a file or another program.


Required to build:
[pkgtools/x11-links] [pkgtools/cwrappers]

Master sites:

Filesize: 29.747 KB

Version history: (Expand)


CVS history: (Expand)


   2022-08-09 14:08:36 by Jonathan Perkin | Files touched by this commit (72)
Log message:
*: Remove hardcoded -liconv / -lintl on SunOS.

This is now handled centrally via OPSYS_EXPLICIT_LIBDEPS support in libiconv
and gettext-lib.
   2021-10-26 13:35:01 by Nia Alarie | Files touched by this commit (674)
Log message:
x11: Replace RMD160 checksums with BLAKE2s checksums

All checksums have been double-checked against existing RMD160 and
SHA512 hashes

Unfetchable distfiles (fetched conditionally?):
./x11/py-qt4/distinfo PyQt4_gpl_mac-4.12.3.tar.gz
   2021-10-07 17:14:47 by Nia Alarie | Files touched by this commit (675)
Log message:
x11: Remove SHA1 hashes for distfiles
   2020-11-08 16:25:58 by Kimmo Suominen | Files touched by this commit (3)
Log message:
xclip: Add "-f -" flags to tar in xclip-pastefile

BSD implementations of tar use tape device as default file, so "tar xv"
would extract files from tape device instead of standard input.
   2016-11-24 00:41:30 by Sebastian Wiedenroth | Files touched by this commit (1)
Log message:
ensure we link libiconv on SunOS
   2016-11-16 16:29:35 by Leonardo Taccari | Files touched by this commit (2)
Log message:
Update x11/xclip to xclip-0.13

pkgsrc changes:
 - Update MASTER_SITES and HOMEPAGE (now hosted on GitHub)
 - Add `autoconf' to USE_TOOLS in order to use `autoreconf' for the
   pre-configure phase

Changes:
0.13
----
 - Add `-rmlastnl' option (to remove the last newline)
 - Add `-target' option
 - Misc bug fixes and improvements
   2015-11-04 04:29:14 by Alistair G. Crooks | Files touched by this commit (670)
Log message:
Add SHA512 digests for distfiles for x11 category

Problems found locating distfiles:
        Package modular-xorg-server: missing distfile xorg-server-1.17.4.tar.bz2
        Package py-qt4: missing distfile PyQt-mac-gpl-4.11.1.tar.gz
        Package xservers: missing distfile xservers-3.3.6.5.tar.bz2
        Package xview-clients: missing distfile xview3.2p1-X11R6.tar.gz
        Package xview-lib: missing distfile xview3.2p1-X11R6.tar.gz

Otherwise, existing SHA1 digests verified and found to be the same on
the machine holding the existing distfiles (morden).  All existing
SHA1 digests retained for now as an audit trail.
   2014-04-30 08:25:54 by Thomas Klausner | Files touched by this commit (3)
Log message:
Update to 0.12, provided by Leonardo Taccari in PR 48772.

Changes:
 o Build fixes: Check for Xmu and Xt
 o The version number has been corrected.
 o Man pages are now available (xclip-copyfile.1). Contributed by
   Maximilian Gass.