diff options
author | sno <sno> | 2009-08-17 17:51:41 +0000 |
---|---|---|
committer | sno <sno> | 2009-08-17 17:51:41 +0000 |
commit | 58120aa948368046407c1f313cdfd8f355a36579 (patch) | |
tree | c3ad270bd94d25c424237b570d60ae99f0036f44 | |
parent | fabf3ba1374be4198b10082f513d435ccab364b8 (diff) | |
download | pkgsrc-58120aa948368046407c1f313cdfd8f355a36579.tar.gz |
Added graphics/p5-GD-Graph3d version 0.63
-rw-r--r-- | doc/CHANGES-2009 | 3 | ||||
-rw-r--r-- | graphics/Makefile | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/doc/CHANGES-2009 b/doc/CHANGES-2009 index 5aa21fc61f9..51a320a1ecd 100644 --- a/doc/CHANGES-2009 +++ b/doc/CHANGES-2009 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2009,v 1.3185 2009/08/17 16:06:28 taca Exp $ +$NetBSD: CHANGES-2009,v 1.3186 2009/08/17 17:51:41 sno Exp $ Changes to the packages collection and infrastructure in 2009: @@ -4217,3 +4217,4 @@ Changes to the packages collection and infrastructure in 2009: Updated textproc/metauml to 0.2.5nb1 [minskim 2009-08-16] Updated www/tidy to 20090326nb1 [wiz 2009-08-17] Updated x11/p5-Tk to 804.028nb1 [gson 2009-08-17] + Added graphics/p5-GD-Graph3d version 0.63 [sno 2009-08-17] diff --git a/graphics/Makefile b/graphics/Makefile index 89f2dc77634..5cf059c16ed 100644 --- a/graphics/Makefile +++ b/graphics/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.527 2009/08/03 23:52:11 minskim Exp $ +# $NetBSD: Makefile,v 1.528 2009/08/17 17:51:41 sno Exp $ # COMMENT= Graphics tools and libraries @@ -255,6 +255,7 @@ SUBDIR+= p5-Chart SUBDIR+= p5-Chart-ThreeD SUBDIR+= p5-GD SUBDIR+= p5-GD-Graph-sparklines +SUBDIR+= p5-GD-Graph3d SUBDIR+= p5-GD-SVG SUBDIR+= p5-GD-SecurityImage SUBDIR+= p5-GDGraph |