pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/graphics/php-jpgraph - Update to 1.18



details:   https://anonhg.NetBSD.org/pkgsrc/rev/0b9ba6032c5c
branches:  trunk
changeset: 495572:0b9ba6032c5c
user:      adrianp <adrianp%pkgsrc.org@localhost>
date:      Tue Jun 14 11:25:09 2005 +0000

description:
- Update to 1.18
- Grab maintainership
- Update homepage
- Make pkglint happy
- Highlights include:
        Add better check that GD is really installed
        Guide lines for pie plots
        Add Cleanup() method to delete all allocated objects within the graph.
        Add new date scale for X-axis
        Add Interlaced PNG feature
- See the following for more details:
        http://www.aditus.nu/jpgraph/changes.php?v=5
        http://www.aditus.nu/jpgraph/changes.php?v=7

diffstat:

 graphics/php-jpgraph/MESSAGE  |    3 +-
 graphics/php-jpgraph/Makefile |   14 ++-
 graphics/php-jpgraph/PLIST    |  146 ++++++++++++++++++++++++++++++++---------
 graphics/php-jpgraph/distinfo |    8 +-
 4 files changed, 125 insertions(+), 46 deletions(-)

diffs (truncated from 549 to 300 lines):

diff -r 227b2d19ac4b -r 0b9ba6032c5c graphics/php-jpgraph/MESSAGE
--- a/graphics/php-jpgraph/MESSAGE      Tue Jun 14 11:22:16 2005 +0000
+++ b/graphics/php-jpgraph/MESSAGE      Tue Jun 14 11:25:09 2005 +0000
@@ -1,5 +1,5 @@
 ===========================================================================
-$NetBSD: MESSAGE,v 1.1 2004/11/27 22:34:19 jdolecek Exp $
+$NetBSD: MESSAGE,v 1.2 2005/06/14 11:25:09 adrianp Exp $
 
 Do *not* edit "${PJDIR}/jpg-config.inc" to customize
 this package because it is a link which will removed during upgrades.
@@ -13,4 +13,3 @@
 Usage examples are available in ${EXDIR}.
 
 ===========================================================================
-
diff -r 227b2d19ac4b -r 0b9ba6032c5c graphics/php-jpgraph/Makefile
--- a/graphics/php-jpgraph/Makefile     Tue Jun 14 11:22:16 2005 +0000
+++ b/graphics/php-jpgraph/Makefile     Tue Jun 14 11:25:09 2005 +0000
@@ -1,15 +1,15 @@
-# $NetBSD: Makefile,v 1.6 2005/04/11 21:46:07 tv Exp $
+# $NetBSD: Makefile,v 1.7 2005/06/14 11:25:09 adrianp Exp $
 
-DISTNAME=      jpgraph-1.16
+DISTNAME=      jpgraph-1.18
 PKGNAME=       php-${DISTNAME}
 CATEGORIES=    graphics www
-MASTER_SITES=  http://www.aditus.nu/jpgraph/downloads/
+MASTER_SITES=  http://members.chello.se/jpgraph/jpgdownloads/
 
-MAINTAINER=    jdolecek%NetBSD.org@localhost
+MAINTAINER=    adrianp%NetBSD.org@localhost
 HOMEPAGE=      http://www.aditus.nu/jpgraph/index.php
 COMMENT=       Object Oriented class library for PHP
 
-DEPENDS+=      php-gd>=4.3.0:../../graphics/php-gd
+DEPENDS+=      php-gd>=4.3.1:../../graphics/php-gd
 
 NO_CONFIGURE=  YES
 NO_BUILD=      YES
@@ -44,10 +44,12 @@
        ${MV} -f ${PJDIR}/jpg-config.inc ${EXDIR}
        ${LN} -sf ${PJCONFFILE} ${PJDIR}/jpg-config.inc
 
-       for f in README QPL.txt IMPORTANT_DO_README; do \
+       for f in README QPL.txt; do \
                ${INSTALL_DATA} ${WRKSRC}/$$f \
                        ${PREFIX}/share/doc/php-jpgraph; \
        done
        cd ${WRKSRC}/docs && ${PAX} -rw . ${PREFIX}/share/doc/html/php-jpgraph
