869c FreshPorts -- graphics/pngwriter
FreshPorts -- The Place For Ports If you buy from Amazon USA, please support us by using this link.
Follow us
Blog
Twitter

Port details
pngwriter 0.5.4_2 graphics on this many watch lists=2 search for ports that depend on this port
C++ library for creating PNG images
Maintained by: nemysis@gmx.ch search for ports maintained by this maintainer
Port Added: 07 Nov 2003 09:51:43
Also Listed In: devel
License: not specified in port


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.

WWW: http://pngwriter.sourceforge.net/
SVNWeb : Main Web Site : Distfiles Availability : PortsMon

NOTE: FreshPorts displays only required dependencies information. Optional dependencies are not covered.

Required To Build:
  1. devel/pkgconf
Required Libraries:
  1. graphics/png
  2. print/freetype2
There are no ports dependent upon this port

To install the port: cd /usr/ports/graphics/pngwriter/ && make install clean
To add the package: pkg_add -r pngwriter


Configuration Options
     No options to configure

Master Sites:
  1. ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/
  2. http://aarnet.dl.sourceforge.net/project/pngwriter/pngwriter/pngwriter-0.5.4/
  3. http://freefr.dl.sourceforge.net/project/pngwriter/pngwriter/pngwriter-0.5.4/
  4. http://garr.dl.sourceforge.net/project/pngwriter/pngwriter/pngwriter-0.5.4/
  5. http://heanet.dl.sourceforge.net/project/pngwriter/pngwriter/pngwriter-0.5.4/
  6. http://hivelocity.dl.sourceforge.net/project/pngwriter/pngwriter/pngwriter-0.5.4/
  7. http://ignum.dl.sourceforge.net/project/pngwriter/pngwriter/pngwriter-0.5.4/
  8. http://internode.dl.sourceforge.net/project/pngwriter/pngwriter/pngwriter-0.5.4/
  9. http://iweb.dl.sourceforge.net/project/pngwriter/pngwriter/pngwriter-0.5.4/
  10. http://jaist.dl.sourceforge.net/project/pngwriter/pngwriter/pngwriter-0.5.4/
  11. http://nchc.dl.sourceforge.net/project/pngwriter/pngwriter/pngwriter-0.5.4/
  12. http://ncu.dl.sourceforge.net/project/pngwriter/pngwriter/pngwriter-0.5.4/
  13. http://netcologne.dl.sourceforge.net/project/pngwriter/pngwriter/pngwriter-0.5.4/
  14. http://osdn.dl.sourceforge.net/project/pngwriter/pngwriter/pngwriter-0.5.4/
  15. http://space.dl.sourceforge.net/project/pngwriter/pngwriter/pngwriter-0.5.4/
  16. http://sunet.dl.sourceforge.net/project/pngwriter/pngwriter/pngwriter-0.5.4/
  17. http://superb-dca3.dl.sourceforge.net/project/pngwriter/pngwriter/pngwriter-0.5.4/
  18. http://switch.dl.sourceforge.net/project/pngwriter/pngwriter/pngwriter-0.5.4/
  19. http://tenet.dl.sourceforge.net/project/pngwriter/pngwriter/pngwriter-0.5.4/
  20. http://ufpr.dl.sourceforge.net/project/pngwriter/pngwriter/pngwriter-0.5.4/
  21. http://waix.dl.sourceforge.net/project/pngwriter/pngwriter/pngwriter-0.5.4/

Number of commits found: 20

Commit History - (may be incomplete: see SVNWeb link above for full details)
DateByDescription
23 Apr 2013 10:47:03
Refresh Original commit files touched by this commit
  Sanity Test Failure
bapt search for other commits by this committer
Convert g* to USES=pkgconfig
24 Nov 2012 20:50:04
Original commit files touched by this commit  0.5.4_2
wxs search for other commits by this committer
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
26 Jul 2012 05:40:24
Original commit files touched by this commit  0.5.4_2
bapt search for other commits by this committer
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)
22 Jul 2012 23:24:00
Original commit files touched by this commit  0.5.4_2
dougb search for other commits by this committer
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.
01 Jun 2012 05:26:28
Original commit files touched by this commit  0.5.4_2
dinoex search for other commits by this committer
- update png to 1.5.10
03 Jul 2011 14:12:23
Original commit files touched by this commit  0.5.4_1
ohauer search for other commits by this committer
-remove MD5
29 Mar 2010 13:55:02
Original commit files touched by this commit  0.5.4_1
dinoex search for other commits by this committer
- fix build for png-1.4.1
28 Mar 2010 06:47:48
Original commit files touched by this commit  0.5.4_1
dinoex search for other commits by this committer
- update to 1.4.1
Reviewed by:    exp8 run on pointyhat
Supported by:   miwi
22 Aug 2009 00:23:13
Original commit files touched by this commit  0.5.4
  Sanity Test Failure
