From owner-svn-ports-all@freebsd.org Wed Aug 23 18:42:21 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 38FC4DECFEB; Wed, 23 Aug 2017 18:42:21 +0000 (UTC) (envelope-from bsam@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 142D87E3EA; Wed, 23 Aug 2017 18:42:21 +0000 (UTC) (envelope-from bsam@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v7NIgKdG036480; Wed, 23 Aug 2017 18:42:20 GMT (envelope-from bsam@FreeBSD.org) Received: (from bsam@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v7NIgJv3036475; Wed, 23 Aug 2017 18:42:19 GMT (envelope-from bsam@FreeBSD.org) Message-Id: <201708231842.v7NIgJv3036475@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bsam set sender to bsam@FreeBSD.org using -f From: Boris Samorodov Date: Wed, 23 Aug 2017 18:42:19 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r448634 - in head: . devel/pycharm-ce devel/pycharm-ce/files java/intellij-pycharm X-SVN-Group: ports-head X-SVN-Commit-Author: bsam X-SVN-Commit-Paths: in head: . devel/pycharm-ce devel/pycharm-ce/files java/intellij-pycharm X-SVN-Commit-Revision: 448634 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, 23 Aug 2017 18:42:21 -0000 Author: bsam Date: Wed Aug 23 18:42:19 2017 New Revision: 448634 URL: https://svnweb.freebsd.org/changeset/ports/448634 Log: java/intellij-pycharm -> devel/pycharm-ce: Rename to reflect upstream and use a more appropriate origin (devel for development tools, IDEs). Added: head/devel/pycharm-ce/ - copied from r448633, head/java/intellij-pycharm/ Deleted: head/java/intellij-pycharm/ Modified: head/MOVED head/devel/pycharm-ce/Makefile head/devel/pycharm-ce/files/pycharm-ce.desktop.in head/devel/pycharm-ce/pkg-descr Modified: head/MOVED ============================================================================== --- head/MOVED Wed Aug 23 17:45:54 2017 (r448633) +++ head/MOVED Wed Aug 23 18:42:19 2017 (r448634) @@ -9522,3 +9522,4 @@ devel/insight||2017-08-23|Has expired: Broken for more devel/gdb66||2017-08-23|Has expired: Broken for more than 6 months biology/biojava||2017-08-23|Has expired: Broken for more than 6 months games/xroach||2017-08-23|Has expired: Broken for more than 6 months +java/intellij-pycharm|devel/pycharm-ce|2017-08-23|Renamed to reflect upstream name. Use a more appropriate origin (devel for development tools, IDE) Modified: head/devel/pycharm-ce/Makefile ============================================================================== --- head/java/intellij-pycharm/Makefile Wed Aug 23 17:45:54 2017 (r448633) +++ head/devel/pycharm-ce/Makefile Wed Aug 23 18:42:19 2017 (r448634) @@ -1,16 +1,15 @@ # Created by: Boris Samorodov # $FreeBSD$ -PORTNAME= pycharm +PORTNAME= pycharm-ce PORTVERSION= 2017.2.1 -CATEGORIES= java devel python +CATEGORIES= devel java python MASTER_SITES= https://download.jetbrains.com/python/ \ http://download.jetbrains.com/python/ -DISTNAME= ${PORTNAME}-community-${PORTVERSION} -PKGNAMEPREFIX= intellij- +DISTNAME= pycharm-community-${PORTVERSION} MAINTAINER= bsam@FreeBSD.org -COMMENT= IntelliJ PyCharm Community Edition +COMMENT= JetBrains PyCharm Community Edition IDE LICENSE= APACHE20 @@ -25,18 +24,16 @@ SHEBANG_FILES= bin/printenv.py bin/restart.py NO_ARCH= yes NO_BUILD= yes -.include "${.CURDIR}/../intellij/common.mk" +.include "${.CURDIR}/../../java/intellij/common.mk" -SUB_FILES+= pkg-message pycharm pycharm-ce.desktop +SUB_FILES+= pkg-message pycharm ${PORTNAME}.desktop SUB_LIST+= IDEA_HOME=${IDEA_HOME} do-install: @${MKDIR} ${STAGEDIR}${DATADIR} @${TAR} -czf - -C ${WRKSRC} . | ${TAR} xzf - -C ${STAGEDIR}${DATADIR} # Linux/Windows/OS X only so remove them - @${RM} ${STAGEDIR}${DATADIR}/bin/fsnotifier \ - ${STAGEDIR}${DATADIR}/bin/fsnotifier-arm \ - ${STAGEDIR}${DATADIR}/bin/fsnotifier64 + @${RM} ${STAGEDIR}${DATADIR}/bin/*fsnotifier* # Remove the bundled native Pty4J support libraries, they are replaced # by java/intellij-pty4j @${RM} -r ${STAGEDIR}${DATADIR}/lib/libpty @@ -45,7 +42,7 @@ do-install: @${RM} -r ${STAGEDIR}${DATADIR}/helpers/pydev/pydevd_attach_to_process @${RM} ${STAGEDIR}${DATADIR}/lib/pty4j-0.5.jar ${INSTALL_SCRIPT} ${WRKDIR}/pycharm ${STAGEDIR}${PREFIX}/bin/ - ${INSTALL_DATA} ${WRKDIR}/pycharm-ce.desktop ${STAGEDIR}${PREFIX}/share/applications/ + ${INSTALL_DATA} ${WRKDIR}/${PORTNAME}.desktop ${STAGEDIR}${PREFIX}/share/applications/ #cd ${WRKSRC}/lib && ${JAVA_HOME}/bin/jar xf icons.jar # TODO: Remove and enable fsnotifier when devel/libinotify is fixed # Disable filewatcher warning message on IDEA startup Modified: head/devel/pycharm-ce/files/pycharm-ce.desktop.in ============================================================================== --- head/java/intellij-pycharm/files/pycharm-ce.desktop.in Wed Aug 23 17:45:54 2017 (r448633) +++ head/devel/pycharm-ce/files/pycharm-ce.desktop.in Wed Aug 23 18:42:19 2017 (r448634) @@ -2,8 +2,8 @@ Version=1.0 Encoding=UTF-8 Type=Application -Name=IntelliJ PyCharm Community Edition -GenericName=IntelliJ PyCharm Community Edition +Name=JetBrains PyCharm Community Edition IDE +GenericName=JetBrains PyCharm Community Edition IDE Icon=%%DATADIR%%/bin/pycharm.png Exec=%%DATADIR%%/bin/pycharm.sh Comment=Develop with pleasure! Modified: head/devel/pycharm-ce/pkg-descr ============================================================================== --- head/java/intellij-pycharm/pkg-descr Wed Aug 23 17:45:54 2017 (r448633) +++ head/devel/pycharm-ce/pkg-descr Wed Aug 23 18:42:19 2017 (r448634) @@ -1,7 +1,6 @@ -IntelliJ PyCharm is an advanced IDE developed by JetBrains and -focused on developer productivity. PyCharm provides smart code -completion, code inspections, on-the-fly error highlighting and -quick-fixes, along with automated code refactorings and rich -navigation capabilities. +PyCharm is an advanced IDE developed by JetBrains and focused on +developer productivity. PyCharm provides smart code completion, +code inspections, on-the-fly error highlighting and quick-fixes, +along with automated code refactorings and rich navigation capabilities. -WWW: http://www.jetbrains.com/pycharm/ +WWW: https://www.jetbrains.com/pycharm/