From owner-svn-ports-all@FreeBSD.ORG Wed Jan 1 04:00:24 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 40B1EB19; Wed, 1 Jan 2014 04:00:24 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 2CAA51120; Wed, 1 Jan 2014 04:00:24 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id s0140Oc3043528; Wed, 1 Jan 2014 04:00:24 GMT (envelope-from stephen@svn.freebsd.org) Received: (from stephen@localhost) by svn.freebsd.org (8.14.7/8.14.7/Submit) id s0140N8h043522; Wed, 1 Jan 2014 04:00:23 GMT (envelope-from stephen@svn.freebsd.org) Message-Id: <201401010400.s0140N8h043522@svn.freebsd.org> From: Stephen Montgomery-Smith Date: Wed, 1 Jan 2014 04:00:23 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r338355 - in head/math: . octave-forge-mvn X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Jan 2014 04:00:24 -0000 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 +# $FreeBSD$ + +PORTNAME= octave-forge-mvn +PORTVERSION= 1.1.0 +CATEGORIES= math + +MAINTAINER= stephen@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 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 @@ +@comment This file intentionally left empty