diff options
author | minskim <minskim@pkgsrc.org> | 2006-06-01 23:26:55 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2006-06-01 23:26:55 +0000 |
commit | 2ae7e65fdc11cb497770acbbdb2e977ac351fcf3 (patch) | |
tree | cda303fe65947ab3e0ace00a05a8dbf8d8821e76 /net | |
parent | f491b0d7eb7a53f936bc48e504b52384c89b0531 (diff) | |
download | pkgsrc-2ae7e65fdc11cb497770acbbdb2e977ac351fcf3.tar.gz |
Add synergy 1.2.7 as synergy1.2 because synergy>=1.3 is not compatible
with earlier versions.
Diffstat (limited to 'net')
-rw-r--r-- | net/Makefile | 3 | ||||
-rw-r--r-- | net/synergy1.2/DESCR | 8 | ||||
-rw-r--r-- | net/synergy1.2/Makefile | 17 | ||||
-rw-r--r-- | net/synergy1.2/PLIST | 3 | ||||
-rw-r--r-- | net/synergy1.2/distinfo | 5 |
5 files changed, 35 insertions, 1 deletions
diff --git a/net/Makefile b/net/Makefile index fbb18ef7344..12bc404a4f6 100644 --- a/net/Makefile +++ b/net/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.618 2006/05/22 16:56:39 wiz Exp $ +# $NetBSD: Makefile,v 1.619 2006/06/01 23:26:55 minskim Exp $ # COMMENT= Networking tools @@ -406,6 +406,7 @@ SUBDIR+= ssync SUBDIR+= stripes SUBDIR+= sup SUBDIR+= synergy +SUBDIR+= synergy1.2 SUBDIR+= tacacs SUBDIR+= tcl-scotty SUBDIR+= tcpdmerge diff --git a/net/synergy1.2/DESCR b/net/synergy1.2/DESCR new file mode 100644 index 00000000000..09b19ea7e26 --- /dev/null +++ b/net/synergy1.2/DESCR @@ -0,0 +1,8 @@ +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. diff --git a/net/synergy1.2/Makefile b/net/synergy1.2/Makefile new file mode 100644 index 00000000000..21473c99f1b --- /dev/null +++ b/net/synergy1.2/Makefile @@ -0,0 +1,17 @@ +# $NetBSD: Makefile,v 1.1 2006/06/01 23:26:56 minskim Exp $ +# + +DISTNAME= synergy-1.2.7 +CATEGORIES= net +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=synergy2/} + +MAINTAINER= yui@yui.pe.kr +HOMEPAGE= http://synergy2.sourceforge.net/ +COMMENT= Let an user share a mouse and keyboard among computers + +GNU_CONFIGURE= yes +USE_LANGUAGES= c++ + +.include "../../mk/pthread.buildlink3.mk" +.include "../../mk/x11.buildlink3.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/net/synergy1.2/PLIST b/net/synergy1.2/PLIST new file mode 100644 index 00000000000..5581086e8b5 --- /dev/null +++ b/net/synergy1.2/PLIST @@ -0,0 +1,3 @@ +@comment $NetBSD: PLIST,v 1.1 2006/06/01 23:26:56 minskim Exp $ +bin/synergyc +bin/synergys diff --git a/net/synergy1.2/distinfo b/net/synergy1.2/distinfo new file mode 100644 index 00000000000..9280f20fad0 --- /dev/null +++ b/net/synergy1.2/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1 2006/06/01 23:26:56 minskim Exp $ + +SHA1 (synergy-1.2.7.tar.gz) = 5964460892fd9e9cb55c5bfe4e781f2bc08d0b76 +RMD160 (synergy-1.2.7.tar.gz) = 6bdbe5adbc13c2f49afcb99ccaa20b96a12c2bcf +Size (synergy-1.2.7.tar.gz) = 707319 bytes |