diff options
author | minskim <minskim> | 2007-12-17 23:40:48 +0000 |
---|---|---|
committer | minskim <minskim> | 2007-12-17 23:40:48 +0000 |
commit | be589a6c796ffc243ad7bf1dacbcd9262f36dd08 (patch) | |
tree | 0d5e4dd7e94898011af3695217ad318516a506a7 | |
parent | 456dc2eef895544e763ad7da29c70cb95b50389a (diff) | |
download | pkgsrc-be589a6c796ffc243ad7bf1dacbcd9262f36dd08.tar.gz |
Add ruby-rb-gsl.
-rw-r--r-- | doc/CHANGES-2007 | 3 | ||||
-rw-r--r-- | math/Makefile | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/doc/CHANGES-2007 b/doc/CHANGES-2007 index 500393568a6..cbfa1af7709 100644 --- a/doc/CHANGES-2007 +++ b/doc/CHANGES-2007 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2007,v 1.2663 2007/12/17 22:23:34 adam Exp $ +$NetBSD: CHANGES-2007,v 1.2664 2007/12/17 23:40:49 minskim Exp $ Changes to the packages collection and infrastructure in 2007: @@ -4834,3 +4834,4 @@ Changes to the packages collection and infrastructure in 2007: Updated x11/qt4-sqlite3 to 4.3.3 [adam 2007-12-17] Updated x11/qt4-tiff to 4.3.3 [adam 2007-12-17] Updated x11/qt4-qdbus to 4.3.3 [adam 2007-12-17] + Added math/ruby-rb-gsl version 1.9.2 [minskim 2007-12-17] diff --git a/math/Makefile b/math/Makefile index 369d0464411..8f73998da73 100644 --- a/math/Makefile +++ b/math/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.161 2007/09/19 18:02:52 drochner Exp $ +# $NetBSD: Makefile,v 1.162 2007/12/17 23:40:48 minskim Exp $ # COMMENT= Mathematics @@ -143,6 +143,7 @@ SUBDIR+= qhull SUBDIR+= quadpack SUBDIR+= randlib SUBDIR+= ruby-gsl +SUBDIR+= ruby-rb-gsl SUBDIR+= sc SUBDIR+= scilab SUBDIR+= slatec |