diff options
author | drochner <drochner> | 2013-07-24 11:15:55 +0000 |
---|---|---|
committer | drochner <drochner> | 2013-07-24 11:15:55 +0000 |
commit | 27237e13d164e54b5ac4b80fdee9d397e3d16c9f (patch) | |
tree | 0199429dcbc1adf26e14a8be2c33f02a2020602d /math/genius/Makefile | |
parent | f16db9826b533ffbacf2ea789983ad68102bb7d5 (diff) | |
download | pkgsrc-27237e13d164e54b5ac4b80fdee9d397e3d16c9f.tar.gz |
update to 1.0.17
changes:
-Plotting uses cairo (and is antialised) by using updated GtkExtra
-Improvements to line plots including autoscaling the y axis by default
-PDF export
-Lots of of fixes and other minor improvements all over
Diffstat (limited to 'math/genius/Makefile')
-rw-r--r-- | math/genius/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/math/genius/Makefile b/math/genius/Makefile index 94ec2c80322..ae67d823540 100644 --- a/math/genius/Makefile +++ b/math/genius/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.56 2013/07/15 02:02:25 ryoon Exp $ +# $NetBSD: Makefile,v 1.57 2013/07/24 11:15:55 drochner Exp $ # -DISTNAME= genius-1.0.16 -PKGREVISION= 4 +DISTNAME= genius-1.0.17 CATEGORIES= math MASTER_SITES= http://ftp.5z.com/pub/genius/ |