summaryrefslogtreecommitdiff
path: root/print
AgeCommit message (Collapse)AuthorFilesLines
2002-02-15mkdir -> ${MKDIR}skrll6-19/+19
rmdir -> ${RMDIR} rm -> ${RM} (${RM} added to PLIST_SUBST) chmod -> ${CHMOD} chown -> ${CHOWN}
2002-02-13Update print/cupsomatic to 2.2. Changes from version 1.2 include allowingjlam3-32/+39
the use of a config file.
2002-02-09Trivially mark as strongly buildlinked.jlam1-2/+3
2002-02-08Fix GNU make rules for bison C++ parser . How was this working before ?seb2-1/+22
2002-02-05/bin/mkdir -> ${MKDIR}.skrll1-2/+2
Make the print-PLIST target output ${MKDIR} also.
2002-02-05Solaris' test binary (test/[) doesn't grok "-e". Replace with "-f".jlam1-3/+3
Noted by Stoned Elipot <seb@netbsd.org> in private email.
2002-02-05Build checksum from a clean copy of the distfile.jlam1-3/+3
2002-02-03Update print/ghostscript{,-nox11} to 6.0.1nb2. Changes from versionjlam1-10/+0
6.0.1nb1 include updating the hpijs driver to the latest released version 1.0.2. The new HPIJS device is "ijs" and replaces several older devices: AP21xx DJ630 DJ6xx DJ6xxP DJ8xx DJ9xx DJ9xxVIP So if you are using any of the above devices, you must use the new gs IJS interface documented in: ${PREFIX}/share/doc/html/ghostscript/hpijs/hpijs_readme.html Changes to the HPIJS driver include: * Fixed a problem printing Photo Full Bleed on the Photosmart 100. * Meet the Debian Free Software Guidelines (DFSG). * Fixed a setpagedevice problem with the IJS client. PageSize can now be set from postscript. * Fixed a off-by-one error in IJS server. * Added support for the following printers: Deskjet 656 Photosmart 100 Apollo P-22 Deskjet 825/845 Photosmart 1115 Apollo P2500 Deskjet 920 Photosmart 1215 Apollo P2600 Deskjet 940/948 Photosmart 1315 Deskjet 995 CP 1160 Deskjet 1125 CP 1700 Deskjet 1220 Deskjet 2250 * Added support for the IJS interface. * Added support for Duplex. When Duplex mode is set, top and bottom margins are set to 1/2 inch. * Added support for the following paper sizes: Photo, Photo Full Bleed, A6, B4, B5, Oufuku-Hagaki, Hagaki * The PrintMode command has been replaced with separate commands: Quality, ColorMode, MediaType and PenSet. * Changed top margin from 1/3 to 1/8 inch. Also, changed the bottom margin to 1/2 inch. Note, on the 6xx series the maximum bottom margin is .46 inch for black and .587 for color. This means for the 6xx series, color printing to within 1/2 inch bottom margin is not guaranteed.
2002-02-03Update print/ghostscript{,-nox11} to 6.0.1nb2. Changes from versionjlam6-93/+41
6.0.1nb1 include updating the hpijs driver to the latest released version 1.0.2. The new HPIJS device is "ijs" and replaces several older devices: AP21xx DJ630 DJ6xx DJ6xxP DJ8xx DJ9xx DJ9xxVIP So if you are using any of the above devices, you must use the new gs IJS interface documented in: ${PREFIX}/share/doc/html/ghostscript/hpijs/hpijs_readme.html This update is based on pkg/15470 by IWAMOTO Toshihiro <toshii@netbsd.org>. Changes to the HPIJS driver include: * Fixed a problem printing Photo Full Bleed on the Photosmart 100. * Meet the Debian Free Software Guidelines (DFSG). * Fixed a setpagedevice problem with the IJS client. PageSize can now be set from postscript. * Fixed a off-by-one error in IJS server. * Added support for the following printers: Deskjet 656 Photosmart 100 Apollo P-22 Deskjet 825/845 Photosmart 1115 Apollo P2500 Deskjet 920 Photosmart 1215 Apollo P2600 Deskjet 940/948 Photosmart 1315 Deskjet 995 CP 1160 Deskjet 1125 CP 1700 Deskjet 1220 Deskjet 2250 * Added support for the IJS interface. * Added support for Duplex. When Duplex mode is set, top and bottom margins are set to 1/2 inch. * Added support for the following paper sizes: Photo, Photo Full Bleed, A6, B4, B5, Oufuku-Hagaki, Hagaki * The PrintMode command has been replaced with separate commands: Quality, ColorMode, MediaType and PenSet. * Changed top margin from 1/3 to 1/8 inch. Also, changed the bottom margin to 1/2 inch. Note, on the 6xx series the maximum bottom margin is .46 inch for black and .587 for color. This means for the 6xx series, color printing to within 1/2 inch bottom margin is not guaranteed.
2002-02-03Update xpdf to 1.00mjl4-26/+28
Implemented the sh (shaded fill) operator for the axial shading type. Minor fixes to avoid compiler warnings. Fix an uninitialized var in XOutputDev that caused crashes on Alphas. Don't incrementally update the display in full-screen mode. Added a duplex option to PSOutputDev and a -duplex switch to pdftops. Completely rewrote the code that handles font encodings: - everything is Unicode-based - 16-bit fonts are handled much more cleanly - text output encoding can be set more flexibly New .xpdfrc config files. Added key bindings for forward ('v') and backward ('b'). Added the pdffonts program which lists the fonts used in a PDF file. Fixed several problems in the TrueType font embedding code Accept named destination on command line. Added several new items to pdfinfo: file size, PDF version, tagged (yes or no), XML metadata (with the -meta option). Pdftops didn't get the portrait/landscape setting correct for PDF files with rotated pages. The TrueTypeFontFile class (including the Type 42 converter) now understands cmap format 6. The '0' keyboard shortcut didn't update the zoom popup menu. Handle the complete list of alternate names for the Base14 fonts. Fixed substitute font scaling in XOutputDev - scale only the width, not the height. Implemented stitching (type 3) functions. Handle the case of moveto/closepath/clip, which defines an empty clipping region. Move dependences into separate Makefile.dep files; get rid of the distdepend target. Move all of the configure-script-generated -D options out of the Makefiles and into a top-level .h file (aconf.h). Pdfinfo prints dates in a more readable format. Fixed a bug in the Paeth image predictor. Handle annotations with multiple states. The save and restore (q/Q) operators shouldn't save/restore the path. Performance optimization: disable pattern drawing in TextOutputDev.
2002-01-31Update print/cups to 1.1.13:jlam6-22/+50
CUPS 1.1.13 adds support for the KOI8-R and KOI8-U encodings, message catalogs for several Russian locales and for Simplified Chinese, improvements for MacOS X (Darwin) and IRIX, improvements to the PDF, PostScript, and text filters, status reporting for IPP-based printers (paper out, etc.), and improvements to the SAMBA driver export facility. The new release also fixes bugs in the scheduler, the lpstat command, the CUPS API, and the pstoraster filter.
2002-01-30Add USE_PAM to BUILD_DEFS when we build with PAM support.jlam1-1/+2
2002-01-29regen due to removed DIST_SUBDIRdrochner1-3/+3
2002-01-29convert to new Python frameworkdrochner1-10/+12
2002-01-28move dependency on text2html so that we don't have to recompile thedrochner2-3/+3
whole TeX stuff on an unimportant perl PKGREVISION bump just because of a "totally useless" utility which happens to be a perl script
2002-01-28_Always_ set the make environment (${SETENV} ${MAKE_ENV}) and executejlam1-2/+2
${MAKE_PROGRAM} instead of ${MAKE} within ${WRKSRC}.
2002-01-28Wildcard enscript dependency.wiz1-2/+2
2002-01-25Update to 1.6.1nb1: fix temporary file creation vulnerability;kleink4-2/+107
from Tim Waugh via Debian.
2002-01-20Fixed checksummartti1-3/+3
2002-01-20Update to 1.15mjl2-5/+5
- updated Esperanto translation - new Serbian translation - updated Polish translation - new Turkish translation
2002-01-18use python buildlinkdrochner1-2/+4
2002-01-18Updated lyx to 1.1.6.4martti3-11/+23
- add support for latin3, latin4 and latin9 encodings - change the encoding for Estonian from latin4 to latin1, since it appears to be more suitable. - add support for ae fonts (emulation of T1 encoding with OT1 fonts). This is useful for creating pdf files in T1 encoding - add support for dvipdfm - when passing a file name as argument from command line, the extension `.lyx' is added if necessary - insert error insets in the documents when there have been unknown tokens in the file - new class `kluwer'; update to hollywood class - the class encts has been renamed to entcs (stupid typo!) and slightly updated - updates to the introduction document and the Italian user guide - updates to the Russian, Finnish and Hebrew localizations - faster loading of large files (should now be proportional to file size) - fix positioning of error insets when running LaTeX - fix bug where latex would not be re-run if no depfiles were changed, but the .dvi was removed - fix possible crash when the cursor is between two spaces and a selection is begun - fix reading under unix of lyx files produced under windows (was actually not fixed in 1.1.6fix3) - fix problem where document is marked `changed' when going in/out an empty tabular cell - fix the logic of quote insertion after '-', '[' and '{' - fix generation of an extra space after an inset in linuxdoc creation - make tables in DocBook sgml conformant - do not ignore newline/hfill chars when copying to the clipboard - fix insertion of \Upsilon in the math editor - fix crash if banner-file was not found - the `SubSection' layout of the cv class has been renamed to `Subsection'
2002-01-16Fix a problem where ${PREFIX}/share/lyx/configure was being installedjwise1-1/+4
without executable permissions. This was causing new lyx users to get sub-optimal personal lyx configs in some cases, as this script is invoked directly by lyx when creating a ~/.lyx directory for a user who did not previously have one.
2002-01-11Fix a mistake in specification of download site for ${JPEG_SRCS}, pointedfredb1-2/+2
out by Ingolf Steinbach <ingolf@steinba.ch> in private mail.
2002-01-10Note addition of php3-pdflib.jlam1-1/+2
2002-01-10Move to print/php3-pdflib from the www category to match similarjlam2-0/+24
relocations of the PHP4 module packages. Also update to 3.0.18nb1 as the shared module is now installed as "pdf.so" so match the php4-pdflib package.
2002-01-10Updated apsfilter to 7.1.1martti4-16/+293
* a new apspreview script, that allows you to preview your print session using gv, kghostview or ghostview * a new apsfilter-bug script that assists you in releasing bug reports * some handbook and manpage updates / fixes * new drivers * driver fixes http://www.apsfilter.org/download/ChangeLog-7.1.1
2002-01-06`MASTER_SITES_foo' and `PATCH_SITES_foo' all become `SITES_foo'.fredb1-12/+12
2002-01-06Update print/php4-pdflib to version 4.1.1. The only change is updating tojlam1-3/+3
the version from the php-4.1.1 distribution.
2002-01-06The configure script auto-appends "cups" to "sysconfdir", so passjlam1-3/+4
"${PKG_SYSCONFBASE}" to the script and set PKG_SYSCONFSUBDIR directly to "cups".
2002-01-06Turn of "AUTOMAKE_OVERRIDE" for this package because it triggers a runtron1-6/+7
of "autoconf" instead to prevent.
2001-12-31Update print/php4-pdflib to 4.1.0. No list of changes from version 4.0.6;jlam1-3/+3
simply update to version from php-4.1.0 distribution.
2001-12-24Trivially buildlink'ify.jlam1-10/+8
2001-12-24Enable pscalmjl1-1/+2
2001-12-24Initial import of pscal 1.14, a shell script to produce postscriptmjl4-0/+28
calendars.
2001-12-21Install the Gimp-Print/STP driver documentation.jlam2-2/+5
2001-12-20Update ghostscript and ghostscript-nox11 to 6.01nb1. The changes are addingjlam14-396/+528
additional printer drivers: stp: Gimp-Print/STP color inkjets for photo quality output hpijs: HP Linux Inkjet Driver for 41 HP inkjets cdj880: HP DeskJet 880 series gdi: Samsung SmartGDI laser printers This closes pkg/13351 by Ingolf Steinbach <ingolf@steinba.ch> and pkg/13902 by Thor Lancelot Simon <tls@rek.tjls.com>.
2001-12-17Honour PAPERSIZE. Closes pkg/14966.wiz1-1/+2
2001-12-17Add USE_GMAKE, as requested in pkg/14966 and pkg/14969.wiz1-1/+2
2001-12-14Update print/cups to 1.1.12. Relevant changes from version 1.1.10.1 include:jlam5-45/+75
- Bug fixes. - Start of internationalization support for banner and PPD files. - Added support for embedded TrueType fonts in PDF files. - Added support for PostScript functions in PDF files. - Added new "cupsaddsmb" utility for exporting CUPS printer drivers to SAMBA/Windows clients. - The ippRead() and ipp_read_file() functions could not handle more than IPP_MAX_VALUES (100) values in a 1setOf attribute. These functions have been updated to dynamically allocate more memory as needed, and the IPP_MAX_VALUES constant now represents the allocation increment. [this caused some versions of the GIMP-print drivers to fail since the number of media options exceeded 100...] - The web interfaces did not always quote < and & in things like the job title. This had the potential for browser-based security violations (on the browser's machine); bug report from SuSE. - The scheduler now treats unauthenticated usernames as case-insensitive when doing quota and allow/deny processing. - The PostScript filter (pstops) now handles EPS files, adding a showpage command to the files as needed. - The cups-lpd mini-daemon did not support anonymous printing (no username specified). While the username is REQUIRED by RFC-1179, MacOS clients do not send the REQUIRED username information when printing via LPD. - The httpConnect*() functions now try all available addresses for a host when connecting for the first time.
2001-12-10Make the patch actually compile..I missed here..jmc2-11/+6
2001-12-09Assembler on 1.5.2 or below macppc can't handle some parts in genarch. Patch ↵jmc2-1/+23
around that
2001-12-08Move the disabling of optimization for arm32 to below the inclusion ofkristerw1-6/+6
bsd.pkg.mk so that we are sure that this is the last optimization flag passed by ${CFLAGS}.
2001-12-08Make this build for arm.kristerw1-2/+2
Arm has a compiler bug that was worked around by removing the -O2 from CFLAGS. That workaround did unfortunately remove the buildlink include paths too.
2001-12-04Adapt to using PKGREVISION.jlam1-5/+2
2001-12-04Replace PREFIX in pcps.1 with real prefix.wiz1-2/+5
2001-12-03Miscellaneous man page fixes.wiz3-13/+18
2001-12-03Use PKGREVISION to manage the package-specific version number when itjlam1-3/+3
differs from the distfile version number. G/C some the unused variables in php4/Makefile.common related to the old way of handling version numbers.
2001-12-03Use PKGREVISION to manage the package-specific version number when itjlam2-7/+5
differs from the distfile version number. G/C some the unused variables in pdflib/Makefile.common related to the old way of handling version numbers. Invent PDFLIB_BASE_VERS, which is ${PDFLIB_DIST_VERS} that's been munged so that's understandable by the pkg_* tools' wildcard version numbering logic.
2001-12-02Add support for distfile-specific master sites, as requested in pkg/7471.wiz1-9/+9
Syntax: MASTER_SITES_completefilename= http://specific.master/site and similarly for PATCH_SITES. Convert print/ghostscript-nox11 and x11/kterm to take advantage of this.