diff options
author | markd <markd@pkgsrc.org> | 2020-05-21 11:26:40 +0000 |
---|---|---|
committer | markd <markd@pkgsrc.org> | 2020-05-21 11:26:40 +0000 |
commit | b9d26834444c8ceca0882f9b6dd16733828905d3 (patch) | |
tree | 5cb04fdceedb4ab77bb58fdc7147a4d0a167555e /print/tex-nth | |
parent | 0c61ad374b96a68e5e5890991667a07de4cef74e (diff) | |
download | pkgsrc-b9d26834444c8ceca0882f9b6dd16733828905d3.tar.gz |
tex-genmisc: removed in texlive 2020
replaced by:
tex-compare version 2020
tex-letterspacing version 2020
tex-nth version 2020
tex-outerhbox version 1.2
tex-random version 0.2
tex-ruler version 1.1
tex-swrule version 2020
Diffstat (limited to 'print/tex-nth')
-rw-r--r-- | print/tex-nth/DESCR | 6 | ||||
-rw-r--r-- | print/tex-nth/Makefile | 13 | ||||
-rw-r--r-- | print/tex-nth/PLIST | 2 | ||||
-rw-r--r-- | print/tex-nth/distinfo | 6 |
4 files changed, 27 insertions, 0 deletions
diff --git a/print/tex-nth/DESCR b/print/tex-nth/DESCR new file mode 100644 index 00000000000..2098ec1303d --- /dev/null +++ b/print/tex-nth/DESCR @@ -0,0 +1,6 @@ +The command \nth{<number>} generates English ordinal numbers of +the form 1st, 2nd, 3rd, 4th, etc. LaTeX package options may +specify that the ordinal mark be superscripted, and that +negative numbers may be treated; Plain TeX users have no access +to package options, so need to redefine macros for these +changes. diff --git a/print/tex-nth/Makefile b/print/tex-nth/Makefile new file mode 100644 index 00000000000..d409d9586fe --- /dev/null +++ b/print/tex-nth/Makefile @@ -0,0 +1,13 @@ +# $NetBSD: Makefile,v 1.1 2020/05/21 11:26:41 markd Exp $ + +DISTNAME= nth +PKGNAME= tex-${DISTNAME}-2020 +TEXLIVE_REV= 54252 + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= https://ctan.org/pkg/nth +COMMENT= Generate English ordinal numbers +LICENSE= public-domain + +.include "../../print/texlive/package.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/print/tex-nth/PLIST b/print/tex-nth/PLIST new file mode 100644 index 00000000000..44b8312c974 --- /dev/null +++ b/print/tex-nth/PLIST @@ -0,0 +1,2 @@ +@comment $NetBSD: PLIST,v 1.1 2020/05/21 11:26:41 markd Exp $ +share/texmf-dist/tex/generic/nth/nth.sty diff --git a/print/tex-nth/distinfo b/print/tex-nth/distinfo new file mode 100644 index 00000000000..e616a5fb10d --- /dev/null +++ b/print/tex-nth/distinfo @@ -0,0 +1,6 @@ +$NetBSD: distinfo,v 1.1 2020/05/21 11:26:41 markd Exp $ + +SHA1 (nth.r54252.tar.xz) = 428997c97cd0890de21dca11b6929572641d35cd +RMD160 (nth.r54252.tar.xz) = 516878874f505144917bac507cf5e9a91613f3bb +SHA512 (nth.r54252.tar.xz) = e94365bee89f78b13ec22d8d34ac78aaf50f060f9282c0529d98518ce1e5b7f7995bd2da1d17654ed795f7555e7dcfd9d51399f4a83affc059eb3a760a76bf97 +Size (nth.r54252.tar.xz) = 1380 bytes |