Port details |
- xcoloredit Find colour values by graphical colour mixing
- 1.2_3 x11
=5 1.2_3Version of this port present on the latest quarterly branch. - Maintainer: cy@FreeBSD.org
 - Port Added: unknown
- Last Update: 2024-02-04 19:13:55
- Commit Hash: e427ab1
- People watching this port, also watch:: p5-Locale-gettext, p5-Net-SSLeay, p5-Data-ShowTable, p5-Digest-MD5, unzip
- License: not specified in port
- Description:
- xcoloredit provides a graphical method of mixing the three primary
colors available on a colour workstation. This mixing can be done
using the Red, Green and Blue slider controls on the left of the
window or using the Hue, Satu- ration and Value slider controls on the
right.
¦ ¦ ¦ ¦ 
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- xcoloredit>0:x11/xcoloredit
- To install the port:
- cd /usr/ports/x11/xcoloredit/ && make install clean
- To add the package, run one of these commands:
- pkg install x11/xcoloredit
- pkg install xcoloredit
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: xcoloredit
- Flavors: there is no flavor information for this port.
- distinfo:
- SHA256 (xcoloredit.tar.Z) = 90e8917bc8315a094ef4d9994d77e83902970619f2626692f60a94f00d393fa2
SIZE (xcoloredit.tar.Z) = 24648
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- imake : devel/imake
- tradcpp : devel/tradcpp
- ice.pc : x11/libICE
- sm.pc : x11/libSM
- x11.pc : x11/libX11
- xaw7.pc : x11-toolkits/libXaw
- xext.pc : x11/libXext
- xmu.pc : x11-toolkits/libXmu
- xpm.pc : x11/libXpm
- xt.pc : x11-toolkits/libXt
- Runtime dependencies:
-
- ice.pc : x11/libICE
- sm.pc : x11/libSM
- x11.pc : x11/libX11
- xaw7.pc : x11-toolkits/libXaw
- xext.pc : x11/libXext
- xmu.pc : x11-toolkits/libXmu
- xpm.pc : x11/libXpm
- xt.pc : x11-toolkits/libXt
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- x11_xcoloredit
- USES:
- imake tar:Z xorg
- 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 |
1.2_3 04 Feb 2024 19:13:55
    |
Gleb Popov (arrowd)  |
*: Move manpages to share/man for imake ports.
Approved by: portmgr (blanket) |
1.2_2 25 May 2023 08:52:21
    |
Cy Schubert (cy)  |
x11/xcoloredit: Fix LLVM15 error
xcoloredit.c:356:14: error: incompatible pointer to integer conversion assigning
to 'int' from 'void *' [-Wint-conversion]
bars_locked = NULL;
^ ~~~~
While at it adopt this feral port.
MFH: 2023Q2 |
1.2_2 20 Jul 2022 14:23:32
    |
Tobias C. Berner (tcberner)  |
x11: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* Adam Weinberger <adam@vectors.cx>
* Adam Weinberger <adamw@FreeBSD.org>
* Alex Dupre <ale@FreeBSD.org>
* Alexander Matey <matey@cis.ohio-state.edu>
* Alexander Nedotsukov <bland@FreeBSD.org>
* Alexey Dokuchaev <danfe@FreeBSD.org>
* Alexey Dokuchaev <danfe@regency.nsu.ru>
* Alexey Mikhailov <karma@ez.pereslavl.ru>
* Andrew Pantyukhin <infofarmer@FreeBSD.org>
* Anton Berezin <tobez@FreeBSD.org>
* Anton Toernqvist <antont@inbox.lv> (Only the first 15 lines of the commit message are shown above ) |
1.2_2 06 Apr 2021 14:31:07
    |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
1.2_2 07 Nov 2019 18:36:56
  |
zeising  |
Add USES=xorg USES=gl, ports categories x
Add USES=xorg and USES=gl to ports in categories starting with 'x'
While here, try to sprinkle other USES (mostly gnome and sdl) as needed. |
1.2_2 29 Jul 2014 19:11:53
  |
