From owner-svn-ports-head@FreeBSD.ORG Thu Dec 5 12:36:22 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id C84DD156; Thu, 5 Dec 2013 12:36:22 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id A900D18BB; Thu, 5 Dec 2013 12:36:22 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rB5CaMOJ011616; Thu, 5 Dec 2013 12:36:22 GMT (envelope-from makc@svn.freebsd.org) Received: (from makc@localhost) by svn.freebsd.org (8.14.7/8.14.7/Submit) id rB5CaLRN011612; Thu, 5 Dec 2013 12:36:21 GMT (envelope-from makc@svn.freebsd.org) Message-Id: <201312051236.rB5CaLRN011612@svn.freebsd.org> From: Max Brazhnikov Date: Thu, 5 Dec 2013 12:36:21 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r335666 - in head/sysutils: . qsynergy X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 05 Dec 2013 12:36:23 -0000 Author: makc Date: Thu Dec 5 12:36:21 2013 New Revision: 335666 URL: http://svnweb.freebsd.org/changeset/ports/335666 Log: Add new port sysutils/qsynergy: Comprehensive and easy to use graphical front end for Synergy. WWW: http://www.volker-lanz.de/software/qsynergy PR: ports/184414 Submitted by: Kevin Zheng Added: head/sysutils/qsynergy/ head/sysutils/qsynergy/Makefile (contents, props changed) head/sysutils/qsynergy/distinfo (contents, props changed) head/sysutils/qsynergy/pkg-descr (contents, props changed) Modified: head/sysutils/Makefile Modified: head/sysutils/Makefile ============================================================================== --- head/sysutils/Makefile Thu Dec 5 12:35:48 2013 (r335665) +++ head/sysutils/Makefile Thu Dec 5 12:36:21 2013 (r335666) @@ -758,6 +758,7 @@ SUBDIR += qjail2 SUBDIR += qlogtools SUBDIR += qpxtool + SUBDIR += qsynergy SUBDIR += quicksynergy SUBDIR += qzeitgeist SUBDIR += radeontool Added: head/sysutils/qsynergy/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/qsynergy/Makefile Thu Dec 5 12:36:21 2013 (r335666) @@ -0,0 +1,33 @@ +# Created by: Kevin Zheng +# $FreeBSD$ + +PORTNAME= qsynergy +PORTVERSION= 0.9.1 +CATEGORIES= sysutils +MASTER_SITES= SF/${PORTNAME}/${PORTVERSION} + +MAINTAINER= kevinz5000@gmail.com +COMMENT= Comprehensive and easy to use graphical front end for Synergy + +LICENSE= GPLv2 +LICENSE_FILE= ${WRKSRC}/COPYING + +USES= qmake +USE_QT4= moc_build rcc_build uic_build gui network + +PLIST_FILES= bin/qsynergy \ + share/pixmaps/qsynergy.xpm + +DESKTOP_ENTRIES= "QSynergy" "Graphical front end for Synergy" \ + "${PREFIX}/share/pixmaps/qsynergy.xpm" \ + "${PORTNAME}" "Qt;Settings;System;" true + +post-patch: + @${REINPLACE_CMD} -e "s|/usr/bin|${PREFIX}/bin|" \ + ${WRKSRC}/qsynergy.pro ${WRKSRC}/src/AppConfig.cpp + +post-install: + ${INSTALL_DATA} ${WRKSRC}/dist/qsynergy.xpm \ + ${STAGEDIR}/${PREFIX}/share/pixmaps + +.include Added: head/sysutils/qsynergy/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/qsynergy/distinfo Thu Dec 5 12:36:21 2013 (r335666) @@ -0,0 +1,2 @@ +SHA256 (qsynergy-0.9.1.tar.gz) = 3ae886f977cae04c2152cc9f0bdcf88b17bd6ebe6b003c3eba58c68b1eb24630 +SIZE (qsynergy-0.9.1.tar.gz) = 158259 Added: head/sysutils/qsynergy/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/qsynergy/pkg-descr Thu Dec 5 12:36:21 2013 (r335666) @@ -0,0 +1,8 @@ +QSynergy is a comprehensive and easy to use graphical front end for +Synergy. Synergy lets a user control more than one computer with +a single mouse and keyboard (and has lots and lots of extra features +on top of that). Synergy itself only comes with a GUI for MS +Windows. QSynergy was written to fill the gap for users on Mac and +Unix platforms. Of course, it runs on MS Windows as well. + +WWW: http://www.volker-lanz.de/software/qsynergy