FreshPorts -- The Place For Ports notbug Sat, 11 Feb 2012 5:30 AM GMT
Port details
tkpng 0.9_1 graphics on this many watch lists=1 search for ports that depend on this port
PNG support for Tcl/Tk

There is no maintainer for this port.
Any concerns regarding this port should be directed to the FreeBSD Ports mailing list via ports@FreeBSD.org search for ports maintained by this maintainer
Port Added: 08 Oct 2006 11:19:32
Also Listed In: tk
License: BSD
This port implements support for loading and using PNG images with
Tcl/Tk.  Although other extensions such as Img also add support for PNG
images, I wanted something that was lightweight, did not depend on libpng,
and which would be suitable for inclusion in the Tk core, as Tk does not
currently support any image formats natively that take advantage of its
internal support for alpha blending, and alpha antialiasing and drop shadows
really go a long way toward beautifying Tk applications.

At this time, the package supports reading images from files or binary
data.  Base64 decoding is supported as of version 0.6.  Exporting images
to PNG format is not supported yet.

The package supports the full range of color types, channels and bit
depths from 1 bit black & white to 16 bit per channel full color
with alpha (64 bit RGBA) and interlacing.  Ancillary "chunks" such
as gamma, color profile, and text fields are ignored, although they
are checked at a minimum for correct CRC.

Author: Michael Kirkham <mikek@muonics.com>
WWW: http://www.muonics.com/FreeStuff/TkPNG/
CVSWeb : Sources : Main Web Site : Distfiles Availability : PortsMon
NOTE: FreshPorts displays only required dependencies information. Optional dependencies are not covered.
Required Libraries: x11-toolkits/tk85
There are no ports dependent upon this port

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


Configuration Options
     No options to configure

Master Sites:
http://heanet.dl.sourceforge.net/project/tkpng/tkpng/0.9/
http://sunet.dl.sourceforge.net/project/tkpng/tkpng/0.9/
http://iweb.dl.sourceforge.net/project/tkpng/tkpng/0.9/
http://switch.dl.sourceforge.net/project/tkpng/tkpng/0.9/
http://surfnet.dl.sourceforge.net/project/tkpng/tkpng/0.9/
http://kent.dl.sourceforge.net/project/tkpng/tkpng/0.9/
http://freefr.dl.sourceforge.net/project/tkpng/tkpng/0.9/
http://voxel.dl.sourceforge.net/project/tkpng/tkpng/0.9/
http://jaist.dl.sourceforge.net/project/tkpng/tkpng/0.9/
http://osdn.dl.sourceforge.net/project/tkpng/tkpng/0.9/
http://nchc.dl.sourceforge.net/project/tkpng/tkpng/0.9/
http://ncu.dl.sourceforge.net/project/tkpng/tkpng/0.9/
http://transact.dl.sourceforge.net/project/tkpng/tkpng/0.9/
http://softlayer.dl.sourceforge.net/project/tkpng/tkpng/0.9/
http://internode.dl.sourceforge.net/project/tkpng/tkpng/0.9/
http://ufpr.dl.sourceforge.net/project/tkpng/tkpng/0.9/
http://waix.dl.sourceforge.net/project/tkpng/tkpng/0.9/
ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/

Number of commits found: 14

Commit History - (may be incomplete: see CVSWeb link above for full details)
DateByDescription
24 Oct 2011 09:11:38
Original commit files touched by this commit  0.9_1
dougb search for other commits by this committer
The vast majority of pkg-descr files had the following format when they
had both lines:

Author: ...
WWW: ....

So standardize on that, and move them to the end of the file when necessary.

Also fix some more whitespace, and remove more "signature tags" of varying
forms, like -- name, etc.

s/AUTHOR/Author/

A few other various formatting issues
23 Sep 2011 22:26:39
Original commit files touched by this commit  0.9_1
amdmi3 search for other commits by this committer
- 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
09 Aug 2011 15:41:30
Original commit files touched by this commit  0.9_1
mm search for other commits by this committer
Transfer maintainer back to ports@FreeBSD.org

Approved by:    maintainer (myself)
23 Mar 2011 11:37:49
Original commit files touched by this commit  0.9_1
mm search for other commits by this committer
- Add LICENSE information
- Make portlint happier
23 Feb 2009 14:46:38
Original commit files touched by this commit  0.9
mm search for other commits by this committer
- Change default Tcl/Tk version to 8.5
- Bump PORTVERSION of ports affected

