diff options
author | sat <sat@FreeBSD.org> | 2007-08-10 00:31:04 +0800 |
---|---|---|
committer | sat <sat@FreeBSD.org> | 2007-08-10 00:31:04 +0800 |
commit | 8e705b463b5918ec270e41035d31a4b3487be8fa (patch) | |
tree | 349d2deb47730fa3c4659db576edec34425ab1e3 /x11/Makefile | |
parent | 1be77c32043eaf62d611d457fb6b813c8694e7a0 (diff) | |
download | freebsd-ports-gnome-8e705b463b5918ec270e41035d31a4b3487be8fa.tar.gz freebsd-ports-gnome-8e705b463b5918ec270e41035d31a4b3487be8fa.tar.zst freebsd-ports-gnome-8e705b463b5918ec270e41035d31a4b3487be8fa.zip |
Add port x11/xsel-conrad:
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.
This port is similar to x11/xsel, but with different CLI syntax and
a bit more functionality. It is a lot more popular, too.
WWW: http://www.vergenet.net/~conrad/software/xsel/
Author: Conrad Parker <conrad@vergenet.net>
Based on: OpenBSD port, Portage package
Diffstat (limited to 'x11/Makefile')
-rw-r--r-- | x11/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/x11/Makefile b/x11/Makefile index b78b9708bd14..bf1e7b17ec49 100644 --- a/x11/Makefile +++ b/x11/Makefile @@ -431,6 +431,7 @@ SUBDIR += xscreensaver-kde SUBDIR += xscreensaver.app SUBDIR += xsel + SUBDIR += xsel-conrad SUBDIR += xset SUBDIR += xsetmode SUBDIR += xsetpointer |