summaryrefslogtreecommitdiff
path: root/print
AgeCommit message (Collapse)AuthorFilesLines
2007-08-03Don't use fdopen64 on AIX.joerg2-4/+4
2007-08-02Allow installation on x86_64.wiz2-4/+4
2007-08-02add a vendor supplied patch to fix an integer overflow vulnerabilitydrochner3-2/+29
(CVE-2007-3387)
2007-08-02apply a patch from xpdf to fix an integer overflow vulnerabilitydrochner3-3/+34
(CVE-2007-3387) bump PKGREVISION
2007-07-31Fixed a gcc4 warning that pointed to really buggy code. Pointed out inrillig2-1/+22
PR 36713.
2007-07-29* Add new emulator framework in pkgsrc/mk/emulator that handles alljlam10-137/+48
binary-only packages that require binary "emulation" on the native operating system. Please see pkgsrc/mk/emulator/README for more details. * Teach the plist framework to automatically use any existing PLIST.${EMUL_PLATFORM} as part of the default PLIST_SRC definition. * Convert all of the binary-only packages in pkgsrc to use the emulator framework. Most of them have been tested to install and deinstall correctly. This involves the following cleanup actions: * Remove use of custom PLIST code and use PLIST.${EMUL_PLATFORM} more consistently. * Simplify packages by using default INSTALL and DEINSTALL scripts instead of custom INSTALL/DEINSTALL code. * Remove "SUSE_COMPAT32" and "PKG_OPTIONS.suse" from pkgsrc. Packages only need to state exactly which emulations they support, and the framework handles any i386-on-x86_64 or sparc-on-sparc64 uses. * Remove "USE_NATIVE_LINUX" from pkgsrc. The framework will automatically detect when the package is installing on Linux. Specific changes to packages include: * Bump the PKGREVISIONs for all of the suse100* and suse91* packages due to changes in the +INSTALL/+DEINSTALL scripts used in all of the packages. * Remove pkgsrc/emulators/suse_linux, which is unused by any packages. * cad/lc -- remove custom code to create the distinfo file for all supported platforms; just use "emul-fetch" and "emul-distinfo" instead. * lang/Cg-compiler -- install the shared libraries under ${EMULDIR} instead of ${PREFIX}/lib so that compiled programs will find the shared libraries. * mail/thunderbird-bin-nightly -- update to latest binary distributions for supported platforms. * multimedia/ns-flash -- update Linux version to 9.0.48 as the older version is no longer available for interactive fetch. * security/uvscan -- set LD_LIBRARY_PATH explicitly so that it's not necessary to install library symlinks into ${EMULDIR}/usr/local/lib. * www/firefox-bin-flash -- update Linux version to 9.0.48 as the older version is no longer available for interactive fetch.
2007-07-18correct whitespacetnn1-2/+2
2007-07-18Fix broken build on HPUXtnn3-2/+20
2007-07-17Fix path to Perl in a script. Ride on update.joerg1-2/+4
2007-07-17update to 8.57drochner4-35/+28
In addition to the usual bug fixes, there are specific performance and quality improvements in the areas of patterns, shading and image filtering. Also new in this release is an implementation of the Well Tempered Screening algorithm in an output device, using Graeme Gill's IMDI library for efficient color mapping. pkgsrc change: use the bundled jasper as the pkgsrc one is incompatible
2007-07-16Udpate tex-IEEEtran to 1.7.minskim3-23/+40
Major changes: - New class option compsoc to support the IEEE Computer Society format. - New class option captionsoff disables the display of figure/table captions. endfloat.sty is now mentioned in the docs. Thanks to Geoff Walker for suggesting these changes. - Bug fixes and new interfaces.
2007-07-06update to 0.8.3drochner6-25/+10
changes: -bugfixes -translation updates -compatibility to newer poppler releases which paves the way for an eventual poppler update
2007-07-04Make it easier to build and install packages "unprivileged", wherejlam1-2/+3
the owner of all installed files is a non-root user. This change affects most packages that require special users or groups by making them use the specified unprivileged user and group instead. (1) Add two new variables PKG_GROUPS_VARS and PKG_USERS_VARS to unprivileged.mk. These two variables are lists of other bmake variables that define package-specific users and groups. Packages that have user-settable variables for users and groups, e.g. apache and APACHE_{USER,GROUP}, courier-mta and COURIER_{USER,GROUP}, etc., should list these variables in PKG_USERS_VARS and PKG_GROUPS_VARS so that unprivileged.mk can know to set them to ${UNPRIVILEGED_USER} and ${UNPRIVILEGED_GROUP}. (2) Modify packages to use PKG_GROUPS_VARS and PKG_USERS_VARS.
2007-07-03Update to 3.6.3:wiz3-34/+6
%%%%%%%%%%%%%%%%%%% GV 3.6.3 (June 2007) %%%%%%%%%%%%%%%%%%%%%%%%%%%%% # gv is now able to work with latest ghostscript: gs 8.57 # The bug causing the version not to figure in the manual has been fixed. # The SIGINT signal is now masked (ignored) by gv. # gv no more segfaults when reading a configuration file as produced by State -> Setup Options -> Save # gv should compile in non-GNU system that doesnt have glib2. The `getopt' gnulib module has been imported to fix this. # gv now correctly adjust the page index window after PAGE-UP and PAGE-DOWN events. # gv is now able to open files with minus character beginning filenames. # X resources related bugs has been fixed. gv is now able to get resources from the display database, user file, gv system database and command line doing the Right Thing (TM). # gv is now able to correctly understand DocumentMedia and other DSC directives that uses postscript strings. It was not possible with previous versions due to a bug in the postscript names scanning routine. * Vulnerability CVE-2006-5864 has been fixed. * gs is now invoked with `-dFIXEDMEDIA' * The internal gettext implementation has been renamed to `ps_gettext' to avoid collisions with the builtin `gettext' function. * --quiet and --noquiet now works as expected. ? There are troubles with 64 bits machines: the use of x-pointers to store data should be eliminated in subsequent versions.
2007-07-01Re-add support for the PAPERSIZE variable, lost when the variousmarkd1-2/+8
ghostscript packages were merged. Bump PKGREVISION.
2007-06-29avoid segfaults on 64-bit systems for some inputs files and pdf outputdmcmahill3-3/+21
2007-06-15update to latex-mk-1.9dmcmahill3-7/+9
- Added support for per-document DVIPS_FLAGS and DVIPDFM_FLAGS. - Avoided the use of hardcoded csh in some scripts. - Removed claims of a BIBTEX_ENV variable in the documentation. It didn't do anything. - Added METAPOST support. - Fixed a bug when using BibTeX and PDFLaTeX at the same time. - Added glossary support. - Fixed a bug with GNU make draft output. - Put the actual installation prefix into the manual. - Avoid a case which caused the testsuite to hang. - Expanded the testsuite and fixed some bugs in the testsuite. - Fix a bug in cleaning xfig and tgif output.
2007-06-15add and enable tex-cookingdmcmahill1-1/+2
2007-06-15import tex-cooking-0.9bdmcmahill4-0/+49
Cooking is a package for typesetting cooking recipes.
2007-06-15* Change some instances of ROOT_USER and ROOT_GROUP to BINOWN and BINGRPjlam1-2/+2
in SPECIAL_PERMS usage. * Consistently use 4555 for setuid and 2555 for setgid programs.
2007-06-09Update to 1.02:jmmv2-6/+7
v1.02 (25 May 2007): * Added overview section in the documentation v1.01 (17 May 2007): * Added number range facility (equivalent to makeindex's |( and |) formatting commands.) * Added a space after \delimN and \delimR in the ist file.
2007-06-09Fix directory name for ruby-gnome-pango.obache1-2/+2
2007-06-06Update tex-dhucs to 3.2.2.minskim3-18/+30
Changes since 3.1.4: - Redefine \nobreak. - Added a new font map: UCS2.sfd. - Added [finemath] option.
2007-06-06Update dvipdfmx to 20070518.minskim5-231/+230
Changes since 20050831: - Xref and object stream were implemented for PDF v1.5 or higher to reduce the size of the PDF output. - New program "xbb" is included, which generates ".xbb" file containing the bounding box information. For bitmap images, DVIPDFMx generates the same result as pdfTeX if ".xbb" is used, and as DVIPDFM if ".bb" is used. - Many bug fixes.
2007-06-06Update cups to 1.2.11markd5-43/+127
CUPS 1.2.11 fixes several build system, printing, PPD, and IPP conformance issues. It also fixes a crash bug in the scheduler when printing to files in non-existent directories.
2007-06-06Update poster to the 20060221 versionmarkd4-31/+22
2006-02-19 Manfred Paulus <manfred.paulus@googlemail.com> * option: added -C option for switching clipping facilities * option: added -O option for setting content overlap * output: make postscript functions out of read in page descriptions instead of copying the code for every output page * pages: corrected sizes of ISO A and B formats 2005-09-07 Cristian Tibirna <tibirna@kde.org> * option: don't crash when specifying -s option (scaling) 2002-08-30 Michael Goffioul <goffioul@imec.be> * option: added a "fake" option to pre-calculate the tile pages (used within KDEPrint). 2002-08-28 Michael Goffioul <goffioul@imec.be> * pages: allow selection of tile pages to print 2002-08-26 Michael Goffioul <goffioul@imec.be> * gets: avoid the use of gets, replaced by fgets * input: allow input from STDIN * pages: allow poster printing of more than one page
2007-06-05Bump PKGREVISION for opencdk shlib major bump.wiz1-2/+2
2007-06-05opencdk shlib major changed; bump ABI depends and PKGREVISIONs ofwiz2-3/+4
affected packages.
2007-06-03Update to Scribus 1.3.3.9 (bugfixes).ghen3-7/+9
2007-06-03Reindent.ghen1-8/+8
2007-06-03Add and enable tex-resume.jmmv1-1/+2
2007-06-03Initial import of tex-resume-20010823:jmmv4-0/+33
This package provides a LaTeX document style to easily write resumes.
2007-05-30Removed some code duplication from the buildlink3 files by using the newrillig2-16/+6
pkg-build-options.mk procedure.
2007-05-30Set CHECK_INTERPRETER_SKIP for documentation files.minskim1-1/+3
2007-05-28Add and enable tex-algorithm2e.jmmv1-1/+2
2007-05-28Initial import of tex-algorithm2e, version 3.9:jmmv4-0/+55
Algorithm2e is an environment for writing algorithms in LaTeX2e. An algorithm is defined as a floating object like figures. It provides macros that allow you to create different sorts of key words, thus a set of predefined key words is given. You can also change the typography of the keywords.
2007-05-27Add ruby-gnome2-poppler.obache1-1/+2
2007-05-27Import ruby-gnome2-poppler version 0.16.0.obache3-0/+26
Ruby-GNOME 2 is a set of Ruby language bindings for the various application development libraries included with the GNOME/GTK+ environment. Ruby/Poppler is a Ruby binding of poppler-glib.
2007-05-26Need devel/glib2, graphics/cairo and x11/gtk2's buildlink3 files,obache1-1/+4
for poppler-glib.pc.
2007-05-26Add ruby-gnome2-gnomeprint.obache1-1/+2
2007-05-26Import ruby-gnome2-gnomeprint version 0.16.0.obache3-0/+24
Ruby-GNOME 2 is a set of Ruby language bindings for the various application development libraries included with the GNOME/GTK+ environment. Ruby/GnomePrint is a Ruby binding of libgnomeprint.
2007-05-25Add and enable tex-glossaries and tex-xkeyval.jmmv1-1/+3
2007-05-25Initial import of tex-glossaries, version 1.0:jmmv4-0/+63
The glossaries package supports acronyms and multiple glossaries. New entries are defined to have a name and description (and optionally an associated symbol). Plural forms can also be specified. New glossary styles can be defined, and preambles and postambles can be specified. There is provision for loading a database of terms: only terms used in the text will be added to the relevant glossary.
2007-05-25Initial import of tex-xkeyval, version 2.5f:jmmv4-0/+65
This package is an extension of the keyval package and offers additional macros for setting keys and declaring and setting class or package options. The package allows the programmer to specify a prefix to the name of the macros it defines for keys, and to define families of key definitions; these all help use in documents where several packages define their own sets of keys.
2007-05-20Remove remaining gnome1-libs dependencies from pkgsrc.wiz13-304/+1
2007-05-12This package needs databases/shared-mime-info to recognize PDF files.hira2-2/+5
Bump PKGREVISION (no need to bump evince-nautilus).
2007-04-20Add gtklp.kristerw1-1/+2
2007-04-20Imported gtklp.rillig4-0/+53
GtkLP and GtkLPQ are two tools to use and administrate CUPS a better way.
2007-04-19fix duplicated linedrochner1-2/+1
2007-04-19Erm... actually update it to 0.1.6, I didn't update it before.xtraeme3-7/+11