diff options
author | cjep <cjep@pkgsrc.org> | 2002-06-16 12:05:29 +0000 |
---|---|---|
committer | cjep <cjep@pkgsrc.org> | 2002-06-16 12:05:29 +0000 |
commit | b27b5801f21aa8a0017068304157662073610913 (patch) | |
tree | f3600694f64d7ccd9aed927d9797ea13bfcacd31 /x11/xclip | |
parent | ecdfec8b969fec33c42ad0971bc03a28e7f22505 (diff) | |
download | pkgsrc-b27b5801f21aa8a0017068304157662073610913.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/DESCR | 5 | ||||
-rw-r--r-- | x11/xclip/Makefile | 15 | ||||
-rw-r--r-- | x11/xclip/PLIST | 3 | ||||
-rw-r--r-- | x11/xclip/distinfo | 4 |
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 |