Tested by:      pointyhat (pav)
14 Feb 2009 21:19:42
Original commit files touched by this commit  0.9
mm search for other commits by this committer
- Update to 0.9
- Add support for tcl84, tcl85 and tcl86
- Take maintainership
07 Sep 2008 00:19:05
Original commit files touched by this commit  0.7_1
linimon search for other commits by this committer
Reset infofarmer due to maintainer-timeouts and no response to email.

Hat:    portmgr
19 Apr 2008 17:56:05
Original commit files touched by this commit  0.7_1
  Sanity Test Failure
miwi search for other commits by this committer
- Remove unneeded dependency from gtk12/gtk20 [1]
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+

Thanks to all Helpers:
        Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
        ehaupt, nox, itetcu, flz, pav

PR:             116263
Tested on:      pointyhat
Approved by:    portmgr (pav)
09 Apr 2008 13:42:26
Original commit files touched by this commit  0.7_1
pav search for other commits by this committer
- Move from versioned tcl/tk CATEGORIES to simple tcl and tk categories

With hat:       portmgr
19 May 2007 20:32:57
Original commit files touched by this commit  0.7_1
flz search for other commits by this committer
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
18 Apr 2007 08:01:25
Original commit files touched by this commit  0.7
sat search for other commits by this committer
- De-4.x-ify most of my ports to save gnats from excessive abuse
- s/CSME/CENKES/ in my ports
02 Apr 2007 22:56:15
Original commit files touched by this commit  0.7
pav search for other commits by this committer
- Convert existing ports to a new bsd.tcl.mk order

PR:             ports/109097
Submitted by:   Martin Matuska <martin@matuska.org>
Tested on:      pointyhat exp-run
07 Nov 2006 16:11:54
Original commit files touched by this commit  0.7
sat search for other commits by this committer
- Mark broken on 4.x

Reported by:    pointyhat via kris
08 Oct 2006 11:17:49
Original commit files touched by this commit  0.7
sat search for other commits by this committer
Add port graphics/tkpng:

This port implements support for loading and using PNG images with
Tcl/Tk.  Although other extensions such as Img also add support for PNG
images, I wanted something that was lightweight, did not depend on libpng,
and which would be suitable for inclusion in the Tk core, as Tk does not
currently support any image formats natively that take advantage of its
internal support for alpha blending, and alpha antialiasing and drop shadows
really go a long way toward beautifying Tk applications.

At this time, the package supports reading images from files or binary
data.  Base64 decoding is supported as of version 0.6.  Exporting images
to PNG format is not supported yet.

The package supports the full range of color types, channels and bit
depths from 1 bit black & white to 16 bit per channel full color
with alpha (64 bit RGBA) and interlacing.  Ancillary "chunks" such
as gamma, color profile, and text fields are ignored, although they
are checked at a minimum for correct CRC.

WWW: http://www.muonics.com/FreeStuff/TkPNG/
Author: Michael Kirkham <mikek@muonics.com>

Number of commits found: 14

Login
User Login
Create account

Servers and bandwidth provided by
New York Internet
SuperNews

Search
Enter Keywords:
 
more...

Latest Vulnerabilities
surfFeb 11
chromiumFeb 09
chromiumFeb 09
drupal6Feb 07
drupal7Feb 07
bugzillaFeb 06
bugzilla2Feb 06
bugzilla3Feb 06
php5*Feb 06
mathopdFeb 03
firefoxFeb 01
linux-firefoxFeb 01
linux-seamonkeyFeb 01
linux-thunderbirdFeb 01
seamonkeyFeb 01

12 vulnerabilities affecting 31 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 23149
Broken 190
Deprecated 96
Ignore 726
Forbidden 2
Restricted 329
No CDROM 109
Vulnerable 0
Expired 7
Set to expire 93
Interactive 62
new 24 hours 5
new 48 hours8
new 7 days50
new fortnight77
new month143

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

Servers and bandwidth provided by
New York Internet
SuperNews
Valid HTML, CSS, and RSS.
Copyright © 2000-2012 DVL Software Limited. All rights reserved.
This page created in 0.207 seconds.