aboutsummaryrefslogtreecommitdiffstats
path: root/science
diff options
context:
space:
mode:
authortota <tota@FreeBSD.org>2012-04-19 20:43:14 +0800
committertota <tota@FreeBSD.org>2012-04-19 20:43:14 +0800
commit3b56dc661cb96b750249808a11e2de5a1240a976 (patch)
tree568891b8410f93f6726498071c943323b238dcb6 /science
parentbf48ad631c3bb16b8685b0ca36a71525f9a8bc93 (diff)
downloadfreebsd-ports-gnome-3b56dc661cb96b750249808a11e2de5a1240a976.tar.gz
freebsd-ports-gnome-3b56dc661cb96b750249808a11e2de5a1240a976.tar.zst
freebsd-ports-gnome-3b56dc661cb96b750249808a11e2de5a1240a976.zip
- Add a new port: science/R-cran-som
Self-Organizing Map (with application in gene clustering) WWW: http://cran.r-project.org/web/packages/som/
Diffstat (limited to 'science')
-rw-r--r--science/Makefile1
-rw-r--r--science/R-cran-som/Makefile21
-rw-r--r--science/R-cran-som/distinfo2
-rw-r--r--science/R-cran-som/pkg-descr3
4 files changed, 27 insertions, 0 deletions
diff --git a/science/Makefile b/science/Makefile
index d76e4c01424a..44ea5d70e758 100644
--- a/science/Makefile
+++ b/science/Makefile
@@ -14,6 +14,7 @@
SUBDIR += R-cran-eco
SUBDIR += R-cran-epicalc
SUBDIR += R-cran-snow
+ SUBDIR += R-cran-som
SUBDIR += abinit
SUBDIR += afni
SUBDIR += avogadro
diff --git a/science/R-cran-som/Makefile b/science/R-cran-som/Makefile
new file mode 100644
index 000000000000..d403b984af00
--- /dev/null
+++ b/science/R-cran-som/Makefile
@@ -0,0 +1,21 @@
+# New ports collection makefile for: R-cran-som
+# Date created: 2012-01-04
+# Whom: TAKATSU Tomonari <tota@FreeBSD.org>
+#
+# $FreeBSD$
+#
+
+PORTNAME= som
+DISTVERSION= 0.3-5
+CATEGORIES= science
+DISTNAME= ${PORTNAME}_${DISTVERSION}
+
+MAINTAINER= tota@FreeBSD.org
+COMMENT= Self-Organizing Map
+
+LICENSE= GPLv3
+
+USE_R_MOD= yes
+R_MOD_AUTOPLIST= yes
+
+.include <bsd.port.mk>
diff --git a/science/R-cran-som/distinfo b/science/R-cran-som/distinfo
new file mode 100644
index 000000000000..d0a8ce9d532c
--- /dev/null
+++ b/science/R-cran-som/distinfo
@@ -0,0 +1,2 @@
+SHA256 (som_0.3-5.tar.gz) = f7672afaaffcf41a8b2dd50e4c76b3a640ea2ad099f18b5dfcf00389abf6ba07
+SIZE (som_0.3-5.tar.gz) = 248967
diff --git a/science/R-cran-som/pkg-descr b/science/R-cran-som/pkg-descr
new file mode 100644
index 000000000000..007ae9d50971
--- /dev/null
+++ b/science/R-cran-som/pkg-descr
@@ -0,0 +1,3 @@
+Self-Organizing Map (with application in gene clustering)
+
+WWW: http://cran.r-project.org/web/packages/som/