summaryrefslogtreecommitdiff
path: root/print
AgeCommit message (Collapse)AuthorFilesLines
2005-09-22ISO C90 does not allow declarations after code.rillig2-1/+23
2005-09-20Use MAKE_ENV instead of MAKEFLAGS for setting the papersize.reed1-3/+3
This fixes PR #31102 which I just reopened. The problem could be seen when installing another package that depends on mpage. But couldn't be seen when directly building within pkgsrc/print/mpage.
2005-09-07Changes 3.01:adam14-143/+62
------------------ Added the continuous view mode, including the '-cont' switch and the 'continuousView' config file option. At high zoom levels, don't rasterize the entire page - this avoids problems running out of memory. Added "search backward" and "match case" options to the find dialog. Support explicitly masked images and soft masked images. Add support to DCTStream for 16-bit quant tables. Don't segfault if the user clicks on an outline entry with a broken destination. Changed the makefiles and configure script to skip building pdftoppm (in addition to xpdf) if X, Motif, or FreeType is not found; changed the error message in the configure script to match. Move an inline function in JArithmeticDecoder.cc to avoid compiler errors. Fixed a bug in the rasterizer that was sometimes causing infinite loops with round line caps on vertical lines. Various rasterizer optimizations. Look for intermediate resize events - try to avoid lagging when the user is doing an opaque resize. The FormType key in Form XObjects is optional. Handle external 16-bit TrueType fonts correctly, using the Unicode cmap. Add class declarations to TextOutputDev.h to work with stricter C++ compilers. More...
2005-09-07Fix building on DragonflyBSD and FreeBSD; courtesy of Steve O'Hara-Smithadam3-18/+24
2005-09-05Apply patch to fix CAN-2005-2097; taken from the Gentoo package, which injmmv3-2/+72
turn took the patch from Red Hat. Bump PKGREVISION to 1.
2005-09-03update to 1.16recht2-6/+6
patch provided by Jason White in PR 31089 * Version 1.16: - added %%Orientation comment to the prolog (thanks to Ken Pizzini <ken@gnu.org>) - added Slovak translation and .holiday file (thanks to M.F. PSIkappa <psi@platon.atlantis.sk>) - added Russian translation (thanks to Alexei A. Gaidioukov <lexey@cda.ipmce.su>) released by Mark Hanson 2005-01-01, mbh@panix.com
2005-08-29-according to a posting to tech-pkg by Leonard Schmidt, this needsdrochner1-1/+9
USE_MSGFMT_PLURALS to build on NetBSD<=2 -do a bit better faking up a "ghostscript" for "configure", to allow build w/o a ghostscript installed (this is to avoid a hard dependency on a specific ghostscript version)
2005-08-28Rework emacs.mk:uebayasi1-2/+8
1) Simplify the way how an emacs version is picked when no emacs is installed, but a user try to install an Emacs Lisp package. Just pick up the version set as EMACS_TYPE than searching for versions already installed etc. If the EMACS_TYPE version is not supported by the Emacs Lisp Package, just fail. EMACS_TYPE be default to GNU Emacs 21. (In other words, users should set EMACS_TYPE as they want. Otherwise GNU Emacs 21 is used.) 2) All Emacs Lisp Packages *must* prepend EMACS_PKGNAME_PREFIX to a) the PKGNAME itself, and b) PKGNAME in its dependency lines. EMACS_PKGNAME_PREFIX is expanded to "xemacs-" when XEmacs is used. This keeps dependency graph of Emacs-Lisp-packages- installed-for-XEmacs consistent. 3) Document EMACS_* variables as much as possible. 4) Provide more cookies for PLIST. Maybe utilized later. Note that the 2) change doesn't affect the default, GNU Emacs 21 behaviour. So no version / revision bumps in this commit.
2005-08-25Update to 0.3, provided by pancake in PR pkg/30700.xtraeme2-7/+6
V0.3 (2005-04-04) * Upgraded to new GtkFileChooser (requires gtk 2.4). * Page number elements are drawn. * Template bug is fixed. * Full gradient support. * Remote control support
2005-08-24Add build dependecies on perl and p5-XML-Parser to fix build problemkristerw1-1/+4
seen on NetBSD 1.6.
2005-08-24Fixed a double backslash that had been forgotten by the big commit.rillig1-2/+2
2005-08-23change gmake/USE_X11 to new world orderdrochner1-3/+3
2005-08-23The real user name in PKG_USERS does not need to be escaped with doublerillig1-2/+2
backslashes anymore. A single backslash is enough. Changed the definition in all affected packages. For those that are not caught, an additional check is placed into bsd.pkginstall.mk.
2005-08-21Update to 2.8.5:jmmv3-7/+9
- Use correct page orientation - Muktha <muktha.narayan@wipro.com> - Add application/x-gzpostscript to MimeType - Update maintainer info Updated translations: bg, cs, cz, en_CA, el, et, gu, nl, rw, tr, vi, xh.
2005-08-19Merge CONF_FILES/SUPPORT_FILES and CONF_FILES_PERMS/SUPPORT_FILES_PERMSjlam1-5/+5
as the INSTALL and DEINSTALL scripts no longer distinguish between the two types of files. Drop SUPPORT_FILES{,_PERMS} and modify the packages in pkgsrc accordingly.
2005-08-19add pslib+evincedrochner1-1/+4
2005-08-19import py-pslib-0.2.0 - a Python wrapper for pslibdrochner4-0/+26
2005-08-19import pslib-0.2.6, a tool to create postscript from programsdrochner5-0/+69
2005-08-19import evince-0.3.2, another postscript/pdf viewerdrochner4-0/+90
2005-08-19Update to version 7.0.1salo2-8/+8
Changes unknown, still vulnerable (at least) to: http://www.adobe.com/support/techdocs/321644.html http://www.adobe.com/support/techdocs/331710.html TODO: Solaris version available.
2005-08-12+ghostscript-afpldrochner1-1/+2
2005-08-12import ghostscript-afpl-8.51drochner6-0/+602
This is lurking in my tree for a long time, was hoping to find time&energy to libtoolize it, but I've given up on this. It is still much better than GNU ghostscript in particular for use with scribus, so it is worth having anyway.
2005-08-12Security fix for CAN-2005-2097.salo4-2/+69
"A vulnerability has been reported in Xpdf, which can be exploited by malicious people to cause a DoS (Denial of Service) on a vulnerable system." http://secunia.com/advisories/16374/ Patches from Ubuntu and RedHat.
2005-08-11Remove erroneous (literally) include.salo2-11/+3
2005-08-10Security fix for CAN-2005-2097.salo4-5/+30
"A vulnerability has been reported in CUPS, which can be exploited by malicious people to cause a DoS (Denial of Service) on a vulnerable system. When processing a PDF file, bounds checking was not correctly performed on some fields. This could cause the pdftops filter (running as user "lp") to crash." http://secunia.com/advisories/16380/ http://rhn.redhat.com/errata/RHSA-2005-706.html Patch from RedHat.
2005-08-10Remove the abuse of buildlink that was pkg-config/buildlink3.mk. Thatjlam7-20/+14
file's sole purpose was to provide a dependency on pkg-config and set some environment variables. Instead, turn pkg-config into a "tool" in the tools framework, where the pkg-config wrapper automatically adds PKG_CONFIG_LIBDIR to the environment before invoking the real pkg-config. For all package Makefiles that included pkg-config/buildlink3.mk, remove that inclusion and replace it with USE_TOOLS+=pkg-config.
2005-08-10Add print/psjoin.reed1-1/+2
2005-08-10Import new package: print/psjoin.reed4-0/+37
This was suggested by David Griffith on tech-pkg. Enjoy! psjoin concatenates several PostScript files (complying with the Document Structuring Convention, DSC) and generate a single PostScript document. The concatenated PostScript document will be written to the standard output.
2005-08-09+tex-ucsdrochner1-1/+2
2005-08-09import the tex-ucs macros which provide UTF-8 support for LaTeXdrochner4-0/+220
2005-08-06Bump the PKGREVISIONs of all (638) packages that hardcode the locationsjlam2-3/+3
of Perl files to deal with the perl-5.8.7 update that moved all pkgsrc-installed Perl files into the "vendor" directories.
2005-08-02add missing TeX dependencydrochner1-1/+3
should fix error seen in bulk build
2005-07-27Add HOMEPAGE.minskim1-2/+2
2005-07-27+tex-IEEEtrandrochner1-1/+2
2005-07-27import the IEEEtran latex styles, for conference papers etc.drochner4-0/+58
2005-07-21Change path from devel/pkgconfig to devel/pkg-config.wiz7-14/+14
No PKGREVISION bump since pkg-config is only a BUILD_DEPENDS.
2005-07-21Depend on LPRng-core-3.8.28nb1 and bump PKGREVISION.wiz1-2/+3
2005-07-19Set LICENSE to pcps-license.wiz1-2/+2
2005-07-19depends should be ../../<category>/<pkg>grant10-22/+22
2005-07-18TOOLS_GZIP_CMD now only holds the path to gzip, so no need to strip offjlam1-2/+2
arguments anymore.
2005-07-18The sources assume <malloc.h> exists. Create a fake one for platformskristerw1-1/+9
that don't have it.
2005-07-17gimp/Gimp -> GIMPhubertf4-6/+6
2005-07-16Remove some unnecessarily strong dependencies on perl that resultedjlam1-3/+2
from including perl5/buildlink3.mk. These packages just need the Perl interpreter, and can just add "perl" to USE_TOOLS instead.
2005-07-16Get rid of USE_PERL5. The new way to express needing the Perl executablejlam10-22/+20
around at either build-time or at run-time is: USE_TOOLS+= perl # build-time USE_TOOLS+= perl:run # run-time Also remove some places where perl5/buildlink3.mk was being included by a package Makefile, but all that the package wanted was the Perl executable.
2005-07-15Drop support for TOOLS_DEPMETHOD.<tool>. The new way to specify ajlam1-4/+2
run-time dependency (DEPENDS) on a tool is to append a ":run" modifier to the tool name, e.g., USE_TOOLS+= perl:run Tools without modifiers or with an explicit ":build" modifier will cause build dependencies (BUILD_DEPENDS) on those tools to be added. This makes the notation a bit more compact.
2005-07-15Drop distinction between PKGSRC_USE_TOOLS and USE_TOOLS by makingjlam4-10/+8
PKGSRC_USE_TOOLS go away. There is now only a single USE_TOOLS variable that specifies all of the tools we need to build/run the package.
2005-07-14update img2eps to 0.2:dillo3-8/+24
* support for specifying resolution, size, orientation, and placement of image * support for JPEG 2000 image format * options to force recompression of image data and to ignore pixel order * support for EXIF Orientation tag (auto-rotate images) * fix handling of interlaced GIF images * LZW compression no longer optional (patent expired)
2005-07-13Turn PERL5_PACKLIST into a relative path instead of an absolute path.jlam1-2/+2
These paths are now relative to PERL5_PACKLIST_DIR, which currently defaults to ${PERL5_SITEARCH}. There is no change to the binary packages.
2005-07-10Add a conflict on acroread7 since both versions install bin/acroread.recht1-1/+4
patch provided by smb in PR 30688
2005-07-09Move the ONLY_FOR_PLATFORM out from an .if so that we do not trykristerw1-3/+5
to build this on unsupported OPSYS (such as Darwin)