diff options
author | Max Brazhnikov <makc@FreeBSD.org> | 2010-08-29 15:34:55 +0000 |
---|---|---|
committer | Max Brazhnikov <makc@FreeBSD.org> | 2010-08-29 15:34:55 +0000 |
commit | f98951b94b75ab2d084f8009bc17bca3234778e7 (patch) | |
tree | 46419df9dd65d4ab93ecc4133c270505e867c778 /math/octave-forge-dataframe | |
parent | 9a74daae71e81fc463b7ea6878b2bc37cf764348 (diff) | |
download | ports-f98951b94b75ab2d084f8009bc17bca3234778e7.tar.gz ports-f98951b94b75ab2d084f8009bc17bca3234778e7.zip |
Notes
Diffstat (limited to 'math/octave-forge-dataframe')
-rw-r--r-- | math/octave-forge-dataframe/Makefile | 23 | ||||
-rw-r--r-- | math/octave-forge-dataframe/distinfo | 3 | ||||
-rw-r--r-- | math/octave-forge-dataframe/pkg-descr | 10 | ||||
-rw-r--r-- | math/octave-forge-dataframe/pkg-plist | 1 |
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 |