summaryrefslogtreecommitdiff
path: root/print
AgeCommit message (Collapse)AuthorFilesLines
2006-01-20Query teTeX1-bin for WRKSRC, don't make (incorrect) assumptions aboutjoerg3-6/+11
the location. Specify -DANSI as well to avoid definitions e.g. of sprintf, which GCC 3.4+ doesn't like.
2006-01-20Transform a lvalue cast into a rvalue cast.joerg2-1/+39
2006-01-16Modified mailbox in MAINTAINER.rxg1-2/+2
2006-01-15Update tex-dhucs to 2.60.20051222.minskim2-18/+17
Changes: - documentation update. - better handling with teTeX.
2006-01-15Update dvipdfmx to 0.0.0.20050831.minskim3-12/+11
Changes: - Fix bugs in MetaPost manipulation and PK Type3 font. - Allow PDF images generated from Mac OS X. - Other fixes and improvements.
2006-01-15Fix errno.joerg3-1/+29
2006-01-15Add missing freetype-lib dependency, and use ja-vflib-lib/bl3.mkwiz1-2/+3
instead of DEPENDS, to make this build again.
2006-01-15This package doesn't build xdvik; disable tests for xdvik in configure.minskim1-1/+2
2006-01-13Update print/auxtex to 11.82tonio3-8/+18
News in 11.82 * Support for the MinionPro LaTeX package was added. * Warnings and underfull/overfull boxes are now being indicated in the echo area after a LaTeX run, if the respective debugging options are activated with `TeX-toggle-debug-warnings' (`C-c C-t C-w') or `TeX-toggle-debug-bad-boxes' (`C-c C-t C-b'). In this case `TeX-next-error' will find these warnings in addition to normal errors. The key binding `C-c C-w' for `TeX-toggle-debug-bad-boxes' (which was renamed from `TeX-toggle-debug-boxes') now is deprecated. * AUCTeX now can automatically insert a pair of braces after typing <_> or <^> in math constructs if the new variable `TeX-electric-sub-and-superscript' is set to a non-nil value. * Some language-specific support for French was added. There now is completion support for the commands provided by the `frenchb' (and `francais') options of the babel LaTeX package and easier input of French quotation marks (`\\og ...\\fg') which can now be inserted by typing <">. * Completion support for options of some LaTeX packages was added. * Handling of verbatim constructs was consolidated across AUCTeX. This resulted in the font-latex-specific variables `font-latex-verb-like-commands', `font-latex-verbatim-macros', and `font-latex-verbatim-environments' being removed and the more general variables `LaTeX-verbatim-macros-with-delims', `LaTeX-verbatim-macros-with-braces', and `LaTeX-verbatim-environments' being added. * The output of a BibTeX run is now checked for warnings and errors, which are reported in the echo area. * The aliases for `font-latex-title-fontify' were removed. Use `font-latex-fontify-sectioning' instead. * The problem that Japanese macros where broken across lines was fixed. * Various bug fixes.
2006-01-13Handle packages that only accept teTeX2 similarly to oneswiz1-3/+5
that only accept teTeX2; should fix ja-ptex-share bulk build.
2006-01-12Removed the unused, misplaced definition of PKGREVISION.rillig1-2/+1
2006-01-12Use += instead of = for appending to SUBST_FILES. (btw, Joerg, you could alsoghen1-3/+3
have used *.1 *.5 as in the original post-patch target.)
2006-01-12Use SUBST framework.joerg1-7/+8
2006-01-11Create a Makefile.common so poppler-qt will use same.reed4-23/+24
Remove distinfo from poppler-qt. Make sure that poppler-qt depends on at least same version of poppler. Take maintainership for poppler-qt. This updates poppler-qt to 0.4.4. (I didn't check to see if fixes are related to "qt".)
2006-01-11Add BUILDLINK_RECOMMENDED for security fix.reed1-1/+2
2006-01-11Update to poppler-0.4.4.reed2-6/+6
From ChangeLog: 2006-01-10 Kristian Høgsberg <krh@redhat.com> * configure.ac: Bump realease to 0.4.4. * NEWS: Sum up changes. * poppler/DCTStream.cc: Backport patch for KDE #119569. 2006-01-10 Kristian Høgsberg <krh@redhat.com> Security patch from Martin Pitt (#5516). Multiple integer/buffer overflows. * poppler/Stream.cc (CCITTFaxStream::CCITTFaxStream): Check columns for negative or large values (CVE-2005-3624). * poppler/Stream.cc: Reset numComps to 0 since it's a global variable that is used later (CVE-2005-3627). * poppler/Stream.cc (DCTStream::readHuffmanTables): Fix out of bounds array access in Huffman tables (CVE-2005-3627). * poppler/Stream.cc (DCTStream::readMarker): Check for EOF in while loop to prevent endless loops (CVE-2005-3625). * poppler/JBIG2Stream.cc (JBIG2Bitmap::JBIG2Bitmap, JBIG2Bitmap::expand, JBIG2Stream::readHalftoneRegionSeg): Check user supplied width and height against invalid values. Allocate one extra byte to prevent out of bounds access in combine(). 2006-01-10 Kristian Høgsberg <krh@redhat.com> * poppler/Stream.cc: Fix bug in last security patch (#5514). Also, for the record, the security patch also fixes CVE-2005-3192 and CVE-2005-3193. 2005-12-18 Albert Astals Cid <aacid@kde.org> * configure.ac: Better jpeg detection, refer to ml PCbsd problem * qt/Makefile.am: Backport fix build on systems where fontconfig is not on /usr/include
2006-01-10fix problem with malformed conditional with old maketonio1-2/+2
2006-01-10Updated print/apsfilter to 7.2.6martti3-24/+7
* driver/hpdj/550C, driver/pcl3/hpdj550c adjustments to ColorMode/ColorModel * printing of PDF files: use acroread5 before v4 and v3 if present
2006-01-09Patch the "texconfig-dialog" script (patching the "texconfig" scripttron3-3/+24
doesn't help any more) so it calls the "dialog" program without requiring the "DIALOG_PROG" environment variable to be set. Bump package revision because of this fix.
2006-01-09Fix broken ".if" conditional which causes warnings if e.g. "pkg_chk -i"tron1-2/+2
was used.
2006-01-09Add pdfjam.uebayasi1-1/+2
2006-01-09Initial import of PDFjam 1.2.0:uebayasi4-0/+54
PDFjam is a small collection of shell scripts which provide a simple interface to some of the functionality of the excellent pdfpages package (by Andreas Matthias) for pdfLaTeX. At present the utilities available are: + pdfnup, which allows PDF files to be "n-upped" in roughly the way that psnup does for PostScript files. + pdfjoin, which concatenates the pages of multiple PDF files together into a single file + pdf90, which rotates the pages of one or more PDF files through 90 degrees (anti-clockwise).
2006-01-08do not use tex.buildlink3.mk when the only accepted version is teTeX1, totonio1-1/+7
allow bulk build to create packages
2006-01-08Make teTeX3 the default TEX_DEFAULTtonio17-35/+47
bump PKGREVISION where necessary Move PKG_TEXMFPREFIX and PKG_LOCALTEXMFPREFIX definitions to teTeX?/buidlink3.mk, so that packages may include print/teTeX1-bin/buildlink3.mk directly (however, using teTeX/module.mk do not allow that)
2006-01-08ISO C says, stdin is not a valid rvalue on global scope. Move the initjoerg2-1/+25
into RTFInit, if rtffp is still NULL.
2006-01-06Homepage was 40 Not Found so update it.reed1-2/+2
I used the download site which redirected to this new URL. (Maybe the MASTER_SITES should point to new URL also?)
2006-01-06Add a HOMEPAGE. (It is better than nothing.)reed1-1/+2
2006-01-06Remove dependency on papersize.reed1-3/+1
The package build for this package already honors the PAPERSIZE setting. (As discussed on tech-pkg.) Not bumping PKGREVISION, since I just bumped it a couple minutes ago.
2006-01-06This installation provides an enscript.info file.reed1-2/+3
(I noticed because I use custom INFO_DIR and I have chmod 0 /usr/pkg/info which is a plain file to catch misuse.) Bump PKGREVISION.
2006-01-06Use SUBST framework.joerg1-3/+8
2006-01-05Change the default for BUILDLINK_DEPMETHOD.qt3-tools from "full" to "build",ghen1-2/+1
without affecting packages that are currently using it. Packages which previously didn't set BUILDLINK_DEPMETHOD to neither "full" nor "build" now set it to "full", but should be checked whether they really need it (comment added). Packages which previously set it to "build" now don't set it anymore. Ok by jlam, wiz.
2006-01-04Express these packages' brokenness with BROKEN_IN=pkgsrc-2005Q4schmonz2-6/+4
rather than PKG_FAIL_REASON, so that they provide useful error messages in build logs, and so that they continue to work on platforms where they aren't broken.
2006-01-02Fix papersize and provide the list of replacements needed.joerg1-3/+19
2006-01-02No broken gettext here.joerg1-1/+2
2005-12-31Recursive PKGREVISION bump for gnutls shlib major bump.wiz2-3/+4
Bump BUILDLINK_RECOMMENDED.
2005-12-31Update to 0.4.3:wiz7-149/+13
- Fix selection crasher (Nickolay V. Shmyrev, #4402). - Fix printing problem for single page output (#4555). - Fix miscellaneous compile problems/warnings. - CVE-2005-3191 and CAN-2005-2097 security fixes.
2005-12-30Modify this pkg so it works with either xaw-xpm or xaw3d. If XAW_TYPE isgarbled1-2/+9
set to "standard" automatically promote it to xaw3d, as the pkg will not work with stock xaw. Change approved by Matthias (maintainer)
2005-12-29Fix errno deetection and use of the test results. Isn't it a lot betterjoerg6-1/+89
when the conditional matches the variable name from the test case?
2005-12-29Remove USE_PKGINSTALL from pkgsrc now that mk/install/pkginstall.mkjlam34-68/+34
automatically detects whether we want the pkginstall machinery to be used by the package Makefile.
2005-12-28Remove second (re)setting of INSTALLATION_DIRS.reed1-3/+1
2005-12-28Add homepage.reed1-5/+6
Use INSTALLATION_DIRS for directories. Allow custom PKGMANDIR.
2005-12-27Install man pages using PKGMANDIR.reed1-4/+4
2005-12-27Update the patch for the makefile so it will use PKGMANDIR.reed2-9/+11
2005-12-27Don't point to documentation that is not installed to list thereed1-2/+1
features. (Anyways, it appears this package doesn't install the file.)
2005-12-26Mark packages for pkgsrc-2005Q4 that don't build on NetBSD/i386schmonz2-2/+8
3.0. If one of these is important to you, please fix it in time for pkgsrc-2006Q1, or it may be removed.
2005-12-20Fix errno.joerg2-1/+15
2005-12-20Fix window resizing bug,ghen3-3/+42
from http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=324172 Bump PKGREVISION. Ok by joerg, wiz, dillo.
2005-12-19Compile real local backends, not just stubs, for DragonFly.joerg6-3/+68
Since this package "worked" before, bump the revision. Noticed by antencek AT gmail DOT com.
2005-12-18Fix vulnerability CAN-2005-3191. Patch provided by jlam.dillo3-3/+32
Bump PKGREVISION to 2.
2005-12-17Add and enable the following packages:jlam1-4/+4
print/foomatic-filters-cups print/foomatic-ppds print/foomatic-ppds-cups Remove the following superseded packages: print/cupsomatic print/cupsomatic-ppds print/foomatic-gswrapper