tex-mfirstuc{,-doc}: update to 2.07
New commands: - \MFUwordbreak - \MFUskippunc
This commit is contained in:
parent
4b86f6e34d
commit
65d9ededd8
5 changed files with 21 additions and 18 deletions
|
@ -1,14 +1,13 @@
|
|||
# $NetBSD: Makefile,v 1.4 2020/01/18 23:34:29 rillig Exp $
|
||||
# $NetBSD: Makefile,v 1.5 2022/04/14 02:38:45 markd Exp $
|
||||
|
||||
DISTNAME= mfirstuc.doc
|
||||
PKGNAME= tex-${DISTNAME:S/./-/}-2.06
|
||||
TEXLIVE_REV= 45803
|
||||
PKGNAME= tex-${DISTNAME:S/./-/}-2.07
|
||||
TEXLIVE_REV= 60770
|
||||
|
||||
MAINTAINER= pkgsrc-users@NetBSD.org
|
||||
HOMEPAGE= https://ctan.org/pkg/mfirstuc
|
||||
COMMENT= Documentation for tex-mfirstuc
|
||||
LICENSE= lppl-1.3c
|
||||
|
||||
TEXLIVE_UNVERSIONED= yes
|
||||
.include "../../print/texlive/package.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.4 2021/10/26 11:14:04 nia Exp $
|
||||
$NetBSD: distinfo,v 1.5 2022/04/14 02:38:45 markd Exp $
|
||||
|
||||
BLAKE2s (tex-mfirstuc-45803/mfirstuc.doc.tar.xz) = 7c6253d624967721a2bd7aa132f3b91832fd2e364fc8511b29ea57b0a88be306
|
||||
SHA512 (tex-mfirstuc-45803/mfirstuc.doc.tar.xz) = 41f1e68878866fa567acb407b71f49336ed50b05bb6260b3169c35c32e94844e6d3739d34451b9be8b1207e90591eb02c6c2679ec9aa43e262df26589d4c9c39
|
||||
Size (tex-mfirstuc-45803/mfirstuc.doc.tar.xz) = 661836 bytes
|
||||
BLAKE2s (mfirstuc.doc.r60770.tar.xz) = 2c301605cf994c300417752974a164caa4630ae38e14fd61a2e2b434099d1165
|
||||
SHA512 (mfirstuc.doc.r60770.tar.xz) = 227110ec17f336a9c443bfdf6294259a45457fbbfd33c14bbc2d7c58d28bfd6cb83182ef6c6a09e3ca89dff6fb98a807304bb41695e1d823bd80c17a1f5a862d
|
||||
Size (mfirstuc.doc.r60770.tar.xz) = 676092 bytes
|
||||
|
|
|
@ -1,3 +1,8 @@
|
|||
The package provides commands \makefirstuc that uppercases the
|
||||
first letter in its argument, and \xmakefirstuc which expands
|
||||
the argument before uppercasing.
|
||||
first letter in its argument (with a check for a semantic
|
||||
markup command at the start of the argument), and \xmakefirstuc
|
||||
which expands the argument before uppercasing. It also provides
|
||||
\capitalisewords{phrase} which applies \makefirstuc to each
|
||||
word in the phrase, where the words are separated by regular
|
||||
spaces. (Exceptions can be made for words that shouldn't be
|
||||
converted.)
|
||||
|
|
|
@ -1,14 +1,13 @@
|
|||
# $NetBSD: Makefile,v 1.4 2020/01/18 23:34:29 rillig Exp $
|
||||
# $NetBSD: Makefile,v 1.5 2022/04/14 02:38:44 markd Exp $
|
||||
|
||||
DISTNAME= mfirstuc
|
||||
PKGNAME= tex-${DISTNAME}-2.06
|
||||
TEXLIVE_REV= 45803
|
||||
PKGNAME= tex-${DISTNAME}-2.07
|
||||
TEXLIVE_REV= 60770
|
||||
|
||||
MAINTAINER= pkgsrc-users@NetBSD.org
|
||||
HOMEPAGE= https://ctan.org/pkg/mfirstuc
|
||||
COMMENT= Uppercase the first letter of a word
|
||||
LICENSE= lppl-1.3c
|
||||
|
||||
TEXLIVE_UNVERSIONED= yes
|
||||
.include "../../print/texlive/package.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.4 2021/10/26 11:14:03 nia Exp $
|
||||
$NetBSD: distinfo,v 1.5 2022/04/14 02:38:44 markd Exp $
|
||||
|
||||
BLAKE2s (tex-mfirstuc-45803/mfirstuc.tar.xz) = c2fbdcbcbf8681789267589e09d60dcc0bf453e6222eb0178c4ab84a2e2fbdbf
|
||||
SHA512 (tex-mfirstuc-45803/mfirstuc.tar.xz) = 905fd873b7e130270da05265ca59092a6cbdf1ea8c3ddd444b1622251629781858eae18abe6a5abf4f793d0d8d60d941cab03964258bd3a5d6e94c0fe4d736c4
|
||||
Size (tex-mfirstuc-45803/mfirstuc.tar.xz) = 4308 bytes
|
||||
BLAKE2s (mfirstuc.r60770.tar.xz) = 5a281900e562c53bc1108dd2488393e1c0d91460987dc010167f44785d274e4e
|
||||
SHA512 (mfirstuc.r60770.tar.xz) = 9bf4d7db5094b20b65302face634a10ad2bcaf521e948130f5fda6770e8433074bd8d35b89bf905ad22609340e27e85dba5c50715a776d2c1ac98a5ec3faf5d5
|
||||
Size (mfirstuc.r60770.tar.xz) = 4472 bytes
|
||||
|
|
Loading…
Reference in a new issue