Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 1 Feb 2015 22:04:53 +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: r378280 - in head/math: . octave-forge-interval octave-forge-interval/files
Message-ID:  <201502012204.t11M4rTD032954@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: stephen
Date: Sun Feb  1 22:04:52 2015
New Revision: 378280
URL: https://svnweb.freebsd.org/changeset/ports/378280
QAT: https://qat.redports.org/buildarchive/r378280/

Log:
  - New port math/octave-forge-interval.
  
  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.

Added:
  head/math/octave-forge-interval/
  head/math/octave-forge-interval/Makefile   (contents, props changed)
  head/math/octave-forge-interval/distinfo   (contents, props changed)
  head/math/octave-forge-interval/files/
  head/math/octave-forge-interval/files/patch-Makefile   (contents, props changed)
  head/math/octave-forge-interval/pkg-descr   (contents, props changed)
  head/math/octave-forge-interval/pkg-plist   (contents, props changed)
Modified:
  head/math/Makefile

Modified: head/math/Makefile
==============================================================================
--- head/math/Makefile	Sun Feb  1 21:45:09 2015	(r378279)
+++ head/math/Makefile	Sun Feb  1 22:04:52 2015	(r378280)
@@ -303,6 +303,7 @@
     SUBDIR += octave-forge-image
     SUBDIR += octave-forge-informationtheory
     SUBDIR += octave-forge-integration
+    SUBDIR += octave-forge-interval
     SUBDIR += octave-forge-io
     SUBDIR += octave-forge-irsa
     SUBDIR += octave-forge-linear-algebra

Added: head/math/octave-forge-interval/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/math/octave-forge-interval/Makefile	Sun Feb  1 22:04:52 2015	(r378280)
@@ -0,0 +1,27 @@
+# Created by: Stephen Montgomery-Smith <stephen@math.missouri.edu>
+# $FreeBSD$
+
+PORTNAME=	octave-forge-interval
+PORTVERSION=	0.1.1
+CATEGORIES=	math
+
+MAINTAINER=	stephen@FreeBSD.org
+COMMENT=	Octave-forge package ${OCTAVE_PKGNAME}
+
+LICENSE=	GPLv3
+
+LIB_DEPENDS=	libmpfr.so:${PORTSDIR}/math/mpfr
+
+# 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-interval/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/math/octave-forge-interval/distinfo	Sun Feb  1 22:04:52 2015	(r378280)
@@ -0,0 +1,2 @@
+SHA256 (octave-forge/interval-0.1.1.tar.gz) = 84a33f0aa6c9adbb49847f3eb5d83dad64a639ab30df0744f940451a0d339aad
+SIZE (octave-forge/interval-0.1.1.tar.gz) = 99113

Added: head/math/octave-forge-interval/files/patch-Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/math/octave-forge-interval/files/patch-Makefile	Sun Feb  1 22:04:52 2015	(r378280)
@@ -0,0 +1,11 @@
+--- Makefile-orig	2015-02-01 21:41:06.000000000 +0000
++++ Makefile	2015-02-01 21:41:39.000000000 +0000
+@@ -9,7 +9,7 @@
+ all: $(OBJ)
+ 
+ mpfr_%.oct: mpfr_%.cc mpfr_commons.cc
+-	$(MKOCTFILE) $(CFLAGS) -o $@ $(LDFLAGS) $(LDFLAGS_MPFR)  $<
++	$(MKOCTFILE) -o $@ $(LDFLAGS_MPFR)  $<
+ 
+ # The following build target are not required for the package installation
+ # process, but are used during development of the package.

Added: head/math/octave-forge-interval/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/math/octave-forge-interval/pkg-descr	Sun Feb  1 22:04:52 2015	(r378280)
@@ -0,0 +1,12 @@
+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 interval.
+
+ The package provides data types for verified computing. The implementation
+ of intervals in inf-sup format is based on interval boundaries represented
+ by binary64 numbers and is standard conforming to IEEE 1788. 
+
+WWW: http://octave.sourceforge.net/

Added: head/math/octave-forge-interval/pkg-plist
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/math/octave-forge-interval/pkg-plist	Sun Feb  1 22:04:52 2015	(r378280)
@@ -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?201502012204.t11M4rTD032954>