Port details |
- dlangide D language IDE based on DlangUI
- 0.8.12_2 editors
=0 0.8.12_2Version of this port present on the latest quarterly branch.
- BROKEN: does not compile with latest version of ldc
DEPRECATED: Broken for more than 6 months This port expired on: 2019-05-08 IGNORE: is marked as broken: does not compile with latest version of ldc
- Maintainer: acm@FreeBSD.org
- Port Added: 2017-07-23 03:06:28
- Last Update: 2019-05-09 15:03:38
- SVN Revision: 501106
- License: BSL
- WWW:
- https://github.com/buggins/dlangide
- Description:
- Cross platform D language IDE written using DlangUI library.
- Uses DUB (dub.json or dub.sdl) project format
- Shows tree with project source files
- Can open and edit source files from project or file system in multi-tab editor
- Build and run project with DUB
- Build log highlight and navigation to place of error or warning by clicking on
log line (contributed by Extrawurst)
- DUB dependencies update
- DUB package configuration selection (contributed by NCrashed)
- Dependency projects are shown in workspace tree
- New project wizard
- Toolchain settings for DMD, LDC, GDC
- Project specific settings
- Basic debugger support using GDB (work in progress)
- D language source code, json, dml syntax highlight
- Indent / unindent text with Tab and Shift+Tab or Ctrl+[ and Ctrl+]
- Toggle line or block comments by Ctrl+/ and Ctrl+Shift+/
- D source code autocompletion by Ctrl+Space or Ctrl+Shift+G (using DCD)
- D source code Go To Definition by Ctrl+G or F12 (using DCD)
- D source Doc comments display on mouse hover (using DCD)
- D source code Smart Indents
- Select word by mouse double click
WWW: https://github.com/buggins/dlangide
-
cgit ¦ GitHub ¦ GitHub ¦ GitLab ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- dlangide>0:editors/dlangide
- No installation instructions:
- This port has been deleted.
- PKGNAME: dlangide
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1525934043
SHA256 (buggins-dlangide-v0.8.12_GH0.tar.gz) = 026d9189e2fdb035928a7312e9f80b9a4f11dcb8281aaebcd09be85b8dfd0bb8
SIZE (buggins-dlangide-v0.8.12_GH0.tar.gz) = 2323290
No package information for this port in our database- Sometimes this happens. Not all ports have packages. Perhaps there is a build error. Check the fallout link:
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- ldmd2 : lang/ldc
- dub : devel/dub
- libdlangui.a : devel/dlangui
- libdsymbol.a : devel/dsymbol
- libdparse.a : devel/libdparse
- libemsi_containers.a : devel/containers
- libmsgpack-d.a : devel/msgpack-d
- libdlib.a : devel/dlib
- libDerelictUtil.a : devel/derelict-util
- libDerelictGL3.a : graphics/derelict-gl3
- libDerelictSDL2.a : devel/derelict-sdl2
- libDerelictFT.a : print/derelict-ft
- libstdx-allocator.a : devel/stdx-allocator
- libisfreedesktop.a : devel/isfreedesktop
- libinilike.a : devel/inilike
- libxdgpaths.a : devel/xdgpaths
- libicontheme.a : devel/icontheme
- dcd-server : devel/dcd-server
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- N/A
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Number of commits found: 9
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.8.12_2 09 May 2019 15:03:38 |
rene |
Remove expired ports:
2019-05-08 databases/ruby-odbc: Broken for more than 6 months
2019-05-08 databases/rubygem-dbd-odbc: Broken for more than 6 months
2019-05-08 devel/dlangui: Broken for more than 6 months
2019-05-08 editors/dlangide: Broken for more than 6 months
2019-05-08 emulators/desmume: Broken for more than 6 months
2019-05-08 emulators/yabause: Broken for more than 6 months
2019-05-08 emulators/yape: Broken for more than 6 months
2019-05-08 games/armagetron: Broken for more than 6 months
2019-05-08 games/boswars: Broken for more than 6 months
2019-05-08 games/ceferino: Broken for more than 6 months
2019-05-08 games/chanta: Broken for more than 6 months
2019-05-08 games/d2x-xl: Broken for more than 6 months
2019-05-08 games/drcreep: Broken for more than 6 months
2019-05-08 games/frobtads: Broken for more than 6 months (Only the first 15 lines of the commit message are shown above ) |
0.8.12_2 07 Apr 2019 07:43:38 |
antoine |
Deprecate ports broken for more than 6 months |
0.8.12_2 07 Mar 2019 06:28:02 |
acm |
- Bump PORTREVISION. lang/ldc was update to 1.14.0 |
0.8.12_1 20 Nov 2018 03:00:51 |
acm |
- Mark BROKEN with latest version of lang/ldc |
0.8.12 15 Jun 2018 18:15:28 |
acm |
- Fix build
Reported by: pkg-fallout |
0.8.12 03 Jun 2018 07:30:06 |
acm |
- Update to 0.8.12 |
0.7.30 26 Jul 2017 13:16:39 |
mat |
Convert (again) every usage of https://github.com/.../archive/xxx to USE_GITHUB.
Pointy hat: acm
Sponsored by: Absolight |
0.7.30 23 Jul 2017 03:21:16 |
acm |
- Fix INDEX |
0.7.30 23 Jul 2017 02:54:34 |
acm |
- New port: editors/dlangide
Cross platform D language IDE written using DlangUI library.
- Uses DUB (dub.json or dub.sdl) project format
- Shows tree with project source files
- Can open and edit source files from project or file system in multi-tab editor
- Build and run project with DUB
- Build log highlight and navigation to place of error or warning by clicking on
log line (contributed by Extrawurst)
- DUB dependencies update
- DUB package configuration selection (contributed by NCrashed)
- Dependency projects are shown in workspace tree
- New project wizard
- Toolchain settings for DMD, LDC, GDC
- Project specific settings (Only the first 15 lines of the commit message are shown above ) |
Number of commits found: 9
|