summaryrefslogtreecommitdiff
path: root/print
AgeCommit message (Collapse)AuthorFilesLines
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.
2002-09-16Add & enable ja-dvipdfm.uebayasi1-1/+2
2002-09-16Initial import of ja-dvipdfm 0.13.2c.uebayasi4-0/+86
Dvipdfm is a DVI to PDF translator. Its features include: o TeX \special's that approximate the functionality of the PostScript pdfmarks used by Adobe Acrobat Distiller. Links, outlines, articles, and named destinations are supported, for example. o Support for standard DVI specials such as the HyperTeX specials and the TPIC specials. o Support for thumbnails (with help from GhostScript). o Ability to include PDF, PNG, and JPEG files as embedded images. For PDF files, only the first page is included. Resources will be embedded from the original file as necessary. File inclusion does not work for PDF files that store the page contents in several segments in an array. o Virtual font support o Support for both Type1 and PK fonts. o Support for arbitrary linear graphics transformations. Any material on the page can be scaled and rotated. o A color stack accessible via \special's. o Partial font embedding and stream compression for reduced output file size o Balanced page and destination trees for improved reader access on very large document files. dvipdfm was developed by Mark A. Wicks. Japanization by Shunsaku Hirata.
2002-09-14Convert to buildlink2.wiz1-10/+6
2002-09-13ghostscript-nox11 needs g++ to compile the hpijs driver. Also use egrepjlam1-2/+9
instead of grep where we use extended regexps. This fixes pkg/17325 by Eric Schnoebelen <eric at cirr dot com>.
2002-09-13hpijs needs g++ on Solaris, as noted in pkg/17325 by Eric Schnoebelenjlam1-1/+7
<eric at cirr dot com>.
2002-09-13Make sure that there's a definition for the GS_RESOURCEDIR.jlam1-2/+3
2002-09-13Adjust ghostscript-gnu to find Resources injlam4-4/+12
${PREFIX}/share/ghostscript/Resources instead of in /Resources. Bump the PKGREVISION of all ghostscript-gnu packages.
2002-09-13buildlink1 -> buildlink2jlam1-6/+7
2002-09-13Note mutual conflicts between the ghostscript-gnu* packages.jlam1-2/+2
2002-09-13Add and enable ghostscript-gnu-x11.jlam1-1/+2
2002-09-13Initial import of ghostscript-gnu-x11-7.05.jlam2-0/+30
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 GNU Ghostscript, which is released under the terms of the GNU Public License, and is built with only support for X11 displays, the IJS client device, and image format devices, e.g. JPEG, PNG, TIFF, PDF, PS. This is based on the idea in pkg/16059 by Greg A. Woods <woods@weird.com>.
2002-09-13Add and enable ghostscript-gnu{,-nox11}.jlam1-1/+3
2002-09-13Use ghostscript.mk.jlam12-27/+25
2002-09-13Initial import of ghostscript-gnu-nox11-7.05.jlam2-0/+14
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 GNU Ghostscript, which is released under the terms of the GNU Public License, and is built without support for X11 displays. This package also doesn't support all of the printers in the print/ghostscript{,-nox11} packages, but does support a wider range of HP inkjet printers through the print/hpijs package, and supports the GIMP print inkjet printer drivers through the print/gimp-print-ijs package.
2002-09-13Initial import of ghostscript-gnu-7.05.jlam7-0/+492
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 GNU Ghostscript, which is released under the terms of the GNU Public License. This package also doesn't support all of the printers in the print/ghostscript{,-nox11} packages, but does support a wider range of HP inkjet printers through the print/hpijs package, and supports the GIMP print inkjet printer drivers through the print/gimp-print-ijs package.
2002-09-13Consolidate more common stuff between ghostscript and ghostscript-nox11jlam3-27/+15
in Makefile.common, and note conflict with the ghostscript-gnu* packages.
2002-09-12Add and enable libgnomeprintuirh1-1/+2
2002-09-12Initial import of libgnomeprintui-1.116.0, the user interface dependentrh5-0/+105
part of the GNOME2 printing infrastructure. Provided by Julio Merino <jmmv@hispabsd.org>. This closes PR pkg/18204.
2002-09-12Update libgnomeprint to 1.116.0. Changes include bugfixes and additionalrh4-16/+53
language support. Provided by Julio Merino <jmmv@hispabsd.org>. This closes PR pkg/18203.
2002-09-11Add and enable print/gimp-print-ijs.jlam1-1/+2
2002-09-11Initial import of gimp-print-ijs-4.2.1.jlam4-0/+47
This package contains an IJS server that can output raster images supported by the GIMP print library, to be used in conjunction with IJS clients such as GNU Ghostscript.
2002-09-11Add a buildlink2.mk file for other package Makefiles.jlam1-0/+19
2002-09-11Add and enable print/ijs.jlam1-1/+2
2002-09-11Initial import of ijs-0.34.jlam5-0/+98
IJS is a client-server protocol for transmission of raster page images. This package provides a reference implementation of the protocol, the design of which is still in flux. When the protocol specification is published, it will be authoritative. Applications should feel free to link against the library provided in this package, adapt that code for their own needs, or roll a completely new implementation.
2002-09-11Move the USE_BUILDLINK2 definition into the common Makefile as we need tojlam3-13/+11
include buildlink2.mk files from there.
2002-09-11Note conflicts between hpijs and ghostscript{,-nox11}. This will bejlam2-2/+6
resolved later by pulling out the hpijs server from the current ghostscript packages.
2002-09-11Add and enable print/hpijs.jlam1-1/+2
2002-09-11Initial import of hpijs-1.2.2.jlam5-0/+41
HPIJS implements a IJS server for IJS clients such as GNU Ghostscript, and provides printing support for more than 150 printer models, including DeskJet, OfficeJet, PhotoSmart, Business InkJet, and some LaserJet models.
2002-09-10Since the major of libiconv was increased during the update to 1.8,wiz2-3/+4
bump dependency to latest libiconv version; recursively also bump all dependencies of packages depending on libiconv. Requested by fredb.
2002-09-10Add a buildlink2.mk file for other packages to use.jlam1-0/+19
2002-09-09unusedwiz1-41/+0
2002-08-27add Verilog-A definitionsdmcmahill3-10/+58