summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormarkd <markd@pkgsrc.org>2018-05-06 02:57:21 +0000
committermarkd <markd@pkgsrc.org>2018-05-06 02:57:21 +0000
commit56465758da7af2047e5da9f48fd9f1ee84601918 (patch)
tree2d30716e65dc684b63401af738e76230e38d3f5d
parentfd62698cd81f1100ffd207b748443ef4e4650358 (diff)
downloadpkgsrc-56465758da7af2047e5da9f48fd9f1ee84601918.tar.gz
tex-fmtcount{,-doc}: update to 3.05
3.05 * Fix issue 28 (works now with lualatex: actually from 3.05 fmtcount does not test any longer for what compiler is used but only for what multilingual package --- such as polyglossia or babel --- are used). * Fix pull request 29 (Fix European Portuguese cardinal numbers). Portuguese formatting prior to 3.05 is renamed brazilian, and the portuguese is fixed to reflect European Portuguese spelling.
-rw-r--r--print/tex-fmtcount-doc/Makefile6
-rw-r--r--print/tex-fmtcount-doc/distinfo10
-rw-r--r--print/tex-fmtcount/Makefile6
-rw-r--r--print/tex-fmtcount/PLIST3
-rw-r--r--print/tex-fmtcount/distinfo10
5 files changed, 18 insertions, 17 deletions
diff --git a/print/tex-fmtcount-doc/Makefile b/print/tex-fmtcount-doc/Makefile
index 875e5731636..2097ba17a81 100644
--- a/print/tex-fmtcount-doc/Makefile
+++ b/print/tex-fmtcount-doc/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.5 2017/10/23 01:57:25 markd Exp $
+# $NetBSD: Makefile,v 1.6 2018/05/06 02:57:21 markd Exp $
DISTNAME= fmtcount.doc
-PKGNAME= tex-${DISTNAME:S/./-/}-3.04
-TEXLIVE_REV= 45344
+PKGNAME= tex-${DISTNAME:S/./-/}-3.05
+TEXLIVE_REV= 46159
MAINTAINER= minskim@NetBSD.org
HOMEPAGE= http://ctan.org/pkg/fmtcount
diff --git a/print/tex-fmtcount-doc/distinfo b/print/tex-fmtcount-doc/distinfo
index 94c42bf0b07..c5431a976ff 100644
--- a/print/tex-fmtcount-doc/distinfo
+++ b/print/tex-fmtcount-doc/distinfo
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.6 2017/10/23 01:57:25 markd Exp $
+$NetBSD: distinfo,v 1.7 2018/05/06 02:57:21 markd Exp $
-SHA1 (tex-fmtcount-45344/fmtcount.doc.tar.xz) = 4c78e8f5aff1892db0de5da52cfc5cbda0475fbc
-RMD160 (tex-fmtcount-45344/fmtcount.doc.tar.xz) = c22dc1249831022a781e6672eacbd2a762c882f4
-SHA512 (tex-fmtcount-45344/fmtcount.doc.tar.xz) = 24b77d8cda92c59ba7b3fc61b241a075c2d119b89dbf0abd2ea0fbb281123329bb8fe1ff7720421f7bc4dedfd0f59dc8286793f8241deddc25ecfd15dc8bd801
-Size (tex-fmtcount-45344/fmtcount.doc.tar.xz) = 387316 bytes
+SHA1 (tex-fmtcount-46159/fmtcount.doc.tar.xz) = 353bfa2699df457790d7bae33ef423613552cde6
+RMD160 (tex-fmtcount-46159/fmtcount.doc.tar.xz) = 90f63c65496ff674d8efe3b403ea02f18669d896
+SHA512 (tex-fmtcount-46159/fmtcount.doc.tar.xz) = 1f01ed3b3456f2216d36ebba206aa9cd7928b1c587e9a93e41491896a1e82676796d297b798d91c62d5acc34c8671cc67dac51cd5184013d1a123c2c9817a18c
+Size (tex-fmtcount-46159/fmtcount.doc.tar.xz) = 394456 bytes
diff --git a/print/tex-fmtcount/Makefile b/print/tex-fmtcount/Makefile
index c63d40e7f41..2f3619aaf6e 100644
--- a/print/tex-fmtcount/Makefile
+++ b/print/tex-fmtcount/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.5 2017/10/23 01:57:24 markd Exp $
+# $NetBSD: Makefile,v 1.6 2018/05/06 02:57:21 markd Exp $
DISTNAME= fmtcount
-PKGNAME= tex-${DISTNAME}-3.04
-TEXLIVE_REV= 45344
+PKGNAME= tex-${DISTNAME}-3.05
+TEXLIVE_REV= 46159
MAINTAINER= minskim@NetBSD.org
HOMEPAGE= http://ctan.org/pkg/fmtcount
diff --git a/print/tex-fmtcount/PLIST b/print/tex-fmtcount/PLIST
index 473bcb3abec..20ed4cfb729 100644
--- a/print/tex-fmtcount/PLIST
+++ b/print/tex-fmtcount/PLIST
@@ -1,8 +1,9 @@
-@comment $NetBSD: PLIST,v 1.2 2015/04/22 22:27:20 markd Exp $
+@comment $NetBSD: PLIST,v 1.3 2018/05/06 02:57:21 markd Exp $
share/texmf-dist/scripts/fmtcount/fmtcount.perl
share/texmf-dist/tex/latex/fmtcount/fc-UKenglish.def
share/texmf-dist/tex/latex/fmtcount/fc-USenglish.def
share/texmf-dist/tex/latex/fmtcount/fc-american.def
+share/texmf-dist/tex/latex/fmtcount/fc-brazilian.def
share/texmf-dist/tex/latex/fmtcount/fc-british.def
share/texmf-dist/tex/latex/fmtcount/fc-english.def
share/texmf-dist/tex/latex/fmtcount/fc-francais.def
diff --git a/print/tex-fmtcount/distinfo b/print/tex-fmtcount/distinfo
index 153d497b2aa..db29c8fae31 100644
--- a/print/tex-fmtcount/distinfo
+++ b/print/tex-fmtcount/distinfo
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.6 2017/10/23 01:57:24 markd Exp $
+$NetBSD: distinfo,v 1.7 2018/05/06 02:57:21 markd Exp $
-SHA1 (tex-fmtcount-45344/fmtcount.tar.xz) = 90a708b15b5dfd87b6d49c03b4f6a1ea09fc3560
-RMD160 (tex-fmtcount-45344/fmtcount.tar.xz) = fba4d62dca808cf462cb69a81a94aefa2fb6688b
-SHA512 (tex-fmtcount-45344/fmtcount.tar.xz) = ab18aa8718da95ea77b45323bb2f48e5018150fbf100e0dc0b876964fc8839fc73a63ae0f20c60e59927385cee3ffe776bf7c5bba6f6464bb25a9af32f2f2022
-Size (tex-fmtcount-45344/fmtcount.tar.xz) = 25940 bytes
+SHA1 (tex-fmtcount-46159/fmtcount.tar.xz) = 506cc5f11e1979ded659fd7f1610b8baa6ff34c1
+RMD160 (tex-fmtcount-46159/fmtcount.tar.xz) = fe546bc90ae9ec88596c261be96332323322a63b
+SHA512 (tex-fmtcount-46159/fmtcount.tar.xz) = dacb809f12fd58d447cb481500ff5ca4628102346270dda652afb37b63eb544a74665ef5bded1ee541674b9e31007514df27ef6c364a2794d46ea8781c05913a
+Size (tex-fmtcount-46159/fmtcount.tar.xz) = 26344 bytes