summaryrefslogtreecommitdiff
path: root/print
AgeCommit message (Collapse)AuthorFilesLines
2010-06-19Fix build for png-1.4.x.wiz2-1/+15
2010-06-17Fix the context format generation by replacing teTeX's context andminskim4-20/+15
metapost files with those in TeX Live 2009.
2010-06-17Resolve conflicts between tex-context, tex-eepic, tex-metapost, andminskim2-699/+21
teTeX-texmf. teTeX-bin requires both teTeX-texmf and tex-context to generate the context format generation.
2010-06-17Add a missing dependency on tex-metapost.minskim1-1/+3
Without metapost, the context format is not built.
2010-06-17Resolve conflicts between texlive-tetex and tex-context-doc.minskim4-23/+26
tex-context{,-doc} were imported during freeze to fix context format generation in teTeX-bin.
2010-06-17Add tex-context{,-doc}.minskim1-1/+3
2010-06-17Import tex-context-doc-2009 as print/tex-context-doc.minskim4-0/+32
This is documentation for tex-context.
2010-06-16Import tex-context-2009 as print/tex-context.minskim4-0/+1583
A full featured, parameter driven macro package, which fully supports advanced interactive documents. See the ConTeXt garden for a wealth of support information.
2010-06-16Add patch comments to patch-b?sbd5-9/+25
2010-06-16add some patches from upstream to fix security problems:drochner6-3/+208
-use-after-free problem (CVE-2010-0302) -information disclosure (CVE-2010-1748) -unchecked memory allocation is texttops -file overwrite problem (I didn't find references from cups patches to CVE #s, or vice versa, so the CVE #s are not certain.) The missing http session check problem (CVE-2010-0540?) is not fixed, this would be a large patch affecting tens of files. bump PKGREVISION
2010-06-16update to 1.1.2drochner2-7/+6
changes: -UI improvements -cache for speed
2010-06-15Add tex-arabtex{,-doc}.minskim1-1/+3
2010-06-15Import tex-arabtex-doc-3.11s from pkgsrc-wip. Packaged by Kamel Derouiche.minskim4-0/+51
This is documentation for tex-arabtex.
2010-06-15Import tex-arabtex-3.11s from pkgsrc-wip. Packaged by Kamel Derouiche.minskim4-0/+153
ArabTeX is a package extending the capabilities of TeX/LaTeX to generate Arabic and Hebrew text. Input may be in ASCII transliteration or other encodings (including UTF-8); output may be Arabic, Hebrew, or any of several languages that use the Arabic script. ArabTeX consists of a TeX macro package and Arabic and Hebrew fonts (provided both in Metafont format and Adobe Type 1). The Arabic font is presently only available in the Naskhi style. ArabTeX will run with Plain TeX and also with LaTeX.
2010-06-15Update to 0.2.6:wiz2-7/+6
libspectre 0.2.6 (10 June 2010) =============================== This is another bugfix only release in the libspectre's 0.2 series. The most important change in this release is that gs is now always initalized with the flag -P- to make Ghostscript not look in the current directory for library files. See Debian bug http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=583183 Compiler flags -ansi and -pedantic are now optional and can be enabled with --enable-iso-c configure option. It seems -pedantic causes performance regression when compiling with Sun Studio compiler. Thanks to Dagobert Michelsen for eporting the issue. (Bug #27735) Files with a doseps header and without EOF comment are correctly rendered now. (Bug #27830)
2010-06-14Reportlab 2.4:joerg4-69/+30
- Various smaller bugfixes and improvements
2010-06-13Bump PKGREVISION for libpng shlib name change.wiz62-105/+179
Also add some patches to remove use of deprecated symbols and fix other problems when looking for or compiling against libpng-1.4.x.
2010-06-13Fix typo. Spotted by Snader_LB @ #pkgsrc.morr1-2/+2
2010-06-13the fonts that xpdf uses used to be in ghostscript-fonts, but nowadaysspz5-39/+41
they are present in urw-fonts; fix dependencies and font search paths. Also add X11R7 to the font search paths.
2010-06-11Fix build with gtk2-2.20.wiz1-1/+7
2010-06-11Add tex-arabi{,-doc}.minskim1-1/+3
2010-06-11Import tex-arabi-doc-1.1 from pkgsrc-wip. Packaged by Kamel Derouiche.minskim4-0/+34
This is documentation for tex-arabi.
2010-06-11Import tex-arabi-1.1 from pkgsrc-wip. Packaged by Kamel Derouiche.minskim4-0/+217
The package provides the Arabic and Farsi script support for TeX without the need of any external pre-processor. The bi- directional capability supposes that the user has a TeX engine that knows the four primitives \beginR, \endR, \beginL and \endL. That is the case in both the TeX--XeT and e-TeX engines. Arabi will accept input in several 8-bit encodings, including UTF-8. Arabi can make use of a wide variety of Arabic and Farsi fonts; PDF files generated using Arabi may be searched, and text may be copied from them and pasted elsewhere.
2010-06-10Update tex-kotex-dev to revision 85.minskim2-7/+7
- Spacing adjustment.
2010-06-10Improve libusb-specific MESSAGE by pointing out the big picture aboutgdt2-6/+9
the shift from traditional ulpt(4)/usblp to libusb. Clarify that the backend, when run without arguments, also prints out DeviceURIs of traditional printers. PKGREVISION++. ok sbd@
2010-06-09The usb-backend-both-usblp-and-libusb.dpatch does not make an allowance forsbd4-117/+33
"--disable-libusb", fix that! Bump PKGREVISION.
2010-06-09Include a MESSAGE on how to use libusb DeviceURI's if the libusb option is on.sbd2-2/+15
2010-06-08Fix CVE-2010-1440. Patch from TeX Live repository.minskim3-10/+26
Multiple integer overflows in dvipsk/dospecial.c in dvips in TeX Live 2009 and earlier, and teTeX, allow remote attackers to cause a denial of service (application crash) or possibly execute arbitrary code via a special command in a DVI file, related to the (1) predospecial and (2) bbdospecial functions, a different vulnerability than CVE-2010-0739.
2010-06-05Incorporate:sbd8-6/+606
usb-backend-both-usblp-and-libusb.dpatch by <till.kamppeter@gmail.com> http://www.cups.org/str.php?L3357 One "usb" CUPS backend for both libusb-based and usblp-based access. Bump PKGREVISION.
2010-06-04+ p5-Net-CUPSobache1-1/+2
2010-06-04Import p5-Net-CUPS-0.61 as print/p5-Net-CUPS.obache3-0/+28
Based on PR#43365 by Edgar Fuss, and some improvements. Net::CUPS is an object oriented interface to the Common Unix Printing System.
2010-06-02Changes 2.1.8:adam2-6/+6
* support PHP 5.3 (don't use deprecated functions) * added php_check_open_basedir * added missing functions to oo php wrapper
2010-05-31Update distinfo for patch-aa removedness.dsainty1-2/+1
2010-05-28Use only one instance of graphics.cmxajoerg2-4/+13
2010-05-26Move pkg-config from default USE_TOOLS in to the dbus section of options.mksbd2-3/+4
so its only added when needed.
2010-05-26Sync tex-kotex-dev-doc with tex-kotex-dev.minskim3-13/+14
2010-05-26Update DISTFILES. No functional change.minskim2-6/+6
2010-05-26pkgsrc no longer has TeX Live 2008 packages.minskim1-108/+0
2010-05-26Update tex-memoir{,-doc} to 1.618033988c.6.0f.minskim6-20/+22
- Added makeindex files: memman.gst and memman.ist.
2010-05-26Update tex-oberdiek{,-doc} to TeX Live revision 18100.minskim6-14/+21
- Added styles: hologo-test-spacefactor, zref-abspos, zref-pageattr, and zref-pagelayout.
2010-05-26Add tex-hyphen-hungarian-doc.minskim1-1/+2
2010-05-26Import tex-hyphen-hungarian-doc-2009 as print/tex-hyphen-hungarian-doc.minskim4-0/+18
This is documentation for tex-hyphen-hungarian.
2010-05-26Update tex-rotating{,-doc} to 2.16b.minskim4-17/+16
- Documentation updates.
2010-05-26Update tex-microtype{,-doc} to 2.4.minskim5-17/+18
Major change in 2.4: - new file microtype.lua containing the lua functions.
2010-05-26Let tex-sectsty{,-doc} use DISTFILES from TeX Live 2009.minskim4-14/+14
No functional change.
2010-05-26Let tex-nomencl{,-doc} use DISTFILES from TeX Live 2009.minskim4-14/+14
No functional change.
2010-05-26Update tex-pdftex-def to 0.4n.minskim2-7/+7
* \GPT@catcodes extended for xmlTeX (pdftex.def loads supp-pdf.mkii at begin document where xmlTeX's catcodes are already active).
2010-05-26Let tex-type1cm{,-doc} use DISTFILES from TeX Live 2009.minskim4-14/+14
No functional change.
2010-05-26Let tex-titlesec{,-doc} use DISTFILES from TeX Live 2009.minskim4-14/+14
No functional change.
2010-05-26Let tex-subfig{,-doc} use DISTFILES from TeX Live 2009.minskim4-14/+14
No functional change.