ports/184414: New port: sysutils/qsynergy - graphical front end for Synergy
Kevin Zheng
kevinz5000 at gmail.com
Sun Dec 1 16:50:00 UTC 2013
>Number: 184414
>Category: ports
>Synopsis: New port: sysutils/qsynergy - graphical front end for Synergy
>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: Sun Dec 01 16:50:00 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator: Kevin Zheng
>Release: 9.2-RELEASE
>Organization:
>Environment:
FreeBSD sigma.local 9.2-RELEASE FreeBSD 9.2-RELEASE #0 r255898: Fri Sep 27 03:52:52 UTC 2013 root at bake.isc.freebsd.org:/usr/obj/usr/src/sys/GENERIC i386
>Description:
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
Please note that this port is DIFFERENT from sysutils/quicksynergy, which already exists in the ports tree.
Also, please check my use of ${PREFIX} in post-install.
>How-To-Repeat:
>Fix:
Patch attached with submission follows:
# 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:
#
# qsynergy
# qsynergy/Makefile
# qsynergy/distinfo
# qsynergy/pkg-descr
#
echo c - qsynergy
mkdir -p qsynergy > /dev/null 2>&1
echo x - qsynergy/Makefile
sed 's/^X//' >qsynergy/Makefile << 'd67b13ee2d704d976eaf83a84284428c'
X# Created by: Kevin Zheng <kevinz5000 at gmail.com>
X# $FreeBSD$
X
XPORTNAME= qsynergy
XPORTVERSION= 0.9.1
XCATEGORIES= sysutils
XMASTER_SITES= SF/${PORTNAME}/${PORTVERSION}
X
XMAINTAINER= kevinz5000 at gmail.com
XCOMMENT= Comprehensive and easy to use graphical front end for Synergy
X
XLICENSE= GPLv2
XLICENSE_FILE= ${WRKSRC}/COPYING
X
XUSES= qmake
XUSE_QT4= moc_build qmake_build rcc_build uic_build gui network
X
XPLIST_FILES= bin/qsynergy \
X share/pixmaps/qsynergy.xpm
X
XDESKTOP_ENTRIES= "QSynergy" "${COMMENT}" \
X "${PREFIX}/share/pixmaps/qsynergy.xpm" \
X "${PORTNAME}" "Settings;System;" false
X
Xpost-patch:
X @${REINPLACE_CMD} -e "s|/usr/bin|${PREFIX}/bin|" \
X ${WRKSRC}/qsynergy.pro ${WRKSRC}/src/AppConfig.cpp
X
Xpost-install:
X ${INSTALL_DATA} ${WRKSRC}/dist/qsynergy.xpm \
X ${STAGEDIR}/${PREFIX}/share/pixmaps
X
X.include <bsd.port.mk>
d67b13ee2d704d976eaf83a84284428c
echo x - qsynergy/distinfo
sed 's/^X//' >qsynergy/distinfo << 'f80290834d18edf2fa9273c75823efae'
XSHA256 (qsynergy-0.9.1.tar.gz) = 3ae886f977cae04c2152cc9f0bdcf88b17bd6ebe6b003c3eba58c68b1eb24630
XSIZE (qsynergy-0.9.1.tar.gz) = 158259
f80290834d18edf2fa9273c75823efae
echo x - qsynergy/pkg-descr
sed 's/^X//' >qsynergy/pkg-descr << 'af74eb3f317f6efbc6223978dd27fad3'
XQSynergy is a comprehensive and easy to use graphical front end for Synergy.
XSynergy lets a user control more than one computer with a single mouse and
Xkeyboard (and has lots and lots of extra features on top of that). Synergy
Xitself only comes with a GUI for MS Windows. QSynergy was written to fill
Xthe gap for users on Mac and Unix platforms. Of course, it runs on MS
XWindows as well.
X
XWWW: http://www.volker-lanz.de/software/qsynergy
af74eb3f317f6efbc6223978dd27fad3
exit
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list