summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormarkd <markd@pkgsrc.org>2015-07-02 21:01:53 +0000
committermarkd <markd@pkgsrc.org>2015-07-02 21:01:53 +0000
commit5a9274ab127d924f14e98ae736274ac694b345e0 (patch)
tree364bd931b513961ddbf9c0ffe2e9cfa3cbd53c71
parentf3ddb6cf28c0db29b6400e9658d298e6aecd7540 (diff)
downloadpkgsrc-5a9274ab127d924f14e98ae736274ac694b345e0.tar.gz
Add tex-siunitx{,-doc} 2.6e
A comprehensive (SI) units package
-rw-r--r--print/tex-siunitx-doc/DESCR1
-rw-r--r--print/tex-siunitx-doc/Makefile13
-rw-r--r--print/tex-siunitx-doc/PLIST3
-rw-r--r--print/tex-siunitx-doc/distinfo5
-rw-r--r--print/tex-siunitx/DESCR20
-rw-r--r--print/tex-siunitx/Makefile16
-rw-r--r--print/tex-siunitx/PLIST5
-rw-r--r--print/tex-siunitx/distinfo5
8 files changed, 68 insertions, 0 deletions
diff --git a/print/tex-siunitx-doc/DESCR b/print/tex-siunitx-doc/DESCR
new file mode 100644
index 00000000000..c8d8eb5f0c5
--- /dev/null
+++ b/print/tex-siunitx-doc/DESCR
@@ -0,0 +1 @@
+Documentation for tex-siunitx.
diff --git a/print/tex-siunitx-doc/Makefile b/print/tex-siunitx-doc/Makefile
new file mode 100644
index 00000000000..c43b1546d4d
--- /dev/null
+++ b/print/tex-siunitx-doc/Makefile
@@ -0,0 +1,13 @@
+# $NetBSD: Makefile,v 1.1 2015/07/02 21:01:53 markd Exp $
+
+DISTNAME= siunitx.doc
+PKGNAME= tex-${DISTNAME:S/./-/}-2.6e
+TEXLIVE_REV= 36118
+
+MAINTAINER= pkgsrc-users@NetBSD.org
+HOMEPAGE= http://ctan.org/pkg/siunitx
+COMMENT= Documentation for tex-siunitx
+LICENSE= lppl-1.3c
+
+.include "../../print/texlive/package.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/print/tex-siunitx-doc/PLIST b/print/tex-siunitx-doc/PLIST
new file mode 100644
index 00000000000..66ebb1fd816
--- /dev/null
+++ b/print/tex-siunitx-doc/PLIST
@@ -0,0 +1,3 @@
+@comment $NetBSD: PLIST,v 1.1 2015/07/02 21:01:53 markd Exp $
+share/texmf-dist/doc/latex/siunitx/README
+share/texmf-dist/doc/latex/siunitx/siunitx.pdf
diff --git a/print/tex-siunitx-doc/distinfo b/print/tex-siunitx-doc/distinfo
new file mode 100644
index 00000000000..3584d706b5c
--- /dev/null
+++ b/print/tex-siunitx-doc/distinfo
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2015/07/02 21:01:53 markd Exp $
+
+SHA1 (tex-siunitx-36118/siunitx.doc.tar.xz) = 97970c7dccab88fa1b225b941370d911d9c2e973
+RMD160 (tex-siunitx-36118/siunitx.doc.tar.xz) = 8137eb8cac9c0791d4f3d507026fb62b7d8ef1d7
+Size (tex-siunitx-36118/siunitx.doc.tar.xz) = 608136 bytes
diff --git a/print/tex-siunitx/DESCR b/print/tex-siunitx/DESCR
new file mode 100644
index 00000000000..997881b42cd
--- /dev/null
+++ b/print/tex-siunitx/DESCR
@@ -0,0 +1,20 @@
+Typesetting values with units requires care to ensure that the
+combined mathematical meaning of the value plus unit
+combination is clear. In particular, the SI units system lays
+down a consistent set of units with rules on how they are to be
+used. However, different countries and publishers have
+differing conventions on the exact appearance of numbers (and
+units). A number of LaTeX packages have been developed to
+provide consistent application of the various rules: SIunits,
+sistyle, unitsdef and units are the leading examples. The
+numprint package provides a large number of number-related
+functions, while dcolumn and rccol provide tools for
+typesetting tabular numbers. The siunitx package takes the best
+from the existing packages, and adds new features and a
+consistent interface. A number of new ideas have been
+incorporated, to fill gaps in the existing provision. The
+package also provides backward-compatibility with SIunits,
+sistyle, unitsdef and units. The aim is to have one package to
+handle all of the possible unit-related needs of LaTeX users.
+The package relies on LaTeX 3 support from the l3kernel and
+l3packages bundles.
diff --git a/print/tex-siunitx/Makefile b/print/tex-siunitx/Makefile
new file mode 100644
index 00000000000..0a2269cc5bf
--- /dev/null
+++ b/print/tex-siunitx/Makefile
@@ -0,0 +1,16 @@
+# $NetBSD: Makefile,v 1.1 2015/07/02 21:01:53 markd Exp $
+
+DISTNAME= siunitx
+PKGNAME= tex-${DISTNAME}-2.6e
+TEXLIVE_REV= 36118
+
+MAINTAINER= pkgsrc-users@NetBSD.org
+HOMEPAGE= http://ctan.org/pkg/siunitx
+COMMENT= A comprehensive (SI) units package
+LICENSE= lppl-1.3c
+
+DEPENDS+= tex-l3kernel-[0-9]*:../../devel/tex-l3kernel
+DEPENDS+= tex-l3packages-[0-9]*:../../devel/tex-l3packages
+
+.include "../../print/texlive/package.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/print/tex-siunitx/PLIST b/print/tex-siunitx/PLIST
new file mode 100644
index 00000000000..bb1fff55d30
--- /dev/null
+++ b/print/tex-siunitx/PLIST
@@ -0,0 +1,5 @@
+@comment $NetBSD: PLIST,v 1.1 2015/07/02 21:01:53 markd Exp $
+share/texmf-dist/tex/latex/siunitx/siunitx-abbreviations.cfg
+share/texmf-dist/tex/latex/siunitx/siunitx-binary.cfg
+share/texmf-dist/tex/latex/siunitx/siunitx-version-1.cfg
+share/texmf-dist/tex/latex/siunitx/siunitx.sty
diff --git a/print/tex-siunitx/distinfo b/print/tex-siunitx/distinfo
new file mode 100644
index 00000000000..2edd529fa2a
--- /dev/null
+++ b/print/tex-siunitx/distinfo
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2015/07/02 21:01:53 markd Exp $
+
+SHA1 (tex-siunitx-36118/siunitx.tar.xz) = ecb0e954b6151b8b6e75fdb257ba71cc944e0b07
+RMD160 (tex-siunitx-36118/siunitx.tar.xz) = 57ede44dab06ba4a725c324fa290e6d25acd5e94
+Size (tex-siunitx-36118/siunitx.tar.xz) = 34548 bytes