diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2003-11-14 00:07:01 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2003-11-14 00:07:01 +0000 |
commit | 68672f410dd20fea372a390c94222e7196af1134 (patch) | |
tree | 4fe6c8c6f537dbd2535d66703a6ba2482a18abc7 /deskutils/autocutsel | |
parent | fb6ead9f712ca2c2f467fae9be60e05dde12419b (diff) |
Add autocutsel, a tool for synchronization of clipboards in VNC
between X and Windows.
PR: ports/59244
Submitted by: John Nielsen <john@jnielsen.net>
Approved by: adamw (mentor)
Notes
Notes:
svn path=/head/; revision=93920
Diffstat (limited to 'deskutils/autocutsel')
-rw-r--r-- | deskutils/autocutsel/Makefile | 20 | ||||
-rw-r--r-- | deskutils/autocutsel/distinfo | 1 | ||||
-rw-r--r-- | deskutils/autocutsel/files/patch-Makefile.in | 20 | ||||
-rw-r--r-- | deskutils/autocutsel/pkg-descr | 13 | ||||
-rw-r--r-- | deskutils/autocutsel/pkg-plist | 2 |
5 files changed, 56 insertions, 0 deletions
diff --git a/deskutils/autocutsel/Makefile b/deskutils/autocutsel/Makefile new file mode 100644 index 000000000000..936071756057 --- /dev/null +++ b/deskutils/autocutsel/Makefile @@ -0,0 +1,20 @@ +# New ports collection makefile for: autocutsel +# Date created: 13 November 2003 +# Whom: john@jnielsen.net +# +# $FreeBSD$ +# + +PORTNAME= autocutsel +PORTVERSION= 0.6.2 +CATEGORIES= deskutils +MASTER_SITES= http://www.lepton.fr/tools/autocutsel/ + +MAINTAINER= john@jnielsen.net +COMMENT= Synchronizes the two copy/paste buffers used by X applications + +USE_X_PREFIX= yes +GNU_CONFIGURE= yes +USE_GMAKE= yes + +.include <bsd.port.mk> diff --git a/deskutils/autocutsel/distinfo b/deskutils/autocutsel/distinfo new file mode 100644 index 000000000000..4847174df3b6 --- /dev/null +++ b/deskutils/autocutsel/distinfo @@ -0,0 +1 @@ +MD5 (autocutsel-0.6.2.tar.gz) = 6433673cff5e063e28a0d96b13393199 diff --git a/deskutils/autocutsel/files/patch-Makefile.in b/deskutils/autocutsel/files/patch-Makefile.in new file mode 100644 index 000000000000..3942ce8f4535 --- /dev/null +++ b/deskutils/autocutsel/files/patch-Makefile.in @@ -0,0 +1,20 @@ +--- Makefile.in.orig Wed Nov 12 23:57:26 2003 ++++ Makefile.in Wed Nov 12 23:59:02 2003 +@@ -71,7 +71,7 @@ + cutsel_SOURCES = cutsel.c + cutsel_LDADD = $(X_PRE_LIBS) $(X_LIBS) $(X_EXTRA_LIBS) -lX11 -lXext -lXt -lXmu -lXaw + +-INCLUDES = ++INCLUDES = ${X11BASE}/include + + EXTRA_DIST = AUTHORS COPYING ChangeLog INSTALL README TODO + ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 +@@ -81,7 +81,7 @@ + PROGRAMS = $(bin_PROGRAMS) + + +-DEFS = @DEFS@ -I. -I$(srcdir) -I. ++DEFS = @DEFS@ -I. -I$(srcdir) -I + CPPFLAGS = @CPPFLAGS@ + LDFLAGS = @LDFLAGS@ + LIBS = @LIBS@ diff --git a/deskutils/autocutsel/pkg-descr b/deskutils/autocutsel/pkg-descr new file mode 100644 index 000000000000..a58e47c7ec05 --- /dev/null +++ b/deskutils/autocutsel/pkg-descr @@ -0,0 +1,13 @@ +Autocutsel synchronizes the two copy/paste buffers mainly used by X +applications. It unifies "clipboards" between VNC servers and Windows. + +The 'cutsel' binary performs the synchronization whenever it is run. +The 'autocutsel' binary performs the synchronization continuously. I +suggest running it from ~/.vnc/xstartup by adding a line like this at +the top: + exec autocutsel & + +WWW: http://www.lepton.fr/tools/autocutsel/ + +- John Nielsen +john@jnielsen.net diff --git a/deskutils/autocutsel/pkg-plist b/deskutils/autocutsel/pkg-plist new file mode 100644 index 000000000000..66b179534c76 --- /dev/null +++ b/deskutils/autocutsel/pkg-plist @@ -0,0 +1,2 @@ +bin/autocutsel +bin/cutsel |