+       ${FIND} ${PREFIX}/share/doc/html/php-jpgraph -type d | ${XARGS} \
+               ${CHMOD} ${PKGDIRMODE}
 
 .include "../../mk/bsd.pkg.mk"
diff -r 227b2d19ac4b -r 0b9ba6032c5c graphics/php-jpgraph/PLIST
--- a/graphics/php-jpgraph/PLIST        Tue Jun 14 11:22:16 2005 +0000
+++ b/graphics/php-jpgraph/PLIST        Tue Jun 14 11:25:09 2005 +0000
@@ -1,37 +1,13 @@
-@comment $NetBSD: PLIST,v 1.2 2004/11/27 22:34:19 jdolecek Exp $
+@comment $NetBSD: PLIST,v 1.3 2005/06/14 11:25:09 adrianp Exp $
 share/doc/html/php-jpgraph/JpGraph_Logo.png
-share/doc/html/php-jpgraph/html/0aboutmanual.html
-share/doc/html/php-jpgraph/html/1introduction.html
-share/doc/html/php-jpgraph/html/2210intro.html
-share/doc/html/php-jpgraph/html/2220fonts.html
-share/doc/html/php-jpgraph/html/2230colors.html
-share/doc/html/php-jpgraph/html/2240cache.html
-share/doc/html/php-jpgraph/html/22working.html
-share/doc/html/php-jpgraph/html/2installation.html
-share/doc/html/php-jpgraph/html/3010intro.html
-share/doc/html/php-jpgraph/html/3020lineplot.html
-share/doc/html/php-jpgraph/html/3030barplot.html
-share/doc/html/php-jpgraph/html/3040errorplot.html
-share/doc/html/php-jpgraph/html/3050scatterplot.html
-share/doc/html/php-jpgraph/html/3055stockplot.html
-share/doc/html/php-jpgraph/html/3060combplots.html
-share/doc/html/php-jpgraph/html/3070adjscalelabels.html
-share/doc/html/php-jpgraph/html/3080graphaug.html
-share/doc/html/php-jpgraph/html/3090axisform.html
-share/doc/html/php-jpgraph/html/3095bands.html
-share/doc/html/php-jpgraph/html/3xyplots.html
-share/doc/html/php-jpgraph/html/4010radarplot.html
-share/doc/html/php-jpgraph/html/4020pieplot.html
-share/doc/html/php-jpgraph/html/4nonxy.html
-share/doc/html/php-jpgraph/html/5gantt.html
-share/doc/html/php-jpgraph/html/6csimdoc.html
-share/doc/html/php-jpgraph/html/7adv.html
-share/doc/html/php-jpgraph/html/8canvas.html
-share/doc/html/php-jpgraph/html/A00utilities.html
-share/doc/html/php-jpgraph/html/A01codedef.html
+share/doc/html/php-jpgraph/html/exframes/JpGraph_Logo.html
 share/doc/html/php-jpgraph/html/exframes/alphabarex1.html
+share/doc/html/php-jpgraph/html/exframes/antispamex01.html
 share/doc/html/php-jpgraph/html/exframes/backgroundex03.html
 share/doc/html/php-jpgraph/html/exframes/balloonex1.html
+share/doc/html/php-jpgraph/html/exframes/bar_csimex1.html
+share/doc/html/php-jpgraph/html/exframes/bar_csimex2.html
+share/doc/html/php-jpgraph/html/exframes/bar_csimex3.html
 share/doc/html/php-jpgraph/html/exframes/bargradsmallex1.html
 share/doc/html/php-jpgraph/html/exframes/bargradsmallex2.html
 share/doc/html/php-jpgraph/html/exframes/bargradsmallex3.html
@@ -39,12 +15,16 @@
 share/doc/html/php-jpgraph/html/exframes/bargradsmallex5.html
 share/doc/html/php-jpgraph/html/exframes/bargradsmallex6.html
 share/doc/html/php-jpgraph/html/exframes/bargradsmallex7.html
