Port details |
- pngnq Tool for quantizing PNG images in RGBA format
- 1.1_4 graphics =3 1.1_4Version of this port present on the latest quarterly branch.
- Maintainer: stb@lassitu.de
- Port Added: 2009-05-10 22:37:22
- Last Update: 2024-02-24 09:48:18
- Commit Hash: b5bc3f7
- People watching this port, also watch:: autoconf, ta-lib, weberp, prestashop, irrlicht
- License: BSD3CLAUSE
- WWW:
- https://pngnq.sourceforge.net/
- Description:
- Pngnq is a tool for quantizing PNG images in RGBA format.
Pngnq is an adaptation by Stuart Coyle of Greg Roelf's pnqquant using
Anthony Dekker's neuquant algorithm.
The neuquant algorithm uses a neural network to optimise the color map
selection. This is fast and quite accurate, giving good results on many
types of images.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- To install the port:
- cd /usr/ports/graphics/pngnq/ && make install clean
- To add the package, run one of these commands:
- pkg install graphics/pngnq
- pkg install pngnq
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: pngnq
- Flavors: there is no flavor information for this port.
- distinfo:
- SHA256 (pngnq-1.1.tar.gz) = c147fe0a94b32d323ef60be9fdcc9b683d1a82cd7513786229ef294310b5b6e2
SIZE (pngnq-1.1.tar.gz) = 117372
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:
-
- pkgconf>=1.3.0_1 : devel/pkgconf
- Library dependencies:
-
- libpng.so : graphics/png
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for pngnq-1.1_4:
DOCS=on: Build and/or install documentation
===> Use 'make config' to modify these settings
- Options name:
- graphics_pngnq
- USES:
- pkgconfig
- 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.1_4 24 Feb 2024 09:48:18 |
Muhammad Moinur Rahman (bofh) |
graphics/pngnq: Moved man to share/man
Approved by: portmgr (blanket) |
1.1_3 06 Nov 2023 10:03:47 |
Rodrigo Osorio (rodrigo) |
*/*: Update WWW to use HTTPS for sourceforge.net projects
Homepage link is permanent redirected to its HTTPS counterpart
Issue reported by repology : https://repology.org/repository/freebsd/problems
Approved by: portmgr (blanket)
PR: 274888 |
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.1_3 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.1_3 20 Jul 2022 14:22:04 |
Tobias C. Berner (tcberner) |
graphics: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* "Waitman Gobble" <uzimac@da3m0n8t3r.com>
* Aaron Dalton <aaron@FreeBSD.org>
* Abel Chow <ozsanh45vds001@sneakemail.com>
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org>
* Ade Lovett <ade@lovett.com>
* Akinori MUSHA aka knu <knu@idaemons.org>
* Aldis Berjoza <aldis@bsdroot.lv>
* Alex Hayward <xelah@xelah.com>
* Alex Ivasyuv <siegerstein@pochta.ru>
* Alex Samorukov <samm@os2.kiev.ua> (Only the first 15 lines of the commit message are shown above ) |
1.1_3 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
1.1_3 01 Apr 2016 14:00:57 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight |
1.1_3 25 Dec 2014 20:54:43 |
bapt |
Bump portrevision after png update |
1.1_2 25 Dec 2014 19:04:27 |
antoine |
Change libpng15.so to libpng.so in LIB_DEPENDS to prepare the upgrade |
1.1_2 04 Jul 2014 00:09:47 |
adamw |
Remove NOPORTDOCS and NOPORTEXAMPLES. |
1.1_2 13 Jun 2014 07:36:28 |
olgeni |
Remove indefinite articles and trailing periods from COMMENT, plus
minor COMMENT typos and surrounding whitespace fixes. Categories G-I.
CR: D201
Approved by: portmgr (bapt) |
1.1_2 11 Jun 2014 14:50:00 |
tijl |
Support LIBS like LDFLAGS.
- Add LIBS="${LIBS}" to MAKE_ENV and CONFIGURE_ENV.
- Add an option helper for LIBS.
- Adjust all ports that already use LIBS. Also remove references to
PTHREAD_CFLAGS and PTHREAD_LIBS while here.
- Some ports did not support having a LIBS environment variable and
required additional patches.
Somewhat simplified a linker command line looks like:
${CC} ${src_LDFLAGS} ${LDFLAGS} ${src_LIBS} ${LIBS}
where src_LDFLAGS and src_LIBS are controlled by upstream and LDFLAGS and
LIBS can be controlled by us. If possible -L and -l flags need to be (Only the first 15 lines of the commit message are shown above ) |
1.1_2 03 Jun 2014 21:58:43 |
tdb |
- Stage support
- Use new LIB_DEPENDS format
PR: 190375
Submitted by: Stefan Bethke <stb@lassitu.de> (maintainer) |
1.1_1 20 Sep 2013 18:35:46 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
graphics) |
1.1_1 01 Sep 2013 22:50:06 |
bapt |
Eradicate USE_GNOME=pkgconfig from graphics
While here:
- trim headers
- convert:
* USE_GNOME=gnomehack -> USES=pathfix
* USE_GMAKE=yes -> USES=gmake
* USE_PERL5 -> USES=perl5 |
1.1_1 01 Jun 2012 05:26:28 |
dinoex |
- update png to 1.5.10 |
1.1 23 Sep 2011 22:26:39 |
amdmi3 |
- Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead
PR: 157936
Submitted by: myself
Exp-runs by: pav
Approved by: pav |
1.1 03 Jul 2011 13:21:38 |
swills |
- Update to 1.1
PR: ports/158607
Submitted by: Stefan Bethke <stb@lassitu.de> (maintainer) |
1.0 20 Apr 2011 20:02:25 |
beech |
- Update to 1.0
PR: ports/156417
Submitted by: Anton Yuzhaninov (citrin@citrin.ru)
Approved by: (stb@lassitu.de)(maintainer)
itetcu (mentor)(implicit) |
0.5_2 29 Mar 2010 13:38:27 |
dinoex |
- fix build for png-1.4.1 |
0.5_2 28 Mar 2010 06:47:48 |
dinoex |
- update to 1.4.1
Reviewed by: exp8 run on pointyhat
Supported by: miwi |
0.5_1 20 May 2009 18:31:44 |
amdmi3 |
- Fix build
PR: 134758
Submitted by: Stefan Bethke <stb@lassitu.de> (maintainer) |
0.5 10 May 2009 22:37:04 |
miwi |
Pngnq is a tool for quantizing PNG images in RGBA format.
Pngnq is an adaptation by Stuart Coyle of Greg Roelf's pnqquant using
Anthony Dekker's neuquant algorithm.
The neuquant algorithm uses a neural network to optimise the color map
selection. This is fast and quite accurate, giving good results on many
types of images.
WWW: http://pngnq.sourceforge.net/
PR: ports/134420
Submitted by: stb at lassitu.de |