It is originally part of OpenSpaceManager
and mostly rewritten to use other components in Etoile.
Ideally, Inspector should automatically pick suitable panes
for selected file or object.
WWW: http://www.etoile-project.org/
More precisely, UKDistributedView is an NSTableView-like class that allows
arbitrary positioning of evenly-sized items. This is intended for things
like the Workspace/Finder's "icon view", and even lets you snap items to a
grid in various ways, reorder them etc. Finally it can handle several
thousand of items smoothly.
WWW: http://www.etoile-project.org/
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+
Thanks to all Helpers:
Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
ehaupt, nox, itetcu, flz, pav
PR: 116263
Tested on: pointyhat
Approved by: portmgr (pav)
OpenProj has equivalent functionality, a familiar user interface and even
opens existing MSProject files. OpenProj is interoperable with Project,
with a Gantt Chart and PERT chart etc.
Licensed under Common Public Attribution License Version 1.0 (CPAL).
WWW: http://openproj.org/
- Fix installation locations if WITHOUT_KDE is set [1]
- Fix tinderbox build and package creation if WITHOUT_KDE is set
- Don't install locales if WITHOUT_KDE is set, as locale support in the
Qt-only version is not present
PR: ports/117449 [1]
ports/120540 [2]
Submitted by: Denise H. G. <denisehg@hotpop.com> [1]
Yarodin <yarodin@gmail.com> [2]
- Make GPG support optional and mark it as experimental (default: off) as the
current implementation is not very usable (inspired by [1])
- Make OPTIONS handling more readable [2]
PR: ports/114126 [1]
ports/120678 [2]
ports/121044 [3]
Submitted by: Shane Bell <decept0@gmail.com> [1]
Pawel Pekala <c0rn@o2.pl> [2]
Yarodin <yarodin@gmail.com> [3]