Port details |
- dlangui Cross Platform GUI for D programming language
- 0.9.178_2 devel
=0 0.9.178_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:05:48
- Last Update: 2019-05-09 15:03:38
- SVN Revision: 501106
- License: BSL
- WWW:
- https://github.com/buggins/dlangui
- Description:
- Cross platform GUI for D. Widgets, layouts, styles, themes, unicode, i18n,
OpenGL based acceleration
- Crossplatform (Win32, OSX, Linux, FreeBSD and Android are supported in
current version)
- Mostly inspired by Android UI API (layouts, styles, two phase layout, ...)
- Supports highly customizable UI themes and styles
- Supports internationalization
- Hardware acceleration using OpenGL (when built with version USE_OPENGL)
- Fallback to pure Win32 API / SDL / X11 when OpenGL is not available (e.g.
opengl dynamic library cannot be loaded)
- Actually it's a port (with major refactoring) of GUI library for cross
platform OpenGL based implementation of Cool Reader app project from C++.
- Non thread safe - all UI operations should be preformed in single thread
- Simple 3d engine - allows to embed 3D scenes within GUI
WWW: https://github.com/buggins/dlangui
-
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:
-
- No installation instructions:
- This port has been deleted.
- PKGNAME: dlangui
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1525933643
SHA256 (buggins-dlangui-v0.9.178_GH0.tar.gz) = 4bbe0568609b585ee96cb259dbf11cb2bdc83dea7facdca1c98603aa89a1cbc3
SIZE (buggins-dlangui-v0.9.178_GH0.tar.gz) = 8560169
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
- libDerelictUtil.a : devel/derelict-util
- libDerelictGL3.a : graphics/derelict-gl3
- libDerelictFT.a : print/derelict-ft
- libDerelictSDL2.a : devel/derelict-sdl2
- libdlib.a : devel/dlib
- NOTE: dependencies for deleted ports are notoriously suspect
- This port is required by:
- for Build
-
Deleted ports which required this port:
- * - deleted ports are only shown under the This port is required by section. It was harder to do for the Required section. Perhaps later...
Configuration Options:
- No options to configure
- Options name:
- N/A
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.9.178_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.9.178_2 07 Apr 2019 07:43:38 |
antoine |
Deprecate ports broken for more than 6 months |
0.9.178_2 07 Mar 2019 06:26:39 |
acm |
- Bump PORTREVISION. lang/ldc was update to 1.14.0 |
0.9.178_1 20 Nov 2018 02:59:55 |
acm |
- Mark BROKEN with latest version of lang/ldc |
0.9.178 03 Jun 2018 07:10:04 |
acm |
- Update to 0.9.178 |
0.9.82 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.9.82 23 Jul 2017 02:47:41 |
acm |
- New port: devel/dlangui
Cross platform GUI for D. Widgets, layouts, styles, themes, unicode, i18n,
OpenGL based acceleration
- Crossplatform (Win32, OSX, Linux, FreeBSD and Android are supported in
current version)
- Mostly inspired by Android UI API (layouts, styles, two phase layout, ...)
- Supports highly customizable UI themes and styles
- Supports internationalization
- Hardware acceleration using OpenGL (when built with version USE_OPENGL)
- Fallback to pure Win32 API / SDL / X11 when OpenGL is not available (e.g.
opengl dynamic library cannot be loaded)
- Actually it's a port (with major refactoring) of GUI library for cross
platform OpenGL based implementation of Cool Reader app project from C++.
- Non thread safe - all UI operations should be preformed in single thread
- Simple 3d engine - allows to embed 3D scenes within GUI
WWW: https://github.com/buggins/dlangui |