From owner-svn-ports-head@freebsd.org Mon Apr 6 20:48:53 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 2A9E827B764; Mon, 6 Apr 2020 20:48:53 +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) 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 48x2h50Jplz4ZQ7; Mon, 6 Apr 2020 20:48:53 +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 05EA52DFC9; Mon, 6 Apr 2020 20:48:53 +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 036KmqLc017510; Mon, 6 Apr 2020 20:48:52 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 036KmqTg017506; Mon, 6 Apr 2020 20:48:52 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <202004062048.036KmqTg017506@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Mon, 6 Apr 2020 20:48:52 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r530926 - in head/devel: . jucipp X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: in head/devel: . jucipp X-SVN-Commit-Revision: 530926 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: Mon, 06 Apr 2020 20:48:53 -0000 Author: yuri Date: Mon Apr 6 20:48:51 2020 New Revision: 530926 URL: https://svnweb.freebsd.org/changeset/ports/530926 Log: New port: devel/jucipp: Lightweight IDE supporting the most recent C++ standards Added: head/devel/jucipp/ head/devel/jucipp/Makefile (contents, props changed) head/devel/jucipp/distinfo (contents, props changed) head/devel/jucipp/pkg-descr (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Mon Apr 6 19:58:52 2020 (r530925) +++ head/devel/Makefile Mon Apr 6 20:48:51 2020 (r530926) @@ -1025,6 +1025,7 @@ SUBDIR += jsoncpp SUBDIR += jsonnet SUBDIR += jsonrpc-glib + SUBDIR += jucipp SUBDIR += judy SUBDIR += jwasm SUBDIR += k8048 Added: head/devel/jucipp/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/jucipp/Makefile Mon Apr 6 20:48:51 2020 (r530926) @@ -0,0 +1,38 @@ +# $FreeBSD$ + +PORTNAME= jucipp +DISTVERSION= 1.5.1 +CATEGORIES= devel + +MAINTAINER= yuri@FreeBSD.org +COMMENT= Lightweight IDE supporting the most recent C++ standards + +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE + +LIB_DEPENDS= libaspell.so:textproc/aspell \ + libboost_filesystem.so:devel/boost-libs \ + libgit2.so:devel/libgit2 + +USES= cmake desktop-file-utils gnome pkgconfig +USE_GITLAB= yes +GL_ACCOUNT= cppit +GL_COMMIT= 22b7c68c9f740f5db1c93c699068568fc87b3a07 +GL_TUPLE= cppit:libclangmm:2edcb84b34b118e34ed498bdbfab43e440280448:libclangmm/lib/libclangmm \ + eidheim:tiny-process-library:f7e762200c3dafd340f8e730705a2f63042e2c10:tiny_process_library/lib/tiny-process-library +USE_GNOME= gdkpixbuf2 gtk30 gtkmm30 gtksourceviewmm3 + +INSTALLS_ICONS= yes + +PLIST_FILES= bin/juci \ + share/applications/juci.desktop \ + share/icons/hicolor/scalable/apps/juci.svg + +# use clang from ports because the project uses libclang.so and always links to the clang from ports anyway +LLVM_VERSION= ${LLVM_DEFAULT} +LIB_DEPENDS+= libclang.so:devel/llvm${LLVM_VERSION} +CPP= clang-cpp${LLVM_VERSION} +CC= clang${LLVM_VERSION} +CXX= clang++${LLVM_VERSION} + +.include Added: head/devel/jucipp/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/jucipp/distinfo Mon Apr 6 20:48:51 2020 (r530926) @@ -0,0 +1,7 @@ +TIMESTAMP = 1586200759 +SHA256 (cppit-jucipp-22b7c68c9f740f5db1c93c699068568fc87b3a07_GL0.tar.gz) = 79bf904bdda91270432951007b0bdfdbb2549574df3e2198635d47f4fd05a8a1 +SIZE (cppit-jucipp-22b7c68c9f740f5db1c93c699068568fc87b3a07_GL0.tar.gz) = 595298 +SHA256 (cppit-libclangmm-2edcb84b34b118e34ed498bdbfab43e440280448_GL0.tar.gz) = 1e364d3d6c15d740954f16af457f8ce2fd2d4a730e186066096cc0d13138c37d +SIZE (cppit-libclangmm-2edcb84b34b118e34ed498bdbfab43e440280448_GL0.tar.gz) = 18100 +SHA256 (eidheim-tiny-process-library-f7e762200c3dafd340f8e730705a2f63042e2c10_GL0.tar.gz) = 433f6d985013d8cca5a670bacac5dd73ffab0ad5d69b451468e1fd4650234a33 +SIZE (eidheim-tiny-process-library-f7e762200c3dafd340f8e730705a2f63042e2c10_GL0.tar.gz) = 11079 Added: head/devel/jucipp/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/jucipp/pkg-descr Mon Apr 6 20:48:51 2020 (r530926) @@ -0,0 +1,11 @@ +A lightweight & cross-platform IDE supporting the most recent C++ standards + +Features: +* Platform independent +* Fast, responsive and stable (written extensively using C++11/14 features) +* Syntax highlighting for more than 100 different file types +* C++ warnings and errors on the fly +* C++ Fix-its +* Integrated Clang-Tidy checks possible through clang plugins + +WWW: https://gitlab.com/cppit/jucipp