Date: Sun, 14 Dec 2014 22:06:50 +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: r374726 - in head/math: . octave-forge-optics Message-ID: <201412142206.sBEM6orO033194@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: stephen Date: Sun Dec 14 22:06:49 2014 New Revision: 374726 URL: https://svnweb.freebsd.org/changeset/ports/374726 QAT: https://qat.redports.org/buildarchive/r374726/ Log: - New port math/octave-forge-optics. 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 optics. Added: head/math/octave-forge-optics/ head/math/octave-forge-optics/Makefile (contents, props changed) head/math/octave-forge-optics/distinfo (contents, props changed) head/math/octave-forge-optics/pkg-descr (contents, props changed) head/math/octave-forge-optics/pkg-plist (contents, props changed) Modified: head/math/Makefile Modified: head/math/Makefile ============================================================================== --- head/math/Makefile Sun Dec 14 21:52:59 2014 (r374725) +++ head/math/Makefile Sun Dec 14 22:06:49 2014 (r374726) @@ -329,6 +329,7 @@ SUBDIR += octave-forge-octproj SUBDIR += octave-forge-odebvp SUBDIR += octave-forge-odepkg + SUBDIR += octave-forge-optics SUBDIR += octave-forge-optim SUBDIR += octave-forge-optiminterp SUBDIR += octave-forge-outliers Added: head/math/octave-forge-optics/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/math/octave-forge-optics/Makefile Sun Dec 14 22:06:49 2014 (r374726) @@ -0,0 +1,28 @@ +# Created by: Stephen Montgomery-Smith <stephen@FreeBSD.org> +# $FreeBSD$ + +PORTNAME= octave-forge-optics +PORTVERSION= 0.1.1 +CATEGORIES= math + +MAINTAINER= stephen@FreeBSD.org +COMMENT= Octave-forge package ${OCTAVE_PKGNAME} + +LICENSE= GPLv2 + +# OCTSRC is the name of the directory of the package. +# It is usually ${OCTAVE_PKGNAME} or ${DISTNAME}. +OCTSRC= octave-${OCTAVE_PKGNAME} + +WRKSRC= ${WRKDIR}/${OCTSRC}/src + +.include "${.CURDIR}/../../Mk/bsd.octave.mk" + +do-build: + @${DO_NADA} + +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-optics/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/math/octave-forge-optics/distinfo Sun Dec 14 22:06:49 2014 (r374726) @@ -0,0 +1,2 @@ +SHA256 (octave-forge/optics-0.1.1.tar.gz) = b660aa4ba5b340952ac8bc6ffcfa23982368c9444b3787e2139233a2dda51a6a +SIZE (octave-forge/optics-0.1.1.tar.gz) = 33481 Added: head/math/octave-forge-optics/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/math/octave-forge-optics/pkg-descr Sun Dec 14 22:06:49 2014 (r374726) @@ -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 optics. + + Functions covering various aspects of optics. + +WWW: http://octave.sourceforge.net/ Added: head/math/octave-forge-optics/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/math/octave-forge-optics/pkg-plist Sun Dec 14 22:06:49 2014 (r374726) @@ -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?201412142206.sBEM6orO033194>