summaryrefslogtreecommitdiff
path: root/print
AgeCommit message (Collapse)AuthorFilesLines
2002-12-24Bump PKGREVISION because of dependency on latest freetype2 or glib2wiz10-16/+20
package and library major bumps therein. Also match dependency in corresponding buildlink2.mk's for the same reason. Mmmm, binary packages.
2002-12-23Whitespace fixcjep3-8/+8
2002-12-22Replace "----------" lines with "==========", to match all other MESSAGEsjmmv1-3/+3
and notices.
2002-12-20Updated print/cups to 1.1.18. Changes from version 1.1.17 include:jlam3-41/+45
- SECURITY FIX: The scheduler now provides a FileDevice directive to control whether new printers can be added using device URIs of the form "file:/filename". The default is to not allow printers with these device URIs. - SECURITY FIX: Potential underflow/overflow bug in web interface. - SECURITY FIX: Race condition in certificate creation. - SECURITY FIX: Bad URIs in browse packets could be used to exploit the web interface underflow/overflow bug. - SECURITY FIX: Some types of Denial of Service attacks were not handled properly, so once the attack was over the scheduler did not close the connections immediately on all platforms. - SECURITY FIXES: Added integer overflow/underflow checks for all image formats. - Bug fixes to the scheduler. - Upgraded pdftops filter to Xpdf 2.01 with fixes for TrueType fonts. - Added a MaxClientsPerHost configuration directive to provide limited protection against Denial of Service attacks.
2002-12-19Updated print/cups to 1.1.17. Changes from version 1.1.16 include:jlam11-214/+140
- Bug fixes to the backends and scheduler. - Bug fixes to the image filters. - The scheduler now allows accounts authenticated via PAM to not have a corresponding UNIX account, but group membership still requires the account name to be listed in the UNIX group file(s)... - Added some startup performance enhancements to the scheduler so that the printer object information is regenerated fewer times and the MIME type database is not filled with lots of empty filters for raw/direct queues. - The backends now ignore SIGPIPE so that failed job filters will not stop a print queue. - User-defined classification strings are now printed verbatim. - The lpstat command did not allow for destination lists. - The LPD backend now sends the job title as the print filename. - Added support for variable sizes in the EPSON dot matrix printer drivers. This allows for pages as short as 1/2" (1 row of labels) and does not do an automatic form feed. - The Solaris USB backend now supports the new device URI syntax. - The serial backend now enumerates serial ports under MacOS X.
2002-12-10remove the "libiconv" nonsense - the reason was that gettext-lib wasdrochner1-2/+1
not referred to at all (now pulled in by gimp-print-lib/buildlink2.mk) (PR pkg/19323)
2002-12-10pull in gettext-lib/buildlink2.mk; this fixes the build problemdrochner1-1/+3
for gimp-print-ijs (PR pkg/19323)
2002-12-10use [0-9]* for the dependency stringdrochner1-2/+2
2002-12-09Replace "true" by "${TRUE}".tron16-35/+35
2002-12-08Fix PR#19323 from Ryo Hayaskacjep1-1/+2
2002-12-07update to 1.16drochner3-7/+15
changes: - More graphics widgets (shaded polygon, dotbox, slidebox). - Aaron Watters' advanced paragraph formatter and its parser. - Alex Martelli's improvements to pyRXP. - Jerome Alet's recording canvas. - Additions to pythonpoint. - New flowable ParagraphAndImage. - Speedups and fixes.
2002-12-07update to 2.01drochner2-5/+5
changes: Redesigned the text extraction process: - process the text into "reading order" - added a "-layout" flag to pdftotext to switch back to the old style, where physical layout is maintained - use of the "-raw" flag is no longer recommended Added the -reload option for xpdf (in remote mode). Added support for external CID fonts; added the displayCIDFontT1 and displayNamedCIDFontT1 commands to the xpdfrc file. Handle the case of moveto/newpath/clip, which defines an empty clipping region (just like moveto/closepath/clip). Accept XYZ link destinations with missing array elements. Accept bogus font names based on "Symbol": Symbol,{Bold,Italic, BoldItalic}. Set the busy cursor in the find dialog while searching. Allow ToUnicode CMaps to use fewer than four hex digits in the Unicode char indexes. +bugfixes
2002-12-07Replace IGNORE with PKG_FAIL_REASON or PKG_SKIP_REASON as appropriate.schmonz3-8/+8
2002-11-29Some virtual font files were updated on the master site. Pointed out byuebayasi2-9/+9
Toshihiro Iwamoto. Bump PKGREVISION.
2002-11-28Buildlinkify this package to stop it from using packaged version oftron1-2/+4
"libintl" even if it is not necessary. Bump package revision.
2002-11-28Try to use ${PAX} in place of ${GTAR}.uebayasi1-8/+10
This should fix an installation problem where ${GTAR} is "pax-as-tar".
2002-11-27update gimp-print to 2.4.2drochner17-61/+133
changes: -support for HP DesignJet large-format plotters -support fot Epson multi-function devices and MJ-930C -manpage improvements -support for transverse versions of the US CAD standard paper sizes -bugfixes
2002-11-26Add RCS tag.cjep1-0/+1
2002-11-26Make this package behave properly when installing configuration files, thatjmmv8-30/+94
is, using the PKG_SYSCONFDIR stuff. apsfilter needs a symlink in the configuration directory, so add an INSTALL script to create it (which handles all DEINSTALL stuff too). Bump PKGREVISION to 2. Approved by wiz. This closes PR 18994.
2002-11-26Make this package install its configuration files in the examples directoryjmmv4-6/+28
and copy them to the right place using PKG_SYSCONFDIR. Bump PKGREVISION to 1 because this change. Approved by wiz. This closes PR 18992.
2002-11-26Make this package install its configuration file in the examples directoryjmmv2-5/+12
and use PKG_SYSCONFDIR to copy it to the right place. (Bump PKGREVISION to 1 for this). Also add a HOMEPAGE, as the program has one. Approved by wiz. This closes my own PR 18991.
2002-11-19Indent, following acroread5's example.schmonz1-9/+9
2002-11-19Ensure that DISTNAME is always set.schmonz2-8/+8
2002-11-19repeat previous for commented commands as well.mrg1-3/+3
2002-11-14This file appears to be unused.jlam1-34/+0
2002-11-10Use ${LOCALBASE}/bin/texconfig rather than bare texconfig.cjep1-4/+4
2002-11-08Update to 20021022: typo in README (old distfile not available any longer).wiz2-8/+7
2002-11-08Add and enable xpdf-hebrew.wiz1-1/+2
2002-11-08Initial import of xpdf-hebrew -- Hebrew language support files for xpdf.wiz5-0/+76
2002-11-08Update to 20020617: added GBK.unicodeMap (other changes unknown).wiz3-9/+11
2002-11-08update to 2.00dillo4-9/+32
Changes since 1.01: - Switched to the Motif toolkit. - Support multiple open documents (in separate windows). - Added document outlines to the viewer. - Implemented the JBIG2 decoder. - Added support for movie annotations. - Switched back to native LZW decompression code. - Many bug fixes and enhancements.
2002-11-07add TEST_TARGETdillo1-1/+2
2002-11-03Set USE_X11 (needed because of gimp-base dependency).wiz1-1/+2
2002-11-03Add and enable ggv2rh1-1/+2
2002-11-03Initial import of ggv-1.99.95 as ggv2, a GNOME2 frontend for GhostScript.rh4-0/+137
2002-11-02s|${X11PREFIX}/var/lib|${SCROLLKEEPER_DATADIR}|rh1-14/+16
Include missing scrollkeeper buildlink2.mk where necessary
2002-10-31Start cupsd in the background as some of the cups backends take quitejlam1-1/+2
a while to return whether there is a printer available or not during startup.
2002-10-31Avoid pax's -z option (Solaris's pax doesn't know it).wiz2-4/+4
2002-10-31update to latex-mk-0.9.1.dmcmahill2-5/+5
This is a bug fix release. per-project xfig dependencies are now supported. This was accidentally omitted from the previous release. In addition, the GNU make support is much more robust.
2002-10-30s/USE_X11BASE/USE_X11/ to be consistent with the rest of GTK2/GNOME2.rh4-11/+12
Bump PKGREVISION.
2002-10-27Add missing LIBTOOL_OVERRIDE so pkgsrc libtool gets used.rh1-1/+2
2002-10-25Make CUPS_SERVERBIN points to $PREFIX/libexec/cups for solaris toobouyer3-22/+58
Correct man extentions for solaris. Use ${PKGLOCALEDIR} in PLIST for locale directories.
2002-10-24libXt also need libSM,libICE.bouyer5-11/+1940
Reduce the number of duplicate -L and -Wl,-R on link command line, the solaris linker seems to have limitations here.
2002-10-24We replace the code in the INSTALL script with SPECIAL_PERMS.jlam1-13/+0
2002-10-24Use ${SED} in gimp-print-4.2.0/src/ghost/Makefile, to get /usr/xpg4/bin/sedbouyer3-7/+39
on Solaris.
2002-10-24strictly require rev 4.2.3 to avoid mismatchesdrochner1-2/+2
2002-10-24we call everything buildlink2 now for consistencydrochner2-6/+7
2002-10-23update to 1.15.drochner5-28/+313
This pkg hasn't been updated for a long time.Many fugfixes and feature additions happened in the meantime.
2002-10-22update the gimp-print suite to 4.2.3drochner14-52/+53
changes: -bugfixes -The native CUPS driver now accepts custom paper sizes with printers that permit this (all Epson printers, and most others). -The Foomatic interface now accepts custom paper sizes with Foomatic 2.0.1. -A Japanese translation has been added.
2002-10-20Note where to send bug-fixes or patches to CUPS when feeding back to thejlam1-1/+5
author.