pkgsrc/math/tex-minifp/Makefile
markd b5abd9f085 tex-minifp{,-doc}: Add version 0.96
The package provides basic arithmetic operations to 8 decimal
places for plain TeX or LaTeX. Results are exact when they fit
within the digit limits. Along with the basic package is an
optional extension that adds computation of sin, cos, log,
sqrt, exp, powers and angles. These are also exact when
theoretically possible and are otherwise accurate to at least 7
decimal places. In addition, the package provides a stack-based
programing environment.
2020-05-22 03:10:33 +00:00

13 lines
346 B
Makefile

# $NetBSD: Makefile,v 1.1 2020/05/22 03:10:33 markd Exp $
DISTNAME= minifp
PKGNAME= tex-${DISTNAME}-0.96
TEXLIVE_REV= 32559
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://ctan.org/pkg/minifp
COMMENT= Fixed-point real computations to 8 decimals
LICENSE= lppl-1.3c
.include "../../print/texlive/package.mk"
.include "../../mk/bsd.pkg.mk"