ports/59244: New port: deskutils/autocutsel syncs clipboard between VNC and Windows
John Nielsen
john at jnielsen.net
Thu Nov 13 07:50:12 UTC 2003
>Number: 59244
>Category: ports
>Synopsis: New port: deskutils/autocutsel syncs clipboard between VNC and Windows
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: change-request
>Submitter-Id: current-users
>Arrival-Date: Wed Nov 12 23:50:10 PST 2003
>Closed-Date:
>Last-Modified:
>Originator: John Nielsen
>Release: FreeBSD 5.1-RELEASE-p10 i386
>Organization:
>Environment:
System: FreeBSD neo.jnielsen.net 5.1-RELEASE-p10 FreeBSD 5.1-RELEASE-p10 #0: Thu Oct 9 02:14:32 MDT 2003 john at neo.jnielsen.net:/usr/obj/586/usr/src/sys/NEO i386
>Description:
Autocutsel synchronizes the two copy/past buffers mainly used by X
applications. It unifies "clipboards" between VNC servers and Windows.
>How-To-Repeat:
n/a
>Fix:
--- autocutsel.shar begins here ---
# This is a shell archive. Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file". Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
# deskutils/autocutsel/
# deskutils/autocutsel/Makefile
# deskutils/autocutsel/distinfo
# deskutils/autocutsel/pkg-plist
# deskutils/autocutsel/pkg-descr
# deskutils/autocutsel/files
# deskutils/autocutsel/files/patch-Makefile.in
#
echo c - deskutils/autocutsel/
mkdir -p deskutils/autocutsel/ > /dev/null 2>&1
echo x - deskutils/autocutsel/Makefile
sed 's/^X//' >deskutils/autocutsel/Makefile << 'END-of-deskutils/autocutsel/Makefile'
X# New ports collection makefile for: autocutsel
X# Date created: 13 November 2003
X# Whom: john at jnielsen.net
X#
X# $FreeBSD$
X#
X
XPORTNAME= autocutsel
XPORTVERSION= 0.6.2
XCATEGORIES= deskutils
XMASTER_SITES= http://www.lepton.fr/tools/autocutsel/
X
XMAINTAINER= john at jnielsen.net
XCOMMENT= Synchronizes the two copy/paste buffers used by X applications
X
XBUILD_DEPENDS= ${X11BASE}/include/X11/Xmu/Atoms.h:${PORTSDIR}/x11/XFree86-4-libraries
X
XGNU_CONFIGURE= yes
XUSE_GMAKE= yes
X
X.include <bsd.port.mk>
END-of-deskutils/autocutsel/Makefile
echo x - deskutils/autocutsel/distinfo
sed 's/^X//' >deskutils/autocutsel/distinfo << 'END-of-deskutils/autocutsel/distinfo'
XMD5 (autocutsel-0.6.2.tar.gz) = 6433673cff5e063e28a0d96b13393199
END-of-deskutils/autocutsel/distinfo
echo x - deskutils/autocutsel/pkg-plist
sed 's/^X//' >deskutils/autocutsel/pkg-plist << 'END-of-deskutils/autocutsel/pkg-plist'
Xbin/autocutsel
Xbin/cutsel
END-of-deskutils/autocutsel/pkg-plist
echo x - deskutils/autocutsel/pkg-descr
sed 's/^X//' >deskutils/autocutsel/pkg-descr << 'END-of-deskutils/autocutsel/pkg-descr'
XAutocutsel synchronizes the two copy/paste buffers mainly used by X
Xapplications. It unifies "clipboards" between VNC servers and Windows.
X
XThe 'cutsel' binary performs the synchronization whenever it is run.
XThe 'autocutsel' binary performs the synchronization continuously. I
Xsuggest running it from ~/.vnc/xstartup by adding a line like this at
Xthe top:
X exec autocutsel &
X
XWWW: http://www.lepton.fr/tools/autocutsel/
X
X- John Nielsen
Xjohn at jnielsen.net
END-of-deskutils/autocutsel/pkg-descr
echo c - deskutils/autocutsel/files
mkdir -p deskutils/autocutsel/files > /dev/null 2>&1
echo x - deskutils/autocutsel/files/patch-Makefile.in
sed 's/^X//' >deskutils/autocutsel/files/patch-Makefile.in << 'END-of-deskutils/autocutsel/files/patch-Makefile.in'
X--- Makefile.in.orig Wed Nov 12 23:57:26 2003
X+++ Makefile.in Wed Nov 12 23:59:02 2003
X@@ -71,7 +71,7 @@
X cutsel_SOURCES = cutsel.c
X cutsel_LDADD = $(X_PRE_LIBS) $(X_LIBS) $(X_EXTRA_LIBS) -lX11 -lXext -lXt -lXmu -lXaw
X
X-INCLUDES =
X+INCLUDES = /usr/X11R6/include
X
X EXTRA_DIST = AUTHORS COPYING ChangeLog INSTALL README TODO
X ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
X@@ -81,7 +81,7 @@
X PROGRAMS = $(bin_PROGRAMS)
X
X
X-DEFS = @DEFS@ -I. -I$(srcdir) -I.
X+DEFS = @DEFS@ -I. -I$(srcdir) -I
X CPPFLAGS = @CPPFLAGS@
X LDFLAGS = @LDFLAGS@
X LIBS = @LIBS@
END-of-deskutils/autocutsel/files/patch-Makefile.in
exit
--- autocutsel.shar ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list