pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/x11/xsel Import xsel version 1.2.0.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/4aabba8d0983
branches:  trunk
changeset: 540642:4aabba8d0983
user:      obache <obache%pkgsrc.org@localhost>
date:      Sat Apr 05 13:07:35 2008 +0000

description:
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:

 x11/xsel/DESCR    |   3 +++
 x11/xsel/Makefile |  22 ++++++++++++++++++++++
 x11/xsel/PLIST    |   3 +++
 x11/xsel/distinfo |   5 +++++
 4 files changed, 33 insertions(+), 0 deletions(-)

diffs (49 lines):

diff -r e84622861fa9 -r 4aabba8d0983 x11/xsel/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/x11/xsel/DESCR    Sat Apr 05 13:07:35 2008 +0000
@@ -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 -r e84622861fa9 -r 4aabba8d0983 x11/xsel/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/x11/xsel/Makefile Sat Apr 05 13:07:35 2008 +0000
@@ -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@localhost
+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 -r e84622861fa9 -r 4aabba8d0983 x11/xsel/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/x11/xsel/PLIST    Sat Apr 05 13:07:35 2008 +0000
@@ -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 -r e84622861fa9 -r 4aabba8d0983 x11/xsel/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/x11/xsel/distinfo Sat Apr 05 13:07:35 2008 +0000
@@ -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



Home | Main Index | Thread Index | Old Index