mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-28 01:06:17 +00:00
Bring in xcb, version 2.3. Very useful.
This commit is contained in:
parent
bde32746c5
commit
13215d2c88
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=2026
16
x11/xcb/Makefile
Normal file
16
x11/xcb/Makefile
Normal file
@ -0,0 +1,16 @@
|
||||
# New ports collection makefile for: xcb
|
||||
# Version required: 2.3
|
||||
# Date created: 1 August 1995
|
||||
# Whom: jkh
|
||||
#
|
||||
# $Id$
|
||||
#
|
||||
|
||||
DISTNAME= xcb-2.3
|
||||
CATEGORIES+= x11
|
||||
MASTER_SITES= ftp://crl.dec.com/pub/X11/contrib/utilities/
|
||||
|
||||
MAINTAINER= jkh@FreeBSD.ORG
|
||||
USE_IMAKE= yes
|
||||
|
||||
.include <bsd.port.mk>
|
1
x11/xcb/distinfo
Normal file
1
x11/xcb/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (xcb-2.3.tar.gz) = eadb95febb5490f6414d11f689aeac75
|
1
x11/xcb/pkg-comment
Normal file
1
x11/xcb/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
xcb - a tool for managing x11 cut-buffers
|
37
x11/xcb/pkg-descr
Normal file
37
x11/xcb/pkg-descr
Normal file
@ -0,0 +1,37 @@
|
||||
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
|
||||
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
|
3
x11/xcb/pkg-plist
Normal file
3
x11/xcb/pkg-plist
Normal file
@ -0,0 +1,3 @@
|
||||
bin/xcb
|
||||
man/man1/xcb.1.gz
|
||||
lib/X11/app-defaults/Xcb
|
Loading…
Reference in New Issue
Block a user