From owner-svn-ports-all@freebsd.org Wed Sep 6 05:50:14 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B4E6AE11BCE; Wed, 6 Sep 2017 05:50:14 +0000 (UTC) (envelope-from araujo@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 725F97CA5A; Wed, 6 Sep 2017 05:50:14 +0000 (UTC) (envelope-from araujo@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v865oDLO074354; Wed, 6 Sep 2017 05:50:13 GMT (envelope-from araujo@FreeBSD.org) Received: (from araujo@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v865oCSP074349; Wed, 6 Sep 2017 05:50:12 GMT (envelope-from araujo@FreeBSD.org) Message-Id: <201709060550.v865oCSP074349@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: araujo set sender to araujo@FreeBSD.org using -f From: Marcelo Araujo Date: Wed, 6 Sep 2017 05:50:12 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r449325 - in head/www: . novnc X-SVN-Group: ports-head X-SVN-Commit-Author: araujo X-SVN-Commit-Paths: in head/www: . novnc X-SVN-Commit-Revision: 449325 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 06 Sep 2017 05:50:14 -0000 Author: araujo Date: Wed Sep 6 05:50:12 2017 New Revision: 449325 URL: https://svnweb.freebsd.org/changeset/ports/449325 Log: noVNC is a HTML5 VNC client that runs well in any modern browser including mobile browsers (iOS and Android). WWW: https://github.com/novnc/noVNC Sponsored by: iXsystems, Inc. Added: head/www/novnc/ head/www/novnc/Makefile (contents, props changed) head/www/novnc/distinfo (contents, props changed) head/www/novnc/pkg-descr (contents, props changed) head/www/novnc/pkg-plist (contents, props changed) Modified: head/www/Makefile Modified: head/www/Makefile ============================================================================== --- head/www/Makefile Wed Sep 6 04:54:03 2017 (r449324) +++ head/www/Makefile Wed Sep 6 05:50:12 2017 (r449325) @@ -543,6 +543,7 @@ SUBDIR += node4 SUBDIR += node6 SUBDIR += nostromo + SUBDIR += novnc SUBDIR += npapi-vlc SUBDIR += npapi-xine SUBDIR += npc Added: head/www/novnc/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/novnc/Makefile Wed Sep 6 05:50:12 2017 (r449325) @@ -0,0 +1,28 @@ +# $FreeBSD$ + +PORTNAME= novnc +PORTVERSION= 0.6.2 +CATEGORIES= www + +MAINTAINER= araujo@FreeBSD.org +COMMENT= HTML5 VNC client + +LICENSE= MPL20 +LICENSE_FILE= ${WRKSRC}/LICENSE.txt + +USE_GITHUB= yes +GH_ACCOUNT= novnc +GH_PROJECT= noVNC +GH_TAGNAME= e8986fa + +NO_BUILD= yes +NO_ARCH= yes +TARGET_DIR= ${PREFIX}/libexec/novnc + +do-install: + ${MKDIR} ${TARGET_DIR} + cd ${WRKSRC} && ${RM} .gitignore .gitmodules .travis.yml + cd ${WRKSRC} && ${COPYTREE_SHARE} . ${STAGEDIR}${TARGET_DIR} + + +.include Added: head/www/novnc/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/novnc/distinfo Wed Sep 6 05:50:12 2017 (r449325) @@ -0,0 +1,3 @@ +TIMESTAMP = 1504673979 +SHA256 (novnc-noVNC-0.6.2-e8986fa_GH0.tar.gz) = d5c74af01b00de35cc7c443897caa9e7730e497d0843e641fb311d0f78797e1c +SIZE (novnc-noVNC-0.6.2-e8986fa_GH0.tar.gz) = 600713 Added: head/www/novnc/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/novnc/pkg-descr Wed Sep 6 05:50:12 2017 (r449325) @@ -0,0 +1,4 @@ +noVNC is a HTML5 VNC client that runs well in any modern +browser including mobile browsers (iOS and Android). + +WWW: https://github.com/novnc/noVNC Added: head/www/novnc/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/novnc/pkg-plist Wed Sep 6 05:50:12 2017 (r449325) @@ -0,0 +1,106 @@ +libexec/novnc/CONTRIBUTING.md +libexec/novnc/LICENSE.txt +libexec/novnc/README.md +libexec/novnc/docs/LICENSE.Apache-2.0 +libexec/novnc/docs/LICENSE.BSD-2-Clause +libexec/novnc/docs/LICENSE.BSD-3-Clause +libexec/novnc/docs/LICENSE.GPL-3 +libexec/novnc/docs/LICENSE.LGPL-3 +libexec/novnc/docs/LICENSE.MPL-2.0 +libexec/novnc/docs/LICENSE.OFL-1.1 +libexec/novnc/docs/LICENSE.pako +libexec/novnc/docs/LICENSE.zlib +libexec/novnc/docs/VERSION +libexec/novnc/docs/flash_policy.txt +libexec/novnc/docs/links +libexec/novnc/docs/notes +libexec/novnc/docs/release.txt +libexec/novnc/docs/rfb_notes +libexec/novnc/docs/rfbproto-3.3.pdf +libexec/novnc/docs/rfbproto-3.7.pdf +libexec/novnc/docs/rfbproto-3.8.pdf +libexec/novnc/favicon.ico +libexec/novnc/images/alt.png +libexec/novnc/images/clipboard.png +libexec/novnc/images/connect.png +libexec/novnc/images/ctrl.png +libexec/novnc/images/ctrlaltdel.png +libexec/novnc/images/disconnect.png +libexec/novnc/images/drag.png +libexec/novnc/images/esc.png +libexec/novnc/images/favicon.ico +libexec/novnc/images/favicon.png +libexec/novnc/images/fullscreen.png +libexec/novnc/images/keyboard.png +libexec/novnc/images/mouse_left.png +libexec/novnc/images/mouse_middle.png +libexec/novnc/images/mouse_none.png +libexec/novnc/images/mouse_right.png +libexec/novnc/images/power.png +libexec/novnc/images/screen_320x460.png +libexec/novnc/images/screen_57x57.png +libexec/novnc/images/screen_700x700.png +libexec/novnc/images/settings.png +libexec/novnc/images/tab.png +libexec/novnc/images/toggleextrakeys.png +libexec/novnc/include/Orbitron700.ttf +libexec/novnc/include/Orbitron700.woff +libexec/novnc/include/base.css +libexec/novnc/include/base64.js +libexec/novnc/include/black.css +libexec/novnc/include/blue.css +libexec/novnc/include/chrome-app/tcp-client.js +libexec/novnc/include/des.js +libexec/novnc/include/display.js +libexec/novnc/include/inflator.js +libexec/novnc/include/input.js +libexec/novnc/include/keyboard.js +libexec/novnc/include/keysym.js +libexec/novnc/include/keysymdef.js +libexec/novnc/include/logo.js +libexec/novnc/include/playback.js +libexec/novnc/include/rfb.js +libexec/novnc/include/ui.js +libexec/novnc/include/util.js +libexec/novnc/include/websock.js +libexec/novnc/include/webutil.js +libexec/novnc/karma.conf.js +libexec/novnc/package.json +libexec/novnc/tests/arrays.html +libexec/novnc/tests/arrays.js +libexec/novnc/tests/assertions.js +libexec/novnc/tests/base64.html +libexec/novnc/tests/base64.js +libexec/novnc/tests/browser.js +libexec/novnc/tests/canvas.html +libexec/novnc/tests/cursor.html +libexec/novnc/tests/face.png +libexec/novnc/tests/face.png.js +libexec/novnc/tests/fake.websocket.js +libexec/novnc/tests/input.html +libexec/novnc/tests/keyboard-tests.html +libexec/novnc/tests/run_from_console.casper.js +libexec/novnc/tests/run_from_console.js +libexec/novnc/tests/run_from_console.zombie.js +libexec/novnc/tests/stats.js +libexec/novnc/tests/test.base64.js +libexec/novnc/tests/test.display.js +libexec/novnc/tests/test.helper.js +libexec/novnc/tests/test.keyboard.js +libexec/novnc/tests/test.rfb.js +libexec/novnc/tests/test.util.js +libexec/novnc/tests/test.websock.js +libexec/novnc/tests/viewport.css +libexec/novnc/tests/viewport.html +libexec/novnc/tests/vnc_perf.html +libexec/novnc/tests/vnc_playback.html +libexec/novnc/utils/README.md +libexec/novnc/utils/b64-to-binary.pl +libexec/novnc/utils/img2js.py +libexec/novnc/utils/inflator.partial.js +libexec/novnc/utils/json2graph.py +libexec/novnc/utils/launch.sh +libexec/novnc/utils/parse.js +libexec/novnc/utils/u2x11 +libexec/novnc/vnc.html +libexec/novnc/vnc_auto.html