Date: Mon, 2 Dec 2019 00:17:31 +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: r518818 - in head/math: . octave-forge-matgeom Message-ID: <201912020017.xB20HVoN048388@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: stephen Date: Mon Dec 2 00:17:31 2019 New Revision: 518818 URL: https://svnweb.freebsd.org/changeset/ports/518818 Log: - New port math/octave-forge-matgeom. 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 matgeom. Geometry toolbox for 2D/3D geometric computing. WWW: http://octave.sourceforge.net/ Added: head/math/octave-forge-matgeom/ head/math/octave-forge-matgeom/Makefile (contents, props changed) head/math/octave-forge-matgeom/distinfo (contents, props changed) head/math/octave-forge-matgeom/pkg-descr (contents, props changed) Modified: head/math/Makefile Modified: head/math/Makefile ============================================================================== --- head/math/Makefile Sun Dec 1 23:56:24 2019 (r518817) +++ head/math/Makefile Mon Dec 2 00:17:31 2019 (r518818) @@ -436,6 +436,7 @@ SUBDIR += octave-forge-lssa SUBDIR += octave-forge-ltfat SUBDIR += octave-forge-mapping + SUBDIR += octave-forge-matgeom SUBDIR += octave-forge-miscellaneous SUBDIR += octave-forge-missing-functions SUBDIR += octave-forge-msh Added: head/math/octave-forge-matgeom/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/math/octave-forge-matgeom/Makefile Mon Dec 2 00:17:31 2019 (r518818) @@ -0,0 +1,34 @@ +# Created by: Stephen Montgomery-Smith <stephen@FreeBSD.org> +# $FreeBSD$ + +PORTNAME= octave-forge-matgeom +PORTVERSION= 1.2.1 +#DISTVERSIONSUFFIX= .octave +CATEGORIES= math +DISTFILES= ${DISTNAME}.octave${EXTRACT_SUFX} + +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" + +post-extract: + @${MV} ${WRKDIR}/${OCTSRC}.octave ${WRKDIR}/${OCTSRC} + @${REINPLACE_CMD} -E 's/\.octave//' ${WRKDIR}/${OCTSRC}/DESCRIPTION + +do-build: + @${DO_NADA} + +post-build: + cd ${WRKDIR} && ${TAR} cfz ${DISTNAME}.tar.gz ${OCTSRC} + +.include <bsd.port.mk> Added: head/math/octave-forge-matgeom/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/math/octave-forge-matgeom/distinfo Mon Dec 2 00:17:31 2019 (r518818) @@ -0,0 +1,3 @@ +TIMESTAMP = 1575238296 +SHA256 (octave-forge/matgeom-1.2.1.octave.tar.gz) = 2d9b716d39b04b8295cc7b689307f8bd531126ef3f6f930cb5df6912f1d17525 +SIZE (octave-forge/matgeom-1.2.1.octave.tar.gz) = 412608 Added: head/math/octave-forge-matgeom/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/math/octave-forge-matgeom/pkg-descr Mon Dec 2 00:17:31 2019 (r518818) @@ -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 matgeom. + + Geometry toolbox for 2D/3D geometric computing. + +WWW: http://octave.sourceforge.net/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201912020017.xB20HVoN048388>