pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/print tex-lipsum{,-doc}: update to 2.7



details:   https://anonhg.NetBSD.org/pkgsrc/rev/3aae34f236f8
branches:  trunk
changeset: 376826:3aae34f236f8
user:      markd <markd%pkgsrc.org@localhost>
date:      Thu Apr 14 02:13:20 2022 +0000

description:
tex-lipsum{,-doc}: update to 2.7

2.7
### Changed
- Rework language loading mechanism (gh/10).
### Fixed
- Hyphenation pattern setting with `polyglossia` (gh/10).

2.6
### Changed
- Minor changes to `lipsum.ins`.

2.5
### Fixed
- Language 'latin' undefined error with LuaTeX (gh/6).

### Changed
- Require `babel` for language-specific hyphenation patterns (gh/6).
- In case a language is unknown, just warn instead of an error (gh/8).
- Use `\par` by default in `par-sep` rather than `par-end` (gh/7).

diffstat:

 print/tex-lipsum-doc/DESCR    |  2 +-
 print/tex-lipsum-doc/Makefile |  6 +++---
 print/tex-lipsum-doc/PLIST    |  8 +++++++-
 print/tex-lipsum-doc/distinfo |  8 ++++----
 print/tex-lipsum/DESCR        |  7 +++----
 print/tex-lipsum/Makefile     |  8 ++++----
 print/tex-lipsum/PLIST        |  3 ++-
 print/tex-lipsum/distinfo     |  8 ++++----
 8 files changed, 28 insertions(+), 22 deletions(-)

diffs (102 lines):

diff -r b6d41c6d8cdd -r 3aae34f236f8 print/tex-lipsum-doc/DESCR
--- a/print/tex-lipsum-doc/DESCR        Thu Apr 14 02:08:44 2022 +0000
+++ b/print/tex-lipsum-doc/DESCR        Thu Apr 14 02:13:20 2022 +0000
@@ -1,1 +1,1 @@
-This is documentation for tex-lipsum.
+Documentation for tex-lipsum.
diff -r b6d41c6d8cdd -r 3aae34f236f8 print/tex-lipsum-doc/Makefile
--- a/print/tex-lipsum-doc/Makefile     Thu Apr 14 02:08:44 2022 +0000
+++ b/print/tex-lipsum-doc/Makefile     Thu Apr 14 02:13:20 2022 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.6 2021/06/05 04:00:34 markd Exp $
+# $NetBSD: Makefile,v 1.7 2022/04/14 02:13:20 markd Exp $
 
 DISTNAME=      lipsum.doc
-PKGNAME=       tex-${DISTNAME:S/./-/}-2.3
-TEXLIVE_REV=   58123
+PKGNAME=       tex-${DISTNAME:S/./-/}-2.7
+TEXLIVE_REV=   60561
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=      https://ctan.org/pkg/lipsum
diff -r b6d41c6d8cdd -r 3aae34f236f8 print/tex-lipsum-doc/PLIST
--- a/print/tex-lipsum-doc/PLIST        Thu Apr 14 02:08:44 2022 +0000
+++ b/print/tex-lipsum-doc/PLIST        Thu Apr 14 02:13:20 2022 +0000
@@ -1,3 +1,9 @@
-@comment $NetBSD: PLIST,v 1.2 2019/01/29 19:47:40 markd Exp $
+@comment $NetBSD: PLIST,v 1.3 2022/04/14 02:13:20 markd Exp $
+share/texmf-dist/doc/latex/lipsum/CHANGELOG.md
+share/texmf-dist/doc/latex/lipsum/DEPENDS.txt
+share/texmf-dist/doc/latex/lipsum/README.md
 share/texmf-dist/doc/latex/lipsum/README.txt
+share/texmf-dist/doc/latex/lipsum/lipsum-cicero.txt
+share/texmf-dist/doc/latex/lipsum/lipsum-cs.txt
+share/texmf-dist/doc/latex/lipsum/lipsum-la.txt
 share/texmf-dist/doc/latex/lipsum/lipsum.pdf
diff -r b6d41c6d8cdd -r 3aae34f236f8 print/tex-lipsum-doc/distinfo
--- a/print/tex-lipsum-doc/distinfo     Thu Apr 14 02:08:44 2022 +0000
+++ b/print/tex-lipsum-doc/distinfo     Thu Apr 14 02:13:20 2022 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.7 2021/10/26 11:13:55 nia Exp $
+$NetBSD: distinfo,v 1.8 2022/04/14 02:13:20 markd Exp $
 
