1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

Add phplot 4.4.6,

a PHP class for creating scientific and business charts.

PR:		ports/31426
Submitted by:	yukinopo@livedoor.com
This commit is contained in:
Jun Kuriyama 2001-12-03 03:02:56 +00:00
parent 98bf0db692
commit d0c0d92dc0
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=50930
6 changed files with 116 additions and 0 deletions

View File

@ -218,6 +218,7 @@
SUBDIR += pgperl
SUBDIR += pgplot
SUBDIR += photopc
SUBDIR += phplot
SUBDIR += picturebook
SUBDIR += piddle
SUBDIR += pixmap

61
graphics/phplot/Makefile Normal file
View File

@ -0,0 +1,61 @@
# New ports collection makefile for: phplot
# Date created: 21 Oct 2001
# Whom: yukinopo@livedoor.com
#
# $FreeBSD$
PORTNAME= phplot
PORTVERSION= 4.4.6
CATEGORIES= graphics www
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= phplot
DISTNAME= ${PORTNAME}-${PORTVERSION}
MAINTAINER= yukinopo@livedoor.com
RUN_DEPENDS= ${LOCALBASE}/libexec/apache/libphp4.so:${PORTSDIR}/www/mod_php4
LIB_DEPENDS= gd.2:${PORTSDIR}/graphics/gd
NO_BUILD= YES
WRKSRC= ${WRKDIR}/${DISTNAME}
PHPLOT_DIR= lib/php/phplot
PHPLOT_EXAMPLE= share/phplot
LIBS= phplot.php phplot_data.php rgb.inc.php benjamingothic.ttf
DOCS= internal_functions.html function_reference.html \
index.html examples.html quick_start.php \
user_functions.html user_internal_functions.html
EXAMPLES= 0cars.jpg benjamingothic.ttf create_chart.php \
data.php data_date.php data_date2.php data_sample1.php data_sample2.php \
data_sample3.php data_sample4.php example1.php example10.php \
example11.php example12.php example13.php example2.php \
example3.php example4.php example5.php example6.php \
example7.php example8.php example9.php format_chart.php \
inline_image.php rgb.inc.php test1.php test_setup.php
do-install:
@${MKDIR} ${PREFIX}/${PHPLOT_DIR} 2>/dev/null||true
.for FILE in ${SAMPLES}
@${INSTALL_DATA} ${WRKSRC}/${FILE} \
@${PREFIX}/${PHPLOT_DIR}/${FILE}
.endfor
.for FILE in ${LIBS}
@${INSTALL_DATA} ${WRKSRC}/${FILE} ${PREFIX}/${PHPLOT_DIR}
.endfor
@${MKDIR} ${PREFIX}/${PHPLOT_EXAMPLE}
@${MKDIR} ${PREFIX}/${PHPLOT_EXAMPLE}/doc
@${MKDIR} ${PREFIX}/${PHPLOT_EXAMPLE}/examples
.for FILE in ${DOCS}
@${INSTALL_DATA} ${WRKSRC}/doc/${FILE} ${PREFIX}/${PHPLOT_EXAMPLE}/doc
.endfor
.for FILE in ${EXAMPLES}
@${INSTALL_DATA} ${WRKSRC}/examples/${FILE} ${PREFIX}/${PHPLOT_EXAMPLE}/examples
.endfor
.include <bsd.port.mk>

1
graphics/phplot/distinfo Normal file
View File

@ -0,0 +1 @@
MD5 (phplot-4.4.6.tar.gz) = 8a5b34e09fa29f20e31814cbd8c0d0b5

View File

@ -0,0 +1 @@
A PHP class for creating scientific and business charts

View File

@ -0,0 +1,8 @@
A graph library for dynamic scientific, business, and stock-market charts.
Written in PHP and supports, PHP3, PHP4, TTF (or no ttf), and GD versions 1.2 -
latest version. Includes Pie, Bar, Line, Area, Point and combination plots.
WWW: http://www.phplot.com
- K.Shiomi
yukinopo@livedoor.com

44
graphics/phplot/pkg-plist Normal file
View File

@ -0,0 +1,44 @@
lib/php/phplot/phplot.php
lib/php/phplot/phplot_data.php
lib/php/phplot/rgb.inc.php
lib/php/phplot/benjamingothic.ttf
@dirrm lib/php/phplot
@unexec rmdir lib/php 2>/dev/null || true
share/phplot/examples/test_setup.php
share/phplot/examples/benjamingothic.ttf
share/phplot/examples/create_chart.php
share/phplot/examples/data.php
share/phplot/examples/data_date.php
share/phplot/examples/data_date2.php
share/phplot/examples/data_sample1.php
share/phplot/examples/data_sample2.php
share/phplot/examples/data_sample3.php
share/phplot/examples/data_sample4.php
share/phplot/examples/example1.php
share/phplot/examples/example10.php
share/phplot/examples/example11.php
share/phplot/examples/example12.php
share/phplot/examples/example13.php
share/phplot/examples/example2.php
share/phplot/examples/example3.php
share/phplot/examples/example4.php
share/phplot/examples/example5.php
share/phplot/examples/example6.php
share/phplot/examples/example7.php
share/phplot/examples/example8.php
share/phplot/examples/example9.php
share/phplot/examples/format_chart.php
share/phplot/examples/inline_image.php
share/phplot/examples/rgb.inc.php
share/phplot/examples/test1.php
share/phplot/examples/0cars.jpg
share/phplot/doc/internal_functions.html
share/phplot/doc/function_reference.html
share/phplot/doc/index.html
share/phplot/doc/examples.html
share/phplot/doc/quick_start.php
share/phplot/doc/user_functions.html
share/phplot/doc/user_internal_functions.html
@dirrm share/phplot/examples
@dirrm share/phplot/doc
@dirrm share/phplot