diff options
author | adam <adam@pkgsrc.org> | 2005-10-11 13:31:10 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2005-10-11 13:31:10 +0000 |
commit | 1405fba0fd37e84f526212b6d714335eeee008d5 (patch) | |
tree | 6395977c9372a0c09018d8875589e628b8f1f57a | |
parent | 5d590b67de3206319152ba08624cdf10d89029e1 (diff) | |
download | pkgsrc-1405fba0fd37e84f526212b6d714335eeee008d5.tar.gz |
Added qalculate-[bases,currency,units] version 0.8.2
-rw-r--r-- | doc/CHANGES | 5 | ||||
-rw-r--r-- | math/Makefile | 5 |
2 files changed, 8 insertions, 2 deletions
diff --git a/doc/CHANGES b/doc/CHANGES index 073a96d6d47..6d44addee50 100644 --- a/doc/CHANGES +++ b/doc/CHANGES @@ -1,4 +1,4 @@ -$NetBSD: CHANGES,v 1.11414 2005/10/11 13:01:11 wiz Exp $ +$NetBSD: CHANGES,v 1.11415 2005/10/11 13:32:16 adam Exp $ Changes to the packages collection and infrastructure in 2005: @@ -4400,3 +4400,6 @@ Changes to the packages collection and infrastructure in 2005: Updated math/qalculate to 0.8.2 [adam 2005-10-11] Updated math/qalculate-gtk to 0.8.2 [adam 2005-10-11] Updated math/qalculate-kde to 0.8.2 [adam 2005-10-11] + Added math/qalculate-bases 0.8.2 [adam 2005-10-11] + Added math/qalculate-currency 0.8.2 [adam 2005-10-11] + Added math/qalculate-units 0.8.2 [adam 2005-10-11] diff --git a/math/Makefile b/math/Makefile index 8c996c63d78..fc091fa3b03 100644 --- a/math/Makefile +++ b/math/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.136 2005/10/02 12:08:37 wulf Exp $ +# $NetBSD: Makefile,v 1.137 2005/10/11 13:31:10 adam Exp $ # COMMENT= Mathematics @@ -92,8 +92,11 @@ SUBDIR+= py-numarray SUBDIR+= py-pytables SUBDIR+= py-rpy SUBDIR+= qalculate +SUBDIR+= qalculate-bases +SUBDIR+= qalculate-currency SUBDIR+= qalculate-gtk SUBDIR+= qalculate-kde +SUBDIR+= qalculate-units SUBDIR+= quadpack SUBDIR+= randlib SUBDIR+= ruby-bigfloat |