Port details |
- yank Yank terminal output to clipboard
- 1.2.0 sysutils
=0 Version of this port present on the latest quarterly branch. - Maintainer: tobik@FreeBSD.org
 - Port Added: 2018-09-09 08:51:44
- Last Update: 2021-04-14 12:22:43
- Commit Hash: 3770c4b
- License: MIT
- Description:
- The yank utility reads input from stdin and display a selection
interface that allows a field to be selected and copied to the
clipboard. Fields are either recognized by a regular expression
or by splitting the input on a delimiter sequence.
WWW: https://github.com/mptre/yank
- SVNWeb : git : Homepage
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- To install the port:
- cd /usr/ports/sysutils/yank/ && make install clean
- To add the package, run one of these commands:
- pkg install sysutils/yank
- pkg install yank
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: yank
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1565608529
SHA256 (yank-1.2.0.tar.gz) = b500d1a71378e69a2a348032107e6d8db728b8f6af280a9bb4cb446c1d26e43a
SIZE (yank-1.2.0.tar.gz) = 8682
- Packages (timestamps in pop-ups are UTC):
- There are no ports dependent upon this port
- Configuration Options:
- ===> The following configuration options are available for yank-1.2.0:
X11=off: X11 (graphics) support
===> Use 'make config' to modify these settings
- Options name:
- sysutils_yank
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Number of commits found: 10
Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
14 Apr 2021 12:22:43 1.2.0 |
Tobias Kortkamp (tobik)  |
Take back some useful ports |
07 Apr 2021 08:09:01 1.2.0 |
Mathieu Arnold (mat)  |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
06 Apr 2021 14:31:07 1.2.0 |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
28 Sep 2020 05:05:25
1.2.0 |
tobik  |
Reset MAINTAINER |
12 Aug 2019 11:21:30
1.2.0 |
tobik  |
sysutils/yank: Update to 1.2.0
Changes: https://github.com/mptre/yank/releases/tag/v1.2.0 |
10 Nov 2018 17:22:18
1.1.0 |
tobik  |
sysutils/yank: Fix build when PREFIX != /usr/local |
01 Nov 2018 17:22:30
1.1.0 |
tobik  |
sysutils/yank: Update to 1.1.0
Changes: https://github.com/mptre/yank/releases/tag/v1.1.0 |
26 Oct 2018 21:56:10
1.0.0_2 |
tobik  |
sysutils/yank: fix crash when using -g with -l |
26 Oct 2018 14:42:15
1.0.0_1 |
tobik  |
sysutils/yank: Make X11 support optional
This reduces the dependencies to nothing and makes it more useful
for creating interactive scripts in non-graphical environments.
While xsel is the default command yank runs, other commands can be
specified and yank works fine without xsel. |
09 Sep 2018 08:51:33
1.0.0 |
tobik  |
New port: sysutils/yank
The yank utility reads input from stdin and display a selection
interface that allows a field to be selected and copied to the
clipboard. Fields are either recognized by a regular expression
or by splitting the input on a delimiter sequence.
WWW: https://github.com/mptre/yank |
Number of commits found: 10
|