summaryrefslogtreecommitdiff
path: root/print
AgeCommit message (Collapse)AuthorFilesLines
2012-05-07Set BUILDLINK_ABI_DEPENDS correctly (with +=, not ?=)dholland13-26/+26
It turns out there were a lot of these.
2012-05-07Set BUILDLINK_ABI_DEPENDS correctly (with +=, not ?=)dholland1-2/+2
caught by pkglint
2012-05-07Build fixes for the new glib2.dholland3-1/+32
2012-05-07Fix build with latest glib2.dholland3-3/+19
2012-05-04Sprinkle a tiny bit of ANSI C.joerg2-1/+15
2012-05-04Match function return type with actual usage.joerg2-1/+15
2012-04-29Update ruby-pdf-reader to 1.1.0.taca3-7/+8
v1.1.0 (25th March 2012) - new PageState class for handling common state tracking in page receivers - see PageTextReceiver for example usage - various bugfixes to support reading more PDF dialects
2012-04-27Recursive bump from icu shlib major bumped to 49.obache2-4/+4
2012-04-25Let teTeX honor the x11 option.minskim2-2/+14
2012-04-25Let tex-texdoc honor the x11 option.minskim3-8/+28
2012-04-25Set PKG_DESTDIR_SUPPORT before including options.mk.minskim1-2/+2
2012-04-24Let tex-pdftools honor the x11 option.minskim2-2/+13
Based on patches from Volkmar Seifert.
2012-04-21Set chown/chgrp by a method that doesn't allow the configure script todholland1-3/+3
come up with a different opinion. Fixes workdir references (to the chown/chgrp in work/.tools) appearing in some cases.
2012-04-19Don't use -Werror with clang.joerg1-1/+7
2012-04-18Resolve conflicts between teTeX-texmf and tex-mdwtools{,-doc}.minskim2-29/+6
2012-04-18Add tex-mdwtools{,-doc}.minskim1-1/+3
2012-04-18Import tex-mdwtools-doc-1.05.4 as print/tex-mdwtools-doc.minskim4-0/+34
This is documentation for tex-mdwtools.
2012-04-18Import tex-mdwtools-1.05.4 as print/tex-mdwtools.minskim4-0/+40
This collection of tools includes: support for short commands starting with @, macros to sanitise the OT1 encoding of the cmtt fonts; a 'do after' command; improved footnote support; mathenv for various alignment in maths; list handling; mdwmath which adds some minor changes to LaTeX maths; a rewrite of LaTeX's tabular and array environments; verbatim handling; and syntax diagrams.
2012-04-15Update KDE SC to 4.8.2markd2-8/+8
bugfixes.
2012-04-15Add tex-clrscode{,-doc}.minskim1-1/+3
2012-04-15Import tex-clrscode-doc-1.7 as print/tex-clrscode-doc.minskim4-0/+21
This is documentation for tex-clrscode.
2012-04-15Import tex-clrscode-1.7 as print/tex-clrscode.minskim4-0/+27
This package allows you to typeset pseudocode in the style of Introduction to Algorithms, Second edition, by Cormen, Leiserson, Rivest, and Stein. The package was written by the authors. You use the commands the same way the package's author did when writing the book, and your output will look just like the pseudocode in the text.
2012-04-14Update ruby-gnome2 to 1.1.3.obache1-2/+1
== Ruby-GNOME2 1.1.3: 2012-04-08 This is a bug fix release of 1.1.2. === Changes ==== Ruby/GLib2 * Improvements * Added required Ruby version into gemspec. * [GitHub#106] glib-mkenums.rb supported macro lines in header. This change is required for building with GLib 2.31.20. [Reported by mtasaka] * [GitHub#107] Supported tests on PPC. [Reported by mtasaka] * Fixes * Fixed handler_id type. ==== Ruby/GTK2 * Improvements * Added Gtk::TreeViewColumn#set_sort_column_id and Gtk::TreeViewColumn#sort_column_id= for GTK+ < 2.18. [ruby-gnome2-devel-en] Gtk::TreeViewColumn [Reported by grant schoep] * Added Gtk::InfoBar. * Added Gtk::MessageType. * Added Gtk::ResponseType. * Fixes * Fixed build failure with GTK+ < 2.12. [ruby-gnome2-devel-en] compile problems gtk2, ruby-gnome2-all-1.1.2 [Reported by grant schoep] * Fixed require failure with GTK+ < 2.14. [ruby-gnome2-devel-en] NameError: undefined method `color_selection' for class `Gtk::ColorSelectionDialog' [Reported by grant schoep] ==== Ruby/Poppler * Improvements * [GitHub#97] Added Poppler::Page#text_layout. [Patch by Andrey Kutejko] * [SF.net#3495948] Removed needless poppler-cairo check. [Reported by Pino Toscano] * Fixes * [GitHub#96] Fixed valid state of child index iterator. [Patch by Andrey Kutejko] * [GitHub#97] Fixed parameter check of Poppler::Page#get_text. [Patch by Andrey Kutejko] ==== Ruby/VTE * Fixes * Fixed build failure with VTE < 0.24. ==== Ruby/GStreamer * Improvements * Added Gst::Element#seek_simple. * Fixes * [GitHub#95] Fixed async test. [Reported by mtasaka]
2012-04-12Update acroread9 to 9.5.1, security fix for APSB12-08.obache2-8/+8
2012-04-12Add localedir setting to CONFIGURE_ARGS.hans1-1/+2
2012-04-11Update to 1.9.2ryoon3-15/+18
* buildlink to print/poppler-cpp Changelog: 1.9.2 - Added missing step to the README. 1.9.1 - Save As now preserves the aspect ratio. Bug reported by Rainer Krachten. 1.9.0 - Added Czech translation provided by Pavel Fric. - Will now use the default locale's language for standard dialogs (e.g., for the file dialog). - Dragging & dropping one or two files onto the filename line edits or onto the file viewer panels is now supported. Independently suggested by Liviu Andronic and Rory Gordon. - Show Zones checkbox is always visible (it was only visible with --debug in earlier versions). - DiffPDF now starts up with its initial comparison mode being whatever comparison mode was in force when it was shut down (or Words mode the first time it is run). - Improved About box with more version info + contributors. - Added --help command line option. 1.8.0 - Introduced zoning: this can be slow in Characters mode but can provide better accuracy in text modes. 1.7.1 - Improved Character mode to be as liberal about hyphens as Words mode. - Minor doc changes that I forgot for 1.7.0. - Minor GUI bug fixes and changes. - Minor under the hood efficiency improvements. 1.7.0 - Renamed Text mode to Words mode. This mode is best for alphabetic text (e.g., English). - Added Characters mode. This mode is best for logographic text (e.g., Chinese and Japanese). This was suggested by Paul Howarth. 1.6.3 - Very minor cosmetic changes. 1.6.2 - Save button is now only enabled if there are changes. - An improved help window with slightly more information. 1.6.1 - In rare cases the highlighting on the right hand page could be in the wrong (horizontal) position; this has now been fixed. 1.6.0 - In addition to Appearance comparisons using highlighting, some composition modes can now be used to help make subtle differences more visible. (This was inspired by feedback by Florian Heiderich.) - Can now control the square size for appearance comparisons. Using very small squares can help reveal tiny Appearance differences. - Can now control the fill opacity for highlighting. - Extended zoom range from 20% to 800% (was 25% to 400%). 1.5.1 Quite a few false-positives have now been eliminated: - All hyphens are treated the same now. - Some weirdly-encoded open/close double-quotes are treated as normal Unicode open/close double-quotes. - Improved whitespace ignoring.
2012-04-08All supported python versions in pkgsrc support eggs, so removewiz2-4/+4
${PLIST.eggfile} from PLISTs and support code from lang/python.
2012-04-08Remove python24 and all traces of it from pkgsrc.wiz2-4/+2
Remove devel/py-ctypes (only needed by and supporting python24). Remove PYTHON_VERSIONS_ACCEPTED and PYTHON_VERSIONS_INCOMPATIBLE lines that just mirror defaults now. Miscellaneous cleanup while editing all these files.
2012-04-03Bump depends to require at least version 3.0, so evince2 isn't picked up.dholland2-4/+5
Bump PKGREVISION. I can't find any users of this package yet so I guess they don't need to be revbumped.
2012-04-03Fix used-by, was copied from print/evince without being updated.dholland1-3/+3
2012-04-03Restrict depends to exclude evince3.dholland1-3/+3
2012-04-02Resolve conflicts between teTeX-texmf and recent TeX Live packages.minskim2-40/+11
This fixes PR 45902 and PR 46220.
2012-03-26fix build failure that occurs when random order of includes in amarkd2-1/+14
generated file did not happen to include <KSharedConfig> prior to its need here.
2012-03-24update to 0.9drochner6-211/+155
changes: -xps support -speedup, rendering improvements -cleanup, bugfixes
2012-03-23print/a2ps: Fix mempcpy for DragonFlymarino2-1/+15
a2ps is inconsistent with it's use of mempcpy. For lib/path-concat.c and lib/strftime.c, it's looking for "mempcpy", but for src/regex.c it is looking for __mempcpy. DragonFly has mempcpy in string.h, so just patch the problematic lib/path-concat.c to stop it from being redefined. HAVE_MEMPCPY isn't defined correctly and if it were it would break at regex.c. The string.h header and mempcpy definition are mutually exclusive in strftime.c file so this one didn't need a patch.
2012-03-23Kill roff file check with `file' command.obache2-1/+18
Some platform does not have `file' utility, others does not recognize `roff' format as PR 46245. For this package, all wildcard matched files are 'roff' man source files, so it is safe to skip this check.
2012-03-23LICENSE=gnu-gpl-v2obache1-1/+2
2012-03-23Add missing RCS Id to patch-aa.obache2-2/+4
2012-03-22add tex-biblatex{,-doc} tex-logreq{,-doc}markd1-1/+5
2012-03-22import tex-logreq-doc 1.0markd4-0/+29
Documentation for tex-logreq
2012-03-22import tex-logreq 1.0markd4-0/+31
The package helps to automate a typical LaTeX workflow that involves running LaTeX several times, running tools such as BibTeX or makeindex, and so on. It will log requests like "please rerun LaTeX" or "please run BibTeX on file X" to an external XML file which lists all open tasks in a machine- readable format. Compiler scripts and integrated LaTeX editing environments may parse this file to determine the next steps in the workflow in a way that is more efficient than parsing the main log file. In sum, the package will do two things: 1) enable package authors to use LaTeX commands to issue requests, 2) collect all requests from all packages and write them to an external XML file at the end of the document.
2012-03-22import tex-biblatex-doc 1.7markd4-0/+103
Documentation for tex-biblatex
2012-03-22import tex-biblatex 1.7markd4-0/+158
The biblatex package is a complete reimplementation of the bibliographic facilities provided by LaTeX in conjunction with BibTeX. It redesigns the way in which LaTeX interacts with BibTeX at a fairly fundamental level. With biblatex, BibTeX is only used (if it is used at all) to sort the bibliography and to generate labels. Instead of being implemented in BibTeX's style files, the formatting of the bibliography is entirely controlled by TeX macros. Good working knowledge in LaTeX should be sufficient to design new bibliography and citation styles -- there is no need to learn BibTeX's postfix stack language. Just like the bibliography styles, all citation commands may be freely (re)defined. In fact, users need not remain bound to BibTeX for use with biblatex: an alternative bibliography processor biblatex-biber is available. Development of biblatex and biblatex-biber is closely coupled; the present release of biblatex is designed to work with biblatex-biber version 0.9.3. The package needs e-TeX, and uses the author's etoolbox and logreq packages. For users of biblatex-biber, version 0.9 is required (at least; refer to the notes for the version of biblatex-biber that you are using). Apart from the features unique to biblatex, the package also incorporates core features of the following packages: babelbib, bibtopic, bibunits, chapterbib, cite, inlinebib, mcite and mciteplus, mlbib, multibib, splitbib. There are also some conceptual parallels to the natbib and amsrefs packages. The biblatex package supports split bibliographies, multiple bibliographies within one document, and separate lists of bibliographic shorthands. Bibliographies may be subdivided into parts (by chapter, by section, etc.) and/or segmented by topics (by type, by keyword, etc.). The package is fully localized and can interface with the babel package.
2012-03-22Fix incorrect filename in patch file.tron2-5/+5
2012-03-22add kbibtex-kde3 tex-minted tex-minted-doc tex-xetex-defmarkd1-1/+5
2012-03-22import tex-minted-doc 1.7markd4-0/+21
Documentation for tex-minted
2012-03-22import tex-minted 1.7markd4-0/+25
The package that facilitates expressive syntax highlighting in LaTeX using the powerful Pygments library. The package also provides options to customize the highlighted source code output using fancyvrb.
2012-03-22import tex-xetex-def 0.94markd4-0/+20
The file xetex.def provides device-specific definitions for colour and graphics support when running Xe(La)TeX
2012-03-22Update to 0.4markd6-33/+86
KDE4 version.
2012-03-22Reimport kbibtex 0.2.1nb12 as kbibtex-kde3markd4-0/+53