pkgsrc-Changes archive

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

CVS commit: pkgsrc/print



Module Name:    pkgsrc
Committed By:   markd
Date:           Sat Apr  8 10:44:02 UTC 2023

Modified Files:
        pkgsrc/print/tex-listings: DESCR Makefile distinfo
        pkgsrc/print/tex-listings-doc: DESCR Makefile distinfo

Log Message:
tex-listings{,-doc}: update to 1.9

* hopefully corrected the long outstanding wrong behaviour of
    displaying visible spaces
* generalized the use of the linerange key
* introduced the key consecutivenumbers
* a pagebreak between a (top) caption and source code isn't allowed anymore
* the configuration files listings.cfg and lstlocal.cfg
  are read with the correct catcode
* some documentation and layout enhancements.


To generate a diff of this commit:
cvs rdiff -u -r1.1.1.1 -r1.2 pkgsrc/print/tex-listings/DESCR
cvs rdiff -u -r1.12 -r1.13 pkgsrc/print/tex-listings/Makefile
cvs rdiff -u -r1.11 -r1.12 pkgsrc/print/tex-listings/distinfo
cvs rdiff -u -r1.1.1.1 -r1.2 pkgsrc/print/tex-listings-doc/DESCR
cvs rdiff -u -r1.12 -r1.13 pkgsrc/print/tex-listings-doc/Makefile \
    pkgsrc/print/tex-listings-doc/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/print/tex-listings/DESCR
diff -u pkgsrc/print/tex-listings/DESCR:1.1.1.1 pkgsrc/print/tex-listings/DESCR:1.2
--- pkgsrc/print/tex-listings/DESCR:1.1.1.1     Mon Aug  3 23:45:46 2009
+++ pkgsrc/print/tex-listings/DESCR     Sat Apr  8 10:44:02 2023
@@ -1,10 +1,14 @@
-Typeset programs (programming code) within LaTeX.  The source code is
-read directly by TeX.  Keywords, comments and strings can be typeset
-using different styles (default is bold for keywords, italic for
-comments and no special style for strings).  Includes support for
-hyperref.  To use, simply \usepackage{listings}, identify the language
-with \lstset{language=Python}, then employ the \begin{lstlisting} ...
-\end{lstlisting} environment or the \lstinputlisting{filename.py}
-command.  Short (in-line) listings are also available, using either
-\lstinline|...| or | ... | (after defining the | token with the
-\lstMakeShortInline command).
+The package enables the user to typeset programs (programming
+code) within LaTeX; the source code is read directly by TeX--no
+front-end processor is needed. Keywords, comments and strings
+can be typeset using different styles (default is bold for
+keywords, italic for comments and no special style for
+strings). Support for hyperref is provided. To use,
+\usepackage{listings}, identify the language of the object to
+typeset, using a construct like: \lstset{language=Python}, then
+use environment lstlisting for inline code. External files may
+be formatted using \lstinputlisting to process a given file in
+the form appropriate for the current language. Short (in-line)
+listings are also available, using either \lstinline|...| or
+|...| (after defining the | token with the \lstMakeShortInline
+command).

Index: pkgsrc/print/tex-listings/Makefile
diff -u pkgsrc/print/tex-listings/Makefile:1.12 pkgsrc/print/tex-listings/Makefile:1.13
--- pkgsrc/print/tex-listings/Makefile:1.12     Sun May  3 11:57:32 2020
+++ pkgsrc/print/tex-listings/Makefile  Sat Apr  8 10:44:02 2023
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.12 2020/05/03 11:57:32 markd Exp $
+# $NetBSD: Makefile,v 1.13 2023/04/08 10:44:02 markd Exp $
 
 DISTNAME=      listings
-PKGNAME=       tex-${DISTNAME}-1.8d
-TEXLIVE_REV=   54554
+PKGNAME=       tex-${DISTNAME}-1.9
+TEXLIVE_REV=   66222
 
 MAINTAINER=    minskim%NetBSD.org@localhost
 HOMEPAGE=      https://ctan.org/pkg/listings

Index: pkgsrc/print/tex-listings/distinfo
diff -u pkgsrc/print/tex-listings/distinfo:1.11 pkgsrc/print/tex-listings/distinfo:1.12
--- pkgsrc/print/tex-listings/distinfo:1.11     Tue Oct 26 11:13:55 2021
+++ pkgsrc/print/tex-listings/distinfo  Sat Apr  8 10:44:02 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.11 2021/10/26 11:13:55 nia Exp $
+$NetBSD: distinfo,v 1.12 2023/04/08 10:44:02 markd Exp $
 