+share/doc/html/php-jpgraph/html/exframes/bargradsmallex8.html
+share/doc/html/php-jpgraph/html/exframes/barline_csimex1.html
+share/doc/html/php-jpgraph/html/exframes/barlinefreq_csimex1.html
 share/doc/html/php-jpgraph/html/exframes/bartutex1.html
 share/doc/html/php-jpgraph/html/exframes/bartutex2.html
 share/doc/html/php-jpgraph/html/exframes/bartutex3.html
 share/doc/html/php-jpgraph/html/exframes/bartutex4.html
 share/doc/html/php-jpgraph/html/exframes/bartutex5.html
 share/doc/html/php-jpgraph/html/exframes/bartutex6.html
+share/doc/html/php-jpgraph/html/exframes/boxstockcsimex1.html
 share/doc/html/php-jpgraph/html/exframes/boxstockex1.html
 share/doc/html/php-jpgraph/html/exframes/builtinplotmarksex1.html
 share/doc/html/php-jpgraph/html/exframes/canvas_jpgarchex.html
@@ -59,6 +39,8 @@
 share/doc/html/php-jpgraph/html/exframes/color_chart03.html
 share/doc/html/php-jpgraph/html/exframes/color_chart04.html
 share/doc/html/php-jpgraph/html/exframes/dateaxisex1.html
+share/doc/html/php-jpgraph/html/exframes/dateaxisex2.html
+share/doc/html/php-jpgraph/html/exframes/dateaxisex4.html
 share/doc/html/php-jpgraph/html/exframes/dbschemaex1.html
 share/doc/html/php-jpgraph/html/exframes/example0.html
 share/doc/html/php-jpgraph/html/exframes/example11.html
@@ -121,9 +103,14 @@
 share/doc/html/php-jpgraph/html/exframes/filledgridex1.html
 share/doc/html/php-jpgraph/html/exframes/filledlineex01.1.html
 share/doc/html/php-jpgraph/html/exframes/filledlineex01.html
+share/doc/html/php-jpgraph/html/exframes/frame_JpGraph_Logo.html
 share/doc/html/php-jpgraph/html/exframes/frame_alphabarex1.html
+share/doc/html/php-jpgraph/html/exframes/frame_antispamex01.html
 share/doc/html/php-jpgraph/html/exframes/frame_backgroundex03.html
 share/doc/html/php-jpgraph/html/exframes/frame_balloonex1.html
+share/doc/html/php-jpgraph/html/exframes/frame_bar_csimex1.html
+share/doc/html/php-jpgraph/html/exframes/frame_bar_csimex2.html
+share/doc/html/php-jpgraph/html/exframes/frame_bar_csimex3.html
 share/doc/html/php-jpgraph/html/exframes/frame_bargradsmallex1.html
 share/doc/html/php-jpgraph/html/exframes/frame_bargradsmallex2.html
 share/doc/html/php-jpgraph/html/exframes/frame_bargradsmallex3.html
@@ -131,12 +118,16 @@
 share/doc/html/php-jpgraph/html/exframes/frame_bargradsmallex5.html
 share/doc/html/php-jpgraph/html/exframes/frame_bargradsmallex6.html
 share/doc/html/php-jpgraph/html/exframes/frame_bargradsmallex7.html
+share/doc/html/php-jpgraph/html/exframes/frame_bargradsmallex8.html
+share/doc/html/php-jpgraph/html/exframes/frame_barline_csimex1.html
+share/doc/html/php-jpgraph/html/exframes/frame_barlinefreq_csimex1.html
 share/doc/html/php-jpgraph/html/exframes/frame_bartutex1.html
 share/doc/html/php-jpgraph/html/exframes/frame_bartutex2.html
 share/doc/html/php-jpgraph/html/exframes/frame_bartutex3.html
 share/doc/html/php-jpgraph/html/exframes/frame_bartutex4.html
 share/doc/html/php-jpgraph/html/exframes/frame_bartutex5.html
 share/doc/html/php-jpgraph/html/exframes/frame_bartutex6.html
