summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorryoon <ryoon@pkgsrc.org>2012-10-06 05:59:30 +0000
committerryoon <ryoon@pkgsrc.org>2012-10-06 05:59:30 +0000
commit90e059fb1a36a2ed4a17947474b7ca6bd063f3ee (patch)
tree407b64abac5edd719acb35a80f0763410cc693c6
parentcec41fa42def078a06407f3c87e488ff888de3bf (diff)
downloadpkgsrc-90e059fb1a36a2ed4a17947474b7ca6bd063f3ee.tar.gz
Import autocutsel-0.9.0nb1 as x11/autocutsel from pkgsrc-wip.
The autocutsel utility synchronizes the X11 cutbuffer and CLIPBOARD selection, the two copy/paste buffers mainly used by X applications. It also unifies "clipboards" between VNC servers and Windows. The autocutsel tool performs the synchronization continuously. The cutsel tool performs the synchronization whenever it is run.
-rw-r--r--x11/autocutsel/DESCR6
-rw-r--r--x11/autocutsel/Makefile27
-rw-r--r--x11/autocutsel/PLIST4
-rw-r--r--x11/autocutsel/distinfo5
4 files changed, 42 insertions, 0 deletions
diff --git a/x11/autocutsel/DESCR b/x11/autocutsel/DESCR
new file mode 100644
index 00000000000..b8742ecdd3d
--- /dev/null
+++ b/x11/autocutsel/DESCR
@@ -0,0 +1,6 @@
+The autocutsel utility synchronizes the X11 cutbuffer and CLIPBOARD
+selection, the two copy/paste buffers mainly used by X applications.
+It also unifies "clipboards" between VNC servers and Windows.
+
+The autocutsel tool performs the synchronization continuously.
+The cutsel tool performs the synchronization whenever it is run.
diff --git a/x11/autocutsel/Makefile b/x11/autocutsel/Makefile
new file mode 100644
index 00000000000..035c81e1be7
--- /dev/null
+++ b/x11/autocutsel/Makefile
@@ -0,0 +1,27 @@
+# $NetBSD: Makefile,v 1.1 2012/10/06 05:59:30 ryoon Exp $
+#
+
+DISTNAME= autocutsel-0.9.0
+PKGREVISION= 1
+CATEGORIES= x11
+MASTER_SITES= http://savannah.nongnu.org/download/autocutsel/
+
+MAINTAINER= ryoon@NetBSD.org
+HOMEPAGE= http://www.nongnu.org/autocutsel/
+COMMENT= Synchronizes the X11 cutbuffer and CLIPBOARD selection
+LICENSE= gnu-gpl-v2
+
+USE_LIBTOOL= yes
+GNU_CONFIGURE= yes
+
+INSTALLATION_DIRS= share/doc/autocutsel
+
+post-install:
+ ${INSTALL_DATA} ${WRKSRC}/README \
+ ${DESTDIR}${PREFIX}/share/doc/autocutsel/
+
+.include "../../x11/libX11/buildlink3.mk"
+.include "../../x11/libXaw/buildlink3.mk"
+.include "../../x11/libXext/buildlink3.mk"
+.include "../../x11/libXp/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/x11/autocutsel/PLIST b/x11/autocutsel/PLIST
new file mode 100644
index 00000000000..1e013cb203d
--- /dev/null
+++ b/x11/autocutsel/PLIST
@@ -0,0 +1,4 @@
+@comment $NetBSD: PLIST,v 1.1 2012/10/06 05:59:30 ryoon Exp $
+bin/autocutsel
+bin/cutsel
+share/doc/autocutsel/README
diff --git a/x11/autocutsel/distinfo b/x11/autocutsel/distinfo
new file mode 100644
index 00000000000..75176e7931a
--- /dev/null
+++ b/x11/autocutsel/distinfo
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2012/10/06 05:59:30 ryoon Exp $
+
+SHA1 (autocutsel-0.9.0.tar.gz) = 7b15210b17a1499d2deba2261993373d3be14bb2
+RMD160 (autocutsel-0.9.0.tar.gz) = d6bfd0cfb53cb15dbd10b4bc989f6ebdc20511e9
+Size (autocutsel-0.9.0.tar.gz) = 297595 bytes