Date: Thu, 22 Jun 2017 21:53:06 +0000 (UTC) From: Stephen Montgomery-Smith <stephen@FreeBSD.org> 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 Message-ID: <201706222153.v5MLr6ol046931@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 <stephen@FreeBSD.org> +# $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 <bsd.port.mk> 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/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201706222153.v5MLr6ol046931>