diff options
author | pav <pav@FreeBSD.org> | 2003-11-14 00:07:01 +0000 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2003-11-14 00:07:01 +0000 |
commit | 39554461627ec621b111e3e87df6782df95ee42f (patch) | |
tree | edcdd041281fffbee525469f833ca53657a1371f /deskutils | |
parent | 1130c591e711cbc075c864d98f5d771e7b6ae20d (diff) | |
download | FreeBSD-ports-39554461627ec621b111e3e87df6782df95ee42f.zip FreeBSD-ports-39554461627ec621b111e3e87df6782df95ee42f.tar.gz |
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)
Diffstat (limited to 'deskutils')
-rw-r--r-- | deskutils/Makefile | 1 | ||||
-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 |
6 files changed, 57 insertions, 0 deletions
diff --git a/deskutils/Makefile b/deskutils/Makefile index 39011c9..7fa54c0 100644 --- a/deskutils/Makefile +++ b/deskutils/Makefile @@ -3,6 +3,7 @@ SUBDIR += abacus SUBDIR += aspostit + SUBDIR += autocutsel SUBDIR += babytrans SUBDIR += basket SUBDIR += bigyear diff --git a/deskutils/autocutsel/Makefile b/deskutils/autocutsel/Makefile new file mode 100644 index 0000000..9360717 --- /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 0000000..4847174 --- /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 0000000..3942ce8 --- /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 0000000..a58e47c --- /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 0000000..66b1795 --- /dev/null +++ b/deskutils/autocutsel/pkg-plist @@ -0,0 +1,2 @@ +bin/autocutsel +bin/cutsel |