./graphics/fly, Command-file interface for creating and modifying PNG images

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ]


Branch: CURRENT, Version: 1.6.5nb44, Package name: fly-1.6.5nb44, Maintainer: bouyer

fly is a C program that creates PNG images on the fly from CGI and
other programs. Using Thomas Boutell's gd graphics library for fast
PNG creation, it provides a command-file interface for creating and
modifying PNG images.


Required to run:
[graphics/gd] [lang/perl5]

Required to build:
[graphics/gif2png] [pkgtools/cwrappers]

Master sites:

Filesize: 124.364 KB

Version history: (Expand)


CVS history: (Expand)


   2025-12-13 16:08:52 by Thomas Klausner | Files touched by this commit (1)
Log message:
fly: comment out dead site
   2025-10-23 22:40:24 by Thomas Klausner | Files touched by this commit (2999)
Log message:
*: recursive bump for pcre2

Running an old binary against the new pcre doesn't work:
/usr/pkg/lib/libpcre2-8.so.0: version PCRE2_10.47 required by \ 
/usr/pkg/lib/libglib-2.0.so.0 not defined
   2025-08-31 00:46:51 by Thomas Klausner | Files touched by this commit (1355)
Log message:
*: recursive bump for tiff growing lerc dependency
   2025-04-24 16:16:37 by Thomas Klausner | Files touched by this commit (2412)
Log message:
*: recursive bump for jpeg -> libjpeg-turbo switch
   2024-07-11 21:53:41 by Thomas Klausner | Files touched by this commit (70)
Log message:
*: bump for raqm option in gd & ImageMagick

to be on the safe side
   2023-11-12 14:24:43 by Thomas Klausner | Files touched by this commit (2569)
Log message:
*: revebump for new brotli option for freetype2

Addresses PR 57693
   2023-10-21 19:11:59 by Greg Troxel | Files touched by this commit (1345) | Package updated
Log message:
recursive revbump for tiff update
   2023-06-06 14:42:56 by Taylor R Campbell | Files touched by this commit (1319)
Log message:
Mass-change BUILD_DEPENDS to TOOL_DEPENDS outside mk/.

Almost all uses, if not all of them, are wrong, according to the
semantics of BUILD_DEPENDS (packages built for target available for
use _by_ tools at build-time) and TOOL_DEPEPNDS (packages built for
host available for use _as_ tools at build-time).

No change to BUILD_DEPENDS as used correctly inside buildlink3.

As proposed on tech-pkg:
https://mail-index.netbsd.org/tech-pkg/2023/06/03/msg027632.html