From owner-svn-ports-all@freebsd.org Thu Jun 22 21:53:08 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 106ECD95191; Thu, 22 Jun 2017 21:53:08 +0000 (UTC) (envelope-from stephen@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D9A1366C2C; Thu, 22 Jun 2017 21:53:07 +0000 (UTC) (envelope-from stephen@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v5MLr6Ti046935; Thu, 22 Jun 2017 21:53:06 GMT (envelope-from stephen@FreeBSD.org) Received: (from stephen@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v5MLr6ol046931; Thu, 22 Jun 2017 21:53:06 GMT (envelope-from stephen@FreeBSD.org) Message-Id: <201706222153.v5MLr6ol046931@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: stephen set sender to stephen@FreeBSD.org using -f From: Stephen Montgomery-Smith Date: Thu, 22 Jun 2017 21:53:06 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r444131 - in head/math: . octave-forge-bsltl 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.23 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: Thu, 22 Jun 2017 21:53:08 -0000 Author: stephen Date: Thu Jun 22 21:53:06 2017 New Revision: 444131 URL: https://svnweb.freebsd.org/changeset/ports/444131 Log: - New port math/octave-forge-bsltl. 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 bsltl. The BSLTL package is a free collection of OCTAVE/MATLAB routines for working with the biospeckle laser technique. Added: head/math/octave-forge-bsltl/ head/math/octave-forge-bsltl/Makefile (contents, props changed) head/math/octave-forge-bsltl/distinfo (contents, props changed) head/math/octave-forge-bsltl/pkg-descr (contents, props changed) Modified: head/math/Makefile Modified: head/math/Makefile ============================================================================== --- head/math/Makefile Thu Jun 22 21:04:09 2017 (r444130) +++ head/math/Makefile Thu Jun 22 21:53:06 2017 (r444131) @@ -317,6 +317,7 @@ SUBDIR += octave-forge-base SUBDIR += octave-forge-bim SUBDIR += octave-forge-bioinfo + SUBDIR += octave-forge-bsltl SUBDIR += octave-forge-cgi SUBDIR += octave-forge-civil-engineering SUBDIR += octave-forge-communications Added: head/math/octave-forge-bsltl/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/math/octave-forge-bsltl/Makefile Thu Jun 22 21:53:06 2017 (r444131) @@ -0,0 +1,29 @@ +# Created by: Stephen Montgomery-Smith +# $FreeBSD$ + +PORTNAME= octave-forge-bsltl +PORTVERSION= 1.1.1 +CATEGORIES= math + +MAINTAINER= stephen@FreeBSD.org +COMMENT= Octave-forge package ${OCTAVE_PKGNAME} + +LICENSE= GPLv3 +LICENSE_FILE= ${WRKDIR}/${OCTSRC}/COPYING + +# OCTSRC is the name of the directory of the package. +# It is usually ${OCTAVE_PKGNAME} or ${DISTNAME}. +OCTSRC= ${DISTNAME} + +WRKSRC= ${WRKDIR}/${OCTSRC}/src + +.include "${.CURDIR}/../../Mk/bsd.octave.mk" + +do-build: + ${DO_NADA} + +post-build: + ${RM} ${WRKSRC}/Makefile ${WRKSRC}/configure + cd ${WRKDIR} && ${TAR} cfz ${DISTNAME}.tar.gz ${OCTSRC} + +.include Added: head/math/octave-forge-bsltl/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/math/octave-forge-bsltl/distinfo Thu Jun 22 21:53:06 2017 (r444131) @@ -0,0 +1,3 @@ +TIMESTAMP = 1498167823 +SHA256 (octave-forge/bsltl-1.1.1.tar.gz) = 8eedcfa9bcc299b185476b61886fa691bbe3fd72c3a3000a972806ce9cd5a912 +SIZE (octave-forge/bsltl-1.1.1.tar.gz) = 58460 Added: head/math/octave-forge-bsltl/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/math/octave-forge-bsltl/pkg-descr Thu Jun 22 21:53:06 2017 (r444131) @@ -0,0 +1,11 @@ +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 bsltl. + + The BSLTL package is a free collection of OCTAVE/MATLAB routines for working + with the biospeckle laser technique. + +WWW: http://octave.sourceforge.net/