summaryrefslogtreecommitdiff
path: root/print
AgeCommit message (Collapse)AuthorFilesLines
2003-01-25Skip the conversion of "ps" docs to "pdf", and thereby remove a hiddenfredb2-6/+2
dependency on "ghostscript".
2003-01-25Remove tex- prefix from PKGNAME, per PR 20053.wiz1-2/+1
2003-01-25Accomplish the same thing as patch-ab, enabling the output buffer, withoutjlam3-17/+3
patching the configure script.
2003-01-25Update to hpijs-1.3. Closes PR pkg/19213. Changes are:toshii4-10/+25
1. Added the following new printer support. Deskjet 450, Deskjet 3320, Deskjet 3420, Deskjet 3425, Deskjet 3810, Deskjet 3816, Deskjet 3822, Deskjet 6122, Deskjet 6127, Photosmart 230, Photosmart 7550, PSC 2100, PSC 2150, PSC 2200 2. Made a change to configure.in to check for uint32_t in stdint.h, machine/types.h and inttypes.h. 3. Added 600 dpi Best and 1200 dpi Photo to DJ9xx. 4. Added a new paper size for printing covers on Deskjet 3425. 5. Fixed a DJ850 extra page and top margin problem. 6. Fixed a Deskjet 1120/1125 multiple page problem. These printers now use the DJ9xx device class with limited support. plus a pkgsrc patch which enables output buffering. This should reduce system load.
2003-01-25Fix tex-bagpipetex' name, per PR 20052hubertf1-2/+2
2003-01-25There isn't any real need to convert the postscript docs to pdf. All thatfredb2-6/+2
gets us is a hidden build dependency on ghostscript.
2003-01-24Distinfo changed (careless)abs1-3/+3
2003-01-24Convert to mdoc.wiz1-89/+116
2003-01-23Create a new cupsd command "wait" that waits for cupsd to start respondingjlam2-3/+51
to IPP requests. It's controlled by two new variables that may be set in /etc/rc.conf: cupsd_wait=YES # set to "YES" to wait for cupsd to detect printers; # this variable is optional and defaults to "NO". cupsd_timeout=60 # set to the number of seconds we wait for cupsd # to respond before we declare it not responding; # this variable is optional and defaults to "60". The wait command may also be directly invoked as "/etc/rc.d/cupsd wait". Bump PKGREVISION of print/cups to 1.
2003-01-23Add and enable three new packages: bww2tex, tex-bagpipetex,fredb1-1/+4
and tex-musixtex.
2003-01-23Initial import of bww2tex-2.00, a Bagpipe Music Writer Gold to BagpipeTeXfredb7-0/+242
converter, submitted by David Griffith in PR pkg/19978.
2003-01-23Initial import of tex-bagpipetex-3.01. BagpipeTex is a set of MusixTeXfredb5-0/+154
macros for typesetting bagpipe music. Submitted by David Griffith in PR pkg/19977.
2003-01-23Initial import of tex-musixtex, v.T.109. MusixTeX is a set of TeX macrosfredb4-0/+320
for typesetting polyphonic, orchestral or polyphonic music. Submitted by David Griffith in PR pkg/19976.
2003-01-19Improve package a bit:salo4-25/+43
- s/INSTALL_*/BSD_INSTALL_*/ in patch-aa, remove unnecessary MAKE_ENV - use PKG_SYSCONFDIR and use bsd.pkg.install.mk for configuration file - fix /etc -> PKG_SYSCONFDIR in documentation - install more documentation Bump PKGREVISION.
2003-01-13Allow this to compile with xforms-1.0.jschauma2-1/+19
Fixes problem in Huberts latest bulk-build.
2003-01-13Update to 1.45, provided by Toru TAKAMIZU in PR 19835.wiz3-12/+12
Less restrictive license, small changes.
2003-01-11Update to 11.13.uebayasi5-24/+37
Changes since 11.11 from the ChangeLog: * Makefile (STYLESRC): Add style/scrlttr2.el * style/scrbase.el: Added optional Argument "Pagenumber" to \maketitle. Changed \textsubscript from `t' to "Text". * style/scrlttr2.el: Initial version. * style/scrbase.el: Added additional clearpage commands: \cleardoublestandardpage \cleardoubleplainpage and \cleardoubleemptypage (LaTeX-common-initialization): Added 26 LaTeX commands, 2 LaTeX2e environments, and 41 LaTeX2e commands. * Makefile (STYLESRC): Add compilation targets for Komascript support. * Check in Komascript support by Mark Trettin. See below. * scrbase.el: First attempt on implementing the `captionbeside'-Environment. I'm not really satisfied by now. * scrreprt.el, scrbook.el: Reformatted code. * scrbase.el: Changed `uppertitleback', `lowertitleback' from asking to just `t' * scrbase.el: Changed `addpart', `addsec' and `minisec' from Macro to sectioning command. * tex-buf.el (TeX-parse-TeX): Make subordinate files without major mode default to that of the calling file when doing error processing. * tex.el (TeX-master-file): Don't make C-c ` bomb out in files like xxx.gls. Probably a more elaborate way would be to export the TeX-master variable into files visited by error parsing. Could be incorrect, however, if more than one file included them. * latex.el (LaTeX-common-initialization): Set `fill-paragraph-function'. (LaTeX-mode-map): Don't bind M-q. Suggested by Nils Klarlund <klarlund@research.att.com>.
2003-01-10USE_PKGLOCALEDIR=yescjep8-12/+20
2003-01-09Updated lyx to 1.2.3martti2-5/+5
Updates - updated italian User Guide - updated french localization Bug fixes - fix bug where the configure script would try to delete the /dev/null device when there has been an error in configuration step - fix bug where autosaving would leave a lot of zombie processes after a long time - fix problem where it was not possible to force some values to 0 in custom margins - fix bug where horizontal alignment would be reset automatically to "left" in the tabular dialog - fix functions word-find-forward and word-find-backward, the meanings of which were inverted - when the lyx binary was invoked through a symbolic link, LyX would print annoying messages on the console; they are now output only when debugging.
2003-01-07To save ppl. looking and searching where the printer definitions (PPD) filereinoud1-1/+7
ought to be stored i made a notice of this in the MESSAGE file. It took me some time :-/
2003-01-07Update transfig to 3.2.4. Provided in PR pkg/19659 by Jim Bernardrh7-66/+93
<jbernard@mines.edu> Changes include tons of bugfixes plus the following new features: o SVG (Scalable Vector Graphics) driver o ASCII and Binary (TIFF) preview bitmap options for PostScript o JPEG encoding (DCT) now used for EPS/PostScript output. o Background (-g) option for tk export honored now o Additional JPEG file format (EXIF) added. These usually come from digital cameras. o -N Option to convert colors to grayscale on export. o -b option for CGM export to produce binary CGM using ralcgm. o Translations of LATEX.AND.XFIG document into two popular Chinese encodings (GB2312 and Big5). o The default for multi-page output (PostScript) is to NOT overlap pages now. This is to allow multiple, independent pages of figures. The -O option has been added to force page overlap. o Added EMF (Enhanced MetaFile) conversion genemf.c o New grid option (-G) to draw grid on page. o Perk/Tk driver from Slaven Rezic (rezic@onlineoffice.de) o Added options -B and -R to the EPS driver. o New PostScript DSC directives to specify page size. o fig2dev now includes all "special" (LaTeX) texts that don't have any backslashes ("\") in them in the bounding box. o genepic and genpictex drivers updated for I18N o Glyphs for Hungarian, Polish, Romanian, Slovak and Slovenian are essentially the same as Czech (ISO-Latin 2) so symbolic links are created for those .ps files o fig2dev prepends any path included in the .fig filename to imported image file paths (only if imported image path isn't already absolute). o transfig now reports when it is renaming an existing makefile or TeX macro file to a backup (e.g. Makefile to Makefile~) o now uses Thomas Merz' jpeg2ps for imported jpeg files when exporting to PS/EPS. This is much more compact than the runlength encoding which is used for other bitmaps. o New option for binary CGM export. o New -E option to set encoding for pictex, latex, pstex_t and epic text to ISO8859-1 (the default) or ISO8859-2 o Added "install.all" option to make to install man pages in addition to executables etc. o If output file ends in ".fig", fig2dev prints error message to stderr and exits. o New encoding option (-E) for ISO-8859-1 or ISO-8859-2 o Exporting to tk now supports imported PPM images in addition to GIF and XPM o Comments added to EPS and PostScript output so MetaPost can group parts of figure according to depths. o New -F, -R and -t options for epic output
2003-01-07Rename older (<1.6) Guile as guile14.uebayasi1-2/+2
Packages using Guile now all depend on guile14. These packages are expected to be made depend on newer Guile (1.6.x) when updated in the future.
2003-01-04Do not try to remove include/gnome-1.0; it is beeing removed by thejmmv1-2/+1
gnome-libs dependancy.
2003-01-04NetBSD bison packages 1.75 and 1.875 are no good for building this packagecjep1-2/+2
so insist on 1.875nb1.
2003-01-04Move default DISTNAME and PLATFORM further up the Makefile. This hascjep1-4/+5
no effect on valid platforms. On invalid platforms (such as NetBSD/arm), we get the proper ===> acroread5-5.06 is not available for NetBSD-1.6-arm message again.
2003-01-04Move default DISTNAME and PLATFORM further up the makefile. This has nocjep1-4/+5
effect on valid platforms. On invalid platforms (such as NetBSD/arm), we get the proper ===> acroread-4.05 is not available for NetBSD-1.6-arm message rather than Malformed conditional errors.
2003-01-03Change my email address to the NetBSD one (hispabsd.org -> netbsd.org).jmmv2-4/+4
Approved by wiz.
2002-12-31Updated lyx to 1.2.2martti5-32/+28
- selecting a word by double clicking now sets the X clipboard (like when dragging the mouse) - it is now possible to specify the arguments for viewers; in particular, this means that it is possible to use browsers which require a file: URL as HTML viewers (mozilla is used as default if found) - when a new LyX version is launched, the Edit>Reconfigure tool is automatically invoked; this should avoid many problems with users who are not aware that it is needed - when changing the current layout with the toolbar, the corresponding keyboard binding is shown in the minibuffer - in hebrew language, the key " now inserts a typewriter quote (since other quotes do not make sense in hebrew) - Insert>Lists & TOC>Bibtex Reference uses style 'plain' by default - new class ijmpd; update cl2emult, llncs and foils textclasses - update sciword bindings - small cleanup of UserGuide and FAQ; update to German, French and Russian documentation; new Hebrew tutorial - update french, german, russian, finnish and danish localization of the interface
2002-12-31Fix an integer overflow vulnerability, which may cause arbitrary codeuebayasi2-3/+9
to be executed. Bump PKGREVISION to nb2.
2002-12-28Bump PKGREVISION on packages that depend on x11/xforms, since therejschauma2-2/+4
has been a soname change. Pointed out by fredb.
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.