pkgsrc-WIP-changes archive

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

Import tex-mathdots 34301 as wip/tex-mathdots



Module Name:	pkgsrc-wip
Committed By:	Yorick Hardy <yorickhardy%gmail.com@localhost>
Pushed By:	yhardy
Date:		Wed Dec 9 17:53:27 2015 +0200
Changeset:	811e27b637eb675cb14e19df43e4c2b27bea5e68

Modified Files:
	Makefile
Added Files:
	tex-mathdots/DESCR
	tex-mathdots/Makefile
	tex-mathdots/PLIST
	tex-mathdots/distinfo

Log Message:
Import tex-mathdots 34301 as wip/tex-mathdots

Redefines \ddots and \vdots, and defines \iddots. The dots
produced by \iddots slant in the opposite direction to \ddots.
All the commands are designed to change size appropriately in
scripts, as well as in response to LaTeX size changing
commands. The commands may also be used in plain TeX.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=811e27b637eb675cb14e19df43e4c2b27bea5e68

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

diffstat:
 Makefile              |  1 +
 tex-mathdots/DESCR    |  5 +++++
 tex-mathdots/Makefile | 13 +++++++++++++
 tex-mathdots/PLIST    |  3 +++
 tex-mathdots/distinfo |  6 ++++++
 5 files changed, 28 insertions(+)

diffs:
diff --git a/Makefile b/Makefile
index 062f430..cbb093e 100755
--- a/Makefile
+++ b/Makefile
@@ -3787,6 +3787,7 @@ SUBDIR+=	tetrinet
 SUBDIR+=	tex-abntex
 SUBDIR+=	tex-arabxtex
 SUBDIR+=	tex-arabxtex-doc
+SUBDIR+=	tex-mathdots
 SUBDIR+=	texlive
 SUBDIR+=	texlive-bin
 SUBDIR+=	texlive-texmf-base
diff --git a/tex-mathdots/DESCR b/tex-mathdots/DESCR
new file mode 100644
index 0000000..d12bd12
--- /dev/null
+++ b/tex-mathdots/DESCR
@@ -0,0 +1,5 @@
+Redefines \ddots and \vdots, and defines \iddots. The dots
+produced by \iddots slant in the opposite direction to \ddots.
+All the commands are designed to change size appropriately in
+scripts, as well as in response to LaTeX size changing
+commands. The commands may also be used in plain TeX.
diff --git a/tex-mathdots/Makefile b/tex-mathdots/Makefile
new file mode 100644
index 0000000..fc6352b
--- /dev/null
+++ b/tex-mathdots/Makefile
@@ -0,0 +1,13 @@
+# $NetBSD$
+
+DISTNAME=	mathdots
+PKGNAME=	tex-${DISTNAME}-${TEXLIVE_REV}
+TEXLIVE_REV=	34301
+
+TEXLIVE_USE_CTAN=	YES
+
+MAINTAINER=	pkgsrc-users%NetBSD.org@localhost
+COMMENT=	Commands to produce dots in math that respect font size
+
+.include "../../print/texlive/package.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/tex-mathdots/PLIST b/tex-mathdots/PLIST
new file mode 100644
index 0000000..fb6edb0
--- /dev/null
+++ b/tex-mathdots/PLIST
@@ -0,0 +1,3 @@
+@comment $NetBSD$
+share/texmf-dist/tex/generic/mathdots/mathdots.sty
+share/texmf-dist/tex/generic/mathdots/mathdots.tex
diff --git a/tex-mathdots/distinfo b/tex-mathdots/distinfo
new file mode 100644
index 0000000..830bdbc
--- /dev/null
+++ b/tex-mathdots/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+SHA1 (tex-mathdots-34301/mathdots.tar.xz) = 071fca454205294778e43c092e070e9725006669
+RMD160 (tex-mathdots-34301/mathdots.tar.xz) = 973f0027869dab42d87b6f4d9e1ce0a0a3272277
+SHA512 (tex-mathdots-34301/mathdots.tar.xz) = 14a66ddd9bad335cef31a312e9e01254e589718eeb8436ae1e46e6dbd3cef52621cedaa4ca9c239c3d7c04db7d758b2428564ff8a14c06a9bce7d66eb62db8c5
+Size (tex-mathdots-34301/mathdots.tar.xz) = 2164 bytes


Home | Main Index | Thread Index | Old Index