summaryrefslogtreecommitdiff
path: root/print
AgeCommit message (Collapse)AuthorFilesLines
2005-07-16Get rid of USE_PERL5. The new way to express needing the Perl executablejlam10-22/+20
around at either build-time or at run-time is: USE_TOOLS+= perl # build-time USE_TOOLS+= perl:run # run-time Also remove some places where perl5/buildlink3.mk was being included by a package Makefile, but all that the package wanted was the Perl executable.
2005-07-15Drop support for TOOLS_DEPMETHOD.<tool>. The new way to specify ajlam1-4/+2
run-time dependency (DEPENDS) on a tool is to append a ":run" modifier to the tool name, e.g., USE_TOOLS+= perl:run Tools without modifiers or with an explicit ":build" modifier will cause build dependencies (BUILD_DEPENDS) on those tools to be added. This makes the notation a bit more compact.
2005-07-15Drop distinction between PKGSRC_USE_TOOLS and USE_TOOLS by makingjlam4-10/+8
PKGSRC_USE_TOOLS go away. There is now only a single USE_TOOLS variable that specifies all of the tools we need to build/run the package.
2005-07-14update img2eps to 0.2:dillo3-8/+24
* support for specifying resolution, size, orientation, and placement of image * support for JPEG 2000 image format * options to force recompression of image data and to ignore pixel order * support for EXIF Orientation tag (auto-rotate images) * fix handling of interlaced GIF images * LZW compression no longer optional (patent expired)
2005-07-13Turn PERL5_PACKLIST into a relative path instead of an absolute path.jlam1-2/+2
These paths are now relative to PERL5_PACKLIST_DIR, which currently defaults to ${PERL5_SITEARCH}. There is no change to the binary packages.
2005-07-10Add a conflict on acroread7 since both versions install bin/acroread.recht1-1/+4
patch provided by smb in PR 30688
2005-07-09Move the ONLY_FOR_PLATFORM out from an .if so that we do not trykristerw1-3/+5
to build this on unsupported OPSYS (such as Darwin)
2005-07-08Add poppler-0.3.3nb1 from pkgsrc-wip.reed1-1/+2
2005-07-08Add poppler from pkgsrc-wip.reed6-0/+189
This is poppler, a PDF rendering library. It is a fork of the xpdf 3.0 PDF viewer developed by Derek Noonburg of Glyph and Cog, LLC. Poppler provides PDF rendering functionality as a shared library, to centralize the maintenence effort and to reduce duplicated effort. And the poppler developers would like to move libpoppler forward in a number of areas that doesn't fit within the goals of xpdf.
2005-07-08Update straight to 1.0b4nb1. Changes:hubertf5-53/+74
000727 1.0b2 - Mostly bug fixes. A title page can be generated. The symbol set is extended to include information from META elements. Installation script modified for Windows support. 000815 1.0b3 - Bug fixes. Some support for Server Side Includes. Form element contents can be rendered. Support for netscape cookies. 050225 1.0b4 Various bug fixes. "nb1" includes a patch from the html2ps author to add option "-C H" which includes headers (only) in output. Updated after pinging maintainer several times, with no answer.
2005-07-07Avoid compiling the path to the "gzip" wrapper script into the binary,tron1-3/+4
bump package revision.
2005-07-06update to 1.2.2.1drochner7-59/+99
changes: Numerous improvements to SVG import/exporter. Over 130 bug reports and user feature requests have been squashed. The 1.2.2 release also adds updated English documentation, along with many new GUI translation updates. Support for OASIS (OpenOffice.org 2.0) writer and draw import. Many locale and Unicode fixes and enhancements More rendering speed
2005-06-30Make this work on Solaris/x86: split PLIST.i386 in NetBSD- and Solaris-hubertf7-12/+51
specific versions. Tested on Solaris 9/x86 and NetBSD 2.0/i386. Bump revision to nb2.
2005-06-27Update to 11.55, provided by Antoine Reilles in PR 29816.wiz6-170/+102
News in 11.55 ============= * A bug was fixed which lead to the insertion of trailing whitespace during filling. In particular extra spaces were added to sentence endings at the end of lines. You can make this whitespace visible by setting the variable `show-trailing-whitespace' to `t'. If you want to delete all trailing whitespace in a buffer, type `M-x delete-trailing-whitespace RET'. * A bug was fixed which lead to a `*Compile-Log*' buffer popping up when the first LaTeX file was loaded in an Emacs session. * On some systems the presence of an outdated Emacspeak package lead to the error message `File mode specification error: (error "Variable binding depth exceeds max-specpdl-size")'. Precautions were added which prevent this error from happening. But nevertheless, it is advised to upgrade or uninstall the outdated Emacspeak package. * The value of `TeX-macro-global' is not determined during configuration anymore but at load time of AUCTeX. Consequently the associated configuration option `--with-tex-input-dirs' was removed. * Support for the LaTeX Japanese classes `jsarticle' and `jsbook' was added. News in 11.54 ============= * The parser (used e.g. for `TeX-auto-generate-global') was extended to recognize keywords common in LaTeX packages and classes, like "\DeclareRobustCommand" or "\RequirePackage". Additionally a bug was fixed which led to duplicate entries in AUCTeX style files. * Folding can now be done for paragraphs and regions besides single constructs and the whole buffer. With the new `TeX-fold-dwim' command content can both be hidden and shown with a single key binding. In course of these changes new key bindings for unfolding commands where introduced. The old bindings are still present but will be phased out in future releases. * Info files of the manual now have a .info extension. * There is an experimental toolbar support now. It is not activated by default. If you want to use it, add (add-hook 'LaTeX-mode-hook 'LaTeX-install-toolbar) to your init file. * The manual now contains a new chapter "Quick Start". It explains the main features and how to use them, and should be enough for a new user to start using AUCTeX. * A new section "Font Locking" was added to the manual which explains syntax highlighting in AUCTeX and its customization. Together with the sections related to folding and outlining, the section is part of the new chapter "Display". * Keywords for syntax highlighting of LaTeX constructs to be typeset in bold, italic or typewriter fonts may now be customized. Besides the built-in classes, new keyword classes may be added by customizing the variable `font-latex-user-keyword-classes'. The customization options can be found in the customization group `font-latex-keywords'. * Verbatim content is now displayed with the `fixed-pitch' face. (GNU Emacs only) * Syntax highlighting should not spill out of verbatim content anymore. (GNU Emacs only) * Verbatim commands like `\verb|...|' will not be broken anymore during filling. * You can customize the completion for graphic files with `LaTeX-includegraphics-read-file'. * Support for the LaTeX packages `url', `listings', `jurabib' and `csquotes' was added with regard to command completion and syntax highlighting. * Performance of fontification and filling was improved. * Insertion of nodes in Texinfo mode now supports completion of existing node names. * Setting the variable `LaTeX-float' to `nil' now means that you will not be prompted for the float position of figures and tables. You can get the old behaviour of `nil' by setting the variable to `""', i.e. an empty string. See also *Note Floats::. * The XEmacs-specific bug concerning `overlays-at' was fixed. * Lots of bug fixes. News in 11.53 ============= * The LaTeX math menu can include Unicode characters if your Emacs built supports it. See the variable `LaTeX-math-menu-unicode', *Note Mathematics::. * Bug fixes for XEmacs. * Completion for graphic files in the TeX search path has been added. * `start' is used for the viewer for MikTeX and fpTeX. * The variable `TeX-fold-preserve-comments' can now be customized to deactivate folding in comments. News in 11.52 ============= * Installation and menus under XEmacs work again (maybe for the first time). * Fontification of subscripts and superscripts is now disabled when the fontification engine is not able to support it properly. * Bug fixes in the build process. News in 11.51 ============= * PDFTeX and Source Special support did not work with ConTeXt, this has been fixed. Similar for Source Special support under Windows. * Omega support has been added. * Bug fixes in the build process. * `TeX-fold' now supports folding of environments in Texinfo mode. News in 11.50 ============= * The use of source specials when processing or viewing the document can now be controlled with the new `TeX-source-specials' minor mode which can be toggled via an entry in the Command menu or the key binding `C-c C-t C-s'. If you have customized the variable `TeX-command-list', you have to re-initialize it for this to work. This means to open a customization buffer for the variable by typing `M-x customize-variable RET TeX-command-list RET', selecting "Erase Customization" and do your customization again with the new default. * The content of the command menu now depends on the mode (plain TeX, LaTeX, ConTeXt etc.). Any former customization of the variable `TeX-command-list' has to be erased. Otherwise the command menu and the customization will not work correctly. * Support for hiding and auto-revealing macros, e.g. footnotes or citations, and environments in a buffer was added, *Note Folding::. * You can now control if indentation is done upon typing <RET> by customizing the variable `TeX-newline-function', *Note Indenting::. * Limited support for `doc.sty' and `ltxdoc.cls' (`dtx' files) was added. The new docTeX mode provides functionality for editing documentation parts. This includes formatting (indenting and filling), adding and completion of macros and environments while staying in comments as well as syntax highlighting. (Please note that the mode is not finished yet. For example syntax highlighting does not work yet in XEmacs.) * For macro completion in docTeX mode the AUCTeX style files `doc.el', `ltxdoc.el' and `ltx-base.el' were included. The latter provides general support for low-level LaTeX macros and may be used with LaTeX class and style files as well. It is currently not loaded automatically for those files. * Support for ConTeXt with a separate ConTeXt mode is now included. Macro definitions for completion are available in Dutch and English. * The filling and indentation code was overhauled and is now able to format commented parts of the source syntactically correct. Newly available functionality and customization options are explained in the manual. * Filling and indentation in XEmacs with preview-latex and activated previews lead to the insertion of whitespace before multi-line previews. AUCTeX now contains facilities to prevent this problem. * If `TeX-master' is set to `t', AUCTeX will now query for a master file only when a new file is opened. Existing files will be left alone. The new function `TeX-master-file-ask' (bound to `C-c _' is provided for adding the variable manually. * Sectioning commands are now shown in a larger font on display devices which support such fontification. The variable `font-latex-title-fontify' can be customized to restore the old appearance, i.e. the usage of a different color instead of a change in size. * Support for `alphanum.sty', `beamer.cls', `booktabs.sty', `captcont.sty', `emp.sty', `paralist.sty', `subfigure.sty' and `units.sty'/`nicefrac.sty' was added. Credits go to the authors mentioned in the respective AUCTeX style files. * Inserting graphics with `C-c RET \includegraphics RET' was improved. See the variable `LaTeX-includegraphics-options-alist'. * If `LaTeX-default-position' is `nil', don't prompt for position arguments in Tabular-like environments, see *Note Tabular-like::. * Completion for available packages when using `C-c RET \usepackage RET' was improved on systems using the kpathsea library. * The commenting functionality was fixed. The separate functions for commenting and uncommenting were unified in one function for paragraphs and regions respectively which do both. * Syntax highlighting can be customized to fontify quotes delimited by either >>German<< or <<French>> quotation marks by changing the variable `font-latex-quotes'. * Certain TeX/LaTeX keywords for functions, references, variables and warnings will now be fontified specially. You may add your own keywords by customizing the variables `font-latex-match-function-keywords', `font-latex-match-reference-keywords', `font-latex-match-variable-keywords' and `font-latex-match-warning-keywords'. * If you include the style files `german' or `ngerman' in a document (directly or via the `babel' package), you should now customize `LaTeX-german-open-quote', `LaTeX-german-close-quote' and `LaTeX-german-quote-after-quote' instead of `TeX-open-quote', `TeX-close-quote' and `TeX-quote-after-quote' if you want to influence the type of quote insertion. * Upon viewing an output file, the right viewer and command line options for it are now determined automatically by looking at the extension of the output file and certain options used in the source file. The behavior can be adapted or extended respectively by customizing the variable `TeX-output-view-style'. * You can control whether `TeX-insert-macro' (`C-c RET') ask for all optional arguments by customizing the variable `TeX-insert-macro-default-style', *Note Completion::. * `TeX-run-discard' is now able to completely detach a process that it started. * The build process was enhanced and is now based on `autoconf' making installing AUCTeX a mostly automatic process. See *Note Installation:: and *Note Installation under MS Windows:: for details. News in 11.14 ============= * Many more LaTeX and LaTeX2e commands are supported. Done by Masayuki Ataka
2005-06-24Change the CONFIGURE_ENV to use the variables users are supposed to set,kristerw1-2/+2
rather than the autoconf cache variables.
2005-06-24Change the CONFIGURE_ENV to use the variables users are supposed to set,kristerw1-3/+3
rather than the autoconf cache variables.
2005-06-23Prevent paths to the build directories from being included in the package.kristerw1-2/+5
Bump PKGREVISION.
2005-06-20Prevent paths to the build directories from being included in the package.kristerw1-1/+4
Bump PKGREVISION.
2005-06-19Prevent paths to the build work directories being included in the package.kristerw1-3/+4
Bump PKGREVISION.
2005-06-17Fix inappropriate uses of ${LOCALBASE} or ${X11PREFIX} instead ofjlam2-9/+9
${PREFIX}.
2005-06-17Create directories before installing files into them.jlam19-19/+54
2005-06-16Hardcode suse91 in paths to suse91_gtk2 and suse91_locale insteadkristerw1-3/+3
of using ${SUSE_DIR_PREFIX}, since these directories do not exist for other versions.
2005-06-16One file include pthread.h and semaphore.h, but those are not used.kristerw2-1/+27
Remove them to make the package compile on NetBSD 1.6.
2005-06-16Fix installation problems found in bulk buildmartti1-4/+4
2005-06-10a2ps uses the "file" command to detect the file type of the print job.jlam1-7/+7
Explicitly note that it needs this tool. Also, the tools framework knows about mktemp, so use USE_TOOLS+=mktemp instead of the homegrown code. Bump the PKGREVISION to 8.
2005-06-09Security fix for CAN-2004-1377:salo4-3/+74
"The fixps and psmandup scripts in a2ps allow local users to overwrite arbitrary files via a symlink attack on temporary files." Patches from Gentoo with few minor issues corrected.
2005-06-07Note the tools that this package uses, and pass a full path to thejlam1-2/+5
configure script for "BMAKE" so that we don't pull in the BSD make symlink from the tools directory.
2005-06-07Force use of the Xaw toolkit, to prevent linking against Motifhubertf1-2/+3
accidentally, w/o adding the corresponding dependency (does not force everyone to install Motif, too). Bump to 3.0nb2. Patch suggested by Geert Hendrickx <geert.hendrickx@ua.ac.be> on tech-pkg.
2005-06-06Do not "mv" a file over itself; it causes an error with FSF mv(1).minskim1-2/+4
2005-06-05Fix build under Dragonfly (errno fallout). Patch from Joerg Sonnenberger.jmmv3-1/+31
2005-06-01Remove mk/autoconf.mk and mk/automake.mk and replace their usage withjlam1-4/+3
USE_TOOLS and any of "autoconf", "autoconf213", "automake" or "automake14". Also, we don't need to call the auto* tools via ${ACLOCAL}, ${AUTOCONF}, etc., since the tools framework takes care to symlink the correct tool to the correct name, so we can just use aclocal, autoconf, etc.
2005-06-01This package only supports Xaw3d, so include its bl3 filewiz1-4/+2
instead of using the general Xaw framework. tron@ says ok.
2005-06-01Convert to options framework.wiz2-13/+18
2005-06-01Massive cleanup of buildlink3.mk and builtin.mk files in pkgsrc.jlam28-56/+43
Several changes are involved since they are all interrelated. These changes affect about 1000 files. The first major change is rewriting bsd.builtin.mk as well as all of the builtin.mk files to follow the new example in bsd.builtin.mk. The loop to include all of the builtin.mk files needed by the package is moved from bsd.builtin.mk and into bsd.buildlink3.mk. bsd.builtin.mk is now included by each of the individual builtin.mk files and provides some common logic for all of the builtin.mk files. Currently, this includes the computation for whether the native or pkgsrc version of the package is preferred. This causes USE_BUILTIN.* to be correctly set when one builtin.mk file includes another. The second major change is teach the builtin.mk files to consider files under ${LOCALBASE} to be from pkgsrc-controlled packages. Most of the builtin.mk files test for the presence of built-in software by checking for the existence of certain files, e.g. <pthread.h>, and we now assume that if that file is under ${LOCALBASE}, then it must be from pkgsrc. This modification is a nod toward LOCALBASE=/usr. The exceptions to this new check are the X11 distribution packages, which are handled specially as noted below. The third major change is providing builtin.mk and version.mk files for each of the X11 distribution packages in pkgsrc. The builtin.mk file can detect whether the native X11 distribution is the same as the one provided by pkgsrc, and the version.mk file computes the version of the X11 distribution package, whether it's built-in or not. The fourth major change is that the buildlink3.mk files for X11 packages that install parts which are part of X11 distribution packages, e.g. Xpm, Xcursor, etc., now use imake to query the X11 distribution for whether the software is already provided by the X11 distribution. This is more accurate than grepping for a symbol name in the imake config files. Using imake required sprinkling various builtin-imake.mk helper files into pkgsrc directories. These files are used as input to imake since imake can't use stdin for that purpose. The fifth major change is in how packages note that they use X11. Instead of setting USE_X11, package Makefiles should now include x11.buildlink3.mk instead. This causes the X11 package buildlink3 and builtin logic to be executed at the correct place for buildlink3.mk and builtin.mk files that previously set USE_X11, and fixes packages that relied on buildlink3.mk files to implicitly note that X11 is needed. Package buildlink3.mk should also include x11.buildlink3.mk when linking against the package libraries requires also linking against the X11 libraries. Where it was obvious, redundant inclusions of x11.buildlink3.mk have been removed.
2005-05-31+epstooldrochner1-1/+2
2005-05-31oops, this shouldn't be heredrochner1-6/+0
2005-05-31add epstool-3.07, a tool to manupulate preview images and bounding boxesdrochner6-0/+62
2005-05-31Rename option PAM to pam (so all options are lower case). Backwardsdillo1-4/+4
compatibility provided via PKG_OPTIONS_LEGACY_OPTS.
2005-05-30GPL stands for General Public Licensedillo2-4/+5
2005-05-30Update to 8.15 (a lot of bug fixes and improvement, especially todillo7-51/+194
font rendering and the PDF writer)
2005-05-30Bump PKGREVISION due to changed dependency pattern (allowing newer versionsdillo7-11/+14
of ghostscript-fonts).
2005-05-30Allow newer versions of ghostscript-fonts (for pending update to 8.11)dillo3-6/+6
2005-05-30Changed "for fin ..." to "for f in ...".rillig1-2/+2
2005-05-28fix pkglint warningsdillo2-7/+7
2005-05-28remove trailing empty linesdillo2-4/+2
2005-05-25Add RMD160 checksum.wiz4-4/+8
2005-05-23Removed trailing white-space.rillig5-5/+5
2005-05-22Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions:jlam39-78/+78
USE_GNU_TOOLS -> USE_TOOLS awk -> gawk m4 -> gm4 make -> gmake sed -> gsed yacc -> bison
2005-05-18Remove gnome1 packages except as needed for gnucash.wiz7-194/+1
Ok'd by jmmv@ and rh@ (gnome 1 maintainers).
2005-05-18This requires libgnomeprint>=2.10.2.jmmv1-2/+2