diff options
author | drochner <drochner> | 2006-07-04 16:15:01 +0000 |
---|---|---|
committer | drochner <drochner> | 2006-07-04 16:15:01 +0000 |
commit | 7108a741abc6cdcf43d80a50d5a585609c533570 (patch) | |
tree | c57eac37391683a31feee3df004468da43d14a25 /graphics/veusz/Makefile | |
parent | 2ae2980a3cc8b9b44acb40a2be94dc780e1c754a (diff) | |
download | pkgsrc-7108a741abc6cdcf43d80a50d5a585609c533570.tar.gz |
update to 0.10
changes:
* CSV import of data
* Stylesheets to easily change graph appearance
* Many user interface improvements
* Extra plotting features and bug fixes
Diffstat (limited to 'graphics/veusz/Makefile')
-rw-r--r-- | graphics/veusz/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/graphics/veusz/Makefile b/graphics/veusz/Makefile index da0a45d571a..37136afdf06 100644 --- a/graphics/veusz/Makefile +++ b/graphics/veusz/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.7 2006/04/17 13:46:36 wiz Exp $ +# $NetBSD: Makefile,v 1.8 2006/07/04 16:15:01 drochner Exp $ # -DISTNAME= veusz-0.9 -PKGREVISION= 1 +DISTNAME= veusz-0.10 CATEGORIES= graphics MASTER_SITES= http://download.gna.org/veusz/ |