diff options
author | obache <obache@pkgsrc.org> | 2008-04-05 13:07:35 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2008-04-05 13:07:35 +0000 |
commit | aad0cd601e61ffd1b5334ab31ea25f4acf42d624 (patch) | |
tree | 8e5231aeb7089a8afea48334287c73fec84bcad9 /x11/xsel | |
parent | c7fd5cf99ee5ed66f0d763d9f7162a53df648b5e (diff) | |
download | pkgsrc-aad0cd601e61ffd1b5334ab31ea25f4acf42d624.tar.gz |
Import xsel version 1.2.0.
Requestd by PR 38314.
XSel is a command-line program for getting and setting the contents of the
X selection. Normally this is only accessible by manually highlighting
information and pasting it with the middle mouse button.
Diffstat (limited to 'x11/xsel')
-rw-r--r-- | x11/xsel/DESCR | 3 | ||||
-rw-r--r-- | x11/xsel/Makefile | 22 | ||||
-rw-r--r-- | x11/xsel/PLIST | 3 | ||||
-rw-r--r-- | x11/xsel/distinfo | 5 |
4 files changed, 33 insertions, 0 deletions
diff --git a/x11/xsel/DESCR b/x11/xsel/DESCR new file mode 100644 index 00000000000..1f1e0ca1764 --- /dev/null +++ b/x11/xsel/DESCR @@ -0,0 +1,3 @@ +XSel is a command-line program for getting and setting the contents of the +X selection. Normally this is only accessible by manually highlighting +information and pasting it with the middle mouse button. diff --git a/x11/xsel/Makefile b/x11/xsel/Makefile new file mode 100644 index 00000000000..1895a8fe95a --- /dev/null +++ b/x11/xsel/Makefile @@ -0,0 +1,22 @@ +# $NetBSD: Makefile,v 1.1.1.1 2008/04/05 13:07:35 obache Exp $ +# + +DISTNAME= xsel-1.2.0 +CATEGORIES= x11 +MASTER_SITES= http://www.vergenet.net/~conrad/software/xsel/download/ + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://www.vergenet.net/~conrad/software/xsel/ +COMMENT= Manipulate the X selection + +PKG_DESTDIR_SUPPORT= user-destdir + +GNU_CONFIGURE= yes + +BUILDLINK_DEPMETHOD.libXt?= build + +post-install: + ${MV} ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1/xsel.1x ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1/xsel.1 + +.include "../../x11/libXt/buildlink3.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/x11/xsel/PLIST b/x11/xsel/PLIST new file mode 100644 index 00000000000..f2e0547eb2a --- /dev/null +++ b/x11/xsel/PLIST @@ -0,0 +1,3 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2008/04/05 13:07:35 obache Exp $ +bin/xsel +man/man1/xsel.1 diff --git a/x11/xsel/distinfo b/x11/xsel/distinfo new file mode 100644 index 00000000000..e8aae169748 --- /dev/null +++ b/x11/xsel/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2008/04/05 13:07:35 obache Exp $ + +SHA1 (xsel-1.2.0.tar.gz) = e48df89d7ce7e1256b0c7464393533a0c296eca1 +RMD160 (xsel-1.2.0.tar.gz) = 53fc7fe06e4e4ebe3c47a3a97408876cd0c5faed +Size (xsel-1.2.0.tar.gz) = 169155 bytes |