summaryrefslogtreecommitdiff
path: root/print
AgeCommit message (Collapse)AuthorFilesLines
2014-01-23Update to 3.14.1schnoebe3-7/+9
Significant Changes: Added digital signature validation in HPLIP upgrade feature Issues fixed: CVE-2013-6427: hplip: insecure auto update feature CVE-2013-6402: hplip: insecure temporary file handling in pkit.py
2014-01-23Convert to python-3.x and distutils.mk.wiz6-6/+162
Bump PKGREVISION.
2014-01-22Update tex-url to 3.4minskim4-14/+14
Should fix PR 48539.
2014-01-19Update to 2.7:wiz4-54/+55
2.7: This release, 2.7, will be the last major one to support Python 2.5, 2.6, and 2.7. It contains a small number of fixes and additions since our last release in September 2012. You may think of it as a 'long term stable' branch - if key bugs emerge we will issue 2.7.1, 2.7.2 releases and so on. Charts / graphics Added SimpleTimeSeriesPlot added _computeMaxSpace added in lineStyle (for bars) improved SVG rendering Pie Chart now has an 'innerRadiusFraction' to allow doughnut-like appearance for 2d charts (it has no effect with 3d charts). The separate 'doughnut' chart lacks many pie chart features and should only be used if you wanted multiple nested doughnuts. Bug fixes: piecharts.py: fix Pie3d __init__ to call its superclass linecharts.py: fix swatch creation fixed y axis in the simple time series plot PDF Fixes to testshapes & pdfform resetting colors.py various minor fixes Platypus Defined a small bullet rather than a big circle as the default for unordered lists fixed attribute spelling bug fixed CJK + endDots ################################################################################# #################### RELEASE 2.6 27/09/2012 ################# ################################################################################# This is a minor release focusing mainly on improved documentation. There are a number of minor enhancements, and a larger number of previous-undocumented enhancements which we have documented better. ###General changes * Manuals have been reformatted with more pleasing code snippets and tables of contents, and reviewed and expanded ###Flowing documents (Platypus): * Added support for HTML-style list objects * Added flexible mechanism for drawing bullets * Allowed XPreformatted objects to use Asian line wrapping * Added an 'autoNextPageTemplate' attribute to PageTemplates. For example you can now set up a 'chapter first page template' which will always be followed by a 'continuation template' on the next page break, saving the programmer from having to issue control flow commands in the story. * added a TopPadder flowable, which will 'wrap' another Flowable and move it to the bottom of the current page. * More helpful error messages when large tables cannot be rendered * Documentation for images within text (test_032_images) * Trailing dots for use on contents pages ###Charts and graphics: * Support for UPCA bar codes * We now have a semi-intelligent system for labelling pie charts with callout lines. Thanks to James Martin-Collar, a maths student at Warwick University, who did this as his summer internship. * Axes - added startOffset and endOffset properties; allowed for axis background annotations. * Bar charts - allow more control of z Index (i.e. drawing order of axes and lines) * Pie charts - fixed bugs in 3d appearance * SVG output back end has seen some bugs fixed and now outputs resizeable SVG
2014-01-19Update to 1.9.66:wiz3-11/+9
2013-11-27 Tim Waugh <twaugh@redhat.com> * setup.py: Version 1.9.66. 2013-11-04 Jiri Popelka <jpopelka@redhat.com> * Python3 compatibility 2013-11-27 Tim Waugh <twaugh@redhat.com> * setup.py: Version 1.9.65. 2013-07-31 Jiri Popelka <jpopelka@redhat.com> * cupsconnection.c (PyObject_from_attr_value): Fix getting of booleans. 2013-04-12 Tim Waugh <twaugh@redhat.com> * cupsconnection.c (UTF8_from_PyObj): Propagate UTF-8 decoding errors. 2013-04-10 Tim Waugh <twaugh@redhat.com> * cupsconnection.c: Don't just append printer name to base URI to get printer URI. Need to actually encode the name. 2013-04-03 Tim Waugh <twaugh@redhat.com> * cupsconnection.c: Fixed documentation typo for Connection.getPPDs2. 2013-03-20 Tim Waugh <twaugh@redhat.com> * setup.py: Version 1.9.63. 2013-03-20 Tim Waugh <twaugh@redhat.com> * cupsconnection.c (set_ipp_error): IPPError tuple now contains a string describing the specific error encountered, if available. 2012-08-01 Tim Waugh <twaugh@redhat.com> * setup.py: Version 1.9.62. 2012-03-28 Tim Waugh <twaugh@redhat.com> * cupsmodule.c: Define all constants regardless of which version of CUPS is built against. 2012-03-22 Tim Waugh <twaugh@redhat.com> * cupsppd.c (PPD_dealloc): Add missing NULL check for debugging message (Ubuntu #951001). Patch from Till Kamppeter.
2014-01-14== Ruby-GNOME2 2.1.0: 2013-12-29obache1-2/+1
Ruby 2.1.0 support release! === Changes ==== All * Improvements * Set license information to gem. * Fixes * [windows] Added missing binaries for Ruby 2.1.0. [GitHub#123] [Patch by Masafumi Yokoyama] ==== Ruby/GDK3 * Improvements * [windows] Bundled hicolor-icon-theme. It may fix a problem that Windows theme is not applied. [ruby-gnome2-devel-en] [Reported by Regis d'Aubarede] === Thanks * Masafumi Yokoyama * Regis d'Aubarede == Ruby-GNOME2 2.0.3: 2013-12-29 It is RC release for 2.1.0. === Changes ==== All * Improvements * Removed Ruby 1.8 from supported Ruby in READMEs. [GitHub#166] [Reported by Markus Heiler] [Patch by Masafumi Yokoyama] * Supported Ruby 2.1.0. [GitHub#181] [cosmo0920][Masafumi Yokoyama] * Made rcairo optional to required because we dropped old GTK+ that doesn't use cairo. (Cairo isn't used library such as GLib doesn't require rcairo. But Ruby/GLib2 requires rcairo on Windows because it uses zlib bundled in rcairo.) [GitHub#193] [cosmo0920] * Updated LGPL 2.1 files. [GitHub#196] [Reported by ktdreyer] * Supported tests on Travis CI. [Masafumi Yokoyama][cosmo0920] * Supported rake-compiler 0.9.1. ==== Ruby/GLib2 * Improvements * Set UTF-8 encoding to exception message. * Added GLib::GetText.bindtextdomain. * Dropped GLib < 2.12 because CentOS 5 has GLib 2.12.3. [GitHub#190] [cosmo0920] * Added GValue#to_s. * [windows] Updated bundled GLib to 2.38.2 from 2.36.2. ==== Ruby/GObjectIntrospection * Improvements * Supported GList return type. * Supported freeing UTF-8 return type. * Supported freeing array return type. * Supported NULL as array return value. * Supported freeing GObject return value. * Supported freeing structure return value. * Supported NULL character for gint8 array. * Fixes * Fixed type conversion from VALUE to GType. [GitHub#186] [Patch by Hiroyuki Tanaka] ==== Ruby/ATK * Improvements * Dropped ATK < 1.12 support because CentOS 5 has GTK+ 1.12.2. [GitHub#191] [cosmo0920] * [windows] Updated bundled ATK to 2.10.0 from 2.8.0. ==== Ruby/Pango * Improvements * Supported cairo 1.6. [GitHub#172] [Patch by Grant Schoep] * Dropped Pango < 1.14 support because CentOS 5 has GTK+ 1.14.9. [GitHub#192] [cosmo0920] * Added Pango::Layout#height=. [GitHub#210] [Patch by Vasily Fedoseyev] * Added Pango::Layout#ellipsized?. [GitHub#210] [Patch by Vasily Fedoseyev] * [windows] Updated bundled Pango to 1.36.1 from 1.34.1. ==== Ruby/GdkPixbuf2 * Improvements * [windows] Added rcairo dependency on Windows for using libpng and zlib bundled in rcairo. * [windows] Updated bundled gdk-pixbuf to 2.30.2 from 2.28.1. ==== Ruby/GTK2 * Improvements * Dropped GTK+ < 2.10 support because CentOS 5 has GTK+ 2.10.4. [GitHub#182] [Patch by cosmo0920] * [windows] Updated bundled GTK+ to 2.24.22 from 2.24.18. ==== Ruby/GDK3 * Improvements * [test] Made more stable. [GitHub#178] [Reported by mtasaka] * Added Gdk::Device#ungrab. [cosmo0920] * Added Gdk::DeviceManager. [cosmo0920] * Added Gdk::Device#get_position. [cosmo0920] * Added Gdk::Device#warp. [cosmo0920] * Added Gdk::Device#grab. [cosmo0920] * Added Gdk::Window#get_device_position. [cosmo0920] * [windows] Updated bundled GTK+ to 3.10.6 from 3.8.2. ==== Ruby/GTK3 * Improvements * [sample] Updated for GTK+ 3. [Masafumi Yokoyama] * Removed Gtk::BindingSet#add_path. * Added Gtk.show_uri. * Fixes * Fixed a bug that Gtk::ActionGroup#add_radio_actions always fails. [ruby-gnome2-devel-ja] [Reported by S. Kitagawa] ==== Ruby/GStreamer * Improvements * Supported calling module functions of Gst module such as Gst.version before calling Gst.init. * Added Gst::Registry#plugins. * Added Gst::Registry#get_features. * Added Gst::ElementFactory#long_name. * Added Gst::ElementFactory#klass. * Added Gst::ElementFactory#author. * Added Gst::ElementFactory#static_pad_templates. * Added Gst::Caps#structures. * Added Gst::Structure#fields. * Gst::Element#flags returns flag object instead of raw integer value. Use Gst::Element#flags_raw for raw integer value. * Gst::PluginFeature#rank returns Gst::Rank instead of raw integer value. Use Gst::PluginFeature#rank for raw integer value. * Supported GstValueList. * [windows] Updated bundled GStreamer to 1.2.1 from 1.0.7. ==== Ruby/Clutter * Improvements * [sample] Updated for Clutter 1.12 or later. [Patch by Kentaro Fukuchi] * [windows] Updated bundled Clutter to 1.16.2 from 1.14.4. ==== Ruby/ClutterGStreamer * Improvements * [sample] Added. [Masafumi Yokoyama] * Fixed a typo in sample. [Reported by Toyo Abe] * [windows] Updated bundled Clutter-GStreamer to 2.0.8 from 2.0.2. ==== Ruby/Poppler * Improvements * Dropped Popper < 0.12 because CentOS has Poppler 0.12.4. [GitHub#212] [cosmo0920] * [windows] Bundled Poppler 0.24.4. ==== Ruby/RSVG * Improvements * [windows] Bundled librsvg 2.40.1. ==== Ruby/GtkSourceView3 * Improvements * Supported auto GtkSourceView install on OS X. [GitHub#177] [Masafumi Yokoyama] * [windows] Updated bundled GtkSourceView to 3.10.1 from 3.8.1. ==== Ruby/GooCanvas * Improvements * [sample] Followed changes caused by migrating to Ruby/GObjectIntrospection. [Masafumi Yokoyama] * Updated FSF address. [GitHub#201] [Reported by ktdreyer] * Fixes * Fixed wrong dependency. [ruby-gnomde2-devel-ja] [Reported by Masafumi Yokoyama] === Thanks * Kentaro Fukuchi * S. Kitagawa * Markus Heiler * Masafumi Yokoyama * Grant Schoep * Toyo Abe * mtasaka * cosmo0920 * Hiroyuki Tanaka * ktdreyer
2014-01-14Explicitly disable finding libtiff. Fixes build on systems that havemarkd1-1/+5
libtiff in /usr/lib (eg some linux systems).
2014-01-11Revbump after updating tcl/tk.adam1-2/+2
2014-01-10Racy build.joerg1-1/+4
2014-01-10Update comment lines to mention the Makefile's referencing.mef1-2/+3
2014-01-09Add cfmakeraw compatability for SunOS.jperkin2-7/+25
2014-01-09Add missing file (options.mk).mef1-0/+16
2014-01-09Update print/mupdf to 1.3 (via pkgsrc-wip by Leonardo Taccari, thanks)mef10-160/+373
============================================================================= Notes on updating mupdf to mupdf-1.3 (maybe useful for future updates too) * mupdf-1.3 depends on openjpeg-2.0 (previously mupdf-1.1 depended on openjpeg-1.5). ${WRKSRC}/Makerules is NOT correct and still looks for openjpeg-1.5 so patches/patch-ab was modified in order to fix this behaviour. Please also note the SUBST.makerules class in Makefile. * mupdf should be build with "build=release" (the default is "build=debug" and that may be indesiderable for the common user). * In order to completely disable the building of third party libraries (it is better to use the ones provided/handled by pkgsrc) a brutal ${RM} -fr completely remove the ${WRKSRC}/thirdparty directory. For more information please read ${WRKSRC}/Makethird and the post-extract target in Makefile. * ${WRKSRC}/docs/thirdparty.txt may help for adding correct version of the dependencies. * To add libcurl support (www/curl) patches/patch-Makethird was introduced and patches/patch-ab was modified in order to use pkg-config for $(SYS_CURL_CFLAGS) and $(SYS_CURL_LIBS). * By default now mupdf install different binaries, e.g. mupdf-x11 (previous it was just "mupdf"), mupdf-x11-curl, etc.. In pkgsrc we install *only* the featureful version of mupdf simply as "mupdf". For more information please give a look to patches/patch-ac. ============================================================================= (Upstream) List of changes on master since MuPDF 1.2 * Windows RT viewer app for MuPDF. * Library changes to support progressive loading (display PDF files as they download). Windows/Linux/MacOS viewer supports this using curl. * Incremental updates to PDF files are now (optionally) preserved on loading/saving. * Prototype support for checking PDF Digital Signatures. * Initial annotation support (strike-out, underline, highlight and ink) (library and android builds only). * Fix operation on Android API level 8. * Android redraw optimisations. * Android app now supports Google Cloud Print. * Android app translated into many languages. * Android support for more architectures. * Improvements to store (avoid collisions causing unnecessary evictions). * Windows apps use Unicode filenames now. * PDF function handling improved; functions can now be passed to devices without 'sampling'. * PDF image handling improved; images can now be passed to devices without decompression. * Indexed images are no longer uncompressed at load time, saving memory. * Caching of rendered tiles for speed. * Improved text analysis mode, capable of spotting columns/indents, right-to-left text etc. * HTML output mode now includes image output. * PDF password encoding handling improved. * MuPDF now opens Jpeg, Tiff and PNG files directly. * Bug preventing OpenXPS files from being opened fixed. * Initial (feature incomplete) SVG and PDF output devices. * PWG raster (mono/grey/RGB) and PCL (mono) output devices. * Various performance improvements (including tilings and mesh based shadings). * Revamped directory structure to reflect recent changes. * Various potential SEGV, SoftMask and rendering fixes. * Many potential crashes in Jpeg2000 and JBIG2 images fixed. List of changes on master since MuPDF 1.1 * Important API changes: * fz_bbox is now fz_irect. * APIs (including fz_device) now pass fz_rect/fz_matrix by reference. * fz_device API is now more consistent with regards to use of fz_rect rather than fz_bbox. * Add support for Javascript and forms handling. * Fix many SEGVs with out of spec files. Many thanks to Mateusz "j00ru" Jurczyk and Gynvael Coldwind of the Google Security team, zeniko, Sebastian Rasmussen and all other contributors. * Add fz_open_document_with_stream to allow non-file based operation. * Move to using git submodules for third party libraries. * Much enhanced Android application. Now on Google Play! * Oversized and stroke text clipping implemented. * Change shadings to decompose at render times; massive memory savings. * Renamed 'mubusy' to 'mutool'. * PDF 1.7 Extension Level 8 encryption implemented. * Added consts to various parts of the API to help C++ interworking. * Prototype transition support. * Text searching API moved to fitz. * Highlight and copy text selections. * Performance enhancements for color conversion and fax decompression. * ARM optimisations for color conversion and bitmap scaling. * Bitmap subsampling stage introduced, with ARM optimisations. * Type 3 fonts; glyphs are now handled as display lists. * Scan converter performance improvements. * Various rendering fixes.
2014-01-09Needs openssl.jperkin1-1/+2
2014-01-09Needs libiconv.jperkin1-1/+2
2014-01-08Fixes build on Solaris, taken from upstream.obache2-1/+43
2014-01-08Add tex-tufte-latex{,-doc}minskim1-1/+3
2014-01-08Import tex-tufte-latex-doc-3.5.0 as print/tex-tufte-latex-doc.minskim4-0/+44
This is documentation for tex-tufte-latex.
2014-01-08Import tex-tufte-latex-3.5.0 as print/tex-tufte-latex.minskim4-0/+48
Provided are two classes inspired, respectively, by handouts and books created by Edward Tufte.
2014-01-08Add tex-lipsum{,-doc}minskim1-1/+3
2014-01-08Import tex-lipsum-doc-1.2 as print/tex-lipsum-doc.minskim4-0/+21
This is documentation for tex-lipsum.
2014-01-08Import tex-lipsum-1.2 as print/tex-lipsum.minskim4-0/+25
This package gives you easy access to the Lorem Ipsum dummy text; an option is available to separate the paragraphs of the dummy text into TeX-paragraphs. All the paragraphs are taken with permission from http://lipsum.com/.
2014-01-08Add tex-sauerj{,-doc}minskim1-1/+3
2014-01-08Import tex-sauerj-doc-2013 as print/tex-sauerj-doc.minskim4-0/+26
This is documentation for tex-sauerj.
2014-01-08Import tex-sauerj-2013 as print/tex-sauerj.minskim4-0/+33
The bundle consists of: a tool for collecting text for later re-use, a tool for typesetting the "meta-information" within a text, a tool for use in constructing macros with multiple optional parameters, a package for multiple column parallel texts, a tool for processing key-value structured lists, and macros for typesetting a number as a German-language string.
2014-01-07Add tex-mdframed{,-doc}minskim1-1/+3
2014-01-07Import tex-mdframed-doc-1.9b as print/tex-mdframed-doc.minskim4-0/+30
This is documentation for tex-mdframed.
2014-01-07Import tex-mdframed-1.9b as print/tex-mdframed.minskim4-0/+34
The package develops the facilities of framed in providing breakable framed and coloured boxes. The user may instruct the package to perform its operations using default LaTeX commands, PStricks or TikZ.
2014-01-06Update to 0.24.5. Shlib version stayed the same.wiz2-6/+6
Release 0.24.5 core: * Fix crash due to wrong formatting of error message. KDE Bug #328511
2014-01-05Update to 2.18.0:wiz131-1950/+43
New features in 2.18 since 2.16 ******************************* * There is now a new context type called `NullVoice' which, while not appearing in the printed output, can be used to align lyrics. This can be particularly convenient when used in parallel with a `\partcombine' construct. * Several articulations can be put into a single variable or returned from an event function. * The baseline of score markups is now taken from the reference point (usually the middle of the staff) of the first bottom system rather than the top of the bounding rectangle. * LilyPond no longer automatically infers a `\defaultchild' context in a context definition with `\accepts' clauses. Any context definition without an explicit or inherited `\defaultchild' definition counts as a `Bottom' context and will be eligible for rhythmic events and overrides without causing the implicit creation of other contexts. Be sure to specify a `\defaultchild' for non-`Bottom' contexts when defining them from scratch. * There is now extensive support for both discant and bass accordion register symbols in the `scm accreg' module. * New commands `markLengthOn' and `markLengthOff' control the allowance of horizontal space for tempo and rehearsal marks. * Rehearsal marks at the beginning of a line are now placed to the right of the clef and key signature by default. As in previous versions, the `break-alignable-interface' controls the behavior. * Decimal numbers can now be written directly in music, without a hash sign. Together with the previous change in the way object properties are specified, the code to change the length of stems has changed from this: \override Stem #'length = #5.6 e' f' g' a' to this: \override Stem.length = 5.6 e' f' g' a' One has to write a digit on both sides of the dot - values like `4.' or `-.3' are not allowed. Decimal fractions are also not accepted in `\chordmode'. * A number of shorthands like `(', `)', `|', `[', `]', `~', `\(', `\)' and others can now freely be redefined like normal commands. * The articulation shorthand for `\staccatissimo' has been renamed from `-|' to `-!'. * Tempo change ranges are now written as `\tempo 4 = 60 - 68' rather than `\tempo 4 = 60 ~ 68'. * Grob `OctavateEight' was renamed to `ClefModifier'. Related context properties were renamed from `xxxOctavationyyy' to `xxxTranspositionyyy'. * There is a new `\absolute' command explicitly marking music as being entered in absolute pitch. While this has been the default previously, an explicit `\absolute' also prevents reinterpretation when the passage is placed inside of `\relative'. * When `\relative' is used without an explicit reference pitch, the reference pitch now is the middle of the first octave, making the first entered pitch indistinguishable from absolute pitch. Previously, omitting the reference pitch would have lead to a default of `c''. Since that choice was somewhat arbitrary, recommended usage was to always specify the reference pitch. * A new command `\single' can be used for converting a property override into a tweak to be applied on a single music expression. * Two ways of letting graphical objects not appear in the output are overriding its `transparent' property with `#t' (retaining the original spacing) or overriding its `stencil' property with `#f' (not using any space at all). Those two operations now have the shorthands `\hide' and `\omit', respectively. * A new command `\temporary' can be applied to overrides in order to not have them replace previous property settings. If a `\revert' is applied to the same property subsequently, the previous setting reappears. This is mainly useful for writing music functions that need to have some property changed just for the duration of the function. * `\tag', `\removeWithTag', and `\keepWithTag' can now accept a list of symbols rather than just a single symbol for marking, removing, and keeping music with any of multiple tags. This is particularly important for `\keepWithTag' since one cannot achieve the same effect by using multiple consecutive `\keepWithTag' commands. * The `-d old-relative' option has been removed. Not actually accessible from the command line any more, its remaining use was for interpretating `\relative' in LilyPond files converted automatically from version 1.8 or older. It is unclear how much of this was actually still operative. * The meaning of `instrumentTransposition' has been reversed. After \set instrumentTransposition = #{ b #} a written `c'' now sounds like `b'. Previously, this would have been the other way round. This and the following change should make dealing with transposing instruments more straightforward. * The music generated by `\set' and `\override' commands is no longer affected by `\transpose'. The main consequence is that `\transpose' will transpose audible/concert pitch and printed pitch by the same amount even when the transposed music contains `\transposition'. Previously, \transpose c' f' \transposition bes' was equivalent to `\transposition f''. Now it stays equivalent to `\transposition bes''. * When checking for collisions, LilyPond no longer treats objects as rectangles. Instead, the actual shape of objects is approximated using an integral-like approach. This generally results in more even and snug positioning of objects and systems. Affected objects include `Accidentals', `Beams', `Clefs', `Dynamics', `FiguredBass', `Flags', `Glissandos', `Lyrics', `MetronomeMarks', `OttavaBrackets', `Pedals', `RehearsalMarks', `Rests', `Scripts', `TextScripts', `Ties', `Tuplets' and `VoltaBrackets'. * Tuplets are now created with the `\tuplet' command, which takes a fraction `T/N' to specify that T notes are played in the time usually allowed for N. One `\tuplet' command can create several tuplet groups if their duration is typed after the fraction. The `\times' command with its inverted fraction order `N/T' is still available. * Introducing two new markup-commands; `\draw-dashed-line' and `\draw-dotted-line'. The dashed-line extends to the whole length given by DEST, if `full-length' is set to `#t' (this is the default) without any space at the beginning or end. `off' will then be altered to fit. To insist on the given (or default) values of `on', `off' use `\override #'(full-length . #f)'. Manual settings for `on', `off' and `phase' are possible. The dotted-line always extends to the whole length given by DEST, without any space at the beginning or end. Manual settings for `off' are possible to get larger or smaller space between the dots. The given (or default) value of `off' will be altered to fit the line-length. * Starting with version 2.17.10, error messages or the `textedit' URI used for point-and-click functionality specify column numbers starting with 1 rather than 0. The byte offset (also part of `textedit' URIs) still starts at 0. * The `\clef' command supports optional transposition. * The LilyPond syntax of dot-separated words `Voice.Accidental' has been made interchangeable with `#'(Voice Accidental)', a Scheme list of symbols. * Grob and grob property path no longer need to be specified as two separate arguments to commands like `\override' and `\revert', allowing for the syntax \override Voice.TextSpanner.bound-details.left.text = "rit." Since complementary music functions like `\overrideProperty' cannot support forms with and without separating space at the same time, using a single dotted path is now the preferred form. Specifying grob path and grob property path separately, currently still supported with `\override' and `\revert' for compatibility reasons, is deprecated. * Due to words now being accepted as symbol function arguments, the interfaces of `\accidentalStyle', `\alterBroken', `\footnote' and `\tweak' had to be redesigned where optional symbol arguments were involved. Please check the respective music function documentation for details. * Several commands now accept symbol lists (conveniently entered as dot-separated words) for various kinds of arguments. These include `\accidentalStyle', `\alterBroken', `\footnote', `\hide', `\omit', `\overrideProperty', `\shape', and `\tweak'. * The bar line user interface has changed. Bar glyphs now resemble the appearance of the bar line, so a left repeat sign has to be coded as `.|:'. The command `\defineBarLine' provides an easy way to define additional bar line styles. * Accidentals in the key signature may be printed in octaves other than their traditional positions, or in multiple octaves.
2014-01-02Revert previousryoon1-3/+3
* Enable DEPENDS lines, and create ghostscript-{gpl,agpl} as dependency
2014-01-01check the proper options variablechristos1-3/+3
2014-01-01Recursive PKGREVISION bump for libgcrypt-1.6.0 shlib major bump.wiz9-18/+18
2013-12-31Remove packages that were either BROKEN for more than a year orwiz6-3996/+1
BROKEN and explicitly scheduled to be removed after 2013Q4.
2013-12-29Remove obsolete MirBSD workaround, fix build.bsiegert2-4/+4
2013-12-28fonts/ghostscript-cidfonts/Makefile now DEPENDS+= print/ghostscript onlymef1-2/+1
and NOT including this file, thanks dholland@.
2013-12-27Drop nonfunctional cups option, following upstream.gdt3-30/+5
Upstream removed cups support and created a new "cups-filter" package instead. Since then, building ghostscript-agpl with the cups option has failed. This commit removes the cups option, and should result in zero changes to packages built without the cups option, and hence does not PKGREVISION++. There is still some cups configure code, which is forced off (as it was without the option). It's not clear if this configure code should also be removed (by upstream), or if it's a separate bit of cups functionality. Addressing this issue and adding a cups-filter package is left for future work, after the branch.
2013-12-25Adjust PLIST only when following option is active.mef1-1/+6
PKG_OPTIONS.ghostscript+=disable-compile-inits No PKGREVISON++ (not packaged or binaries'd be the same before patch and after). Discussed at thread starting http://mail-index.netbsd.org/pkgsrc-users/2013/12/23/msg019089.html
2013-12-18Resolve conflicts between teTeX-bin and tex-contextminskim4-12/+12
2013-12-17Update tex-context{,-doc} to 2013minskim6-579/+1145
Support the recent version of LuaTeX.
2013-12-16Install a configuration file for tex-luatexminskim1-1/+7
2013-12-15Disable optimisations for Clang for the Scribus 1.3.4 import filter.joerg3-2/+21
2013-12-15Set DIST_SUBDIR with a different substitution that works withdholland1-2/+2
netbsd-5's make as well as more recent versions. As suggested by obache; closes PR 48423.
2013-12-12Sync tex-pdftools{,-doc} with xpdfopen-0.83minskim4-18/+17
No functional change.
2013-12-12Update xpdfopen to 0.83minskim3-11/+11
Changes: - fix (kludgily?) reset_focus() so that it actually works. - add -r and -reset_focus options. - update documentation.
2013-12-12Fix build wth freetype 2.5.xmarkd4-1/+52
2013-12-09Fix/Update DEPENDS paterns for perl CORE modules, with some trivial fixes.obache1-3/+3
Bump PKGREVISION for runtime dependency pattern changed packages.
2013-12-09Replace DEPENDS on texlive-tetex, which has been removed, with DEPENDSdholland1-3/+9
on the packages the texlive-tetex removal commit cited as replacements. They probably aren't all needed, but at the moment my concern is to make pbulk scan work again.
2013-12-07More PKGREVISION++ for poppler-0.24.4.wiz4-6/+8
2013-12-06Recursive PKGREVISION bump for poppler-0.24.4.wiz15-28/+30