Date: Mon, 26 Mar 2018 19:04:41 +0000 (UTC) From: Yuri Victorovich <yuri@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r465624 - in head/deskutils: . anydesk Message-ID: <201803261904.w2QJ4fQ9074643@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: yuri Date: Mon Mar 26 19:04:41 2018 New Revision: 465624 URL: https://svnweb.freebsd.org/changeset/ports/465624 Log: New port: deskutils/anydesk: Fast remote desktop A closed source, proprietary, binary application. PR: 226679 Submitted by: Martin Filla <martinfilla@post.cz> Added: head/deskutils/anydesk/ head/deskutils/anydesk/Makefile (contents, props changed) head/deskutils/anydesk/distinfo (contents, props changed) head/deskutils/anydesk/pkg-descr (contents, props changed) head/deskutils/anydesk/pkg-message (contents, props changed) Modified: head/deskutils/Makefile Modified: head/deskutils/Makefile ============================================================================== --- head/deskutils/Makefile Mon Mar 26 18:28:12 2018 (r465623) +++ head/deskutils/Makefile Mon Mar 26 19:04:41 2018 (r465624) @@ -6,6 +6,7 @@ SUBDIR += affiche SUBDIR += alarm-clock-applet SUBDIR += anamnesis + SUBDIR += anydesk SUBDIR += appwrapper SUBDIR += aspostit SUBDIR += autocutsel Added: head/deskutils/anydesk/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/deskutils/anydesk/Makefile Mon Mar 26 19:04:41 2018 (r465624) @@ -0,0 +1,33 @@ +# $FreeBSD$ + +PORTNAME= anydesk +DISTVERSION= 2.9.1 +CATEGORIES= deskutils +MASTER_SITES= https://download.anydesk.com/freebsd/ +DISTNAME= ${PORTNAME}-freebsd-${PORTVERSION}-${ARCH:S/amd64/x86_64/:S/i386/i386/} + +MAINTAINER= martinfilla@post.cz +COMMENT= Fast remote desktop + +LICENSE= commercial +LICENSE_NAME= commercial +LICENSE_TEXT= Commercial software +LICENSE_PERMS= auto-accept + +ONLY_FOR_ARCHS= amd64 i386 + +LIB_DEPENDS= libgtkglext-x11-1.0.so:x11-toolkits/gtkglext + +USE_GL= gl +USE_GNOME= gtk20 glib20 gdkpixbuf2 cairo +USE_XORG= x11 xi xcb xrandr xtst xext xfixes xdamage +NO_BUILD= YES + +WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} + +PLIST_FILES= bin/anydesk + +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin + +.include <bsd.port.mk> Added: head/deskutils/anydesk/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/deskutils/anydesk/distinfo Mon Mar 26 19:04:41 2018 (r465624) @@ -0,0 +1,5 @@ +TIMESTAMP = 1521392807 +SHA256 (anydesk-freebsd-2.9.1-x86_64.tar.gz) = aacc333b063b52f3f2b3c795a88003898faf51df733aa7c540c88db68bbdba69 +SIZE (anydesk-freebsd-2.9.1-x86_64.tar.gz) = 2574053 +SHA256 (anydesk-freebsd-2.9.1-i386.tar.gz) = 267abec3fb76af7436ed8ab43047d4988b923a1451da3b734aab873cbb1eb0f5 +SIZE (anydesk-freebsd-2.9.1-i386.tar.gz) = 2418470 Added: head/deskutils/anydesk/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/deskutils/anydesk/pkg-descr Mon Mar 26 19:04:41 2018 (r465624) @@ -0,0 +1,8 @@ +AnyDesk is fast remote desktop which uses DeskRT to provide +a considerably better image quality and responsiveness than +competing screensharing and remote desktop products. +DeskRT is a new and innovative video codec specifically +designed for the transmission of image material from +graphical user interfaces. + +WWW: https://anydesk.com/remote-desktop Added: head/deskutils/anydesk/pkg-message ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/deskutils/anydesk/pkg-message Mon Mar 26 19:04:41 2018 (r465624) @@ -0,0 +1,17 @@ +1. Minimum OS version. +====================== +Anydesk is a binary package for FreeBSD. +Minimal recommended is 1 GiB system memory +installed but performence will be reduced. +For good performance is recommended and 2 GiB +system memory. + +2. Important settings +===================== +Since Version 2.9.1 the following prerequisites have to be met: + +1. You need a mounted /proc directory. Either mount it manually or add it to your /etc/fstab file: + fstab: proc /proc procfs rw 0 0 + manually: # mount -t procfs proc /proc +2. You need a loaded mqueuefs module: + manual load: kldload mqueuefs (as root!)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201803261904.w2QJ4fQ9074643>