summaryrefslogtreecommitdiff
path: root/net/synergy
AgeCommit message (Collapse)AuthorFilesLines
2013-07-05operator bool doesn't equal good(), but !bad(). This makes a differencejoerg3-5/+6
when it comes to handling EOF. Adjust.
2013-05-11STL provides no implicit boolean conversion for streams, so use good()joerg6-2/+80
for this purpose. Add gtest/gmock fixes for libc++.
2012-11-25Update net/synergy to 1.3.8.gls2-6/+6
No obvious Changelog found.
2012-10-23Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.asau1-3/+1
2012-10-23Remove xextproto/buildlink3.mk in most cases where it occurs withwiz1-2/+1
libXext/buildlink3.mk, now that it is included there. Leave the places where its API version is set or variables from it are used directly (about 3 packages).
2011-06-23Update synergy pacakge to 1.3.7. (leaf package)taca5-13/+64
pkgsrc change: - Add LICENSE. - Add more example files. Fixed Bugs of 1.3.7: #1668 Scroll lock has opposite behavior 1.3.x 0 #2952 Visual C++ 2008 Redistributable unpacks to root of hard drive 1.3.6 0 #2939 The hook DLL (synrgyhk.dll) is not compiled to the bin dir 1.3.6 0 #2938 Argument --help does not work 1.3.6 0 #2834 Fix buildbot console (it has nothing on it) 1.3.6 0 #691 fix compilation errors for gcc 4.3 1.2.6 0 #1187 Compile broken for modern C++ 1.3.1 0 #683 Only cross screens on during special keypress 1.3.0 0 #128 In Linux focused window loses focus when cursor moved to another screen (big problem for 1B.o3x.3ee) 12 #1663 "hos" != "host" 1.3.1 1 #610 Client side crash - Linux x64 1.3.5 2
2011-01-23whitespace policetnn1-7/+7
2011-01-23Update to synergy-1.3.6.tnn17-273/+45
The synergy project has now merged with the previously forked synergy-plus. This contains lots of bugfixes since the previous update in pkgsrc, in 2006. No complete ChangeLog is available, but now uses devel/cmake to build and sports manpages for the commands.
2009-09-19include various system headers to get called function prototypes in scope.tnn13-7/+159
2009-06-14Remove @dirrm entries from PLISTsjoerg1-4/+1
2008-02-23Added support for installation to DESTDIR.heinz1-7/+9
Changed wording in COMMENT slightly. Shut up some complaints by pkglint ("set -e", "unquoted shell variable f")
2007-09-22Make this package build on Mac OS X without X11.minskim1-7/+10
Bump PKGREVISION because of dependency changes.
2007-09-07Fix build problem with gcc4 (on NetBSD 4/current).taca2-1/+39
2007-02-02Modular Xorg support.joerg1-4/+7
2006-08-23- Add a missing entry to PLIST.minskim2-35/+38
- Install documentation into share/doc, not share/doc/html. Bump PKGREVISION due to PLIST changes.
2006-08-17Improve synergy package discussed with minskim@.taca5-3/+75
- honor PKG_SYSCONFDIR not hard-coded to "/etc" and PKG_INSTALL frame work for a configuration file. - Install documents. Bump PKGREVISION.
2006-07-22Added "c" to USE_LANGUAGES for packages that use GNU configure scripts,rillig1-2/+2
since they always need a C compiler, even when the source code is completely in C++. For some other packages, stated in the comment that a C compiler is really not needed.
2006-06-01Update synergy to 1.3.1. Patches provided by Kibum Han.minskim2-6/+6
Changes: * Hot key screen switching now restores last cursor position * Fixed loss of hot keys when reloading configuration * Fixed autorepeating on win32 (no longer sending repeating key releases) * Fixed autorepeating on X11 (non-repeating keys were repeating) * Fixed AltGr issues on X11 * Fixed modifier mapping bug on OS X client (caused wrong characters) * Fixed one way for modifiers to get stuck active on all platforms * Fixed bugs in win32 GUI * Removed alloca() from unix code (should fix FreeBSD build) * Added more debugging output for network problems * Fixed failure to detect some errors on X11
2006-06-01Update synergy to 1.2.7. Patches provided by Kibum Han.minskim2-7/+6
Changes: * Added preliminary support for configurable hot keys (Lorenz Schori) * Major rewrite of keyboard handling code * Fixed non-US keyboard handling (AltGr and ISO_Level3_Shift) * Now supporting all installed keyboard layouts simultaneously * Fixed bug in handling remapped caps-lock on X11 * Fixed control and alt keys getting stuck on on X11 * Fixed desktop focus problems requiring extra clicks on win32 * Fixed alt key event getting passed to server when on client on win32 * Synergy would prevent alt+numpad character entry; this is fixed * Fixed suppression of xscreensaver 2.21 on X11 * Fixed middle mouse button dragging on OSX server (Brian Kendall) * Fixed caps/num/scroll lock toggles getting out of sync * Enhanced support for converting clipboard text to the Latin-1 encoding * Added autostart documentation for KDE users * Added more details about using Terminal for OSX users * Fixed crash when using --help on certain platforms
2006-02-05Recursive revision bump / recommended bump for gettext ABI change.joerg1-1/+2
2005-11-21Remove files that should have not imported.minskim16-93/+0
2005-11-21Import synergy, packaged by Kibum Han.minskim20-0/+126
With synergy, all the computers on your desktop form a single virtual screen. You use the mouse and keyboard of only one of the computers while you use all of the monitors on all of the computers. You tell synergy how many screens you have and their positions relative to one another. Synergy then detects when the mouse moves off the edge of a screen and jumps it instantly to the neighboring screen. The keyboard works normally on each screen; input goes to whichever screen has the cursor.