amdmi3 search for other commits by this committer
- Switch SourceForge ports to the new File Release System: categories starting
with G
19 Feb 2009 19:59:21
Original commit files touched by this commit  0.5.4
miwi search for other commits by this committer
- Update to 0.5.4

PR:             131821
Submitted by:   Ports fury
26 Nov 2005 01:48:16
Original commit files touched by this commit  0.5.3
pav search for other commits by this committer
- Add SHA256
28 Jan 2005 07:37:04
Original commit files touched by this commit  0.5.3
krion search for other commits by this committer
Update to version 0.5.3

PR:             ports/76766
Submitted by:   Ports Fury
12 Jan 2005 19:15:59
Original commit files touched by this commit  0.5.2
krion search for other commits by this committer
Update to version 0.5.2

PR:             ports/76162
Submitted by:   Ports Fury
08 Jan 2005 16:23:15
Original commit files touched by this commit  0.5.1
krion search for other commits by this committer
Update to version 0.5.1

PR:             ports/75951
Submitted by:   Ports Fury
25 Oct 2004 05:15:37
Original commit files touched by this commit  0.5.0
clsung search for other commits by this committer
- update to 0.5.0

PR:             ports/73079
Submitted by:   KATO Tsuguru <tkato432 AT yahoo dot com>
Approved by:    co-mentor (vanilla)
12 Oct 2004 12:53:23
Original commit files touched by this commit  0.4.8
krion search for other commits by this committer
Update to version 0.4.8

PR:             ports/72529
Submitted by:   Ports Fury
13 Aug 2004 15:43:16
Original commit files touched by this commit  0.4.4
krion search for other commits by this committer
Update to version 0.4.4

PR:             ports/70409
Submitted by:   Ports Fury
27 Jun 2004 18:11:14
Original commit files touched by this commit  0.4.0
krion search for other commits by this committer
Update to version 0.4.0

PR:             ports/68385
Submitted by:   Ports Fury
29 Jan 2004 07:24:56
Original commit files touched by this commit  0.3.7
trevor search for other commits by this committer
SIZEify.
07 Nov 2003 09:31:04
Original commit files touched by this commit  0.3.7
ijliao search for other commits by this committer
add pngwriter 0.3.7
A C++ library for creating PNG images

Number of commits found: 20

2868
Login
User Login
Create account

Servers and bandwidth provided by
New York Internet, SuperNews, and RootBSD

Search
Enter Keywords:
 
more...

Latest Vulnerabilities
otrsMay 23
otrsMay 23
otrsMay 23
otrsMay 23
chromiumMay 22
chromiumMay 22
firefox*May 21
firefox-devel*May 21
firefox-esr*May 21
firefox10*May 21
firefox15*May 21
firefox3*May 21
firefox3-devel*May 21
firefox35*May 21
firefox36*May 21

8 vulnerabilities affecting 24 ports have been reported in the past 14 days

* - modified, not new

All vulnerabilities


Ports
Home
Categories
Deleted ports
Sanity Test Failures
Newsfeeds


Statistics
Graphs
NEW Graphs (Javascript)
Traffic

Calculated hourly:
Port count 24539
Broken 216
Deprecated 487
Ignore 634
Forbidden 2
Restricted 292
No CDROM 109
Vulnerable 25
Expired 123
Set to expire 525
Interactive 33
new 24 hours 8
new 48 hours11
new 7 days36
new fortnight58
new month222

This site
What is FreshPorts?
About the Authors
FAQ
How big is it?
The latest upgrade!
Privacy
Forums
Blog
Contact
8e7

Servers and bandwidth provided by
New York Internet, SuperNews, and RootBSD
Valid HTML, CSS, and RSS.
Copyright © 2000-2013 DVL Software Limited. All rights reserved.
0