summaryrefslogtreecommitdiff
path: root/math
diff options
context:
space:
mode:
authormarkd <markd>2015-04-26 03:39:03 +0000
committermarkd <markd>2015-04-26 03:39:03 +0000
commit3defb8fffd720616cc3a99c18ed100dc9ac4aba5 (patch)
tree314325f16fdc4ce2b1f5564e3f8c268368b8af23 /math
parentf4c793e41d9f2fb892117dc12d2b2369b491f407 (diff)
downloadpkgsrc-3defb8fffd720616cc3a99c18ed100dc9ac4aba5.tar.gz
Add tex-apnum{,-doc} 1.1
Arbitrary precision numbers implemented by TeX macros
Diffstat (limited to 'math')
-rw-r--r--math/tex-apnum-doc/DESCR1
-rw-r--r--math/tex-apnum-doc/Makefile12
-rw-r--r--math/tex-apnum-doc/PLIST4
-rw-r--r--math/tex-apnum-doc/distinfo5
-rw-r--r--math/tex-apnum/DESCR8
-rw-r--r--math/tex-apnum/Makefile12
-rw-r--r--math/tex-apnum/PLIST2
-rw-r--r--math/tex-apnum/distinfo5
8 files changed, 49 insertions, 0 deletions
diff --git a/math/tex-apnum-doc/DESCR b/math/tex-apnum-doc/DESCR
new file mode 100644
index 00000000000..3dae012e2dd
--- /dev/null
+++ b/math/tex-apnum-doc/DESCR
@@ -0,0 +1 @@
+This is documentation for tex-apnum.
diff --git a/math/tex-apnum-doc/Makefile b/math/tex-apnum-doc/Makefile
new file mode 100644
index 00000000000..0d592c359fd
--- /dev/null
+++ b/math/tex-apnum-doc/Makefile
@@ -0,0 +1,12 @@
+# $NetBSD: Makefile,v 1.1 2015/04/26 03:39:03 markd Exp $
+
+DISTNAME= apnum.doc
+PKGNAME= tex-${DISTNAME:S/./-/}-1.1
+TEXLIVE_REV= 35958
+
+MAINTAINER= pkgsrc-users@NetBSD.org
+COMMENT= Documentation for tex-apnum
+LICENSE= public-domain
+
+.include "../../print/texlive/package.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/math/tex-apnum-doc/PLIST b/math/tex-apnum-doc/PLIST
new file mode 100644
index 00000000000..89f14165588
--- /dev/null
+++ b/math/tex-apnum-doc/PLIST
@@ -0,0 +1,4 @@
+@comment $NetBSD: PLIST,v 1.1 2015/04/26 03:39:03 markd Exp $
+share/texmf-dist/doc/generic/apnum/README
+share/texmf-dist/doc/generic/apnum/apnum.d
+share/texmf-dist/doc/generic/apnum/apnum.pdf
diff --git a/math/tex-apnum-doc/distinfo b/math/tex-apnum-doc/distinfo
new file mode 100644
index 00000000000..5a220ba8787
--- /dev/null
+++ b/math/tex-apnum-doc/distinfo
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2015/04/26 03:39:03 markd Exp $
+
+SHA1 (tex-apnum-35958/apnum.doc.tar.xz) = 2463d3c9f5edcac0bd1410f0d2a09fd5432a4c86
+RMD160 (tex-apnum-35958/apnum.doc.tar.xz) = 5c23c3642ec6267ce089aedc0d68c638c4474ace
+Size (tex-apnum-35958/apnum.doc.tar.xz) = 504184 bytes
diff --git a/math/tex-apnum/DESCR b/math/tex-apnum/DESCR
new file mode 100644
index 00000000000..4a5dd670122
--- /dev/null
+++ b/math/tex-apnum/DESCR
@@ -0,0 +1,8 @@
+The basic operations (addition, subtraction, multiplication,
+division, power to an integer) are implemented by TeX macros in
+this package. Operands may be numbers with arbitrary numbers of
+digits; scientific notation is allowed. The expression scanner
+is also provided. Exhaustive documentation (including detailed
+TeXnical documentation) is included. The macro includes many
+optimizations and uses only TeX primitives (from classic TeX)
+and \newcount macro.
diff --git a/math/tex-apnum/Makefile b/math/tex-apnum/Makefile
new file mode 100644
index 00000000000..5cfcdc60fc5
--- /dev/null
+++ b/math/tex-apnum/Makefile
@@ -0,0 +1,12 @@
+# $NetBSD: Makefile,v 1.1 2015/04/26 03:39:03 markd Exp $
+
+DISTNAME= apnum
+PKGNAME= tex-${DISTNAME}-1.1
+TEXLIVE_REV= 35958
+
+MAINTAINER= pkgsrc-users@NetBSD.org
+COMMENT= Arbitrary precision numbers implemented by TeX macros
+LICENSE= public-domain
+
+.include "../../print/texlive/package.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/math/tex-apnum/PLIST b/math/tex-apnum/PLIST
new file mode 100644
index 00000000000..8322eb2dd8f
--- /dev/null
+++ b/math/tex-apnum/PLIST
@@ -0,0 +1,2 @@
+@comment $NetBSD: PLIST,v 1.1 2015/04/26 03:39:03 markd Exp $
+share/texmf-dist/tex/generic/apnum/apnum.tex
diff --git a/math/tex-apnum/distinfo b/math/tex-apnum/distinfo
new file mode 100644
index 00000000000..8617acd1df3
--- /dev/null
+++ b/math/tex-apnum/distinfo
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2015/04/26 03:39:03 markd Exp $
+
+SHA1 (tex-apnum-35958/apnum.tar.xz) = 4714a1269fd33fb4266708d5fb54745eb1a49339
+RMD160 (tex-apnum-35958/apnum.tar.xz) = 9c92da7dde7429473694dccff9a4cba5be97d447
+Size (tex-apnum-35958/apnum.tar.xz) = 7340 bytes