Version: 0.4.0, Package name: xcolor-0.4.0 |
Maintained by: Laurence Tratt |
Master sites: |
Description Lightweight color picker for X11. Use the mouse to select colors visible anywhere on the screen to get their RGB representation. |
Filesize: 99.381 KB |
Version History (View Complete History) |
|
2021-02-23 12:39:53 by Stuart Henderson | Files touched by this commit (743) |
Log message: Reverse the polarity of MODPY_VERSION; default is now 3.x, if a port needs 2.x then set MODPY_VERSION=${MODPY_DEFAULT_VERSION_2}. This commit doesn't change any versions currently used; it may be that some ports have MODPY_DEFAULT_VERSION_2 but don't require it, those should be cleaned up in the course of updating ports where possible. Python module ports providing py3-* packages should still use FLAVOR=python3 so that we don't have a mixture of dependencies some using ${MODPY_FLAVOR} and others not. |
2021-02-21 02:19:08 by Sebastien Marie | Files touched by this commit (12) |
Log message: devel/cargo: remove .crates2.json file after installing with cargo we are managing installed files with different mecanism. it is the v2 for tracking crates installation, and we already remove v1 (.crates.toml). take care of cleaning ports which are already seen it problem spotted by landry@ ok landry@ |
2020-09-28 05:49:57 by Remi Pointel | Files touched by this commit (1) |
Log message: add python3 to the build_depends, spotted by naddy@. ok Laurence Tratt (maintainer), sthen@. |
2020-09-14 16:22:49 by Kurt Mosiejczuk | Files touched by this commit (1) |
Log message: x11/xcolor has never worked on sparc64. It uses a very old version of the libc crate that doesn't get along with sparc64 (see history of newsboat). Attempting to get it to use a newer version meant it still didn't build. Mark it BROKEN-sparc64 ok bcallah |
2020-09-14 13:40:21 by Jasper Lievisse Adriaanse | Files touched by this commit (1) |
Log message: missing BDEP on gmake (used in backtrace-sys) |