diff options
author | ijliao <ijliao@FreeBSD.org> | 2001-12-18 14:34:27 +0800 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2001-12-18 14:34:27 +0800 |
commit | 793af036e084607fe4dfc5d0b5050f244676d9c7 (patch) | |
tree | bf1b6ec5844c1a0a7237e0fe09aabe9c07cb3a3e | |
parent | ed757610285519d88d721e0e46f583a61c14aecb (diff) | |
download | freebsd-ports-gnome-793af036e084607fe4dfc5d0b5050f244676d9c7.tar.gz freebsd-ports-gnome-793af036e084607fe4dfc5d0b5050f244676d9c7.tar.zst freebsd-ports-gnome-793af036e084607fe4dfc5d0b5050f244676d9c7.zip |
add xclip 0.08
An interface to X selections ("the clipboard") from the command line
-rw-r--r-- | x11/Makefile | 1 | ||||
-rw-r--r-- | x11/xclip/Makefile | 21 | ||||
-rw-r--r-- | x11/xclip/distinfo | 1 | ||||
-rw-r--r-- | x11/xclip/pkg-comment | 1 | ||||
-rw-r--r-- | x11/xclip/pkg-descr | 18 | ||||
-rw-r--r-- | x11/xclip/pkg-plist | 1 |
6 files changed, 43 insertions, 0 deletions
diff --git a/x11/Makefile b/x11/Makefile index d72c6bd753ca..f66d6127cbdc 100644 --- a/x11/Makefile +++ b/x11/Makefile @@ -94,6 +94,7 @@ SUBDIR += xballoon SUBDIR += xbanner SUBDIR += xcb + SUBDIR += xclip SUBDIR += xcmd SUBDIR += xco SUBDIR += xcoloredit diff --git a/x11/xclip/Makefile b/x11/xclip/Makefile new file mode 100644 index 000000000000..11caaae4f27f --- /dev/null +++ b/x11/xclip/Makefile @@ -0,0 +1,21 @@ +# ex:ts=8 +# New ports collection makefile for: xclip +# Date created: Dec 18, 2001 +# Whom: ijliao +# +# $FreeBSD$ +# + +PORTNAME= xclip +PORTVERSION= 0.08 +CATEGORIES= x11 +MASTER_SITES= http://people.debian.org/~kims/xclip/ + +MAINTAINER= ports@FreeBSD.org + +WRKSRC= ${WRKDIR}/${PORTNAME} +USE_IMAKE= yes + +MAN1= xclip.1 + +.include <bsd.port.mk> diff --git a/x11/xclip/distinfo b/x11/xclip/distinfo new file mode 100644 index 000000000000..4a5a64de2410 --- /dev/null +++ b/x11/xclip/distinfo @@ -0,0 +1 @@ +MD5 (xclip-0.08.tar.gz) = a90bde3fb0da6aad3a6042c4867245c6 diff --git a/x11/xclip/pkg-comment b/x11/xclip/pkg-comment new file mode 100644 index 000000000000..943bad7cd5f3 --- /dev/null +++ b/x11/xclip/pkg-comment @@ -0,0 +1 @@ +An interface to X selections ("the clipboard") from the command line diff --git a/x11/xclip/pkg-descr b/x11/xclip/pkg-descr new file mode 100644 index 000000000000..b94bf8e99f4d --- /dev/null +++ b/x11/xclip/pkg-descr @@ -0,0 +1,18 @@ +xclip is a command line utility that is designed to run on any system with an +X11 implementation. It provides an interface to X selections ("the clipboard") +from the command line. It can read data from standard in 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 out, which can then be redirected to a file or +another program. + +FEATURES +======== + +* Reads data piped to standard in or files given as arguments +* Prints contents of selection to standard out +* Accesses the XA_PRIMARY, XA_SECONDARY or XA_CLIPBOARD selection +* Supports the INCR mechanism for large transfers +* Connects to the X display in $DISPLAY, or specified with -display host:0 +* Waits for selection requests in the background + +WWW: http://people.debian.org/~kims/xclip/ diff --git a/x11/xclip/pkg-plist b/x11/xclip/pkg-plist new file mode 100644 index 000000000000..b1e75b98dfbc --- /dev/null +++ b/x11/xclip/pkg-plist @@ -0,0 +1 @@ +bin/xclip |