svn commit: r338355 - in head/math: . octave-forge-mvn

Stephen Montgomery-Smith stephen at FreeBSD.org
Wed Jan 1 04:00:24 UTC 2014


Author: stephen
Date: Wed Jan  1 04:00:22 2014
New Revision: 338355
URL: http://svnweb.freebsd.org/changeset/ports/338355

Log:
  - New port math/octave-forge-mvn.
  
  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.

Added:
  head/math/octave-forge-mvn/
  head/math/octave-forge-mvn/Makefile   (contents, props changed)
  head/math/octave-forge-mvn/distinfo   (contents, props changed)
  head/math/octave-forge-mvn/pkg-descr   (contents, props changed)
  head/math/octave-forge-mvn/pkg-plist   (contents, props changed)
Modified:
  head/math/Makefile

Modified: head/math/Makefile
==============================================================================
--- head/math/Makefile	Wed Jan  1 03:51:14 2014	(r338354)
+++ head/math/Makefile	Wed Jan  1 04:00:22 2014	(r338355)
@@ -316,6 +316,7 @@
     SUBDIR += octave-forge-missing-functions
     SUBDIR += octave-forge-msh
     SUBDIR += octave-forge-multicore
+    SUBDIR += octave-forge-mvn
     SUBDIR += octave-forge-nan
     SUBDIR += octave-forge-ncarray
     SUBDIR += octave-forge-netcdf

Added: head/math/octave-forge-mvn/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/math/octave-forge-mvn/Makefile	Wed Jan  1 04:00:22 2014	(r338355)
@@ -0,0 +1,25 @@
+# Created by: Stephen Montgomery-Smith <stephen at FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME=	octave-forge-mvn
+PORTVERSION=	1.1.0
+CATEGORIES=	math
+
+MAINTAINER=	stephen at FreeBSD.org
+COMMENT=	Octave-forge package ${OCTAVE_PKGNAME}
+
+# OCTSRC is the name of the directory of the package.
+# It is usually ${OCTAVE_PKGNAME} or ${DISTNAME}.
+OCTSRC=		${OCTAVE_PKGNAME}
+
+NO_STAGE=	yes
+.include "${.CURDIR}/../../Mk/bsd.octave.mk"
+
+do-build:
+	@${DO_NADA}
+
+post-build:
+	${RM} -f ${WRKSRC}/Makefile ${WRKSRC}/configure
+	cd ${WRKDIR} && ${TAR} cfz ${DISTNAME}.tar.gz ${OCTSRC}
+
+.include <bsd.port.mk>

Added: head/math/octave-forge-mvn/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/math/octave-forge-mvn/distinfo	Wed Jan  1 04:00:22 2014	(r338355)
@@ -0,0 +1,2 @@
+SHA256 (octave-forge/mvn-1.1.0.tar.gz) = af5a16b91cb6b83ef05ba62321fc1b8a90c8fe7ee79a4fc819b5618b3b4c8603
+SIZE (octave-forge/mvn-1.1.0.tar.gz) = 20623

Added: head/math/octave-forge-mvn/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/math/octave-forge-mvn/pkg-descr	Wed Jan  1 04:00:22 2014	(r338355)
@@ -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 mvn.
+
+ Multivariate normal distribution clustering and utility functions.
+
+WWW: http://octave.sourceforge.net/

Added: head/math/octave-forge-mvn/pkg-plist
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/math/octave-forge-mvn/pkg-plist	Wed Jan  1 04:00:22 2014	(r338355)
@@ -0,0 +1 @@
+ at comment This file intentionally left empty


More information about the svn-ports-all mailing list