Port details |
- cptutils Convert and manipulate colour gradients
- 1.83 graphics =2 1.82Version of this port present on the latest quarterly branch.
- Maintainer: amdmi3@FreeBSD.org
- Port Added: 2017-02-23 13:51:54
- Last Update: 2025-01-15 08:30:42
- Commit Hash: 0ce2256
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- License: GPLv2
- WWW:
- https://jjg.gitlab.io/en/code/cptutils/
- Description:
- A collection of tools for manipulating colour gradients, in particular
for converting between different formats.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- cptutils>0:graphics/cptutils
- To install the port:
- cd /usr/ports/graphics/cptutils/ && make install clean
- To add the package, run one of these commands:
- pkg install graphics/cptutils
- pkg install cptutils
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: cptutils
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1736871866
SHA256 (cptutils-1.83.tar.gz) = 93dc0ad5e09cc34e4883d663ffa290fc28ac8a99206e9cae36b3c2de777ae3c2
SIZE (cptutils-1.83.tar.gz) = 658875
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:
-
- gengetopt : devel/gengetopt
- gperf : devel/gperf
- docbook-xsl>0 : textproc/docbook-xsl
- bison : devel/bison
- gmake>=4.4.1 : devel/gmake
- python3.11 : lang/python311
- autoconf>=2.72 : devel/autoconf
- automake>=1.17 : devel/automake
- Test dependencies:
-
- python3.11 : lang/python311
- Runtime dependencies:
-
- python3.11 : lang/python311
- Library dependencies:
-
- libjansson.so : devel/jansson
- libpng.so : graphics/png
- libxml2.so : textproc/libxml2
- libxslt.so : textproc/libxslt
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for cptutils-1.83:
DOCS=on: Build and/or install documentation
TEST=off: Build and/or run tests
===> Use 'make config' to modify these settings
- Options name:
- graphics_cptutils
- USES:
- autoreconf bison gmake gnome iconv localbase python shebangfix
- 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.83 15 Jan 2025 08:30:42 |
Dmitry Marakasov (amdmi3) |
graphics/cptutils: update 1.82 → 1.83 |
1.82 15 Jan 2025 08:30:41 |
Dmitry Marakasov (amdmi3) |
graphics/cptutils: update WWW and MASTER_SITES
PR: 283908
Reported by: diizzy |
1.82 10 Jul 2024 14:17:13 |
Dmitry Marakasov (amdmi3) |
graphics/cptutils: update 1.81 → 1.82
- Test fixes were upstreamed |
1.81 05 Apr 2024 16:47:39 |
Dmitry Marakasov (amdmi3) |
graphics/cptutils: update 1.77 → 1.81 |
1.77_1 09 Mar 2024 12:58:22 |
Nuno Teixeira (eduardo) |
graphics/cptutils: Move man pages to share/man
Approved by: portmgr (blanket) |
1.77 01 Oct 2023 09:39:17 |
Piotr Kubaj (pkubaj) |
graphics/cptutils: fix build on big-endian architectures
grd3-write.c:66:12: error: use of undeclared identifier 'uint16_t'
u[i] = htobe16(grd3->ver[i]);
^ |
1.77 25 Sep 2023 19:39:39 |
Dmitry Marakasov (amdmi3) |
graphics/cptutils: update 1.76 → 1.77 |
1.76 27 Jun 2023 19:34:34 |
Rene Ladan (rene) |
all: remove explicit versions in USES=python for "3.x+"
The logic in USES=python will automatically convert this to 3.8+ by
itself.
Adjust two ports that only had Python 3.7 mentioned but build fine
on Python 3.8 too.
finance/quickfix: mark BROKEN with PYTHON
libtool: compile: c++ -DHAVE_CONFIG_H -I. -I../.. -I -I. -I.. -I../.. -I../C++
-DLIBICONV_PLUG -DPYTHON_MAJOR_VERSION=3 -Wno-unused-variable
-Wno-maybe-uninitialized -O2 -pipe -DLIBICONV_PLUG -fstack-protector-strong
-fno-strict-aliasing -DLIBICONV_PLUG -Wall -ansi
-Wno-unused-command-line-argument -Wpointer-arith -Wwrite-strings
-Wno-overloaded-virtual -Wno-deprecated-declarations -Wno-deprecated -std=c++0x
-MT _quickfix_la-QuickfixPython.lo -MD -MP -MF
.deps/_quickfix_la-QuickfixPython.Tpo -c QuickfixPython.cpp -fPIC -DPIC -o
.libs/_quickfix_la-QuickfixPython.o
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean
'-Wno-uninitialized'? [-Wunknown-warning-option]
QuickfixPython.cpp:175:11: fatal error: 'Python.h' file not found
^~~~~~~~~~
1 warning and 1 error generated.
Reviewed by: portmgr, vishwin, yuri
Differential Revision: <https://reviews.freebsd.org/D40568> |
1.76 05 Apr 2023 18:48:44 |
Dmitry Marakasov (amdmi3) |
graphics/cptutils: update 1.75 → 1.76 |
1.75 24 Mar 2023 21:34:11 |
Dmitry Marakasov (amdmi3) |
graphics/cptutils: update 1.74 → 1.75 |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
1.74_2 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
1.74_2 10 Apr 2022 19:11:41 |
Charlie Li (vishwin) |
textproc/libxml2: bump all LIB_DEPENDS consumers
This is a separate commit to facilitate easier cherry-picking for
quarterly.
PR: 262853, 262940, 262877, 263126
Approved by: fluffy (mentor) |
1.74_1 26 Mar 2022 08:27:27 |
Matthias Fechner (mfechner) |
textproc/libxml2: bump all dependencies
This should make sure that all dependent ports will pick
up the new version commited with a13ec21cd733f67a9fc0dc00ab45268bdc236246 |
1.74 07 Apr 2021 23:19:01 |
Dmitry Marakasov (amdmi3) |
Remove useless Created by: headers mentioning me |
1.74 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
1.74 28 Jan 2021 12:15:42 |
amdmi3 |
- Update to 1.74 |
1.73 13 Jan 2021 22:37:30 |
amdmi3 |
- Update to 1.73 |
1.72 06 Jan 2020 21:33:17 |
amdmi3 |
Resurrect graphics/cptutils
Pointyhat to: |
1.72 31 Dec 2019 17:00:29 |
rene |
Remove expired ports:
2019-12-31 accessibility/linux-c6-atk: Superseded by CentOS 7
2019-12-31 audio/exaile-devel: this port is older than audio/exaile
2019-12-31 audio/linux-c6-alsa-lib: Superseded by CentOS 7
2019-12-31 audio/linux-c6-alsa-plugins-oss: Superseded by CentOS 7
2019-12-31 audio/linux-c6-alsa-plugins-pulseaudio: Superseded by CentOS 7
2019-12-31 audio/linux-c6-alsa-utils: Superseded by CentOS 7
2019-12-31 audio/linux-c6-flac: Superseded by CentOS 7
2019-12-31 audio/linux-c6-libaudiofile: Superseded by CentOS 7
2019-12-31 audio/linux-c6-libogg: Superseded by CentOS 7
2019-12-31 audio/linux-c6-libsndfile: Superseded by CentOS 7
2019-12-31 audio/linux-c6-libvorbis: Superseded by CentOS 7
2019-12-31 audio/linux-c6-mikmod: Superseded by CentOS 7
2019-12-31 audio/linux-c6-nas-libs: Superseded by CentOS 7 (Only the first 15 lines of the commit message are shown above ) |
1.72 24 Nov 2019 11:45:25 |
rene |
grapics/cptutils: mark for removal on 2019-12-31 as it depends on textproc/xml2 |
1.72 19 Aug 2019 19:55:00 |
amdmi3 |
- Update to 1.72 |
1.71 07 Jun 2019 16:36:54 |
amdmi3 |
- Update to 1.71 |
1.70 03 Jun 2019 14:52:51 |
amdmi3 |
- Update to 1.70 |
1.69 06 Jun 2018 17:26:32 |
amdmi3 |
- Update to 1.69
- Remove BROKEN_powerpc64: assuming fixed as mentioned #pragmas were moved
outside the function |
1.68 13 May 2017 23:21:37 |
linimon |
Mark some ports failing on power64. In cases where the error message
was a stub, provide a real one.
While here, pet portlint.
Approved by: portmgr (tier-2 blanket) |
1.68 23 Feb 2017 13:51:47 |
amdmi3 |
A collection of tools for manipulating colour gradients, in particular
for converting between different formats.
WWW: http://soliton.vm.bytemark.co.uk/pub/jjg/en/code/cptutils/ |