freebsd-ports/graphics/p5-Chart/pkg-descr
Stefan Eßer fb16dfecae Remove WWW entries moved into port Makefiles
Commit b7f05445c0 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)
2022-09-07 23:58:51 +02:00

9 lines
525 B
Plaintext

This module is an attempt to build a general purpose graphing module
that is easily modified and expanded. I borrowed most of the API from
Martien Verbruggen's GIFgraph module. I liked most of GIFgraph, but I
thought it was to difficult to modify, and it was missing a few things
that I needed, most notably legends. So I decided to write a new module
from scratch, and I've designed it from the bottom up to be easy to
modify. Like GIFgraph, Chart::* uses Lincoln Stein's GD module for all
of its graphics primitives calls.