- Remove uses=compiler:c++11-lang.

- Remove broken for FreeBSD < 10.  Will reinstate if errors result.
- Update pkg-descr according to upstream info.

Submitted by:	Oliver Heimlich <oheim@posteo.de>
This commit is contained in:
Stephen Montgomery-Smith 2015-08-06 20:55:11 +00:00
parent 27a1dc54be
commit bbafe3387b
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=393673
2 changed files with 9 additions and 12 deletions

View file

@ -13,8 +13,6 @@ LICENSE_FILE= ${WRKDIR}/${OCTSRC}/COPYING
LIB_DEPENDS= libmpfr.so:${PORTSDIR}/math/mpfr
USES= compiler:c++11-lang
# OCTSRC is the name of the directory of the package.
# It is usually ${OCTAVE_PKGNAME} or ${DISTNAME}.
OCTSRC= ${DISTNAME}
@ -27,10 +25,4 @@ post-build:
${RM} -f ${WRKSRC}/Makefile ${WRKSRC}/configure
cd ${WRKDIR} && ${TAR} cfz ${DISTNAME}.tar.gz ${OCTSRC}
.include <bsd.port.pre.mk>
.if ${OSVERSION} < 1000000 || ${ARCH} == "i386"
BROKEN= Doesn't build on FreeBSD 9 nor i386
.endif
.include <bsd.port.post.mk>
.include <bsd.port.mk>

View file

@ -5,8 +5,13 @@ 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.
The interval package for real-valued interval arithmetic allows to evaluate
functions over subsets of their domain. All results are verified, because
interval computations automatically keep track of any errors. These
concepts can be used to handle uncertainties, estimate arithmetic errors
and produce reliable results. Also it can be applied to computer-assisted
proofs, constraint programming, and verified computing. The implementation
is based on interval boundaries represented by binary64 numbers and is
conforming to IEEE Std 1788-2015, IEEE standard for interval arithmetic.
WWW: http://octave.sourceforge.net/