Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 20 Nov 2018 03:05:14 +0000 (UTC)
From:      Jose Alonso Cardenas Marquez <acm@FreeBSD.org>
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
Message-ID:  <201811200305.wAK35EvZ068827@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <bsd.port.mk>

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201811200305.wAK35EvZ068827>