aboutsummaryrefslogtreecommitdiff
path: root/x11/gnome-clipboard-daemon
Commit message (Collapse)AuthorAgeFilesLines
* Chase the glib20 update, and bump all affected ports' PORTREVISIONs.Joe Marcus Clarke2004-04-051-1/+1
| | | | Notes: svn path=/head/; revision=106175
* Use PLIST_FILES (bento-tested, marcus-reviewed).Trevor Johnson2004-02-062-1/+1
| | | | Notes: svn path=/head/; revision=100139
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.Joe Marcus Clarke2004-02-041-0/+1
| | | | | | | (Part 1) Notes: svn path=/head/; revision=99918
* - SIZEifyKirill Ponomarev2004-01-311-0/+1
| | | | | | | | PR: ports/62128 Submitted by: maintainer Notes: svn path=/head/; revision=99592
* Add gnome-clipboard-daemon, a clipboard manager for X.Joe Marcus Clarke2004-01-255-0/+71
GNOME Clipboard Daemon is a program that keeps the content of your X clipboard in memory, so the clipboard won't get lost even after you close the application you copied from. It's a daemon - it has no GUI. You start it and it'll run inthe background and Just Work(tm). Example: 1. Start AbiWord. 2. Type in 'hello world'. Select everything and click Copy. 3. Close AbiWord. 4. Start gedit. 5. Click Paste. Normally nothing will happen. But if GNOME Clipboard Daemon is running, pasting will work. PR: 61869 Submitted by: Jeremy Messenger <mezz7@cox.net> Notes: svn path=/head/; revision=99004