mirror of
https://git.freebsd.org/ports.git
synced 2025-06-03 03:46:30 -04:00
- Update to 5.2.0
This commit is contained in:
parent
e68a48068d
commit
ccd4f9c30e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=262894
3 changed files with 27 additions and 11 deletions
|
@ -5,12 +5,12 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= phplot
|
||||
PORTVERSION= 5.1.3
|
||||
PORTVERSION= 5.2.0
|
||||
CATEGORIES= graphics www
|
||||
MASTER_SITES= SF:source1 \
|
||||
SF/${PORTNAME}/Manual/20100628:source2
|
||||
SF/${PORTNAME}/Manual/20101003:source2
|
||||
DISTFILES= ${PORTNAME}-${PORTVERSION}${EXTRACT_SUFX}:source1 \
|
||||
${PORTNAME}docs-20100628.zip:source2
|
||||
${PORTNAME}docs-20101003.zip:source2
|
||||
|
||||
MAINTAINER= wen@FreeBSD.org
|
||||
COMMENT= A PHP class for creating scientific and business charts
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
MD5 (phplot-5.1.3.zip) = f5d96960b17ed26c98ac6bcb22991b9a
|
||||
SHA256 (phplot-5.1.3.zip) = b098137c46461927cf9ea2b2eb73a1b3781db992184fa7d99fcf7eeb920facdf
|
||||
SIZE (phplot-5.1.3.zip) = 120522
|
||||
MD5 (phplotdocs-20100628.zip) = 4f55de1d0f1abd8776848a6771e49ee4
|
||||
SHA256 (phplotdocs-20100628.zip) = 9c4b6f977abac54aba083a9559e8b5884ca4d2abbf4152d0e6a0daa6bb4d1640
|
||||
SIZE (phplotdocs-20100628.zip) = 1127627
|
||||
MD5 (phplot-5.2.0.zip) = d6fea7a03a1d26f985617f500f99dfbb
|
||||
SHA256 (phplot-5.2.0.zip) = b5d0597732181866f600daf66758fd27212c4208ec12c97a1f0ced3fe843567c
|
||||
SIZE (phplot-5.2.0.zip) = 119038
|
||||
MD5 (phplotdocs-20101003.zip) = 9bca5d13b19e6dd11685bccdea7038f5
|
||||
SHA256 (phplotdocs-20101003.zip) = 7c5719948550dd77bf19676857837b61a416f3e6ca42e82cd304e5f08e3d5a33
|
||||
SIZE (phplotdocs-20101003.zip) = 706142
|
||||
|
|
|
@ -88,6 +88,7 @@ include/php/phplot/rgb.inc.php
|
|||
%%PORTDOCS%%%%DOCSDIR%%/SetXTickLabelPos.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/SetXTickLength.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/SetXTickPos.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/SetXTitleColor.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/SetXTimeFormat.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/SetXTitle.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/SetYAxisPosition.html
|
||||
|
@ -104,6 +105,7 @@ include/php/phplot/rgb.inc.php
|
|||
%%PORTDOCS%%%%DOCSDIR%%/SetYTickPos.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/SetYTimeFormat.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/SetYTitle.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/SetYTitleColor.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/callbacks-access.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/callbacks-drawing.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/callbacks-names.html
|
||||
|
@ -111,10 +113,11 @@ include/php/phplot/rgb.inc.php
|
|||
%%PORTDOCS%%%%DOCSDIR%%/callbacks.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/changelog.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/conc-colors.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/conc-colors-datacolor-callback.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/conc-datatypes.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/conc-errors.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/conc-extradata.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/conc-labels.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/conc-otherelements.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/conc-overview.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/conc-plottypes.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/conc-text.html
|
||||
|
@ -130,6 +133,11 @@ include/php/phplot/rgb.inc.php
|
|||
%%PORTDOCS%%%%DOCSDIR%%/ex-bars2.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/ex-bars3.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/ex-bars4.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/ex-horizthinbarline.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/ex-horizstackedbar.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/ex-colorcallbackbars.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/ex-horizbar.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/ex-colorcallbackgradient.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/ex-linepoints1.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/ex-lines2.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/ex-pie1.html
|
||||
|
@ -153,7 +161,12 @@ include/php/phplot/rgb.inc.php
|
|||
%%PORTDOCS%%%%DOCSDIR%%/examples/bars2.png
|
||||
%%PORTDOCS%%%%DOCSDIR%%/examples/bars3.png
|
||||
%%PORTDOCS%%%%DOCSDIR%%/examples/bars4.png
|
||||
%%PORTDOCS%%%%DOCSDIR%%/examples/histogram.png
|
||||
%%PORTDOCS%%%%DOCSDIR%%/examples/colorcallbackbars.png
|
||||
%%PORTDOCS%%%%DOCSDIR%%/examples/colorcallbackgradient.png
|
||||
%%PORTDOCS%%%%DOCSDIR%%/examples/histogram.jpg
|
||||
%%PORTDOCS%%%%DOCSDIR%%/examples/horizbar.png
|
||||
%%PORTDOCS%%%%DOCSDIR%%/examples/horizstackedbar.png
|
||||
%%PORTDOCS%%%%DOCSDIR%%/examples/horizthinbarline.png
|
||||
%%PORTDOCS%%%%DOCSDIR%%/examples/linepoints1.png
|
||||
%%PORTDOCS%%%%DOCSDIR%%/examples/lines1.png
|
||||
%%PORTDOCS%%%%DOCSDIR%%/examples/lines2.png
|
||||
|
@ -177,9 +190,12 @@ include/php/phplot/rgb.inc.php
|
|||
%%PORTDOCS%%%%DOCSDIR%%/functions.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/images/alpha-blending.png
|
||||
%%PORTDOCS%%%%DOCSDIR%%/images/colors.png
|
||||
%%PORTDOCS%%%%DOCSDIR%%/images/drop.png
|
||||
%%PORTDOCS%%%%DOCSDIR%%/images/error-image.png
|
||||
%%PORTDOCS%%%%DOCSDIR%%/images/fonts.png
|
||||
%%PORTDOCS%%%%DOCSDIR%%/images/gdinfo.png
|
||||
%%PORTDOCS%%%%DOCSDIR%%/images/labels-bar.png
|
||||
%%PORTDOCS%%%%DOCSDIR%%/images/labels-horizbar.png
|
||||
%%PORTDOCS%%%%DOCSDIR%%/images/labels-pie.png
|
||||
%%PORTDOCS%%%%DOCSDIR%%/images/labels.png
|
||||
%%PORTDOCS%%%%DOCSDIR%%/images/layout.png
|
||||
|
|
Loading…
Add table
Reference in a new issue