From 4f6835567b1c6b3fc5d3f929705c2e73049d7ccc Mon Sep 17 00:00:00 2001 From: frueauf Date: Sun, 19 Jul 1998 10:31:01 +0000 Subject: Initial addition of xcb-2.3, an extensible, multiple cut buffers for X. Closes pr 5771 by Tim Rightnour. --- x11/xcb/Makefile | 13 +++++++++++++ x11/xcb/files/md5 | 1 + x11/xcb/pkg/COMMENT | 1 + x11/xcb/pkg/DESCR | 16 ++++++++++++++++ x11/xcb/pkg/PLIST | 4 ++++ 5 files changed, 35 insertions(+) create mode 100644 x11/xcb/Makefile create mode 100644 x11/xcb/files/md5 create mode 100644 x11/xcb/pkg/COMMENT create mode 100644 x11/xcb/pkg/DESCR create mode 100644 x11/xcb/pkg/PLIST (limited to 'x11/xcb') diff --git a/x11/xcb/Makefile b/x11/xcb/Makefile new file mode 100644 index 00000000000..b0b323a9dd6 --- /dev/null +++ b/x11/xcb/Makefile @@ -0,0 +1,13 @@ +# $NetBSD: Makefile,v 1.1 1998/07/19 10:31:01 frueauf Exp $ +# + +DISTNAME= xcb-2.3 +CATEGORIES= x11 +MASTER_SITES= ${MASTER_SITE_XCONTRIB} +MASTER_SITE_SUBDIR= utilities + +MAINTAINER= root@garbled.net + +USE_IMAKE= YES + +.include "../../mk/bsd.pkg.mk" diff --git a/x11/xcb/files/md5 b/x11/xcb/files/md5 new file mode 100644 index 00000000000..fe6efe59fd4 --- /dev/null +++ b/x11/xcb/files/md5 @@ -0,0 +1 @@ +MD5 (xcb-2.3.tar.gz) = eadb95febb5490f6414d11f689aeac75 diff --git a/x11/xcb/pkg/COMMENT b/x11/xcb/pkg/COMMENT new file mode 100644 index 00000000000..19117eaa51d --- /dev/null +++ b/x11/xcb/pkg/COMMENT @@ -0,0 +1 @@ +Extensible, multiple cut buffers for X. diff --git a/x11/xcb/pkg/DESCR b/x11/xcb/pkg/DESCR new file mode 100644 index 00000000000..c59cc8c7059 --- /dev/null +++ b/x11/xcb/pkg/DESCR @@ -0,0 +1,16 @@ +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. diff --git a/x11/xcb/pkg/PLIST b/x11/xcb/pkg/PLIST new file mode 100644 index 00000000000..a98ea0bd092 --- /dev/null +++ b/x11/xcb/pkg/PLIST @@ -0,0 +1,4 @@ +@comment $NetBSD: PLIST,v 1.1 1998/07/19 10:31:03 frueauf Exp $ +bin/xcb +lib/X11/app-defaults/Xcb +man/cat1/xcb.0 -- cgit v1.2.3