diff options
author | ryoon <ryoon> | 2012-10-06 05:59:30 +0000 |
---|---|---|
committer | ryoon <ryoon> | 2012-10-06 05:59:30 +0000 |
commit | b6e892f6ca8f2ad91f8db8cbe1cd0f2c5bb1d1dc (patch) | |
tree | 407b64abac5edd719acb35a80f0763410cc693c6 /x11/autocutsel | |
parent | 541e26b37b9ea0a870c2c0e23fe0659b5892d4c2 (diff) | |
download | pkgsrc-b6e892f6ca8f2ad91f8db8cbe1cd0f2c5bb1d1dc.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.
Diffstat (limited to 'x11/autocutsel')
-rw-r--r-- | x11/autocutsel/DESCR | 6 | ||||
-rw-r--r-- | x11/autocutsel/Makefile | 27 | ||||
-rw-r--r-- | x11/autocutsel/PLIST | 4 | ||||
-rw-r--r-- | x11/autocutsel/distinfo | 5 |
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 |