-BLAKE2s (listings.r54554.tar.xz) = c8142e3d205f603e80ce598427e203d8405ce7d8bebf60f1dda7a4c6f82fb548
-SHA512 (listings.r54554.tar.xz) = 32c0892e650805d57a407ad0846f6ffbd207aa2840a261b4b8652c389f96ce89a2c6309b4bf5488e7c7a0927caf2b21bd97db6d380f396398113ca5110d687ff
-Size (listings.r54554.tar.xz) = 146216 bytes
+BLAKE2s (listings.r66222.tar.xz) = 489a92008a87ab29e5e07937e5ed0c569391f224d48eef940ce611210f7b14d9
+SHA512 (listings.r66222.tar.xz) = df4fb8780bd7df309c2ccb7df362a160d42ac4eb0792880fd3fb2a71d001476f69c23edaee9427262a13f40f03ce7a9d34cf2536be862d8c835a746b85a80012
+Size (listings.r66222.tar.xz) = 146488 bytes

Index: pkgsrc/print/tex-listings-doc/DESCR
diff -u pkgsrc/print/tex-listings-doc/DESCR:1.1.1.1 pkgsrc/print/tex-listings-doc/DESCR:1.2
--- pkgsrc/print/tex-listings-doc/DESCR:1.1.1.1 Mon Aug  3 23:46:05 2009
+++ pkgsrc/print/tex-listings-doc/DESCR Sat Apr  8 10:44:02 2023
@@ -1 +1 @@
-This is documentation for tex-listings.
+Documentation for tex-listings.

Index: pkgsrc/print/tex-listings-doc/Makefile
diff -u pkgsrc/print/tex-listings-doc/Makefile:1.12 pkgsrc/print/tex-listings-doc/Makefile:1.13
--- pkgsrc/print/tex-listings-doc/Makefile:1.12 Sun May  3 11:57:32 2020
+++ pkgsrc/print/tex-listings-doc/Makefile      Sat Apr  8 10:44:02 2023
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.12 2020/05/03 11:57:32 markd Exp $
+# $NetBSD: Makefile,v 1.13 2023/04/08 10:44:02 markd Exp $
 
 DISTNAME=      listings.doc
-PKGNAME=       tex-${DISTNAME:S/./-/}-1.8d
-TEXLIVE_REV=   54554
+PKGNAME=       tex-${DISTNAME:S/./-/}-1.9
+TEXLIVE_REV=   66222
 
 MAINTAINER=    minskim%NetBSD.org@localhost
 HOMEPAGE=      https://ctan.org/pkg/listings
Index: pkgsrc/print/tex-listings-doc/distinfo
diff -u pkgsrc/print/tex-listings-doc/distinfo:1.12 pkgsrc/print/tex-listings-doc/distinfo:1.13
--- pkgsrc/print/tex-listings-doc/distinfo:1.12 Tue Oct 26 11:13:56 2021
+++ pkgsrc/print/tex-listings-doc/distinfo      Sat Apr  8 10:44:02 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.12 2021/10/26 11:13:56 nia Exp $
+$NetBSD: distinfo,v 1.13 2023/04/08 10:44:02 markd Exp $
 
-BLAKE2s (listings.doc.r54554.tar.xz) = 5e3490faaadcf75cbb4c0edf99fee778212f0d0f67c6c8ebb10a31f452007d11
-SHA512 (listings.doc.r54554.tar.xz) = 38775e89b09ad00efe1c8fbea71dd5e7321789b24be407fdec53da87966e31b3b79ebbf085d9601f1c0b80177993af7048f58a4086185ead488a9a118d37e7bd
-Size (listings.doc.r54554.tar.xz) = 2163008 bytes
+BLAKE2s (listings.doc.r66222.tar.xz) = 802c283dfc9c1300cd0dfe341e5cdab2afd80fd92a0e4397bde5c0d3a8cef298
+SHA512 (listings.doc.r66222.tar.xz) = 3bc05e775a0d1d8af4af52080328474a7ad97c06c06480dd9333d6007e1d43bdcee8d8315343e6249414ae48c8060c139bb0d6da0aeff073e675c10760d5f87e
+Size (listings.doc.r66222.tar.xz) = 2750172 bytes



Home | Main Index | Thread Index | Old Index