pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/x11/autocutsel Import autocutsel-0.9.0nb1 as x11/autoc...
details: https://anonhg.NetBSD.org/pkgsrc/rev/c6f49631a801
branches: trunk
changeset: 609542:c6f49631a801
user: ryoon <ryoon%pkgsrc.org@localhost>
date: Sat Oct 06 05:59:30 2012 +0000
description:
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:
x11/autocutsel/DESCR | 6 ++++++
x11/autocutsel/Makefile | 27 +++++++++++++++++++++++++++
x11/autocutsel/PLIST | 4 ++++
x11/autocutsel/distinfo | 5 +++++
4 files changed, 42 insertions(+), 0 deletions(-)
diffs (58 lines):
diff -r 5048429ce499 -r c6f49631a801 x11/autocutsel/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/x11/autocutsel/DESCR Sat Oct 06 05:59:30 2012 +0000
@@ -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 -r 5048429ce499 -r c6f49631a801 x11/autocutsel/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/x11/autocutsel/Makefile Sat Oct 06 05:59:30 2012 +0000
@@ -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@localhost
+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 -r 5048429ce499 -r c6f49631a801 x11/autocutsel/PLIST
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/x11/autocutsel/PLIST Sat Oct 06 05:59:30 2012 +0000
@@ -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 -r 5048429ce499 -r c6f49631a801 x11/autocutsel/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/x11/autocutsel/distinfo Sat Oct 06 05:59:30 2012 +0000
@@ -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
Home |
Main Index |
Thread Index |
Old Index