Port details |
- pngwriter C++ library for creating PNG images
- 0.7.0_2 graphics =4 0.7.0_2Version of this port present on the latest quarterly branch.
- Maintainer: rakuco@FreeBSD.org
- Port Added: 2003-11-07 09:51:43
- Last Update: 2023-11-06 10:03:47
- Commit Hash: 06df180
- People watching this port, also watch:: unzip, gcal, openssl, pngrewrite, star
- Also Listed In: devel
- License: GPLv2+
- WWW:
- https://pngwriter.sourceforge.net/
- Description:
- The PNGwriter library, which requires libpng, allows you to plot to a 48-bit
PNG file, saving it directly to disk. Plotting is as easy as specifying the
red, green, and blue values and the x, y coordinates of the pixel. It includes
functions for plotting simple geometric shapes (circle, rect, line), reading
the colour of a pixel, reading in a whole PNG file (great for image analysis),
plotting and reading in HSV colourspace, and many others that might come in
handy.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- pngwriter>0:graphics/pngwriter
- To install the port:
- cd /usr/ports/graphics/pngwriter/ && make install clean
- To add the package, run one of these commands:
- pkg install graphics/pngwriter
- pkg install pngwriter
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: pngwriter
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1517567846
SHA256 (pngwriter-pngwriter-0.7.0_GH0.tar.gz) = 82d46eef109f434f95eba9cf5908710ae4e75f575fd3858178ad06e800152825
SIZE (pngwriter-pngwriter-0.7.0_GH0.tar.gz) = 570525
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:
-
- cmake : devel/cmake-core
- ninja : devel/ninja
- Library dependencies:
-
- libpng.so : graphics/png
- libfreetype.so : print/freetype2
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for pngwriter-0.7.0_2:
DOCS=on: Build and/or install documentation
===> Use 'make config' to modify these settings
- Options name:
- graphics_pngwriter
- USES:
- cmake compiler:c++11-lang cpe
- 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 |
0.7.0_2 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) |
0.7.0_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 ) |
0.7.0_2 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 ) |
0.7.0_2 20 Oct 2021 16:13:13 |
Stefan Eßer (se) |
graphics/pngwriter: Add CPE information
Approved by: portmgr (blanket) |
0.7.0_2 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
0.7.0_2 26 Jul 2019 20:46:57 |
gerald |
Bump PORTREVISION for ports depending on the canonical version of GCC
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3
to GCC 9.1 under most circumstances now after revision 507371.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, everything INDEX-11 shows with a dependency on lang/gcc9 now.
PR: 238330 |
0.7.0_1 25 Dec 2018 20:25:40 |
tcberner |
Change cmake default behaviour to outsource.
Ports that build out of source now simply can use "USES=cmake"
instead of "USES=cmake:outsource". Ports that fail to build
out of source now need to specify "USES=cmake:insource".
I tried to only set insource where explictely needed.
PR: 232038
Exp-run by: antoine |
0.7.0_1 12 Dec 2018 01:35:36 |
gerald |
Bump PORTREVISION for ports depending on the canonical version of GCC
defined via Mk/bsd.default-versions.mk which has moved from GCC 7.4 t
GCC 8.2 under most circumstances.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, as a double check, everything INDEX-11 showed depending on lang/gcc7.
PR: 231590 |
0.7.0 24 Nov 2018 09:04:17 |
linimon |
Add compiler:c++11-lang to USES to unbreak on gcc-based archs.
Approved by: portmgr (tier-2 blanket) |
0.7.0 03 Feb 2018 14:43:41 |
rakuco |
Update to 0.7.0.
Add a DOCS option to conditionally install some documentation. |
0.6.0 27 Jul 2017 13:57:31 |
mat |
Regular USE_GITHUB cleanup.
Sponsored by: Absolight |
0.6.0 22 May 2017 16:04:19 |
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)
Reported by: swills |
0.6.0 06 May 2017 14:49:12 |
rakuco |
Update to 0.6.0.
Also adjust LICENSE to what it actually is. |
0.5.5 01 Apr 2016 14:00:57 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight |
0.5.5 07 Sep 2015 12:23:09 |
rakuco |
Update to 0.5.5.
This is mostly a bug fix release. Change log:
https://github.com/pngwriter/pngwriter/blob/283c34deaf775d0a03426fe082de1681c16d136f/CHANGELOG.md
Thankfully the port now has a CMake-based build system, so we can drop a lot
of hand-made build and installation code from the Makefile. |
0.5.4_5 25 Dec 2014 20:54:43 |
bapt |
Bump portrevision after png update |
0.5.4_4 25 Dec 2014 00:13:17 |
antoine |
Properly support png 1.5 |
0.5.4_4 20 Dec 2014 18:58:14 |
bapt |
cleanup plist |
0.5.4_4 28 Apr 2014 21:31:32 |
nemysis |
These ports are no longer used or cared for.
comms/spandsp-devel
- Bump PORTREVISION for MAINTAINER change
- Reset maintainer to ports@
- Strip library
- Fix typo
deskutils/kupfer
- Bump PORTREVISION for MAINTAINER change
- Reset maintainer to ports@
- Change install, cosmetical changes
(Only the first 15 lines of the commit message are shown above ) |
0.5.4_3 16 Apr 2014 18:28:50 |
zeising |
The FreeBSD x11@ and graphics team proudly presents
a zeising, kwm production, with help from dumbbell, bdrewery:
NEW XORG ON FREEBSD 9-STABLE AND 10-STABLE
This update switches over to use the new xorg stack by default on FreeBSD 9
and 10 stable, on osversions where vt(9) is available.
It is still possible to use the old stack by specifying WITHOUT_NEW_XORG in
/etc/make.conf .
FreeBSD 8-STABLE and released versions of FreeBSD still use
the old version.
A package repository with binary packages for new xorg will
be available soon.
This patch also contains updates of libxcb and related ports, pixman, as well (Only the first 15 lines of the commit message are shown above ) |
0.5.4_2 13 Feb 2014 13:13:49 |
nemysis |
- Don't silence warnings
PR: ports/186713
Submitted by: amdmi3@ |
0.5.4_2 17 Jan 2014 00:33:47 |
nemysis |
- Use the new format for LIB_DEPENDS
- Disable all warnings with -w
- Support STAGEDIR
- Add DOCS and EXAMPLES Options
- Recreate patches with make makepatch |
0.5.4_2 18 Dec 2013 10:20:49 |
nemysis |
- Change maintainer email of my ports to @FreeBSD.org
Approved by: pawel / wg (mentors, implicit) |
0.5.4_2 20 Sep 2013 18:35:46 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
graphics) |
0.5.4_2 23 Apr 2013 10:47:03 |
bapt |
Convert g* to USES=pkgconfig |
0.5.4_2 24 Nov 2012 20:50:04 |
wxs |
Convert to new options.
Fix comment and cleanup dependencies.
Assign maintainer to submitter.
PR: ports/173588
Submitted by: nemysis <nemysis@gmx.ch>
Feature safe: yes |
0.5.4_2 26 Jul 2012 05:40:24 |
bapt |
new devel/pkgconf added to replace devel/pkg-config. new version of pkg-config
are no more self hosting so we are stuck with 0.25 version while pkgconf provide
the same set of features as 0.27 and a compatible frontend. A symlink to
pkg-config has been added for convenience and compatibility
This also introduces a new macro to use pkgconf in your ports:
USE_PKGCONFIG
it can take the following arguments:
- yes (meaning build only dep)
- build (meaning build only dep)
- run (meaning run only dep)
- both (meaning run and build dep)
From now USE_GNOME= pkgconfig is deprecated in favour of USE_PKGCONFIG
The old gnome macro has been modified to use pkgconf but still the sameway: run
and build dep to avoid large breakage.
While here fix some ports relying on pkg-config but not specifying it, fix some
ports broken because testing wrong .pc files, and fix ports using pkg-config
--version to determine pkg-config version instead of
pkg-config --modversion pkg-config like recommanded by pkg-config
With Hat: portmgr
Exp-runs by: bapt (pointhat-west), beat (pointyhat) |
0.5.4_2 22 Jul 2012 23:24:00 |
dougb |
For the ports that are maintained by ports@ that have pkgconfig as their
only USE_GNOME feature, convert to a BUILD_DEPENDS. This avoids both the
bug of the bogus run depend introduced by bsd.gnome.mk, and also avoids
needlessly pulling that file in. |
0.5.4_2 01 Jun 2012 05:26:28 |
dinoex |
- update png to 1.5.10 |
0.5.4_1 03 Jul 2011 14:12:23 |
ohauer |
-remove MD5 |
0.5.4_1 29 Mar 2010 13:55:02 |
dinoex |
- fix build for png-1.4.1 |
0.5.4_1 28 Mar 2010 06:47:48 |
dinoex |
- update to 1.4.1
Reviewed by: exp8 run on pointyhat
Supported by: miwi |
0.5.4 22 Aug 2009 00:23:13 |
amdmi3 |
- Switch SourceForge ports to the new File Release System: categories starting
with G |
0.5.4 19 Feb 2009 19:59:21 |
miwi |
- Update to 0.5.4
PR: 131821
Submitted by: Ports fury |
0.5.3 26 Nov 2005 01:48:16 |
pav |
- Add SHA256 |
0.5.3 28 Jan 2005 07:37:04 |
krion |
Update to version 0.5.3
PR: ports/76766
Submitted by: Ports Fury |
0.5.2 12 Jan 2005 19:15:59 |
krion |
Update to version 0.5.2
PR: ports/76162
Submitted by: Ports Fury |
0.5.1 08 Jan 2005 16:23:15 |
krion |
Update to version 0.5.1
PR: ports/75951
Submitted by: Ports Fury |
0.5.0 25 Oct 2004 05:15:37 |
clsung |
- update to 0.5.0
PR: ports/73079
Submitted by: KATO Tsuguru <tkato432 AT yahoo dot com>
Approved by: co-mentor (vanilla) |
0.4.8 12 Oct 2004 12:53:23 |
krion |
Update to version 0.4.8
PR: ports/72529
Submitted by: Ports Fury |
0.4.4 13 Aug 2004 15:43:16 |
krion |
Update to version 0.4.4
PR: ports/70409
Submitted by: Ports Fury |
0.4.0 27 Jun 2004 18:11:14 |
krion |
Update to version 0.4.0
PR: ports/68385
Submitted by: Ports Fury |
0.3.7 29 Jan 2004 07:24:56 |
trevor |
SIZEify. |
0.3.7 07 Nov 2003 09:31:04 |
ijliao |
add pngwriter 0.3.7
A C++ library for creating PNG images |