From owner-svn-ports-head@freebsd.org Tue Nov 20 03:05:16 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 53F80113B7AE; Tue, 20 Nov 2018 03:05:16 +0000 (UTC) (envelope-from acm@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id ED9C3766E5; Tue, 20 Nov 2018 03:05:15 +0000 (UTC) (envelope-from acm@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 C64933429; Tue, 20 Nov 2018 03:05:15 +0000 (UTC) (envelope-from acm@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wAK35F2c068832; Tue, 20 Nov 2018 03:05:15 GMT (envelope-from acm@FreeBSD.org) Received: (from acm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wAK35EvZ068827; Tue, 20 Nov 2018 03:05:14 GMT (envelope-from acm@FreeBSD.org) Message-Id: <201811200305.wAK35EvZ068827@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: acm set sender to acm@FreeBSD.org using -f From: Jose Alonso Cardenas Marquez Date: Tue, 20 Nov 2018 03:05:14 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r485407 - in head/editors: . coedit dexed dexed/files X-SVN-Group: ports-head X-SVN-Commit-Author: acm X-SVN-Commit-Paths: in head/editors: . coedit dexed dexed/files X-SVN-Commit-Revision: 485407 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: ED9C3766E5 X-Spamd-Result: default: False [0.26 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_SPAM_SHORT(0.23)[0.228,0]; NEURAL_SPAM_MEDIUM(0.03)[0.027,0]; NEURAL_SPAM_LONG(0.00)[0.001,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-Rspamd-Server: mx1.freebsd.org 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: Tue, 20 Nov 2018 03:05:16 -0000 Author: acm Date: Tue Nov 20 03:05:14 2018 New Revision: 485407 URL: https://svnweb.freebsd.org/changeset/ports/485407 Log: - Rename editors/coedit to editors/dexed. Project was renamed Added: head/editors/dexed/ - copied from r485406, head/editors/coedit/ Deleted: head/editors/coedit/ Modified: head/editors/Makefile head/editors/dexed/Makefile head/editors/dexed/distinfo head/editors/dexed/files/patch-dastworx_build.sh head/editors/dexed/pkg-descr head/editors/dexed/pkg-plist Modified: head/editors/Makefile ============================================================================== --- head/editors/Makefile Tue Nov 20 03:00:51 2018 (r485406) +++ head/editors/Makefile Tue Nov 20 03:05:14 2018 (r485407) @@ -20,11 +20,11 @@ SUBDIR += calligraplan SUBDIR += chexedit SUBDIR += codelite - SUBDIR += coedit SUBDIR += conglomerate SUBDIR += cooledit SUBDIR += cream SUBDIR += deforaos-editor + SUBDIR += dexed SUBDIR += dhex SUBDIR += diakonos SUBDIR += dkns Modified: head/editors/dexed/Makefile ============================================================================== --- head/editors/coedit/Makefile Tue Nov 20 03:00:51 2018 (r485406) +++ head/editors/dexed/Makefile Tue Nov 20 03:05:14 2018 (r485407) @@ -1,7 +1,7 @@ # $FreeBSD$ -PORTNAME= coedit -PORTVERSION= 3.6.15 +PORTNAME= dexed +PORTVERSION= 3.6.21 DISTVERSIONPREFIX=v CATEGORIES= editors PKGNAMESUFFIX= ${LAZARUS_PKGNAMESUFFIX} @@ -24,7 +24,7 @@ RUN_DEPENDS= ldmd2:lang/ldc \ USE_GITHUB= yes GH_ACCOUNT= BBasile -GH_PROJECT= Coedit +#GH_PROJECT= dexed USES= fpc lazarus:flavors USE_FPC= chm fcl-base fcl-db fcl-image fcl-json fcl-net fcl-registry \ @@ -32,9 +32,9 @@ USE_FPC= chm fcl-base fcl-db fcl-image fcl-json fcl-ne regexpr rtl-extra x11 USE_XORG= x11 -DESKTOP_ENTRIES="Coedit" \ +DESKTOP_ENTRIES="Dexed" \ "IDE for the D programming language" \ - "${PREFIX}/share/pixmaps/${PORTNAME}.png" \ + "${PREFIX}/share/pixmaps/${PORTNAME}32.png" \ "${PREFIX}/bin/${PORTNAME}" \ "Application;IDE;Development;" \ ${TRUE} @@ -42,7 +42,7 @@ DESKTOP_ENTRIES="Coedit" \ D_LIB_DIR= ${LOCALBASE}/lib/d D_INCLUDE_DIR= ${LOCALBASE}/include/d -LAZARUS_PROJECT_FILES= anchordocking/anchordocking.lpk lazproj/coedit.lpi +LAZARUS_PROJECT_FILES= anchordocking/anchordocking.lpk lazproj/dexed.lpi LAZBUILD_ARGS= -d @@ -73,8 +73,8 @@ pre-build: @cd ${WRKSRC}/dastworx && ${SH} build.sh do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/bin/coedit ${STAGEDIR}${PREFIX}/bin/ + ${INSTALL_PROGRAM} ${WRKSRC}/bin/${PORTNAME} ${STAGEDIR}${PREFIX}/bin/ ${INSTALL_PROGRAM} ${WRKSRC}/bin/dastworx ${STAGEDIR}${PREFIX}/bin/ - ${INSTALL_DATA} ${WRKSRC}/logo/coedit.png ${STAGEDIR}${PREFIX}/share/pixmaps/ + ${INSTALL_DATA} ${WRKSRC}/logo/*.png ${STAGEDIR}${PREFIX}/share/pixmaps/ .include Modified: head/editors/dexed/distinfo ============================================================================== --- head/editors/coedit/distinfo Tue Nov 20 03:00:51 2018 (r485406) +++ head/editors/dexed/distinfo Tue Nov 20 03:05:14 2018 (r485407) @@ -1,3 +1,3 @@ -TIMESTAMP = 1528011225 -SHA256 (BBasile-Coedit-v3.6.15_GH0.tar.gz) = 0ba71193560784460a7b36ae24e96be211f91aec14776b2bcafeb0597f0fdedd -SIZE (BBasile-Coedit-v3.6.15_GH0.tar.gz) = 3879879 +TIMESTAMP = 1541485057 +SHA256 (BBasile-dexed-v3.6.21_GH0.tar.gz) = 36887f4da9ddb68a98b1135e6cb442e3edd713f743f032f7a0b2fe9b4dad2802 +SIZE (BBasile-dexed-v3.6.21_GH0.tar.gz) = 3769679 Modified: head/editors/dexed/files/patch-dastworx_build.sh ============================================================================== --- head/editors/coedit/files/patch-dastworx_build.sh Tue Nov 20 03:00:51 2018 (r485406) +++ head/editors/dexed/files/patch-dastworx_build.sh Tue Nov 20 03:05:14 2018 (r485407) @@ -1,6 +1,11 @@ ---- dastworx/build.sh 2018-06-03 02:41:09.063965000 -0500 -+++ dastworx/build.sh 2018-06-03 02:42:21.888100000 -0500 -@@ -1,18 +1,3 @@ +--- dastworx/build.sh 2018-10-22 01:38:52.000000000 -0500 ++++ dastworx/build.sh 2018-11-06 01:09:50.779324000 -0500 +@@ -1,35 +1,14 @@ +-if [[ -z "$DC" ]]; then DC=dmd; fi +-if [[ "$DC" == "ldc" ]]; then DC=ldmd2; fi +-if [[ "$DC" == "gdc" ]]; then DC=gdmd; fi +-if [[ -z "$MFLAGS" ]]; then MFLAGS=-m64; fi +- -#iz sources -cd ../etc/iz/import/ -iz=$(find `pwd` -type f -name \*.d) @@ -19,15 +24,18 @@ #dast sources cd src/ dast=$(find `pwd` -type f -name \*.d) -@@ -21,10 +6,10 @@ - echo building... + cd ../ +-echo building using $DC... +- #build --dmd ${dast[@]} ${dparse[@]} ${iz[@]} ${stdxalloc[@]} \ -+%%LDMD2_CMD%% ${dast} \ - -O -release -inline -boundscheck=off \ +-$DC ${dast[@]} ${dparse[@]} ${iz[@]} ${stdxalloc[@]} \ +--O -release -inline -boundscheck=off $MFLAGS \ --Isrc -I../etc/iz/import -I../etc/libdparse/src -I../etc/stdx-allocator/source \ --of../bin/dastworx ++ ++%%LDMD2_CMD%% ${dast} \ ++ -O -release -inline -boundscheck=off \ +-Isrc -I%%D_INCLUDE_DIR%% -L%%D_LIB_DIR%%/libiz.a -L%%D_LIB_DIR%%/libdparse.a \ +-L%%D_LIB_DIR%%/libstdx-allocator.a -of../bin/dastworx Modified: head/editors/dexed/pkg-descr ============================================================================== --- head/editors/coedit/pkg-descr Tue Nov 20 03:00:51 2018 (r485406) +++ head/editors/dexed/pkg-descr Tue Nov 20 03:05:14 2018 (r485407) @@ -1,4 +1,4 @@ -Coedit is an IDE for the D programming language, its compilers, tools and +Dexed is an IDE for the D programming language, its compilers, tools and libraries. - available for Windows, Linux and FreeBSD. - supports all the D compilers (DMD-GDC-LDC). @@ -21,4 +21,4 @@ libraries. - user-defined tools powered by a string interpolation system. - mini file browser, dfmt interface, search & replace and more -WWW: https://github.com/BBasile/Coedit +WWW: https://github.com/BBasile/dexed Modified: head/editors/dexed/pkg-plist ============================================================================== --- head/editors/coedit/pkg-plist Tue Nov 20 03:00:51 2018 (r485406) +++ head/editors/dexed/pkg-plist Tue Nov 20 03:05:14 2018 (r485407) @@ -1,3 +1,8 @@ -bin/coedit +bin/dexed bin/dastworx -share/pixmaps/coedit.png +share/pixmaps/dexed128.png +share/pixmaps/dexed16.png +share/pixmaps/dexed256.png +share/pixmaps/dexed32.png +share/pixmaps/dexed48.png +share/pixmaps/dexed64.png