From owner-svn-ports-head@FreeBSD.ORG Sun Dec 14 22:06:52 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 53441B53; Sun, 14 Dec 2014 22:06:52 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 3E54C810; Sun, 14 Dec 2014 22:06:52 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id sBEM6qYh033200; Sun, 14 Dec 2014 22:06:52 GMT (envelope-from stephen@FreeBSD.org) Received: (from stephen@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id sBEM6orO033194; Sun, 14 Dec 2014 22:06:50 GMT (envelope-from stephen@FreeBSD.org) Message-Id: <201412142206.sBEM6orO033194@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: stephen set sender to stephen@FreeBSD.org using -f From: Stephen Montgomery-Smith Date: Sun, 14 Dec 2014 22:06:50 +0000 (UTC) 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 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 14 Dec 2014 22:06:52 -0000 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 +# $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 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