summaryrefslogtreecommitdiff
path: root/x11/xcb
diff options
context:
space:
mode:
authorfrueauf <frueauf>1998-07-19 10:31:01 +0000
committerfrueauf <frueauf>1998-07-19 10:31:01 +0000
commit8aeb25add9dc331423d3532fee6cfe39298098ed (patch)
tree3c5af3f1b61e14b306ab819c68361f0f1ac6501c /x11/xcb
parent9c12fc2b2bf7370ffe43a259ab81e219ebd86c65 (diff)
downloadpkgsrc-8aeb25add9dc331423d3532fee6cfe39298098ed.tar.gz
Initial addition of xcb-2.3, an extensible, multiple cut buffers for X.
Closes pr 5771 by Tim Rightnour.
Diffstat (limited to 'x11/xcb')
-rw-r--r--x11/xcb/Makefile13
-rw-r--r--x11/xcb/files/md51
-rw-r--r--x11/xcb/pkg/COMMENT1
-rw-r--r--x11/xcb/pkg/DESCR16
-rw-r--r--x11/xcb/pkg/PLIST4
5 files changed, 35 insertions, 0 deletions
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