From owner-svn-ports-head@freebsd.org Sun Dec 1 03:32:46 2019 Return-Path: Delivered-To: svn-ports-head@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 5F8B61C4D69; Sun, 1 Dec 2019 03:32:46 +0000 (UTC) (envelope-from woodsb02@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 47QYjB1sqPz3QWg; Sun, 1 Dec 2019 03:32:46 +0000 (UTC) (envelope-from woodsb02@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 239858AD5; Sun, 1 Dec 2019 03:32:46 +0000 (UTC) (envelope-from woodsb02@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id xB13Wk4O015793; Sun, 1 Dec 2019 03:32:46 GMT (envelope-from woodsb02@FreeBSD.org) Received: (from woodsb02@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id xB13WjPu015789; Sun, 1 Dec 2019 03:32:45 GMT (envelope-from woodsb02@FreeBSD.org) Message-Id: <201912010332.xB13WjPu015789@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: woodsb02 set sender to woodsb02@FreeBSD.org using -f From: Ben Woods Date: Sun, 1 Dec 2019 03:32:45 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r518750 - in head/net/rclone-browser: . files X-SVN-Group: ports-head X-SVN-Commit-Author: woodsb02 X-SVN-Commit-Paths: in head/net/rclone-browser: . files X-SVN-Commit-Revision: 518750 X-SVN-Commit-Repository: ports 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.29 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: Sun, 01 Dec 2019 03:32:46 -0000 Author: woodsb02 Date: Sun Dec 1 03:32:45 2019 New Revision: 518750 URL: https://svnweb.freebsd.org/changeset/ports/518750 Log: net/rclone-browser: Change to new upstream fork The previous GitHub repository is now labelled as inactive and unmaintained [1]. This new fork [2] has been around since August 2019, has fixed many bugs and added new features (even mounting remotes in FreeBSD). [1] https://github.com/mmozeiko/RcloneBrowser [2] https://github.com/kapitainsky/RcloneBrowser Reported by: Dariusz Bogdanski (upstream maintainer) Deleted: head/net/rclone-browser/files/ Modified: head/net/rclone-browser/Makefile head/net/rclone-browser/distinfo head/net/rclone-browser/pkg-descr head/net/rclone-browser/pkg-plist Modified: head/net/rclone-browser/Makefile ============================================================================== --- head/net/rclone-browser/Makefile Sun Dec 1 03:32:07 2019 (r518749) +++ head/net/rclone-browser/Makefile Sun Dec 1 03:32:45 2019 (r518750) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= rclone-browser -DISTVERSION= 1.2 +DISTVERSION= 1.7.0 CATEGORIES= net MAINTAINER= woodsb02@FreeBSD.org @@ -14,12 +14,8 @@ RUN_DEPENDS= rclone:net/rclone USES= cmake pkgconfig qt:5 USE_GITHUB= yes -GH_ACCOUNT= mmozeiko +GH_ACCOUNT= kapitainsky GH_PROJECT= RcloneBrowser USE_QT= buildtools_build core gui qmake_build widgets - -post-patch: - ${REINPLACE_CMD} -e 's!%%PREFIX%%!${PREFIX}!g' \ - ${WRKSRC}/scripts/rclone-browser.desktop .include Modified: head/net/rclone-browser/distinfo ============================================================================== --- head/net/rclone-browser/distinfo Sun Dec 1 03:32:07 2019 (r518749) +++ head/net/rclone-browser/distinfo Sun Dec 1 03:32:45 2019 (r518750) @@ -1,3 +1,3 @@ -TIMESTAMP = 1559534900 -SHA256 (mmozeiko-RcloneBrowser-1.2_GH0.tar.gz) = 679c4cae5ede309e8ae8f67c482ecef0194fac5fabe9c1784fe4638c4d5bfdb6 -SIZE (mmozeiko-RcloneBrowser-1.2_GH0.tar.gz) = 480391 +TIMESTAMP = 1575163272 +SHA256 (kapitainsky-RcloneBrowser-1.7.0_GH0.tar.gz) = add7eb35fa521e87eddf9cfb36ddd11983f6fc78f520c3a887d353b574e3f083 +SIZE (kapitainsky-RcloneBrowser-1.7.0_GH0.tar.gz) = 380349 Modified: head/net/rclone-browser/pkg-descr ============================================================================== --- head/net/rclone-browser/pkg-descr Sun Dec 1 03:32:07 2019 (r518749) +++ head/net/rclone-browser/pkg-descr Sun Dec 1 03:32:45 2019 (r518750) @@ -3,20 +3,27 @@ Simple cross platfrom GUI for rclone command line tool Features: * Allows to browse and modify any rclone remote, including encrypted ones * Uses same configuration file as rclone, no extra configuration required -* Supports custom location and encryption for `.rclone.conf` configuration file +* Supports custom location and encryption for rclone.conf configuration file * Simultaneously navigate multiple repositories in separate tabs * Lists files hierarchically with file name, size and modify date * All rclone commands are executed asynchronously, no freezing GUI * File hierarchy is lazily cached in memory, for faster traversal of folders -* Allows to upload, download, create new folders, rename or delete files/folders +* Allows to upload, download, create new folders, rename or delete files and + folders * Allows to calculate size of folder, export list of files and copy rclone - copmmand to clipboard + command to clipboard * Can process multiple upload or download jobs in background * Drag & drop support for dragging files from local file explorer for uploading -* Streaming media files for playback in player like [mpv][6] or similar -* Mount and unmount folders on macOS and GNU/Linux +* Streaming media files for playback in player like vlc or similar +* Mount and unmount folders on macOS, GNU/Linux and Windows (for Windows + requires winfsp and for mac fuse for macOS) * Optionally minimizes to tray, with notifications when upload/download finishes * Supports portable mode (create .ini file next to executable with same name), - rclone and .rclone.conf path now can be relative to executable + rclone and rclone.conf path now can be relative to executable +* Supports drive-shared-with-me (Google Drive specific) +* For remotes supporting public link sharing has an option (right-click menu) + to fetch it +* Supports tasks. Created jobs can be saved and run or edited later. +* Configurable dark mode for all systems -WWW: https://martins.ninja/RcloneBrowser/ +WWW: https://github.com/kapitainsky/RcloneBrowser Modified: head/net/rclone-browser/pkg-plist ============================================================================== --- head/net/rclone-browser/pkg-plist Sun Dec 1 03:32:07 2019 (r518749) +++ head/net/rclone-browser/pkg-plist Sun Dec 1 03:32:45 2019 (r518750) @@ -1,3 +1,8 @@ bin/rclone-browser share/applications/rclone-browser.desktop -share/pixmaps/rclone-browser.png +share/icons/hicolor/128x128/apps/rclone-browser.png +share/icons/hicolor/256x256/apps/rclone-browser.png +share/icons/hicolor/32x32/apps/rclone-browser.png +share/icons/hicolor/512x512/apps/rclone-browser.png +share/icons/hicolor/64x64/apps/rclone-browser.png +share/icons/hicolor/scalable/apps/rclone-browser.svg