Date: Wed, 8 Jul 2015 23:37:48 +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: r391607 - in head/math: . octave-forge-doctest Message-ID: <201507082337.t68NbmAS023161@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: stephen Date: Wed Jul 8 23:37:47 2015 New Revision: 391607 URL: https://svnweb.freebsd.org/changeset/ports/391607 Log: - New port math/octave-forge-doctest. 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 doctest. The Octave-Forge Doctest package finds specially-formatted blocks of example code within documentation files. It then executes the code and confirms the output is correct. This can be useful as part of a testing framework or simply to ensure that documentation stays up-to-date during software development. Added: head/math/octave-forge-doctest/ head/math/octave-forge-doctest/Makefile (contents, props changed) head/math/octave-forge-doctest/distinfo (contents, props changed) head/math/octave-forge-doctest/pkg-descr (contents, props changed) head/math/octave-forge-doctest/pkg-plist (contents, props changed) Modified: head/math/Makefile Modified: head/math/Makefile ============================================================================== --- head/math/Makefile Wed Jul 8 22:21:14 2015 (r391606) +++ head/math/Makefile Wed Jul 8 23:37:47 2015 (r391607) @@ -290,6 +290,7 @@ SUBDIR += octave-forge-dataframe SUBDIR += octave-forge-dicom SUBDIR += octave-forge-divand + SUBDIR += octave-forge-doctest SUBDIR += octave-forge-econometrics SUBDIR += octave-forge-engine SUBDIR += octave-forge-fenv Added: head/math/octave-forge-doctest/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/math/octave-forge-doctest/Makefile Wed Jul 8 23:37:47 2015 (r391607) @@ -0,0 +1,26 @@ +# Created by: Stephen Montgomery-Smith <stephen@FreeBSD.org> +# $FreeBSD$ + +PORTNAME= octave-forge-doctest +PORTVERSION= 0.4.0 +CATEGORIES= math + +MAINTAINER= stephen@FreeBSD.org +COMMENT= Octave-forge package ${OCTAVE_PKGNAME} + +LICENSE= BSD3CLAUSE +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-build: + ${RM} -f ${WRKSRC}/Makefile ${WRKSRC}/configure + cd ${WRKDIR} && ${TAR} cfz ${DISTNAME}.tar.gz ${OCTSRC} + +.include <bsd.port.mk> Added: head/math/octave-forge-doctest/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/math/octave-forge-doctest/distinfo Wed Jul 8 23:37:47 2015 (r391607) @@ -0,0 +1,2 @@ +SHA256 (octave-forge/doctest-0.4.0.tar.gz) = ae15513020f89675efa6da2f7e16a225c3a813a8758632e8bd73ebf53a34fe85 +SIZE (octave-forge/doctest-0.4.0.tar.gz) = 15363 Added: head/math/octave-forge-doctest/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/math/octave-forge-doctest/pkg-descr Wed Jul 8 23:37:47 2015 (r391607) @@ -0,0 +1,14 @@ +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 doctest. + + The Octave-Forge Doctest package finds specially-formatted blocks of + example code within documentation files. It then executes the code and + confirms the output is correct. This can be useful as part of a testing + framework or simply to ensure that documentation stays up-to-date during + software development. + +WWW: http://octave.sourceforge.net/ Added: head/math/octave-forge-doctest/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/math/octave-forge-doctest/pkg-plist Wed Jul 8 23:37:47 2015 (r391607) @@ -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?201507082337.t68NbmAS023161>