+share/doc/html/php-jpgraph/html/exframes/frame_boxstockcsimex1.html
 share/doc/html/php-jpgraph/html/exframes/frame_boxstockex1.html
 share/doc/html/php-jpgraph/html/exframes/frame_builtinplotmarksex1.html
 share/doc/html/php-jpgraph/html/exframes/frame_canvas_jpgarchex.html
@@ -151,6 +142,8 @@
 share/doc/html/php-jpgraph/html/exframes/frame_color_chart03.html
 share/doc/html/php-jpgraph/html/exframes/frame_color_chart04.html
 share/doc/html/php-jpgraph/html/exframes/frame_dateaxisex1.html
+share/doc/html/php-jpgraph/html/exframes/frame_dateaxisex2.html
+share/doc/html/php-jpgraph/html/exframes/frame_dateaxisex4.html
 share/doc/html/php-jpgraph/html/exframes/frame_dbschemaex1.html
 share/doc/html/php-jpgraph/html/exframes/frame_example0.html
 share/doc/html/php-jpgraph/html/exframes/frame_example11.html
@@ -216,6 +209,8 @@
 share/doc/html/php-jpgraph/html/exframes/frame_funcex1.html
 share/doc/html/php-jpgraph/html/exframes/frame_ganttconstrainex0.html
 share/doc/html/php-jpgraph/html/exframes/frame_ganttconstrainex1.html
+share/doc/html/php-jpgraph/html/exframes/frame_ganttcsimex01.html
+share/doc/html/php-jpgraph/html/exframes/frame_ganttcsimex02.html
 share/doc/html/php-jpgraph/html/exframes/frame_ganttex00.html
 share/doc/html/php-jpgraph/html/exframes/frame_ganttex01.html
 share/doc/html/php-jpgraph/html/exframes/frame_ganttex02.html
@@ -245,6 +240,7 @@
 share/doc/html/php-jpgraph/html/exframes/frame_horizbarex2.html
 share/doc/html/php-jpgraph/html/exframes/frame_horizbarex3.html
 share/doc/html/php-jpgraph/html/exframes/frame_horizbarex4.html
+share/doc/html/php-jpgraph/html/exframes/frame_imgmarkercsimex1.html
 share/doc/html/php-jpgraph/html/exframes/frame_imgmarkerex1.html
 share/doc/html/php-jpgraph/html/exframes/frame_impulsex1.html
 share/doc/html/php-jpgraph/html/exframes/frame_impulsex2.html
@@ -265,11 +261,17 @@
 share/doc/html/php-jpgraph/html/exframes/frame_nullvalueex01.html
 share/doc/html/php-jpgraph/html/exframes/frame_partiallyfilledlineex1.html
 share/doc/html/php-jpgraph/html/exframes/frame_penguin.html
+share/doc/html/php-jpgraph/html/exframes/frame_pie3d_csimex1.html
+share/doc/html/php-jpgraph/html/exframes/frame_pie_csimex1.html
+share/doc/html/php-jpgraph/html/exframes/frame_piec_csimex1.html
 share/doc/html/php-jpgraph/html/exframes/frame_piecex1.html
 share/doc/html/php-jpgraph/html/exframes/frame_piecex2.html
 share/doc/html/php-jpgraph/html/exframes/frame_pieex3.html
 share/doc/html/php-jpgraph/html/exframes/frame_pieex8.html
 share/doc/html/php-jpgraph/html/exframes/frame_pieex9.html
+share/doc/html/php-jpgraph/html/exframes/frame_pielabelsex1.html
+share/doc/html/php-jpgraph/html/exframes/frame_pielabelsex2.html
+share/doc/html/php-jpgraph/html/exframes/frame_pielabelsex4.html
 share/doc/html/php-jpgraph/html/exframes/frame_polarex0-180.html
 share/doc/html/php-jpgraph/html/exframes/frame_polarex0.html
 share/doc/html/php-jpgraph/html/exframes/frame_polarex3-lin.html
