Date: Wed, 13 Jan 2016 03:24:32 +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: r406002 - in head/math: . octave-forge-sparsersb Message-ID: <201601130324.u0D3OXdB084980@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: stephen Date: Wed Jan 13 03:24:32 2016 New Revision: 406002 URL: https://svnweb.freebsd.org/changeset/ports/406002 Log: - New port math/octave-forge-sparsersb. 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 port uses math/librsb, which is quite difficult to install. Therefore this port will not be installed as part of the math/octave-forge meta-port. Added: head/math/octave-forge-sparsersb/ head/math/octave-forge-sparsersb/Makefile (contents, props changed) head/math/octave-forge-sparsersb/distinfo (contents, props changed) head/math/octave-forge-sparsersb/pkg-descr (contents, props changed) head/math/octave-forge-sparsersb/pkg-plist (contents, props changed) Modified: head/math/Makefile Modified: head/math/Makefile ============================================================================== --- head/math/Makefile Wed Jan 13 03:15:40 2016 (r406001) +++ head/math/Makefile Wed Jan 13 03:24:32 2016 (r406002) @@ -377,6 +377,7 @@ SUBDIR += octave-forge-signal SUBDIR += octave-forge-simp SUBDIR += octave-forge-sockets + SUBDIR += octave-forge-sparsersb SUBDIR += octave-forge-specfun SUBDIR += octave-forge-special-matrix SUBDIR += octave-forge-spline-gcvspl Added: head/math/octave-forge-sparsersb/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/math/octave-forge-sparsersb/Makefile Wed Jan 13 03:24:32 2016 (r406002) @@ -0,0 +1,28 @@ +# Created by: Stephen Montgomery-Smith <stephen@math.missouri.edu> +# $FreeBSD$ + +PORTNAME= octave-forge-sparsersb +PORTVERSION= 1.0.0 +CATEGORIES= math + +MAINTAINER= stephen@FreeBSD.org +COMMENT= Octave-forge package ${OCTAVE_PKGNAME} + +LICENSE= GPLv3 +LICENSE_FILE= ${WRKDIR}/${OCTSRC}/COPYING + +BUILD_DEPENDS= ${LOCALBASE}/lib/librsb.a:${PORTSDIR}/math/librsb + +# 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-build: + ${RM} -f ${WRKSRC}/Makefile ${WRKSRC}/configure + cd ${WRKDIR} && ${TAR} cfz ${DISTNAME}.tar.gz ${OCTSRC} + +.include <bsd.port.mk> Added: head/math/octave-forge-sparsersb/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/math/octave-forge-sparsersb/distinfo Wed Jan 13 03:24:32 2016 (r406002) @@ -0,0 +1,2 @@ +SHA256 (octave-forge/sparsersb-1.0.0.tar.gz) = be106ea9f32d7fbc2ffe67b65bb39650cdfaf34b3bb38a373688f205e471d411 +SIZE (octave-forge/sparsersb-1.0.0.tar.gz) = 79786 Added: head/math/octave-forge-sparsersb/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/math/octave-forge-sparsersb/pkg-descr Wed Jan 13 03:24:32 2016 (r406002) @@ -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 sparsersb. + + Interface to the librsb package implementing the RSB sparse matrix format. + +WWW: http://octave.sourceforge.net/ Added: head/math/octave-forge-sparsersb/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/math/octave-forge-sparsersb/pkg-plist Wed Jan 13 03:24:32 2016 (r406002) @@ -0,0 +1 @@ +@comment This file intentionally left empty
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201601130324.u0D3OXdB084980>