adamw  |
Convert a bunch of EXTRACT_SUFX=... into USES=tar:...
Approved by: portmgr (not really, but touches unstaged ports) |
1.2_2 13 Dec 2013 23:49:07
  |
bapt  |
Support stage |
1.2_2 20 Sep 2013 23:43:20
  |
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
x11) |
1.2_2 14 Aug 2013 22:35:54
  |
ak  |
- Remove MAKE_JOBS_SAFE variable
Approved by: portmgr (bdrewery) |
1.2_2 28 Jun 2013 11:51:06
  |
bapt  |
New USES imake to handle the dependency on imake.
This uses accept 'env' as an argument for ports that do use their own or a
different do-configure target.
Modify xmkmf so it accept IMAKECPPFLAGS as default flags for imake and pass it
to the called imake.
Modify xorg-cf-files (the FreeBSD.cf configuration file) to allow CppCmd to be
overwritten.
Pass CppCmd CcCmd and CplusplusCmd via command line to each call of imake via
IMAKECPPFLAGS
Pass IMAKE_DEFINE with the above arguments to MAKE_ARGS so that imake spawned
from Makefile generated by a previous
imake also inherit the defined CppCmd CcCmd and CplusplusCmd.
Make imake use devel/tradcpp all the time, so that when buidling with clang we
do not depend on gcc's cpp.
Make imake respect CC and CXX
Make imake respect USE_GCC (if set imake will use gcc's cpp).
While here:
- Remove a couple of indefinite articles from comments
- Trim headers
- Fix a couple of ports to build with clang or use: USE_GCC=any
- Fix a now useless redefinition of the extraction chain
- Fix a typo in japanese/Wnn7-lib bundled imake template definitions
- Fix some XMKMF execution with no env specified
- Use options helper in x11/xautolock to simplify the port |
1.2_2 04 Feb 2013 14:28:34
  |
miwi  |
- Update MASTER_SITES
PR: 175596
Submitted by: Ports Fury |
1.2_2 19 Mar 2011 12:38:54
 |
miwi  |
- Get Rid MD5 support |
1.2_2 09 Jun 2009 15:33:28
 |
amdmi3  |
Convert most of remaining ports that depend on xorg-libraries to
modular xorg.
- supply corresponding USE_XORG for all imake-using ports that need it
- USE_IMAKE no longer implies USE_XLIB in absence of USE_XORG
- retire USE_X_PREFIX which is not really used anywhere after the
above change
- a few minor nits like whitespace and SF macro
Tested by: 2 tinderbox runs by pav
Approved by: portmgr (pav) |
1.2_1 30 May 2007 20:11:46
 |
arved  |
Fix build with gcc4 |
1.2_1 19 May 2007 20:32:57
 |
flz  |
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}. |
1.2 25 Nov 2005 19:09:52
 |
pav  |
- Add SHA256 |
1.2 23 Dec 2004 09:32:50
 |
nork  |
Reset MAINTAINER to ports@.
We cannot contact them for a long time.
Discussed with: hrs
Approved by: kiri(blanket), mita(blanket),
shige(blanket), taoka(blanket) |
1.2 31 Mar 2004 03:12:58
 |
trevor  |
SIZEify (maintainer timeout) |
1.2 06 Feb 2004 13:12:53
 |
trevor  |
Use PLIST_FILES (bento-tested, marcus-reviewed). |
1.2 07 Mar 2003 06:36:20
 |
ade  |
Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.
E Nomini Patri, E Fili, E Spiritu Sancti. |
23 Sep 2001 20:50:43
    |
dwcjr  |
Remove ftp.freesoftware.com from MASTER_SITES of ports since it no longer
exists. |
05 Feb 2001 16:18:54
    |
olgeni  |
Style fixes for ports/x11. |
08 Oct 2000 07:56:00
    |
asami  |
Convert category x11 to new layout. |
30 May 2000 00:42:00
    |
steve  |
Update MASTER_SITES. |