@@ -292,6 +294,7 @@
 share/doc/html/php-jpgraph/html/exframes/frame_rotex3.html
 share/doc/html/php-jpgraph/html/exframes/frame_rotex4.html
 share/doc/html/php-jpgraph/html/exframes/frame_rotex5.html
+share/doc/html/php-jpgraph/html/exframes/frame_scatter_csimex1.html
 share/doc/html/php-jpgraph/html/exframes/frame_scatterex1.html
 share/doc/html/php-jpgraph/html/exframes/frame_scatterex2.html
 share/doc/html/php-jpgraph/html/exframes/frame_smallstaticbandsex1.html
@@ -309,10 +312,13 @@
 share/doc/html/php-jpgraph/html/exframes/frame_stockex1.html
 share/doc/html/php-jpgraph/html/exframes/frame_tabtitleex1.html
 share/doc/html/php-jpgraph/html/exframes/frame_textalignex1.html
+share/doc/html/php-jpgraph/html/exframes/frame_titlecsimex01.html
 share/doc/html/php-jpgraph/html/exframes/frame_topxaxisex1.html
 share/doc/html/php-jpgraph/html/exframes/funcex1.html
 share/doc/html/php-jpgraph/html/exframes/ganttconstrainex0.html
 share/doc/html/php-jpgraph/html/exframes/ganttconstrainex1.html
+share/doc/html/php-jpgraph/html/exframes/ganttcsimex01.html
+share/doc/html/php-jpgraph/html/exframes/ganttcsimex02.html
 share/doc/html/php-jpgraph/html/exframes/ganttex00.html
 share/doc/html/php-jpgraph/html/exframes/ganttex01.html
 share/doc/html/php-jpgraph/html/exframes/ganttex02.html
@@ -342,9 +348,14 @@
 share/doc/html/php-jpgraph/html/exframes/horizbarex2.html
 share/doc/html/php-jpgraph/html/exframes/horizbarex3.html
 share/doc/html/php-jpgraph/html/exframes/horizbarex4.html
+share/doc/html/php-jpgraph/html/exframes/image_JpGraph_Logo.html
 share/doc/html/php-jpgraph/html/exframes/image_alphabarex1.html
+share/doc/html/php-jpgraph/html/exframes/image_antispamex01.html
 share/doc/html/php-jpgraph/html/exframes/image_backgroundex03.html
 share/doc/html/php-jpgraph/html/exframes/image_balloonex1.html
+share/doc/html/php-jpgraph/html/exframes/image_bar_csimex1.html
+share/doc/html/php-jpgraph/html/exframes/image_bar_csimex2.html
+share/doc/html/php-jpgraph/html/exframes/image_bar_csimex3.html
 share/doc/html/php-jpgraph/html/exframes/image_bargradsmallex1.html
 share/doc/html/php-jpgraph/html/exframes/image_bargradsmallex2.html
 share/doc/html/php-jpgraph/html/exframes/image_bargradsmallex3.html
@@ -352,12 +363,16 @@
 share/doc/html/php-jpgraph/html/exframes/image_bargradsmallex5.html
 share/doc/html/php-jpgraph/html/exframes/image_bargradsmallex6.html
 share/doc/html/php-jpgraph/html/exframes/image_bargradsmallex7.html
+share/doc/html/php-jpgraph/html/exframes/image_bargradsmallex8.html
+share/doc/html/php-jpgraph/html/exframes/image_barline_csimex1.html
+share/doc/html/php-jpgraph/html/exframes/image_barlinefreq_csimex1.html
 share/doc/html/php-jpgraph/html/exframes/image_bartutex1.html
 share/doc/html/php-jpgraph/html/exframes/image_bartutex2.html
 share/doc/html/php-jpgraph/html/exframes/image_bartutex3.html
 share/doc/html/php-jpgraph/html/exframes/image_bartutex4.html
 share/doc/html/php-jpgraph/html/exframes/image_bartutex5.html
 share/doc/html/php-jpgraph/html/exframes/image_bartutex6.html
