summaryrefslogtreecommitdiff
path: root/print
AgeCommit message (Collapse)AuthorFilesLines
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
2005-12-17Remove cupsomatic, cupsomatic-ppds and foomatic-gswrapper. Thesejlam13-208/+0
packages have been superseded by the foomatic-filters-cups and foomatic-ppds-cups packages.
2005-12-17Initial import of print/foomatic-ppds-cups, which installs the Foomaticjlam4-0/+53
PPDs collection into the CUPS PPD database.
2005-12-17Initial import of print/foomatic-ppds, which is a collection of PPDjlam5-0/+60
files for use with foomatic-rip. This collection is from the PPD tarball generated from the Foomatic printer database on 2005-12-17.
2005-12-17* Be a bit more clever with expressing the dependency so that we don'tjlam6-54/+49
have to install mpage if we have another "text-to-ps" package installed. * Add a "cups" package option so that this package can be used with CUPS without requiring any other "text-to-ps" filters to be installed. If the "cups" option is specified, then also try installing foomatic-rip as a CUPS filter (using the INSTALL script from the foomatic-filters-cups package). * Move the example config file under ${PREFIX}/share/foomatic where other Foomatic-related data files will also go in the future. Bump the PKGREVISION to 2.
2005-12-17Initial import of print/foomatic-filters-cups, which installs Foomaticjlam4-0/+52
support into a pkgsrc CUPS installation.
2005-12-17Add a Makefile.common that can be used by all foomatic-filters{,-*}jlam1-0/+11
packages, and which provides a common definition for the version number.
2005-12-17Added missing RMD160 checksum for solaris-5010.tar.gz.rillig1-1/+2
2005-12-17Change my MAINTAINER email address to the one I've been using forjlam7-14/+14
pkgsrc work.
2005-12-17Fix for the following security advisories which affect cups-1.1.x:jlam4-3/+110
CAN-2005-3191 CAN-2005-3192 The fixes were largely copied from xpdf-3.01pl1.patch from foolabs.com; however, patch-be for Stream.cxx also includes a proper fix for CAN-2005-3191 which was only partially fixed in the foolabs.com patch. Bump the PKGREVISION to 4.
2005-12-12Bump all motif packages for recent openmotif update. The major versionjoerg2-3/+4
of the shared libXm has changed.
2005-12-11add poppler-qtmarkd1-1/+2
2005-12-11Initial import of poppler-qt-0.4.2.markd5-0/+78
This is the QT wrapper for poppler, a PDF rendering library.
2005-12-11Security fixes for CVE-2005-3191, CVE-2005-3192 and CVE-2005-3193.salo5-3/+138
Patches from xpdf.
2005-12-09Add x11 option to the various ghostscript packages, and get ridwiz52-641/+570
of the separate ghostscript*x11* packages.
2005-12-08Fix subdirectory on sunsite mirrors, noted by reed.dillo1-2/+2
2005-12-07Move initialisation with stderr to runtime. Fixes compilation at leastjoerg2-1/+26
on DragonFly.
2005-12-07Fix a patch for "Xpdf Multiple Buffer Overflow Vulnerabilities"uebayasi2-2/+10
(http://secunia.com/advisories/17897/).
2005-12-06Set --sysconfdir=${PKG_SYSCONFDIR} so that SYSTEM_XPDFRC inreed1-3/+9
${PREFIX}/include/poppler/poppler-config.h is set appropriately for the user's PKG_SYSCONFBASE setting. Use the PAPERSIZE variable to set the a4 option, the same way the xpdf package does it. These two improvements are from Mark Davies via private email. Thank you Mark. Bump PKGREVISION.
2005-12-05Ran "pkglint --autofix", which corrected some of the quoting issues inrillig11-39/+39
CONFIGURE_ARGS.
2005-12-05Fixed pkglint warnings. The warnings are mostly quoting issues, forrillig39-128/+127
example MAKE_ENV+=FOO=${BAR} is changed to MAKE_ENV+=FOO=${BAR:Q}. Some other changes are outlined in http://mail-index.netbsd.org/tech-pkg/2005/12/02/0034.html
2005-12-04Restore previously used file locations.kim4-23/+79
2005-12-04The work directory was stored in the default rc file since upgrade tokim1-2/+2
1.0b4nb1. There was no default rc file before. Explicitly setting the path passed to the install script seems to avoid the problem.
2005-12-03Judging from the bulk builds, the package currently is not happywiz2-4/+4
about anything but teTeX1 -- mark it as such.
2005-12-03LISPDIR already includes PREFIX. Noted by Pavel Cahyna in PR 32223.wiz1-2/+2
2005-12-03Use correct locale directory on DragonFly.joerg2-4/+4
2005-12-02Removed double definition of PKGREVISION.rillig1-2/+1
2005-12-01Convert to options framework.wiz3-9/+28
Add cups option handling to buildlink3.mk (USE_CUPS was not properly supported there before).
2005-12-01Fix cups handling in buildlink3.mk file.wiz1-3/+11
cups is not enabled by default, so no further changes. Users who have added cups to the options for this package should rebuild all dependencies.
2005-11-30add CFLAGS.Darwin+=-flat_namespacetonio1-2/+3
to avoid a2ps failure at runtime under Darwin (symbol not found in flat namespace) Bump PKGREVISION, as it changes the binary package under Darwin
2005-11-29Add tex-unttf and tex-dhucs.minskim1-1/+2
2005-11-29Import tex-dhucs.minskim4-0/+88
DHUcs is a TeX macro package to typeset Hangul documents using LaTeX-ucs. With this package, LaTeX can process UTF-8 Korean documents.
2005-11-28Change all instances of including mk/ghostscript.mk into asking forjlam16-43/+33
the appropriate tool via USE_TOOLS (usually "gs:run"), and remove ghostscript.mk. This change removes a rather out-dated file from pkgsrc and switches packages to use the more compact implementation of the Ghostcript-handling inside the tools framework.
2005-11-27Update for http://cve.mitre.org/cgi-bin/cvename.cgi?name=CAN-2004-0967adrianp21-13/+225
2005-11-25Bump PKGREVISION for libgsf dependencies, and BUILDLINK_DEPENDS becausewiz1-1/+2
of the libgsf shlib major bump and associated BUILDLINK_DEPENDS bump.
2005-11-21Update print/ghostscript-esp{,-nox11} to ESP Ghostscript 8.15.1. Thisjlam8-360/+495
version is based on the GPL Ghostscript 8.15 release. Major changes from Ghostscript 7.0x include: * Many printer drivers were added and updated. * Improved support for running as a job server (-dJOBSERVER) * Support for DeviceN colorspaces at up to 8 colorants total at 8 bits per colorant. * The PDF writer has been considerably improved and implements PDF 1.4 encryption * Add a new feature to scale PDFs to the current page size. * Font rendering has been substantially reworked and improved. * PDF 1.4 transparency rendering is much more likely to be correct * Improved support for CID font substitution. * Improved processing of incorrect and broken PDF files, including files with corrupted xref tables and non-ASCII font names. * Support for JBIG2-encoded images. * The usual plethora of bug fixes.
2005-11-20Update the master distribution sites.jlam1-5/+9
2005-11-20- Install a sample config file into share/examples, rather than intominskim4-11/+13
the texmf tree. - Correct paths to this package. No PKGREVISION bump since this package didn't build due to the wrong path to map.mk.
2005-11-20Update dvipdfmx to 20050627.minskim7-50/+61
Major changes since 20031116: - bug fixes in subfont scheme or TrueType fonts with CIDType2 format. - embedded ICC profile support for JPEG and PNG. - Accept "unicode" encoding keyword in fontmap files for TrueType and Type1 fonts.
2005-11-20Add a INSTALL/DEINSTALL template to handle font maps for dvipdfmx.minskim1-0/+48
2005-11-20Font map handling requires teTeX-bin>=3.0nb4. Specify the dependencyminskim1-1/+5
in teTeX/module.mk, rather than individual packages.
2005-11-17Add hugeotp2ocp.minskim1-1/+2
2005-11-17Import hugeotp2ocp.minskim5-0/+82
hugeotp2ocp is a utility that converts OTP files to OCP files used by Omega. This program can process OTP files requiring more memory than regular otp2ocp in teTeX can handle.
2005-11-17Added missing RMD160 checksums.rillig1-1/+4
2005-11-17Added missing SHA1 checksums.rillig1-1/+3
2005-11-17Grammar fix in comments.minskim1-2/+2