From d3db18607dbb7d59aeab9f0f846bad1948e95a7e Mon Sep 17 00:00:00 2001 From: zuntum Date: Wed, 31 Oct 2001 22:03:21 +0000 Subject: Move pkg/ files into package's toplevel directory --- x11/xcb/DESCR | 16 ++++++++++++++++ x11/xcb/PLIST | 4 ++++ x11/xcb/pkg/DESCR | 16 ---------------- x11/xcb/pkg/PLIST | 4 ---- 4 files changed, 20 insertions(+), 20 deletions(-) create mode 100644 x11/xcb/DESCR create mode 100644 x11/xcb/PLIST delete mode 100644 x11/xcb/pkg/DESCR delete mode 100644 x11/xcb/pkg/PLIST (limited to 'x11/xcb') diff --git a/x11/xcb/DESCR b/x11/xcb/DESCR new file mode 100644 index 00000000000..c59cc8c7059 --- /dev/null +++ b/x11/xcb/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/PLIST b/x11/xcb/PLIST new file mode 100644 index 00000000000..ef8c4fbe693 --- /dev/null +++ b/x11/xcb/PLIST @@ -0,0 +1,4 @@ +@comment $NetBSD: PLIST,v 1.1 2001/10/31 22:11:59 zuntum Exp $ +bin/xcb +lib/X11/app-defaults/Xcb +man/cat1/xcb.0 diff --git a/x11/xcb/pkg/DESCR b/x11/xcb/pkg/DESCR deleted file mode 100644 index c59cc8c7059..00000000000 --- a/x11/xcb/pkg/DESCR +++ /dev/null @@ -1,16 +0,0 @@ -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 deleted file mode 100644 index a98ea0bd092..00000000000 --- a/x11/xcb/pkg/PLIST +++ /dev/null @@ -1,4 +0,0 @@ -@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