aboutsummaryrefslogtreecommitdiff
path: root/math
diff options
context:
space:
mode:
Diffstat (limited to 'math')
-rw-r--r--math/octave-forge-dataframe/Makefile23
-rw-r--r--math/octave-forge-dataframe/distinfo3
-rw-r--r--math/octave-forge-dataframe/pkg-descr10
-rw-r--r--math/octave-forge-dataframe/pkg-plist1
4 files changed, 37 insertions, 0 deletions
diff --git a/math/octave-forge-dataframe/Makefile b/math/octave-forge-dataframe/Makefile
new file mode 100644
index 000000000000..6df88c5d0d00
--- /dev/null
+++ b/math/octave-forge-dataframe/Makefile
@@ -0,0 +1,23 @@
+# New ports collection makefile for: octave-forge-dataframe
+# Date created: 26 August 2010
+# Whom: Stephen Montgomery-Smith <stephen@missouri.edu>
+#
+# $FreeBSD$
+#
+
+PORTNAME= octave-forge-dataframe
+PORTVERSION= 0.4
+CATEGORIES= math
+
+MAINTAINER= stephen@missouri.edu
+COMMENT= Octave-forge package ${OCTAVE_PKGNAME}
+
+.include <bsd.port.pre.mk>
+.include "${PORTSDIR}/Mk/bsd.octave.mk"
+do-build:
+ @${DO_NADA}
+
+post-build:
+ cd ${WRKDIR} && ${TAR} cfz ${DISTNAME}.tar.gz ${OCTAVE_PKGNAME}
+
+.include <bsd.port.post.mk>
diff --git a/math/octave-forge-dataframe/distinfo b/math/octave-forge-dataframe/distinfo
new file mode 100644
index 000000000000..86c3a858b547
--- /dev/null
+++ b/math/octave-forge-dataframe/distinfo
@@ -0,0 +1,3 @@
+MD5 (octave-forge/dataframe-0.4.tar.gz) = 5d116ae422621c74f67b65a6bc6d54c1
+SHA256 (octave-forge/dataframe-0.4.tar.gz) = d39e64fa1fa8e74cb47e19acebcc31bece9c417194f1dd27489cded8ab436fc9
+SIZE (octave-forge/dataframe-0.4.tar.gz) = 35395
diff --git a/math/octave-forge-dataframe/pkg-descr b/math/octave-forge-dataframe/pkg-descr
new file mode 100644
index 000000000000..1cbb3bf2d2bc
--- /dev/null
+++ b/math/octave-forge-dataframe/pkg-descr
@@ -0,0 +1,10 @@
+The octave-forge package is the result of The GNU Octave Repositry project,
+which is intended to be a central location for custom scripts, functions and
+extensions for GNU Octave. contains the source for all the functions plus
+build and install scripts.
+
+This is dataframe.
+
+ Data manipulation toolbox similar to R data.frame.
+
+WWW: http://octave.sourceforge.net/
diff --git a/math/octave-forge-dataframe/pkg-plist b/math/octave-forge-dataframe/pkg-plist
new file mode 100644
index 000000000000..a999ec86c07e
--- /dev/null
+++ b/math/octave-forge-dataframe/pkg-plist
@@ -0,0 +1 @@
+@comment This file intentionally left empty