1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00

add xclip 0.08

An interface to X selections ("the clipboard") from the command line
This commit is contained in:
Ying-Chieh Liao 2001-12-18 06:34:27 +00:00
parent c7192d0412
commit 4138db0e8b
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=51724
6 changed files with 43 additions and 0 deletions

View File

@ -94,6 +94,7 @@
SUBDIR += xballoon
SUBDIR += xbanner
SUBDIR += xcb
SUBDIR += xclip
SUBDIR += xcmd
SUBDIR += xco
SUBDIR += xcoloredit

21
x11/xclip/Makefile Normal file
View File

@ -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>

1
x11/xclip/distinfo Normal file
View File

@ -0,0 +1 @@
MD5 (xclip-0.08.tar.gz) = a90bde3fb0da6aad3a6042c4867245c6

1
x11/xclip/pkg-comment Normal file
View File

@ -0,0 +1 @@
An interface to X selections ("the clipboard") from the command line

18
x11/xclip/pkg-descr Normal file
View File

@ -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/

1
x11/xclip/pkg-plist Normal file
View File

@ -0,0 +1 @@
bin/xclip