-BLAKE2s (lipsum.doc.r58123.tar.xz) = ecbf715b6d8c2061bcad1488802f723cc1328ff13c3fee60ce3e2e64709308de
-SHA512 (lipsum.doc.r58123.tar.xz) = 6d7e7f8037cebffac9a3725b5a7b32eefcb458ebd86cbc9b0380d05d2b1926c3a70e7032629ffd4bede5102c3a36d84e1b2bd21d2b7f9b3e9c642390822fbffa
-Size (lipsum.doc.r58123.tar.xz) = 808520 bytes
+BLAKE2s (lipsum.doc.r60561.tar.xz) = 0dccb8e98c8ae4a2551a50cfcba535c0ef6f8a00af4b8acc0d4b6d39370c386a
+SHA512 (lipsum.doc.r60561.tar.xz) = ce44b2d4acab295bdcb2d0edcefedea449c4dae7cc4c0d62ef73e36169b0858863003bec1575000bfb78b1ecd9e5413807a89bc464b5d173f05a43313c7a22de
+Size (lipsum.doc.r60561.tar.xz) = 757020 bytes
diff -r b6d41c6d8cdd -r 3aae34f236f8 print/tex-lipsum/DESCR
--- a/print/tex-lipsum/DESCR    Thu Apr 14 02:08:44 2022 +0000
+++ b/print/tex-lipsum/DESCR    Thu Apr 14 02:13:20 2022 +0000
@@ -1,4 +1,3 @@
-This package gives you easy access to the Lorem Ipsum dummy
-text; an option is available to separate the paragraphs of the
-dummy text into TeX-paragraphs. All the paragraphs are taken
-with permission from http://lipsum.com/.
+This package gives you easy access to 150 paragraphs of the
+Lorem Ipsum dummy text provided by https://lipsum.com, plus a
+growing list of other dummy texts in different languages.
diff -r b6d41c6d8cdd -r 3aae34f236f8 print/tex-lipsum/Makefile
--- a/print/tex-lipsum/Makefile Thu Apr 14 02:08:44 2022 +0000
+++ b/print/tex-lipsum/Makefile Thu Apr 14 02:13:20 2022 +0000
@@ -1,12 +1,12 @@
-# $NetBSD: Makefile,v 1.6 2021/06/05 04:00:34 markd Exp $
+# $NetBSD: Makefile,v 1.7 2022/04/14 02:13:20 markd Exp $
 
 DISTNAME=      lipsum
-PKGNAME=       tex-${DISTNAME}-2.3
-TEXLIVE_REV=   58123
+PKGNAME=       tex-${DISTNAME}-2.7
+TEXLIVE_REV=   60561
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=      https://ctan.org/pkg/lipsum
-COMMENT=       Easy access to the Lorem Ipsum dummy text
+COMMENT=       Easy access to the Lorem Ipsum and other dummy texts
 LICENSE=       lppl-1.3c
 
 DEPENDS+=      tex-latex-bin-[0-9]*:../../print/tex-latex-bin
diff -r b6d41c6d8cdd -r 3aae34f236f8 print/tex-lipsum/PLIST
--- a/print/tex-lipsum/PLIST    Thu Apr 14 02:08:44 2022 +0000
+++ b/print/tex-lipsum/PLIST    Thu Apr 14 02:13:20 2022 +0000
@@ -1,4 +1,5 @@
-@comment $NetBSD: PLIST,v 1.2 2019/01/29 19:47:39 markd Exp $
+@comment $NetBSD: PLIST,v 1.3 2022/04/14 02:13:20 markd Exp $
 share/texmf-dist/tex/latex/lipsum/cicero.ltd.tex
+share/texmf-dist/tex/latex/lipsum/lipsum-cs.ltd.tex
 share/texmf-dist/tex/latex/lipsum/lipsum.ltd.tex
 share/texmf-dist/tex/latex/lipsum/lipsum.sty
diff -r b6d41c6d8cdd -r 3aae34f236f8 print/tex-lipsum/distinfo
--- a/print/tex-lipsum/distinfo Thu Apr 14 02:08:44 2022 +0000
+++ b/print/tex-lipsum/distinfo Thu Apr 14 02:13:20 2022 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.7 2021/10/26 11:13:55 nia Exp $
+$NetBSD: distinfo,v 1.8 2022/04/14 02:13:20 markd Exp $
 
-BLAKE2s (lipsum.r58123.tar.xz) = dc8ed3b1655b115d20c6c4b70b970faf9b4233f2dafd5d0cd41cee23349dcdaa
-SHA512 (lipsum.r58123.tar.xz) = 6d93dbb16d94f7aa199e59b85096583a9e8e7a07b107bbfe1e0be7615717c29d94ecfd308c4adf462062251adb03b171a332cd688425f6854ce442c390c47396
-Size (lipsum.r58123.tar.xz) = 75536 bytes
+BLAKE2s (lipsum.r60561.tar.xz) = 5b19aeec91d0850a3cfd65d1de6f17f3c2706cc58d8092fed9c61c9c6317f14d
+SHA512 (lipsum.r60561.tar.xz) = 24697be378aa490bf71194c8622400c11e27d5c6549caf2362250017ac97b4443986a4ad5f8d2d96aa53cfd7bcf5cd7ada0e1ddbbbfd27135e2a23bbad21563a
+Size (lipsum.r60561.tar.xz) = 125324 bytes



Home | Main Index | Thread Index | Old Index