diff options
-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 02aadb79f90..d2fa5cc10e9 100644 --- a/doc/CHANGES-2009 +++ b/doc/CHANGES-2009 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2009,v 1.1228 2009/04/06 19:02:32 chuck Exp $ +$NetBSD: CHANGES-2009,v 1.1229 2009/04/06 19:10:31 chuck Exp $ Changes to the packages collection and infrastructure in 2009: @@ -1670,3 +1670,4 @@ Changes to the packages collection and infrastructure in 2009: Updated www/neon to 0.28.3 [markd 2009-04-06] Updated multimedia/phonon to 4.3.1 [markd 2009-04-06] Added math/p5-Statistics-Descriptive version 2.6 [chuck 2009-04-06] + Added graphics/p5-GDGraph-boxplot version 1.00 [chuck 2009-04-06] diff --git a/graphics/Makefile b/graphics/Makefile index c9f3407ccf1..2cd0ce9337d 100644 --- a/graphics/Makefile +++ b/graphics/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.518 2009/03/05 22:46:23 snj Exp $ +# $NetBSD: Makefile,v 1.519 2009/04/06 19:10:31 chuck Exp $ # COMMENT= Graphics tools and libraries @@ -253,6 +253,7 @@ SUBDIR+= p5-GD-Graph-sparklines SUBDIR+= p5-GD-SVG SUBDIR+= p5-GD-SecurityImage SUBDIR+= p5-GDGraph +SUBDIR+= p5-GDGraph-boxplot SUBDIR+= p5-GDGraph3d SUBDIR+= p5-GDTextUtil SUBDIR+= p5-GIFgraph |