pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/print tex-numberpt{,-doc}: Add version 1.0



details:   https://anonhg.NetBSD.org/pkgsrc/rev/1054184e010d
branches:  trunk
changeset: 337713:1054184e010d
user:      markd <markd%pkgsrc.org@localhost>
date:      Sun Aug 11 05:43:33 2019 +0000

description:
tex-numberpt{,-doc}: Add version 1.0

This packages defines commands to display counters spelled out
in Portuguese. The styles are \numberpt for "all lowercase"
\Numberpt for "First word capitalized" \NumberPt for "All
Capitalized" \NUMBERPT for "ALL UPPERCASE" For example,
\renewcommand{\thechapter}{\NumberPt{chapter}} makes chapter
titles to be rendered as "Capitulo Um", "Capitulo Dois" etc.
Options are offered to select variations in the spelling of
"14", or Brazilian vs. European Portuguese forms in the
spelling of "16", "17", and "19". The package requires expl3
and xparse.

diffstat:

 print/tex-numberpt-doc/DESCR    |   1 +
 print/tex-numberpt-doc/Makefile |  13 +++++++++++++
 print/tex-numberpt-doc/PLIST    |   3 +++
 print/tex-numberpt-doc/distinfo |   6 ++++++
 print/tex-numberpt/DESCR        |  10 ++++++++++
 print/tex-numberpt/Makefile     |  15 +++++++++++++++
 print/tex-numberpt/PLIST        |   2 ++
 print/tex-numberpt/distinfo     |   6 ++++++
 8 files changed, 56 insertions(+), 0 deletions(-)

diffs (88 lines):

diff -r c7d517beab7f -r 1054184e010d print/tex-numberpt-doc/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/print/tex-numberpt-doc/DESCR      Sun Aug 11 05:43:33 2019 +0000
@@ -0,0 +1,1 @@
+Documentation for tex-numberpt.
diff -r c7d517beab7f -r 1054184e010d print/tex-numberpt-doc/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/print/tex-numberpt-doc/Makefile   Sun Aug 11 05:43:33 2019 +0000
@@ -0,0 +1,13 @@
+# $NetBSD: Makefile,v 1.1 2019/08/11 05:43:33 markd Exp $
+
+DISTNAME=      numberpt.doc
+PKGNAME=       tex-${DISTNAME:S/./-/}-1.0
+TEXLIVE_REV=   51640
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      https://ctan.org/pkg/numberpt
+COMMENT=       Documentation for tex-numberpt
+LICENSE=       lppl-1.3c
+
+.include "../../print/texlive/package.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r c7d517beab7f -r 1054184e010d print/tex-numberpt-doc/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/print/tex-numberpt-doc/PLIST      Sun Aug 11 05:43:33 2019 +0000
@@ -0,0 +1,3 @@
+@comment $NetBSD: PLIST,v 1.1 2019/08/11 05:43:33 markd Exp $
+share/texmf-dist/doc/latex/numberpt/README.md
+share/texmf-dist/doc/latex/numberpt/numberpt.pdf
diff -r c7d517beab7f -r 1054184e010d print/tex-numberpt-doc/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/print/tex-numberpt-doc/distinfo   Sun Aug 11 05:43:33 2019 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2019/08/11 05:43:33 markd Exp $
+
+SHA1 (tex-numberpt-51640/numberpt.doc.tar.xz) = 212a89522eca40b2d200aba257f833213f859cb1
+RMD160 (tex-numberpt-51640/numberpt.doc.tar.xz) = 897fb7565a5cf621a49c626b359f50dfc996e16c
+SHA512 (tex-numberpt-51640/numberpt.doc.tar.xz) = 8b3723dbcbfa0163d7113c96ebcdc5a2262c169a94b733dc4af3bc263b119addf58042817dc8437ea5583ed93be1f3d5485ed76c2d704b20d303b5efa8bf41cf
+Size (tex-numberpt-51640/numberpt.doc.tar.xz) = 326496 bytes
diff -r c7d517beab7f -r 1054184e010d print/tex-numberpt/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/print/tex-numberpt/DESCR  Sun Aug 11 05:43:33 2019 +0000
@@ -0,0 +1,10 @@
+This packages defines commands to display counters spelled out
+in Portuguese. The styles are \numberpt for "all lowercase"
+\Numberpt for "First word capitalized" \NumberPt for "All
+Capitalized" \NUMBERPT for "ALL UPPERCASE" For example,
+\renewcommand{\thechapter}{\NumberPt{chapter}} makes chapter
+titles to be rendered as "Capitulo Um", "Capitulo Dois" etc.
+Options are offered to select variations in the spelling of
+"14", or Brazilian vs. European Portuguese forms in the
+spelling of "16", "17", and "19". The package requires expl3
+and xparse.
diff -r c7d517beab7f -r 1054184e010d print/tex-numberpt/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/print/tex-numberpt/Makefile       Sun Aug 11 05:43:33 2019 +0000
@@ -0,0 +1,15 @@
+# $NetBSD: Makefile,v 1.1 2019/08/11 05:43:33 markd Exp $
+
+DISTNAME=      numberpt
+PKGNAME=       tex-${DISTNAME}-1.0
+TEXLIVE_REV=   51640
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      https://ctan.org/pkg/numberpt
+COMMENT=       Counters spelled out in Portuguese
+LICENSE=       lppl-1.3c
+
+DEPENDS+=      tex-l3packages-[0-9]*:../../devel/tex-l3packages
+
+.include "../../print/texlive/package.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r c7d517beab7f -r 1054184e010d print/tex-numberpt/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/print/tex-numberpt/PLIST  Sun Aug 11 05:43:33 2019 +0000
@@ -0,0 +1,2 @@
+@comment $NetBSD: PLIST,v 1.1 2019/08/11 05:43:33 markd Exp $
+share/texmf-dist/tex/latex/numberpt/numberpt.sty
diff -r c7d517beab7f -r 1054184e010d print/tex-numberpt/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/print/tex-numberpt/distinfo       Sun Aug 11 05:43:33 2019 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2019/08/11 05:43:33 markd Exp $
+
+SHA1 (tex-numberpt-51640/numberpt.tar.xz) = d1c23406b3c0dfcc0d9d9a4da2acd1d16ab63b0c
+RMD160 (tex-numberpt-51640/numberpt.tar.xz) = de179e10af4a09a542261b48a471c954321cd7e1
+SHA512 (tex-numberpt-51640/numberpt.tar.xz) = c23fc54514b98cbc31e095f6b1ff37d37eef75146a3eb14e230ee75b71f6d506f148de643ec5e890a565b544b6d05436d47033f0c00ecdccdab697336b61dbf9
+Size (tex-numberpt-51640/numberpt.tar.xz) = 2452 bytes



Home | Main Index | Thread Index | Old Index