summaryrefslogtreecommitdiff
path: root/print
AgeCommit message (Collapse)AuthorFilesLines
2002-10-06Convert to buildlink2. Use perl5/module.mk.seb1-6/+3
2002-10-05buildlink1 -> buildlink2jlam1-16/+14
2002-10-05Convert to buildlink2.wiz1-2/+3
2002-10-04pull security patch from http://www.epita.fr/~bevand_m/asa/asa-0000,itojun5-3/+99
as suggested in PR18522. bump PKGREVISION to 2.
2002-10-03regen (patch-aa addition)wiz1-1/+2
2002-09-30Added a small patch to remove the feature for the original LaserWriterkei1-0/+13
which causes an annoyance in modrern PS printer, GhostScript, etc. See pkg/12904. I forgot to commit this in months. Thomas Klausner, Johnny Lam, and Frederick Bruckman helped me a lot to find out what is actually happen and where to fix. Thank you.
2002-09-29Use gcc/buildlink2.mk instead of Makefile.gcc and note that this packagejlam1-7/+4
uses X11.
2002-09-29Note that this package uses X11.jlam1-3/+2
2002-09-29Use gcc/buildlink2.mk instead of Makefile.gccjlam1-7/+3
2002-09-29Use gcc/buildlink2.mk instead of Makefile.gccjlam1-2/+2
2002-09-29Use gcc/buildlink2.mk instead of Makefile.gcc.jlam1-2/+2
2002-09-27fix compilation on sparc (all big endian machines?).dmcmahill2-1/+17
2002-09-26Remove patch that is not necessary any longer with buildlink2.wiz2-50/+1
2002-09-26update gimp-print to 4.2.2drochner12-37/+57
changes: -many bugfixes -Quad tone grayscale inks, such as the Piezography (TM) inks, are now supported for most Epson Stylus printers. This is not tuned for a particular inkset at this time, so the results will not be of top quality yet. This capability should be considered beta. -Many new Epson Stylus printers are supported. Please see the complete list of printers at the bottom of these release notes. -A new dither algorithm, EvenTone, has been added. This algorithm produces superior results for photographs and other continuous-tone images, but in its current form it may not be as well suited for solid color images and line art. This algorithm should be considered beta. and use buildlink2
2002-09-24Complete standardization of messages according to latest pkglint.wiz4-12/+12
2002-09-23Move the USE_BUILDLINK2 definition into the common Makefile where wejlam3-6/+4
include several buildlink2.mk files.
2002-09-22Don't symlink certain classes of files that aren't needed by buildlink2:jlam2-5/+2
*.pc and binaries. Both these things are simply found by packages in their true installed locations.
2002-09-21Strip the ".buildlink" from the names of the python application andjlam4-9/+9
extension Makefile fragments, because they really don't have anything to do with the buildlink[12] frameworks. Change all the Makefiles that use application.buildlink.mk and extension.buildlink.mk to use application.mk and extension.mk instead.
2002-09-21We use ghostscript.mk, so lose the redundant DEPENDS on ghostscript.jlam1-3/+1
2002-09-21buildlink1 -> buildlink2jlam1-13/+12
2002-09-21Use buildlink2.jlam1-7/+12
2002-09-21Back out previous and add an empty do-install target...that was the realjlam1-2/+3
reason why we couldn't install.
2002-09-21This package has no WRKSRC, so set it to WRKDIR.jlam1-1/+2
2002-09-21INSTALL file is no more...it repeats the info in teTeX-bin/INSTALL.jlam1-5/+1
2002-09-21Trivially use buildlink2.jlam1-1/+2
2002-09-21Remove redundant INSTALL info that is also in teTeX-bin.jlam1-26/+0
2002-09-21Trivially use buildlink2.jlam1-1/+2
2002-09-21Add a buildlink2.mk file for other package Makefiles to use.jlam1-0/+20
2002-09-21Use bsd.pkg.install.mk instead of local DEINSTALL/INSTALL code.jlam1-23/+0
2002-09-21Use buildlink2.jlam2-50/+46
2002-09-21Trivially use buildlink2.jlam1-1/+2
2002-09-20This file has nothing to do with x11.buildlink.mk anymore.jlam1-4/+2
2002-09-20Make these scripts more portable by taking advantage of automatic rc.dgrant1-2/+2
script handling and using @RCD_SCRIPTS_SHELL@. as discussed with jlam.
2002-09-19Honor ${PKG_SYSCONFDIR}.kei9-18/+18
XXX doing make install for same xpdf-* package more than once causes ${PKG_SYSCONFDIR}/xpdfrc have duplicated entries. Is there any easy way of avoiding this?
2002-09-19Take advantage of the auto-generation and installation of rc.d scripts.jlam1-3/+1
2002-09-19Updated print/xpdf to version 1.01. Changes from version 1.00 include:jlam7-97/+54
Honoring ${PKG_SYSCONFDIR} for location of xpdfrc. Implemented Type 3 fonts. Implemented PostScript CID font embedding; added a psEmbedCIDPostScriptFonts option. Implemented PostScript 16-bit font substitution; added psNamedFont16 and psFont16 options. Moved the initialZoom setting from X resources to the xpdfrc file. Implemented the radial shading type in the sh (shaded fill) operator. [Thanks to Mike Sweet.] Added an 'include' command to the xpdfrc format. Added the displayNamedCIDFontX option so different fonts can be used within one character collection. Implemented stroked text in XOutputDev (with t1lib and FreeType2). [Thanks to Leonard Rosenthol.] Implemented stroked text in PSOutputDev. Added a built-in Unicode map for UCS-2. PSOutputDev will now embed external TrueType fonts in addition to external Type 1 fonts. Added the Big5ascii Unicode map to the Chinese-traditional support package (maps 7-bit ASCII straight through). [Thanks to Lawrence Lai.] Modified the EUC-CN and EUC-JP encodings to pass 7-bit ASCII straight through. [Thanks to Lawrence Lai.] In the code that guesses character names (for font subsets), also handle names of the form 'ABnnn'. [Thanks to Colin Granville.] Tweak the Type 1 font bbox code to look at the bboxes in both the PDF font object and the embedded font file. Added an optional displayCIDFontX entry for one of the Arphic TrueType fonts in the traditional Chinese 'add-to-xpdfrc' file. Added psASCIIHex parameter. Added the GBK Unicode map to the simplified Chinese language pack. Pdftotext now opens the text file in binary mode to avoid Microsoft's annoying automatic end-of-line translation stuff. Added an executeCommand function in goo/gfile.cc. [Thanks to Mikhail Kruk.] The %ALDImagePosition OPI comment was wrong if the page was scaled to a different paper size. The OPI code was saving the default transform matrix before calling setpagedevice, which can change the matrix. PSOutputDev now handles PostScript XObjects.
2002-09-18Update print/xpp to version 1.1. Changes from version 1.0 include:jlam3-21/+18
- Removed function overloading for the password dialog, used the new method of CUPS 1.1.3 - Added support for the "natural-scaling" image size option introduced in CUPS 1.1.9 - Added support for the new PPD-O-Matic PPD files of linuxprinting.org (numerical options appeared twice before). The old CUPS-O-Matic files can still be used. - The COMDATA lines in the PPD files of the new XML Foomatic changed in a way incompatible to the parser for the numerical options in XPP. Modified parser to read both the old and the new format.
2002-09-18Move the psraster.convs example file to ${PREFIX}/share/examples/cups.jlam2-6/+6
2002-09-18Update print/cups to 1.15.1. Changes from version 1.14 include:jlam11-137/+144
====================================================================== * Removed the pstoraster filter (based on GNU Ghostscript 5.50) and now * provide the raster "driver" and patch file necessary to use the current * GNU Ghostscript 7.05 release. Pkgsrc users should install the * print/ghostscript-esp package. ====================================================================== - Many, many bug fixes. - Improvements to polling and scheduling of jobs to CUPS and to connected printers. - Updated the CUPS license agreement for the new MacOS and OpenSSL license exceptions. - The jobs.cgi web interface now handles all job operations, allowing the administrator to allow "job administrators" or operators to manage jobs (but not queues) on the server. - New SCSI printer backend. - The PostScript filter now supports 6, 9, and 16-up output, as well as new page-border and number-up-layout options. - Added ConfigFilePerm and LogFilePerm directives. - The HTML job operation templates now link back to the destination printer or class. - Removed unnecessary fonts and updated the Courier and Symbol fonts to the latest versions to better support non-ISOLatin1 text. - The text filter now always embeds the Courier and Symbol fonts to ensure that they contain the full set of glyphs. - The PostScript image filter (imagetops) now supports printing CMYK images using the CMYK colorspace. - The cupsaddsmb program was updated to use the setdriver command instead of addprinter. - The Allow, Deny, BrowseAllow, BrowseDeny, and BrowseAddress directives now support the network interface names "@LOCAL" and "@IF(name)" for access control and browsing based on the current interface addresses instead of fixed names or IP addresses. - The cupsaddsmb program now supports alternative CUPS and SAMBA server names. - The PostScript filter now supports the Orientation comment and rotates the page as needed automatically.
2002-09-18Add and enable ghostscript-esp* packages.jlam1-1/+3
2002-09-18Initial import of ghostscript-esp-nox11-7.05.5.jlam2-0/+18
Ghostscript is the well-known PostScript interpreter which is available for all common and most esoteric platforms and supports many different printers and some displays. This package contains ESP Ghostscript, which is a separately maintained distribution of GNU Ghostscript and distributed under the terms of the GNU Public License. ESP Ghostscript incorporates the CUPS raster printer driver and a large number of contributed Ghostscript printer drivers. This package is built without support for X11 displays.
2002-09-18Fix punctuation.jlam1-1/+1
2002-09-18Initial import of ghostscript-esp-7.05.5.jlam8-0/+564
Ghostscript is the well-known PostScript interpreter which is available for all common and most esoteric platforms and supports many different printers and some displays. This package contains ESP Ghostscript, which is a separately maintained distribution of GNU Ghostscript and distributed under the terms of the GNU Public License. ESP Ghostscript incorporates the CUPS raster printer driver, and a large number of contributed Ghostscript printer drivers.
2002-09-18Conflict with the forthcoming ghostscript-esp* packages.jlam1-1/+2
2002-09-18Conflict with ghostscript-gnu-x11 and with the forthcoming ghostscript-esp*jlam1-2/+3
packages.
2002-09-18Only attempt to remove the man/de/* directories as other packages may alsojlam1-3/+3
have man pages there.
2002-09-18Install destination must be PREFIX, not LOCALBASE.uebayasi1-8/+8
2002-09-17this needs png & tiff to workdrochner1-1/+4
2002-09-16Add ASCII pTeX 3.0.1 support.uebayasi6-84/+97
pTeX 3.0.1 - BSD license. - Fix hyphenation bug. - Catch up newer teTeX. dvipsk 1.5g - Fix tategaki tpic bug. - Fix PSTricks bug when FMapType is 9. - Support B4/B5 papersize by default. mendex 2.5 - BSD license - Fix -s option bug. - Change -c option. - Support new styles (delim_t, suffix_2p, suffix_3p, suffix_mp, heading_flag, heading_prefix, symhead_positive, symhead_negative). - Change escape behavier. - Other bug fixes. Bump PKGREVISION to 3.
2002-09-16Update to auctex 11.11.uebayasi5-143/+146
News in 11 ========== * Support for `prosper.sty', see <http://prosper.sourceforge.net/>. Contributed by Phillip Lord <p.lord@russet.org.uk>. * `comment-region' now inserts %% by default. Suggested by "Davide G. M. Salvetti" <salve@debian.org>. * You can now switch between using the `font-latex' (all emacsen), the `tex-font' (Emacs 21 only) or no special package for font locking. Customize `TeX-install-font-lock' for this. * Now use -t landscape by default when landscape option appears. Suggested by Erik Frisk <frisk@isy.liu.se>. * Use `tex-fptex.el' for fpTeX support. Contributed by Fabrice Popineau <Fabrice.Popineau@supelec.fr>. * New user option `LaTeX-top-caption-list' specifies environments where the caption should go at top. Contributed by ataka@milk.freemail.ne.jp (Masayuki Ataka). * Allow explicit dimensions in `graphicx.sty'. Contributed by ataka@milk.freemail.ne.jp (Masayuki Ataka). * Limited support for `verbatim.sty'. Contributed by ataka@milk.freemail.ne.jp (Masayuki Ataka). * Better support for asmmath items. Patch by ataka@milk.freemail.ne.jp (Masayuki Ataka). * More accurate error parsing. Added by David Kastrup <David.Kastrup@t-online.de>. * Bug fixes.