Path to this page:
./
wip/tkpng,
Open source package that adds PNG photo image support to Tcl/Tk
Branch: CURRENT,
Version: 0.9,
Package name: tkpng-0.9,
Maintainer: pkgsrc-usersTkPNG is an open source binary package that adds PNG photo image support to
Tcl/Tk. Although other extensions such as Img also add support for PNG images,
this package was designed to be lightweight, not depending on libpng nor
implementing other image formats, and suitable for inclusion in the Tk core. Tk
does not currently have native support for any image formats that allow for
alpha (partial-transparency) channels, although it does have support for alpha
blending internally. Using alpha channels for smooth blending and anti-aliasing
is a great way to improve the appearance of GUI applications built with Tcl/Tk,
especially when combined with Tile.
Required to run:[
x11/tk]
Required to build:[
pkgtools/x11-links] [
pkgtools/cwrappers] [
x11/xorgproto]
Master sites:
RMD160: a3196300450074e5ae49eee567145e8327e0edc9
Filesize: 124.809 KB
Version history: (Expand)
- (2024-09-19) Package has been reborn
- (2024-09-15) Package deleted from pkgsrc
- (2023-02-13) Package has been reborn
- (2020-09-29) Package has been reborn
- (2020-09-29) Package deleted from pkgsrc
- (2020-01-02) Package has been reborn
CVS history: (Expand)
2012-10-31 12:18:20 by othyro | Files touched by this commit (1) |
Log message:
MASTER_SITES -> MASTER_SITE_SOURGEFORGE
|
2012-10-22 23:52:41 by othyro | Files touched by this commit (1) |
Log message:
LICENSE = 2-clause-bsd ?; Removed CONFIGURE_ARGS - no longer necessary.
|
2012-10-14 15:26:56 by Thomas Klausner | Files touched by this commit (10) |
Log message:
Use x11/tk instead of (older) wip/tk85.
|
2012-10-07 19:17:35 by Aleksej Saushev | Files touched by this commit (55) |
Log message:
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
Mark packages that don't or might probably not have staged installation.
|
2010-10-19 23:55:16 by othyro | Files touched by this commit (1) |
Log message:
Make sure wip/tk85 gets pulled in.
|
2010-10-19 23:52:31 by othyro | Files touched by this commit (1) |
Log message:
This will be used shortly.
|
2010-10-19 23:45:49 by othyro | Files touched by this commit (4) | |
Log message:
Import tkpng-0.9 as wip/tkpng.
TkPNG is an open source binary package that adds PNG photo image support to
Tcl/Tk. Although other extensions such as Img also add support for PNG images,
this package was designed to be lightweight, not depending on libpng nor
implementing other image formats, and suitable for inclusion in the Tk core. Tk
does not currently have native support for any image formats that allow for
alpha (partial-transparency) channels, although it does have support for alpha
blending internally. Using alpha channels for smooth blending and anti-aliasing
is a great way to improve the appearance of GUI applications built with Tcl/Tk,
especially when combined with Tile.
|