diff options
author | rillig <rillig@pkgsrc.org> | 2005-11-04 08:29:08 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2005-11-04 08:29:08 +0000 |
commit | 39dd3b81b89a5e5ae90d1bed118e7f782aafbe32 (patch) | |
tree | 5f4159eb75988f6563a3eedc5001cca63a83c88b /math | |
parent | 94e9e8e62727be275c393de47edfc8237ccf5a1d (diff) | |
download | pkgsrc-39dd3b81b89a5e5ae90d1bed118e7f782aafbe32.tar.gz |
Added the R packages that have been imported from pkgsrc-wip.
Diffstat (limited to 'math')
-rw-r--r-- | math/Makefile | 29 |
1 files changed, 28 insertions, 1 deletions
diff --git a/math/Makefile b/math/Makefile index 3cbe5e153f2..d42e4af08b7 100644 --- a/math/Makefile +++ b/math/Makefile @@ -1,9 +1,36 @@ -# $NetBSD: Makefile,v 1.140 2005/11/03 06:35:30 taca Exp $ +# $NetBSD: Makefile,v 1.141 2005/11/04 08:29:08 rillig Exp $ # COMMENT= Mathematics SUBDIR+= R +SUBDIR+= R-CGIwithR +SUBDIR+= R-DAAG +SUBDIR+= R-GRASS +SUBDIR+= R-ISwR +SUBDIR+= R-Matrix +SUBDIR+= R-PHYLOGR +SUBDIR+= R-R2HTML +SUBDIR+= R-RArcInfo +SUBDIR+= R-Rcmdr +SUBDIR+= R-VR +SUBDIR+= R-abind +SUBDIR+= R-chron +SUBDIR+= R-clim.pact +SUBDIR+= R-date +SUBDIR+= R-genetics +SUBDIR+= R-geoR +SUBDIR+= R-gstat +SUBDIR+= R-httpRequest +SUBDIR+= R-hwde +SUBDIR+= R-lmm +SUBDIR+= R-mapproj +SUBDIR+= R-maps +SUBDIR+= R-pixmap +SUBDIR+= R-sgeostat +SUBDIR+= R-shapefiles +SUBDIR+= R-statmod +SUBDIR+= R-wle SUBDIR+= abs SUBDIR+= admesh SUBDIR+= algae |