From owner-svn-ports-head@freebsd.org Wed Jul 22 20:56:45 2020 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 6C88F3609B3; Wed, 22 Jul 2020 20:56:45 +0000 (UTC) (envelope-from yuri@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) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 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 4BBnnn2FVLz4lGL; Wed, 22 Jul 2020 20:56:45 +0000 (UTC) (envelope-from yuri@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 30628D76B; Wed, 22 Jul 2020 20:56:45 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 06MKujem057729; Wed, 22 Jul 2020 20:56:45 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 06MKuiP7057725; Wed, 22 Jul 2020 20:56:44 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <202007222056.06MKuiP7057725@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Wed, 22 Jul 2020 20:56:44 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r542895 - in head/editors: . cpeditor cpeditor/files X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: in head/editors: . cpeditor cpeditor/files X-SVN-Commit-Revision: 542895 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.33 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: Wed, 22 Jul 2020 20:56:45 -0000 Author: yuri Date: Wed Jul 22 20:56:43 2020 New Revision: 542895 URL: https://svnweb.freebsd.org/changeset/ports/542895 Log: New port: editors/cpeditor: Lightweight and cross-platform code editor for competitive programming Added: head/editors/cpeditor/ head/editors/cpeditor/Makefile (contents, props changed) head/editors/cpeditor/distinfo (contents, props changed) head/editors/cpeditor/files/ head/editors/cpeditor/files/patch-src_Settings_settings.json (contents, props changed) head/editors/cpeditor/pkg-descr (contents, props changed) Modified: head/editors/Makefile Modified: head/editors/Makefile ============================================================================== --- head/editors/Makefile Wed Jul 22 20:36:13 2020 (r542894) +++ head/editors/Makefile Wed Jul 22 20:56:43 2020 (r542895) @@ -22,6 +22,7 @@ SUBDIR += chexedit SUBDIR += codelite SUBDIR += cooledit + SUBDIR += cpeditor SUBDIR += cream SUBDIR += cudatext SUBDIR += deforaos-editor Added: head/editors/cpeditor/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/editors/cpeditor/Makefile Wed Jul 22 20:56:43 2020 (r542895) @@ -0,0 +1,27 @@ +# $FreeBSD$ + +PORTNAME= cpeditor +DISTVERSION= 6.6.2 +CATEGORIES= editors devel + +MAINTAINER= yuri@FreeBSD.org +COMMENT= Lightweight and cross-platform code editor for competitive programming + +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE + +USES= cmake compiler:c++14-lang qt:5 +USE_QT= core gui network widgets buildtools_build linguisttools_build qmake_build +USE_GITHUB= yes +GH_TUPLE= \ + cpeditor:QCodeEditor:baf096a7f2d4898913640f9f0bc401659fe2c087:cpeditor_QCodeEditor/third_party/QCodeEditor \ + itay-grudev:SingleApplication:e93c12ab69a25fcaa963416f0e348d3269263190:itay_grudev_SingleApplication/third_party/singleapplication \ + cpeditor:QtFindReplaceDialog:d6adb0091641aed078e1f41a48278374fa3b328b:cpeditor_QtFindReplaceDialog/third_party/QtFindReplaceDialog \ + cpeditor:lsp-cpp:44e7cdea787c19646f3c88ba8cbd0ed5da02b9cd:cpeditor_lsp_cpp/third_party/lsp-cpp \ + MikeMirzayanov:testlib:7354daf4a2a90868ef267185c23f14c30799c4a6:MikeMirzayanov_testlib/third_party/testlib + +PLIST_FILES= bin/cpeditor \ + share/applications/cpeditor.desktop \ + share/icons/cpeditor-icon.png + +.include Added: head/editors/cpeditor/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/editors/cpeditor/distinfo Wed Jul 22 20:56:43 2020 (r542895) @@ -0,0 +1,13 @@ +TIMESTAMP = 1595449765 +SHA256 (cpeditor-cpeditor-6.6.2_GH0.tar.gz) = d3e9aa13988740b1a9afc028b061b98137de41281afb21298b4a6e0892724f5c +SIZE (cpeditor-cpeditor-6.6.2_GH0.tar.gz) = 439007 +SHA256 (cpeditor-QCodeEditor-baf096a7f2d4898913640f9f0bc401659fe2c087_GH0.tar.gz) = 4c3679f82f3647dfbea047bb1220b27bca1d9a59ff2613ea93909333315b688c +SIZE (cpeditor-QCodeEditor-baf096a7f2d4898913640f9f0bc401659fe2c087_GH0.tar.gz) = 94361 +SHA256 (itay-grudev-SingleApplication-e93c12ab69a25fcaa963416f0e348d3269263190_GH0.tar.gz) = 370d8ea1c3883cada3db24745b0b814e6b212c53b93694b67f4995e65abcd23f +SIZE (itay-grudev-SingleApplication-e93c12ab69a25fcaa963416f0e348d3269263190_GH0.tar.gz) = 19320 +SHA256 (cpeditor-QtFindReplaceDialog-d6adb0091641aed078e1f41a48278374fa3b328b_GH0.tar.gz) = 3514b5c5d9509b32277f16500d86b32a964c4c911f8745d68739cc2d20d8ae18 +SIZE (cpeditor-QtFindReplaceDialog-d6adb0091641aed078e1f41a48278374fa3b328b_GH0.tar.gz) = 146972 +SHA256 (cpeditor-lsp-cpp-44e7cdea787c19646f3c88ba8cbd0ed5da02b9cd_GH0.tar.gz) = 43545556df3b32b506a2ab4e8db7d1167e1d00e4cf2533b520812a9e3f005127 +SIZE (cpeditor-lsp-cpp-44e7cdea787c19646f3c88ba8cbd0ed5da02b9cd_GH0.tar.gz) = 154649 +SHA256 (MikeMirzayanov-testlib-7354daf4a2a90868ef267185c23f14c30799c4a6_GH0.tar.gz) = cb4f3c3ac16291e6d40106007efe48d91c4fc8ccd1aec59e43575ab6dfcae2b0 +SIZE (MikeMirzayanov-testlib-7354daf4a2a90868ef267185c23f14c30799c4a6_GH0.tar.gz) = 40299 Added: head/editors/cpeditor/files/patch-src_Settings_settings.json ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/editors/cpeditor/files/patch-src_Settings_settings.json Wed Jul 22 20:56:43 2020 (r542895) @@ -0,0 +1,18 @@ +--- src/Settings/settings.json.orig 2020-07-22 20:35:15 UTC ++++ src/Settings/settings.json +@@ -120,7 +120,7 @@ + { + "name": "C++/Compile Command", + "type": "QString", +- "default": "g++ -Wall", ++ "default": "c++ -Wall", + "tip": "The command used to compile C++. It should NOT include the path to the source file or \"-o \"." + }, + { +@@ -984,4 +984,4 @@ + "default": "true", + "trtip": "tr(\"When there are file changes that are not made in CP Editor and is not automatically loaded by\\n\\\"%1\\\", ask for whether to load the changes.\\nIf this is disabled, external file changes will be ignored unless they are loaded by\\n\\\"%1\\\".\").arg(tr(\"Auto-load external file changes if there's no unsaved modification\"))" + } +-] +\ No newline at end of file ++] Added: head/editors/cpeditor/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/editors/cpeditor/pkg-descr Wed Jul 22 20:56:43 2020 (r542895) @@ -0,0 +1,6 @@ +CP Editor is a Qt-based, lightweight and cross-platform code editor specially +designed for competitive programming. +It makes your competitive coding life easier grin by automating many things +for you. + +WWW: https://github.com/cpeditor/cpeditor