Update to 2.4; from Rob Sessink <rob@animoid-row.org>.
Trim description.
This commit is contained in:
parent
d26ea512a2
commit
f51fde9628
@ -1,8 +1,8 @@
|
||||
# $OpenBSD: Makefile,v 1.14 2002/10/29 19:48:59 naddy Exp $
|
||||
# $OpenBSD: Makefile,v 1.15 2003/02/08 12:27:25 naddy Exp $
|
||||
|
||||
COMMENT= "tool for managing X11 cut-buffers"
|
||||
|
||||
DISTNAME= xcb-2.3i
|
||||
DISTNAME= xcb-2.4
|
||||
CATEGORIES= x11
|
||||
|
||||
MASTER_SITES= http://www.goof.com/pcg/marc/data/
|
||||
|
@ -1,3 +1,3 @@
|
||||
MD5 (xcb-2.3i.tar.gz) = 0c46c27a6c0bec1e3b8c76c1cf0fdcbf
|
||||
RMD160 (xcb-2.3i.tar.gz) = f4d8f88849d5db3aff83d83c4b9057106ab62653
|
||||
SHA1 (xcb-2.3i.tar.gz) = e2ee53093d9413a41d4dd8254f0500bf612bfa80
|
||||
MD5 (xcb-2.4.tar.gz) = bc791ccefd9260394a8f30733adc42e4
|
||||
RMD160 (xcb-2.4.tar.gz) = a6edcdac89091d69d49aa176f05237fbf546d092
|
||||
SHA1 (xcb-2.4.tar.gz) = 9c9075a45366b15c25692628e90cb383c0381ecb
|
||||
|
@ -1,13 +1,3 @@
|
||||
What is xcb?
|
||||
============
|
||||
Do you ever wish you could cut two or more separate pieces of text
|
||||
at once from a window? Do you ever need to save the output from one
|
||||
command for reuse in several subsequent tasks? Do you ever find
|
||||
yourself wanting some easy means of globally exporting data, e.g.
|
||||
to a parent shell, to another xterm or application, or to another
|
||||
machine or user? If you answer yes to any of these questions, then
|
||||
xcb is for you.
|
||||
|
||||
Xcb provides access to the cut buffers built into every X server.
|
||||
It allows the buffers to be manipulated either via the command line,
|
||||
or with the mouse in a point and click manner. The buffers can be
|
||||
@ -15,25 +5,4 @@ used as holding pens to store and retrieve arbitrary data fragments,
|
||||
so any number of different pieces of data can be saved and recalled later.
|
||||
The program is designed primarily for use with textual data.
|
||||
|
||||
|
||||
What is so good about this release?
|
||||
===================================
|
||||
Release 2.3 fixes a bug found in the XView code that prevented data
|
||||
from being pasted from xcb to XView applications such as cmdtool.
|
||||
|
||||
The release also adds a Motif GUI, selectable as a compile-time option.
|
||||
Now you can choose between the Athena or the Motif look and feel.
|
||||
|
||||
=============================================
|
||||
Blame me. If you have any bug reports, porting problems, comments,
|
||||
more comments, suggestions, patches, unwanted cash etc. please tell me.
|
||||
I can be reached at the email address below.
|
||||
|
||||
Better still, if you really like xcb, send me a postcard!
|
||||
(to P.O. Box 213, Belgrave, Victoria, Australia. 3160).
|
||||
|
||||
Enjoy.
|
||||
Farrell McKay (Farrell.McKay@mpx.com.au)
|
||||
Nov 1994
|
||||
|
||||
WWW: ${HOMEPAGE}
|
||||
|
Loading…
Reference in New Issue
Block a user