summaryrefslogtreecommitdiff
path: root/print/tex-listings
AgeCommit message (Collapse)AuthorFilesLines
2021-10-26print: Replace RMD160 checksums with BLAKE2s checksumsnia1-2/+2
All checksums have been double-checked against existing RMD160 and SHA512 hashes
2021-10-07print: Remove SHA1 hashes for distfilesnia1-2/+1
2020-05-03tex-[h-s]*: update to texlive 2020 versionsmarkd2-9/+8
tex-hyperref{,-doc} to 7.00d tex-jsclasses to 2020 tex-kotex-oblivoir to 2.2.1 tex-latexconfig to 2020 tex-lettrine{,-doc} to 2.23 tex-listings{,-doc} to 1.8d tex-listofitems{,-doc} to 1.63 tex-moderncv{,-doc} to 2.0.0.52669 tex-ocgx2{,-doc} to 0.48 tex-overpic to 1.3 tex-parskip{,-doc} to 2.0d tex-pdfpages{,-doc} to 0.5q tex-pdftex{,-doc} to 2020 tex-pgf{,-doc} to 3.1.5b tex-pgfplots{,-doc} to 1.17 tex-pict2e{,-doc} to 0.3c tex-platex{,-doc} to 2020 tex-polyglossia{,-doc} to 1.49 tex-preview{,-doc} to 12.2 tex-ptex-base{,-doc} to 2020 tex-schwalbe-chess{,-doc} to 2.7 tex-siunitx{,-doc} to 2.8b tex-snapshot{,-doc} to 2.13 tex-subfiles{,-doc} to 1.6 tex-supertabular to 4.1g tex-latex-base-dev{,-doc} version 20201001pre5
2020-01-18all: migrate several HOMEPAGEs to httpsrillig1-2/+2
pkglint --only "https instead of http" -r -F With manual adjustments afterwards since pkglint 19.4.4 fixed a few indentations in unrelated lines. This mainly affects projects hosted at SourceForce, as well as freedesktop.org, CTAN and GNU.
2019-12-06tex-*: add TEXLIVE_UNVERSIONED=yesmarkd1-1/+2
2019-05-11tex-listings{,-doc}: update to 1.8bmarkd3-9/+10
* made inputpath work * updated hansl * corrected small issues from the Debian bug tracker
2019-01-26tex-listings{,-doc}: update to 1.7markd2-8/+8
added the following languages: elisp (rudimental), gap, go, swift and some other. updated Mathematica to 11.0, Fortran to Fortran 2008
2017-09-06Remove teTeX* packages and references to them.wiz1-2/+1
teTeX was desupported in 2006, and we have texlive in pkgsrc since 2009.
2015-11-04Add SHA512 digests for distfiles for print categoryagc1-1/+2
Problems found locating distfiles: Package acroread7: missing distfile AdobeReader_enu-7.0.9-1.i386.tar.gz Package acroread8: missing distfile AdobeReader_enu-8.1.7-1.sparc.tar.gz Package cups-filters: missing distfile cups-filters-1.1.0.tar.xz Package dvidvi: missing distfile dvidvi-1.0.tar.gz Package lgrind: missing distfile lgrind.tar.bz2 Otherwise, existing SHA1 digests verified and found to be the same on the machine holding the existing distfiles (morden). All existing SHA1 digests retained for now as an audit trail.
2015-08-02Update tex-listings{,-doc} to 1.6markd2-7/+8
* withdrawn the support of \lstinline{..} in a tabular environment * added a section with workarounds of that and some other problems * added keywords for Lua 5.3.0
2015-04-23Update tex-listings{,-doc} to 1.5emarkd3-10/+14
latest texlive version. changes unknown.
2011-01-22Let tex-listings depend on tex-url instead of tex-ltxmisc, becauseminskim1-2/+3
url.sty is no longer included in tex-ltxmisc.
2010-09-14Update DISTFILES for TeX Live 2010. No functional change.minskim2-5/+6
2010-05-11Update DISTFILES.minskim2-7/+7
2009-08-03Import tex-listings-1.4 as print/tex-listings.minskim4-0/+42
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).