pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/print tex-numprint{,-doc}: add version 1.39



details:   https://anonhg.NetBSD.org/pkgsrc/rev/0cdd7547ec04
branches:  trunk
changeset: 370329:0cdd7547ec04
user:      markd <markd%pkgsrc.org@localhost>
date:      Sun Oct 15 20:29:41 2017 +0000

description:
tex-numprint{,-doc}: add version 1.39

The package numprint prints numbers with a separator every
three digits and converts numbers given as 12345.6e789 to
12\,345,6\cdot 10^{789}. Numbers are printed in the current
mode (text or math) in order to use the correct font. Many
things, including the decimal sign, the thousand separator, as
well as the product sign can be changed by the user, e.g., to
reach 12,345.6\times 10^{789}. If an optional argument is given
it is printed upright as unit. Numbers can be rounded to a
given number of digits. The package supports an automatic,
language-dependent change of the number format. Tabular
alignment using the tabular(*), array, tabularx, and longtable
environments (similar to the dcolumn and rccol packages) is
supported using all features of numprint. Additional text can
be added before and after the formatted number.

diffstat:

 print/tex-numprint-doc/DESCR    |   1 +
 print/tex-numprint-doc/Makefile |  13 +++++++++++++
 print/tex-numprint-doc/PLIST    |  10 ++++++++++
 print/tex-numprint-doc/distinfo |   6 ++++++
 print/tex-numprint/DESCR        |  14 ++++++++++++++
 print/tex-numprint/Makefile     |  13 +++++++++++++
 print/tex-numprint/PLIST        |   4 ++++
 print/tex-numprint/distinfo     |   6 ++++++
 8 files changed, 67 insertions(+), 0 deletions(-)

diffs (99 lines):

diff -r 7b10118847cf -r 0cdd7547ec04 print/tex-numprint-doc/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/print/tex-numprint-doc/DESCR      Sun Oct 15 20:29:41 2017 +0000
@@ -0,0 +1,1 @@
+Documentation for tex-numprint.
diff -r 7b10118847cf -r 0cdd7547ec04 print/tex-numprint-doc/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/print/tex-numprint-doc/Makefile   Sun Oct 15 20:29:41 2017 +0000
@@ -0,0 +1,13 @@
+# $NetBSD: Makefile,v 1.1 2017/10/15 20:29:41 markd Exp $
+
+DISTNAME=      numprint.doc
+PKGNAME=       tex-${DISTNAME:S/./-/}-1.39
+TEXLIVE_REV=   27498
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      http://ctan.org/pkg/numprint
+COMMENT=       Documentation for tex-numprint
+LICENSE=       lppl-1.3c
+
+.include "../../print/texlive/package.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 7b10118847cf -r 0cdd7547ec04 print/tex-numprint-doc/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/print/tex-numprint-doc/PLIST      Sun Oct 15 20:29:41 2017 +0000
@@ -0,0 +1,10 @@
+@comment $NetBSD: PLIST,v 1.1 2017/10/15 20:29:41 markd Exp $
+share/texmf-dist/doc/latex/numprint/ChangeLog.nbaseprt
+share/texmf-dist/doc/latex/numprint/ChangeLog.numprint
+share/texmf-dist/doc/latex/numprint/Makefile
+share/texmf-dist/doc/latex/numprint/README
+share/texmf-dist/doc/latex/numprint/getversion.tex
+share/texmf-dist/doc/latex/numprint/nbaseprt.pdf
+share/texmf-dist/doc/latex/numprint/nbaseprttest.tex
+share/texmf-dist/doc/latex/numprint/numprint.pdf
+share/texmf-dist/doc/latex/numprint/numprinttest.tex
diff -r 7b10118847cf -r 0cdd7547ec04 print/tex-numprint-doc/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/print/tex-numprint-doc/distinfo   Sun Oct 15 20:29:41 2017 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2017/10/15 20:29:41 markd Exp $
+
+SHA1 (tex-numprint-27498/numprint.doc.tar.xz) = db315f6a7584ce6d02557446aad783ba13f6984e
+RMD160 (tex-numprint-27498/numprint.doc.tar.xz) = 2454a5fc9f26563d8a23194378aa5541d348dd9b
+SHA512 (tex-numprint-27498/numprint.doc.tar.xz) = 9514d5fff2d866efff7b0d6d4899dcebbfd4030345e86519380dbd30eae3960593e9d7185c1c876f7dfb08f6687cbdc52ff77f10811efb6f95c19d3e8cba6a2e
+Size (tex-numprint-27498/numprint.doc.tar.xz) = 1178604 bytes
diff -r 7b10118847cf -r 0cdd7547ec04 print/tex-numprint/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/print/tex-numprint/DESCR  Sun Oct 15 20:29:41 2017 +0000
@@ -0,0 +1,14 @@
+The package numprint prints numbers with a separator every
+three digits and converts numbers given as 12345.6e789 to
+12\,345,6\cdot 10^{789}. Numbers are printed in the current
+mode (text or math) in order to use the correct font. Many
+things, including the decimal sign, the thousand separator, as
+well as the product sign can be changed by the user, e.g., to
+reach 12,345.6\times 10^{789}. If an optional argument is given
+it is printed upright as unit. Numbers can be rounded to a
+given number of digits. The package supports an automatic,
+language-dependent change of the number format. Tabular
+alignment using the tabular(*), array, tabularx, and longtable
+environments (similar to the dcolumn and rccol packages) is
+supported using all features of numprint. Additional text can
+be added before and after the formatted number.
diff -r 7b10118847cf -r 0cdd7547ec04 print/tex-numprint/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/print/tex-numprint/Makefile       Sun Oct 15 20:29:41 2017 +0000
@@ -0,0 +1,13 @@
+# $NetBSD: Makefile,v 1.1 2017/10/15 20:29:41 markd Exp $
+
+DISTNAME=      numprint
+PKGNAME=       tex-${DISTNAME}-1.39
+TEXLIVE_REV=   27498
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      http://ctan.org/pkg/numprint
+COMMENT=       Print numbers with separators and exponent if necessary
+LICENSE=       lppl-1.3c
+
+.include "../../print/texlive/package.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 7b10118847cf -r 0cdd7547ec04 print/tex-numprint/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/print/tex-numprint/PLIST  Sun Oct 15 20:29:41 2017 +0000
@@ -0,0 +1,4 @@
+@comment $NetBSD: PLIST,v 1.1 2017/10/15 20:29:41 markd Exp $
+share/texmf-dist/tex/latex/numprint/nbaseprt.sty
+share/texmf-dist/tex/latex/numprint/numprint.sty
+share/texmf-dist/tex/latex/numprint/numprint032.sty
diff -r 7b10118847cf -r 0cdd7547ec04 print/tex-numprint/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/print/tex-numprint/distinfo       Sun Oct 15 20:29:41 2017 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2017/10/15 20:29:41 markd Exp $
+
+SHA1 (tex-numprint-27498/numprint.tar.xz) = 301145e87c27222d300850885bda61ea9dff8118
+RMD160 (tex-numprint-27498/numprint.tar.xz) = 9b426a7c56f64fb349884c563397779b85e016ef
+SHA512 (tex-numprint-27498/numprint.tar.xz) = 5c7f54b17e8254e38495082d8d2fc02611ae2e99e5b908f99966203895552d82a0bdd318cb0265aca635afa2b06d7476a88533983c56808ba8560397a18cc1e3
+Size (tex-numprint-27498/numprint.tar.xz) = 10548 bytes



Home | Main Index | Thread Index | Old Index