pkgsrc-Changes archive

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

CVS commit: pkgsrc/print



Module Name:    pkgsrc
Committed By:   markd
Date:           Sun Oct 15 20:29:41 UTC 2017

Added Files:
        pkgsrc/print/tex-numprint: DESCR Makefile PLIST distinfo
        pkgsrc/print/tex-numprint-doc: DESCR Makefile PLIST distinfo

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/print/tex-numprint/DESCR \
    pkgsrc/print/tex-numprint/Makefile pkgsrc/print/tex-numprint/PLIST \
    pkgsrc/print/tex-numprint/distinfo
cvs rdiff -u -r0 -r1.1 pkgsrc/print/tex-numprint-doc/DESCR \
    pkgsrc/print/tex-numprint-doc/Makefile \
    pkgsrc/print/tex-numprint-doc/PLIST \
    pkgsrc/print/tex-numprint-doc/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Added files:

Index: pkgsrc/print/tex-numprint/DESCR
diff -u /dev/null pkgsrc/print/tex-numprint/DESCR:1.1
--- /dev/null   Sun Oct 15 20:29:41 2017
+++ pkgsrc/print/tex-numprint/DESCR     Sun Oct 15 20:29:41 2017
@@ -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.
Index: pkgsrc/print/tex-numprint/Makefile
diff -u /dev/null pkgsrc/print/tex-numprint/Makefile:1.1
--- /dev/null   Sun Oct 15 20:29:41 2017
+++ pkgsrc/print/tex-numprint/Makefile  Sun Oct 15 20:29:41 2017
@@ -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"
Index: pkgsrc/print/tex-numprint/PLIST
diff -u /dev/null pkgsrc/print/tex-numprint/PLIST:1.1
--- /dev/null   Sun Oct 15 20:29:41 2017
+++ pkgsrc/print/tex-numprint/PLIST     Sun Oct 15 20:29:41 2017
@@ -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
Index: pkgsrc/print/tex-numprint/distinfo
diff -u /dev/null pkgsrc/print/tex-numprint/distinfo:1.1
--- /dev/null   Sun Oct 15 20:29:41 2017
+++ pkgsrc/print/tex-numprint/distinfo  Sun Oct 15 20:29:41 2017
@@ -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

Index: pkgsrc/print/tex-numprint-doc/DESCR
diff -u /dev/null pkgsrc/print/tex-numprint-doc/DESCR:1.1
--- /dev/null   Sun Oct 15 20:29:41 2017
+++ pkgsrc/print/tex-numprint-doc/DESCR Sun Oct 15 20:29:41 2017
@@ -0,0 +1 @@
+Documentation for tex-numprint.
Index: pkgsrc/print/tex-numprint-doc/Makefile
diff -u /dev/null pkgsrc/print/tex-numprint-doc/Makefile:1.1
--- /dev/null   Sun Oct 15 20:29:41 2017
+++ pkgsrc/print/tex-numprint-doc/Makefile      Sun Oct 15 20:29:41 2017
@@ -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"
Index: pkgsrc/print/tex-numprint-doc/PLIST
diff -u /dev/null pkgsrc/print/tex-numprint-doc/PLIST:1.1
--- /dev/null   Sun Oct 15 20:29:41 2017
+++ pkgsrc/print/tex-numprint-doc/PLIST Sun Oct 15 20:29:41 2017
@@ -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
Index: pkgsrc/print/tex-numprint-doc/distinfo
diff -u /dev/null pkgsrc/print/tex-numprint-doc/distinfo:1.1
--- /dev/null   Sun Oct 15 20:29:41 2017
+++ pkgsrc/print/tex-numprint-doc/distinfo      Sun Oct 15 20:29:41 2017
@@ -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



Home | Main Index | Thread Index | Old Index