+share/doc/html/php-jpgraph/html/exframes/image_boxstockcsimex1.html
 share/doc/html/php-jpgraph/html/exframes/image_boxstockex1.html
 share/doc/html/php-jpgraph/html/exframes/image_builtinplotmarksex1.html
 share/doc/html/php-jpgraph/html/exframes/image_canvas_jpgarchex.html
@@ -372,6 +387,8 @@
 share/doc/html/php-jpgraph/html/exframes/image_color_chart03.html
 share/doc/html/php-jpgraph/html/exframes/image_color_chart04.html
 share/doc/html/php-jpgraph/html/exframes/image_dateaxisex1.html
+share/doc/html/php-jpgraph/html/exframes/image_dateaxisex2.html
+share/doc/html/php-jpgraph/html/exframes/image_dateaxisex4.html
 share/doc/html/php-jpgraph/html/exframes/image_dbschemaex1.html
 share/doc/html/php-jpgraph/html/exframes/image_example0.html
 share/doc/html/php-jpgraph/html/exframes/image_example11.html
@@ -437,6 +454,8 @@
 share/doc/html/php-jpgraph/html/exframes/image_funcex1.html
 share/doc/html/php-jpgraph/html/exframes/image_ganttconstrainex0.html
 share/doc/html/php-jpgraph/html/exframes/image_ganttconstrainex1.html
+share/doc/html/php-jpgraph/html/exframes/image_ganttcsimex01.html
+share/doc/html/php-jpgraph/html/exframes/image_ganttcsimex02.html
 share/doc/html/php-jpgraph/html/exframes/image_ganttex00.html
 share/doc/html/php-jpgraph/html/exframes/image_ganttex01.html
 share/doc/html/php-jpgraph/html/exframes/image_ganttex02.html
@@ -466,6 +485,7 @@
 share/doc/html/php-jpgraph/html/exframes/image_horizbarex2.html
 share/doc/html/php-jpgraph/html/exframes/image_horizbarex3.html
 share/doc/html/php-jpgraph/html/exframes/image_horizbarex4.html
+share/doc/html/php-jpgraph/html/exframes/image_imgmarkercsimex1.html
 share/doc/html/php-jpgraph/html/exframes/image_imgmarkerex1.html
 share/doc/html/php-jpgraph/html/exframes/image_impulsex1.html
 share/doc/html/php-jpgraph/html/exframes/image_impulsex2.html
@@ -486,11 +506,17 @@
 share/doc/html/php-jpgraph/html/exframes/image_nullvalueex01.html
 share/doc/html/php-jpgraph/html/exframes/image_partiallyfilledlineex1.html
 share/doc/html/php-jpgraph/html/exframes/image_penguin.html
+share/doc/html/php-jpgraph/html/exframes/image_pie3d_csimex1.html
+share/doc/html/php-jpgraph/html/exframes/image_pie_csimex1.html
+share/doc/html/php-jpgraph/html/exframes/image_piec_csimex1.html
 share/doc/html/php-jpgraph/html/exframes/image_piecex1.html
 share/doc/html/php-jpgraph/html/exframes/image_piecex2.html
 share/doc/html/php-jpgraph/html/exframes/image_pieex3.html
 share/doc/html/php-jpgraph/html/exframes/image_pieex8.html
 share/doc/html/php-jpgraph/html/exframes/image_pieex9.html
+share/doc/html/php-jpgraph/html/exframes/image_pielabelsex1.html
+share/doc/html/php-jpgraph/html/exframes/image_pielabelsex2.html
+share/doc/html/php-jpgraph/html/exframes/image_pielabelsex4.html
 share/doc/html/php-jpgraph/html/exframes/image_polarex0-180.html
 share/doc/html/php-jpgraph/html/exframes/image_polarex0.html
 share/doc/html/php-jpgraph/html/exframes/image_polarex3-lin.html



Home | Main Index | Thread Index | Old Index