summaryrefslogtreecommitdiff
path: root/print
AgeCommit message (Collapse)AuthorFilesLines
2020-05-17libcups: don't install binaries with mode 555tnn1-1/+3
Need to use 755, else we get ENOPERM when it's time to strip(1).
2020-05-16libcups: appease easy pkglint indentation warning.maya1-2/+2
2020-05-16Split cups-base in two: libcups and the printer daemon.maya9-34/+231
The intention with this change is to make it easier to enable CUPS support by default in places, without requiring the daemon (which might conflict with other printing setups). Bump cups-base PKGREVISION and make it depend on libcups.
2020-05-16print/hplip: clean up and adjust hard-coded paths in SUBST_FILESrillig1-6/+6
2020-05-16Needs gs at runtime. Bump revision.joerg1-1/+4
2020-05-15print: Remove libgnomeprint - deprecated GNOME 2 componentnia14-413/+1
No longer used in pkgsrc
2020-05-15print: Remove libgnomeprintuinia6-191/+1
Deprecated gnome 2 component, no longer used by anything in pkgsrc
2020-05-14Fix bugs in the non-blocking connect handling so that the print dialogjoerg3-2/+94
in GTK can work even if the CUPS daemon is not running. Bump revision.
2020-05-14Don't return a value in a void functionjoerg2-1/+15
2020-05-14Fix const usejoerg3-1/+29
2020-05-14print/dvipdfmx: fix path to Ghostscriptrillig1-3/+4
2020-05-14print/tex-musixtex: remove redundant SUBST blockrillig1-7/+1
The mentioned file neither contains @LOCALBASE@ nor /usr/pkg.
2020-05-14print/Makefile: appease weekly pkgsrc check script (sort)gutteridge1-2/+2
2020-05-13tex-texlive-scripts-doc: Fix PKGMANDIR.jperkin1-2/+2
2020-05-13luatex: Fix SunOS build.jperkin3-9/+5
2020-05-12tex-luatex-doc: fix PLISTmarkd1-1/+4
2020-05-12mktexlsr: Fix PKGMANDIR.jperkin1-3/+3
2020-05-12tex-xcjk2uni{,-doc}: update to 1.0markd5-19/+17
changes unknown
2020-05-12auctex: needs BUILD_DEPENDS on tex-texlive-scripts-extra for kpsepathmarkd1-2/+2
2020-05-12fig2dev: Update to 3.2.7bnia6-99/+16
Patchlevel 7b (Oct 2019) NEW FEATURES: o A X color database is not needed, but can be provided. The location of the database can be given at compile time, default /etc/X11/rgb.txt. BUGS FIXED: Ticket numbers refer to https://sourceforge.net/p/mcj/tickets/#. Debian bug numbers refer to https://bugs.debian.org/#. o Do not clip objects with line-thickness 0 having arrows. Ticket #53. o Do not segfault on circle/half circle arrowheads with a magnification larger 42. Always draw circle arrowheads with 40 points. Ticket #52. o Allow circles or ellipses with negative radii. Ticket #49. o Avoid "dimension too large error" with tikz output by avoiding coordinate values smaller than -16383. o Make tests (test1.c) work with -fsanitize=address compiler option. o Obey join-style of lines in tikz output. o Pass utf8-strings to svg output, escape some chars (<>&). o Accept inclined boxes and change them to polygons. Fixes ticket #43. o Make tests #27 and #33 work on Mac Darwin, failed due to whitespace formatting differences. From Hanspeter Niederstrasser. Ticket #40. o Use only latex, neither etex or tex, to test tikz output. Usage of etex, after hint from Roland Rosenfeld, closed debian bug 920368. o For tikz output, do not draw arrows on a single point line. o Omit spurious showpage when including jpg-file. From Rainer Buchty. o Correct a few memory leaks and corruptions. See commit d1c54f6. o Change negative color numbers to default color. Fixes ticket #30. o A spline with one point would cause segfault. Fixed, see ticket #29. o Allow one char without newline in the last line of an input file. Fixes ticket #28. o Harden input, mainly against files in which an incomplete object would be created and freeing the object would violate memory, i.e, it may cause segfault. See, e.g., ticket #27. o Properly initalize line storage when reading fig files version 1.3. Would segfault when reading incomplete line and trying to free it. Fixes ticket #26, debian bug 906743. o Silently ignore the hundred-first and more comment lines. This fixes ticket #25 and debian bug 906740. o Use SetFigFont, not SetFigFontNFSS in pictex output. Fixes https://bugs.launchpad.net/ubuntu/+source/transfig/+bug/1359485 . o Accept blanks in color names (e.g., fig2dev -L eps -g"Misty Rose"..). o Correct typos in man-pages, debian 30_man_typo.patch. ------------------------------------- Patchlevel 7a (May 2018) NEW FEATURES: o Add option -w, wrap (create stand-alone perl file) for Perl/Tk output. o Distribute the X bitmaps files within fig2dev, no need to install these files. The files were needed for Tk and Perl/Tk output. BUGS FIXED: Ticket numbers refer to https://sourceforge.net/p/mcj/tickets/#. o Fix regression whereupon flipped ellipses were not read. Ticket #23. o Distribute i18n files ru_RU.CP1251.ps and uk_UA.KOI8-U.ps. o Make test "survive debian bug #890016" succeed on 32 bit systems. ------------------------------------- Patchlevel 7 (April 2018) OPTION LETTER CHANGES: o Language previous option current option ------------------------------------------------------------ cgm -b dummy -a epic -A scale -d scale eepic -A scale -d scale eepicemu -A scale -d scale gbx -i on|off -v ibmgl -m mag,xoff,yoff -m mag -x xoff -y yoff mp -I file -d file ps -S dummy -o NEW FEATURES: o Print language-specific help text by using fig2dev -L lang -h. o Add option -M, multipage, for MetaPost output language. o Add option -P, pagemode, and -z to choose a pagesize for pdf output. o Add option -W (scaling of figures not possible) for tikz. o Add option -b, border width, for LaTeX output language. o Add option -f for pstex_t and pdftex_t output language. o Add uk_UA and ru_RU encodings for PostScript output. Ticket #12. BUGS FIXED: o Update help text: Output help for dxf and textyl output language, add description of -g option for Tk/Tcl and Perl/Tk output, allow -f option for pstex_t and pdftex_t output language. Debian bug numbers refer to https://bugs.debian.org/#. Ticket numbers refer to https://sourceforge.net/p/mcj/tickets/#. o Sanitize input. Do not segfault on malformed input files. Fixes debian bugs 881143, 881144, 881396, 890015, 890016, 882021 and also 882022. o Do not put an %%Orientation: comment into PostScript output. Some viewers would rotate the resulting file, others not. o Fix build on NetBSD, which has a _setmode() function different from _setmode() on Windows. Ticket #17. Also, avoid alloca(). Ticket #16. o tikz output: Omit the semicolon after \pgftext[..]{...};. o Define PostScript patterns with larger tiles, may render better. #13 o Fix build in case libXpm is missing. Ticket #15. o Use netpbm programs instead of ghostscript, to produce smaller files. o Correctly embed eps files with binary preview (epsi, typically found on Microsoft systems). Also, allow to embed ps-files. Fixes debian bug 248807, ticket #8. o For compilation, do not depend on PATH_MAX being defined.
2020-05-12xdvik: don't try to use texconfig.markd1-4/+7
texconfig has moved from tex-tetex to tex-texlive-scripts-extra, but currently its usage to configure the papersize for various commands isn't actually working so for the time being just comment it out.
2020-05-11tex-media9{,-doc}: update to 1.11markd4-16/+16
changes unknown
2020-05-11dvipsk: don't use texconfig in buildmarkd1-7/+7
This package was using "texconfig dvips paper ${LOWER_PAPERSIZE}" to set the default papersize for dvips. It seems that texconfig has been broken for this option at least for some time so was a noop. Disable at this time to remove a circular dependency. Needs to be revisited.
2020-05-11dvipsk: dont install texmf-dist/fonts/enc/dvips/base/dvips-all.encmarkd2-3/+4
Leave it to tex-dvips to install.
2020-05-11tex-fancyvrb{,-doc}: update to 3.6markd4-16/+16
- added optional argument reflabel for page references to verbatim environments (hv)
2020-05-11tex-biblatex-apa{,-doc}: update to 9.12markd6-24/+25
changes unknown
2020-05-10tex-kpathsea: fix PLIST, put DESCR in DESCRmarkd2-7/+36
2020-05-10bump tex-texlive-scripts revision from 55050 to 55072tnn4-14/+14
The 55050 distfile is nowhere to be found. Changes unknown. I ran "make upload-distfiles" to prevent this from happening again.
2020-05-10tex-beamer{,-doc}: update to 3.58markd4-16/+16
- re-introduced `\strut` after the frametitle - Promote bookmark level for index - clip `\insertslideintonotes` to show only visible area - using biblatex filehooks to make adjustments to the bibliography appearence - Avoid loop with overlayarea in vmode - Handling of `\\` in article mode
2020-05-10tex-babel-portuges: update to 1.2rmarkd3-10/+12
additional ldf files
2020-05-10tex-babel{,-doc}: update to 3.43markd4-16/+16
changes unknown
2020-05-10tex-texinfo: update to 5.1.55066markd2-8/+8
minor changes
2020-05-10print: remove tex-FAQ-en-doc tex-babel-spanglish tex-spanish-mx{,-doc}markd17-183/+1
no longer in texlive
2020-05-10tex-*: revbump for dependency change tex-tetex -> tex-texlive-scriptsmarkd86-94/+172
2020-05-10advi: dependency change tex-pstools -> tex-texlive-scripts-extramarkd1-3/+3
2020-05-10print: add mktexlsr tex-{luahbtex,newfloat,texlive-scripts-extra}{,-doc}markd1-6/+9
remove tex-{pdftools,tetex}{,-doc} tex-texlive-docindex
2020-05-10texlive: update to 2020markd161-1010/+976
General: * The \input primitive in all TeX engines, including tex, now also accepts a group-delimited filename argument, as a system-dependent extension. The usage with a standard space/token-delimited filename is completely unchanged. The group-delimited argument was previously implemented in LuaTeX; now it is available in all engines. ASCII double quote characters (") are removed from the filename, but it is otherwise left unchanged after tokenization. This does not currently affect LaTeX’s \input command, as that is a macro redefinition of the standard \input primitive. * New option –cnf-line for kpsewhich, tex, mf, and all other engines, to support arbitrary configuration settings on the command line. * The addition of various primitives to various engines in this and previous years is intended to result in a common set of functionality available across all engines. epTeX, eupTeX: New primitives \Uchar, \Ucharcat, \current(x)spacingmode, \ifincsname; revise \fontchar?? and \iffontchar. For eupTeX only: \currentcjktoken. LuaTeX: Integration with HarfBuzz library, available as new engines luahbtex (used for lualatex) and luajithbtex. New primitives: \eTeXgluestretchorder, \eTeXglueshrinkorder. pdfTeX: New primitive \pdfmajorversion; this merely changes the version number in the PDF output; it has no effect on any PDF content. \pdfximage and similar now search for image files in the same way as \openin. pTeX: New primitives \ifjfont, \iftfont. Also in epTeX, upTeX, eupTeX. XeTeX: Fixes for \Umathchardef, \XeTeXinterchartoks, \pdfsavepos. Dvips: Output encodings for bitmap fonts, for better copy/paste capabilities.
2020-05-09print/py-weasyprint: remove no-op SUBST blockrillig1-6/+1
The word PYVERSSUFFIX does not appear in setup.cfg.
2020-05-09cups-base: don't pass --disable-gssapimaya1-2/+1
options.mk already handles enabling/disabling this.
2020-05-08texlive: default HOMEPAGE http -> httpsmarkd1-2/+2
2020-05-08tex-attachfile2: fix pathmarkd1-2/+2
2020-05-08tex-tex4ht: fix PLISTmarkd1-11/+1
2020-05-07zathura-pdf-mupdf: Backport a patch to fix build with mupdf-1.17.0leot4-3/+46
PKGREVISION++
2020-05-07mupdf: Update to 1.17.0leot11-71/+60
pkgsrc changes: - Remove patches/patch-platform_x11_pdfapp.c, no longer needed Changes: 1.17.0 ------ api: Improved accessors for markup/ink/polygon annotation data. api: Chapter based API for faster EPUB loading. api: Add more documentation to header files. api: Improved digital signature signing and verification. api: Validate changes in a signed PDF file. build: Moved windows build to VS2019 solution. pdf: Redaction now works on images and links as well as text. pdf: Greek, Cyrillic, Chinese, Japanese, and Korean scripts in forms and annotations. pdf: File attachment annotations. pdf: Use CCITT Fax compression for 1-bit images when creating PDF files. epub: More forgiving XHTML parsing. epub: Accelerator files to cache chapter data for faster EPUB loading. epub: Optimized memory use. mutool run: Edit Markup, Ink, and Polygon annotation data. mutool run: Fill out form fields. viewer: Ask for confirmation before closing a PDF with unsaved changes. viewer: Embed and extract file attachment annotations. library: Miscellaneous bugfixes. library: Fixes to store operation. thirdparty: Updated Harfbuzz to 2.6.4. thirdparty: Updated jbig2dec to 0.18. thirdparty: Updated MuJS to 1.0.7. thirdparty: Updated OpenJPEG to 2.3.1. thirdparty: Updated cURL to 7.66.0 (windows only).
2020-05-07tex-musixtex: remove patch that was removed from distinfowiz1-42/+0
2020-05-07sortjnemeth1-5/+5
2020-05-06revbump after boost updateadam4-8/+8
2020-05-05print/LPRng: skip shell portability check for RedHat filesrillig1-1/+3
They use the [[ keyword but are not needed for the pkgsrc build.
2020-05-05tex-[t-z]*: update to texlive 2020 package versionsmarkd82-354/+1255
tex-tcolorbox{,-doc} to 4.30 tex-tex4ebook{,-doc} to 0.3a tex-tex4ht{,-doc} to 2020 tex-texdoc{,-doc} to 2020 tex-texdoctk{,-doc} to 0.6.0.54557 tex-texinfo to 5.1.54994 tex-textcase{,-doc} to 1.00 tex-thmtools{,-doc} to 68 tex-titlesec{,-doc} to 2.13 tex-tocloft{,-doc} to 2.3j tex-tools{,-doc} to 2020 tex-tracklang{,-doc} to 1.4 tex-udesoftec{,-doc} to 1.6.6 tex-ulem{,-doc} to 2020 tex-unicode-data{,-doc} to 1.13 tex-updmap-map to 2020 tex-xetex{,-doc} to 2020 tex-zxjafont{,-doc} to 1.2
2020-05-05cups-filters: Add dejavu-ttf as dependencyleot1-2/+3
dejavu-ttf is always checked for existence since 1.27.3. Problem noticed and discussed with <prlw1>, thanks!