diff options
author | minskim <minskim@pkgsrc.org> | 2011-03-04 19:05:21 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2011-03-04 19:05:21 +0000 |
commit | 4ebafa539a416c0aa777c0a7eaef029c719c1e97 (patch) | |
tree | edddab1a3105a701c751197c3f54d0bce08e2ec4 /math | |
parent | ac903f0b7ffc5343c7e6ce8ccbb0534f4b7e3d58 (diff) | |
download | pkgsrc-4ebafa539a416c0aa777c0a7eaef029c719c1e97.tar.gz |
Import tex-fp-2010 as math/tex-fp.
An extensive collection of arithmetic operations for fixed point real
numbers of high precision.
Diffstat (limited to 'math')
-rw-r--r-- | math/tex-fp/DESCR | 2 | ||||
-rw-r--r-- | math/tex-fp/Makefile | 14 | ||||
-rw-r--r-- | math/tex-fp/PLIST | 15 | ||||
-rw-r--r-- | math/tex-fp/distinfo | 5 |
4 files changed, 36 insertions, 0 deletions
diff --git a/math/tex-fp/DESCR b/math/tex-fp/DESCR new file mode 100644 index 00000000000..d447875042a --- /dev/null +++ b/math/tex-fp/DESCR @@ -0,0 +1,2 @@ +An extensive collection of arithmetic operations for fixed point real +numbers of high precision. diff --git a/math/tex-fp/Makefile b/math/tex-fp/Makefile new file mode 100644 index 00000000000..d8a307424ad --- /dev/null +++ b/math/tex-fp/Makefile @@ -0,0 +1,14 @@ +# $NetBSD: Makefile,v 1.1.1.1 2011/03/04 19:05:21 minskim Exp $ + +DISTNAME= fp +PKGNAME= tex-${DISTNAME}-2010 +TEXLIVE_REV= 15878 + +MAINTAINER= minskim@NetBSD.org +COMMENT= Fixed point arithmetic + +CONFLICTS= teTeX-texmf<=3.0nb29 +DEPENDS+= tex-latex-bin-[0-9]*:../../print/tex-latex-bin + +.include "../../print/texlive/package.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/math/tex-fp/PLIST b/math/tex-fp/PLIST new file mode 100644 index 00000000000..bfb45018674 --- /dev/null +++ b/math/tex-fp/PLIST @@ -0,0 +1,15 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2011/03/04 19:05:21 minskim Exp $ +share/texmf-dist/tex/latex/fp/defpattern.sty +share/texmf-dist/tex/latex/fp/fp-addons.sty +share/texmf-dist/tex/latex/fp/fp-basic.sty +share/texmf-dist/tex/latex/fp/fp-eqn.sty +share/texmf-dist/tex/latex/fp/fp-eval.sty +share/texmf-dist/tex/latex/fp/fp-exp.sty +share/texmf-dist/tex/latex/fp/fp-pas.sty +share/texmf-dist/tex/latex/fp/fp-random.sty +share/texmf-dist/tex/latex/fp/fp-snap.sty +share/texmf-dist/tex/latex/fp/fp-trigo.sty +share/texmf-dist/tex/latex/fp/fp-upn.sty +share/texmf-dist/tex/latex/fp/fp.sty +share/texmf-dist/tex/latex/fp/lfp.sty +share/texmf-dist/tex/plain/fp/fp.tex diff --git a/math/tex-fp/distinfo b/math/tex-fp/distinfo new file mode 100644 index 00000000000..b3b30591d60 --- /dev/null +++ b/math/tex-fp/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2011/03/04 19:05:21 minskim Exp $ + +SHA1 (tex-fp-15878/fp.tar.xz) = f62019909da4538ed0d7a264717fbae319765a56 +RMD160 (tex-fp-15878/fp.tar.xz) = b579103bfa7c3943b8eba07ac8bf10cd3386df88 +Size (tex-fp-15878/fp.tar.xz) = 19212 bytes |