summaryrefslogtreecommitdiff
path: root/x11/xclip
diff options
context:
space:
mode:
authorcjep <cjep>2002-06-16 12:05:29 +0000
committercjep <cjep>2002-06-16 12:05:29 +0000
commit0157bb49b4fcd243c78918db137ac33b1ab47884 (patch)
treef3600694f64d7ccd9aed927d9797ea13bfcacd31 /x11/xclip
parente4bf1bb86819ba46138de43c0a71b5d5bae28f75 (diff)
downloadpkgsrc-0157bb49b4fcd243c78918db137ac33b1ab47884.tar.gz
Initial import of xclip 0.08 into the NetBSD packages collection as
x11/xclip. xclip provides a command line interface to the X windows clipboard. Supplied by Sergey Svishchev in PR#17279. Thanks!
Diffstat (limited to 'x11/xclip')
-rw-r--r--x11/xclip/DESCR5
-rw-r--r--x11/xclip/Makefile15
-rw-r--r--x11/xclip/PLIST3
-rw-r--r--x11/xclip/distinfo4
4 files changed, 27 insertions, 0 deletions
diff --git a/x11/xclip/DESCR b/x11/xclip/DESCR
new file mode 100644
index 00000000000..8ce0477777c
--- /dev/null
+++ b/x11/xclip/DESCR
@@ -0,0 +1,5 @@
+xclip provides an interface to X selections ("the clipboard") from
+the command line. It can read data from standard input or a file and
+place it in an X selection for pasting into other X applications.
+xclip can also print an X selection to standard output, which can then
+be redirected to a file or another program.
diff --git a/x11/xclip/Makefile b/x11/xclip/Makefile
new file mode 100644
index 00000000000..cc3a11b65fc
--- /dev/null
+++ b/x11/xclip/Makefile
@@ -0,0 +1,15 @@
+# $NetBSD: Makefile,v 1.1.1.1 2002/06/16 12:05:29 cjep Exp $
+#
+
+DISTNAME= xclip-0.08
+CATEGORIES= x11
+MASTER_SITES= http://people.debian.org/~kims/xclip/
+
+MAINTAINER= packages@netbsd.org
+HOMEPAGE= http://people.debian.org/~kims/xclip/
+COMMENT= Command line interface to the X windows clipboard
+
+WRKSRC= ${WRKDIR}/xclip
+USE_IMAKE= YES
+
+.include "../../mk/bsd.pkg.mk"
diff --git a/x11/xclip/PLIST b/x11/xclip/PLIST
new file mode 100644
index 00000000000..622920d4b15
--- /dev/null
+++ b/x11/xclip/PLIST
@@ -0,0 +1,3 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2002/06/16 12:05:29 cjep Exp $
+bin/xclip
+man/cat1/xclip.0
diff --git a/x11/xclip/distinfo b/x11/xclip/distinfo
new file mode 100644
index 00000000000..61046407a18
--- /dev/null
+++ b/x11/xclip/distinfo
@@ -0,0 +1,4 @@
+$NetBSD: distinfo,v 1.1.1.1 2002/06/16 12:05:29 cjep Exp $
+
+SHA1 (xclip-0.08.tar.gz) = 2b20daab0523a2b4b2cab1f24887481556eadb8b
+Size (xclip-0.08.tar.gz) = 27914 bytes