new port: graphics/php*-chartdirector
ChartDirector for PHP
Professional chart component for web applications.
- Synthesize Charts using Layers: Layering architecture
enables you to synthesize the charts you want using standard
chart layers.
- Comprehensive Chart Types: Pie, donut, bar, line, spline,
step, trend, area, curve-fitting, area, scatter, bubble,
box-whisker, finance, gantt, vector, polar, radar, rose ..
Even includes meters and gauges.
- Markup Text Support: Embed icons and use multiple fonts
and colors in the same piece of text. Decorate your charts
with professionally looking text and labels.
- AJAX Enabled User Interactions: Full suite of mouse events
for chart objects. Pop-up tooltips, drill-down, drag to
zoom, drag to scroll, ...
PR: ports/114336
Submitted by: Scot Hetzet <swhetzel@gmail.com>
2007-09-09 06:43:49 +00:00
|
|
|
# New ports collection makefile for: php4-chartdirector
|
|
|
|
# Date created: 29 Jul 2007
|
|
|
|
# Whom: <swhetzel@gmail.com>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
CATEGORIES= graphics
|
2007-09-17 11:10:07 +00:00
|
|
|
PKGNAMEPREFIX= php4-
|
new port: graphics/php*-chartdirector
ChartDirector for PHP
Professional chart component for web applications.
- Synthesize Charts using Layers: Layering architecture
enables you to synthesize the charts you want using standard
chart layers.
- Comprehensive Chart Types: Pie, donut, bar, line, spline,
step, trend, area, curve-fitting, area, scatter, bubble,
box-whisker, finance, gantt, vector, polar, radar, rose ..
Even includes meters and gauges.
- Markup Text Support: Embed icons and use multiple fonts
and colors in the same piece of text. Decorate your charts
with professionally looking text and labels.
- AJAX Enabled User Interactions: Full suite of mouse events
for chart objects. Pop-up tooltips, drill-down, drag to
zoom, drag to scroll, ...
PR: ports/114336
Submitted by: Scot Hetzet <swhetzel@gmail.com>
2007-09-09 06:43:49 +00:00
|
|
|
|
|
|
|
MASTERDIR= ${.CURDIR}/../../graphics/php5-chartdirector
|
|
|
|
|
|
|
|
IGNORE_WITH_PHP=5
|
|
|
|
DEFAULT_PHP_VER=4
|
|
|
|
|
|
|
|
.include "${MASTERDIR}/Makefile"
|