Commit graph

5451 commits

Author SHA1 Message Date
obache
04fabd71d5 ghostscript now only contains Makefile fragment, so commented out. 2013-03-17 08:45:43 +00:00
dholland
31281792d1 Update ghostscript DESCR files, suggested by gdt. 2013-03-17 03:50:49 +00:00
dholland
94bae952ea Removed print/ghostscript; moved to print/ghostscript-agpl. 2013-03-16 23:04:09 +00:00
dholland
0446748a5a Update ghostscript depends. PKGREVISION -> 3 2013-03-16 22:49:06 +00:00
dholland
32ca133b9e Update ghostscript depends. PKGREVISION -> 2 2013-03-16 22:47:15 +00:00
dholland
5e7658d449 Update ghostscript depends; PKGREVISION -> 3 2013-03-16 22:45:45 +00:00
dholland
8938a2d7cf Update ghostscript depends. PKGREVISION -> 8 2013-03-16 22:44:34 +00:00
dholland
0009098164 Update ghostscript depends. 2013-03-16 22:36:55 +00:00
dholland
f703281ad6 Update ghostscript depends. PKGREVISION -> 4. 2013-03-16 22:35:46 +00:00
dholland
225b572b07 Indirection wrapper for the two ghostscript packages. 2013-03-16 22:34:03 +00:00
dholland
9fcedaee11 Add ghostscript-agpl 2013-03-16 22:25:46 +00:00
dholland
055e569fcf Add ghostscript-agpl package, the same as the current print/ghostscript. 2013-03-16 22:25:21 +00:00
dholland
b2d60e6598 +ghostscript-gpl 2013-03-16 21:32:23 +00:00
dholland
3c745dbb39 Copy the pre-update ghostscript 9.05 package as ghostscript-gpl. 2013-03-16 21:32:00 +00:00
obache
12e2253f95 Update ruby-gnome2 to 1.2.2.
== Ruby-GNOME2 1.2.2: 2013-03-11

Ruby 2.0.0 support release!

=== Changes

==== Ruby/GLib2

  * Improvements
    * Supported test on Ruby 2.0.0.
      [GitHub #134] [Reported by mtasaka]

==== Ruby/Poppler

  * Improvements
    * Removed deprecated GDK support.

==== Ruby/GDK3

  * Improvements
    * Supported Ruby 2.0.0.
      [GitHub#129] [Reported by TOMITA Masahiro]

==== Ruby/GObjectIntrospection

  * Improvements
    * Supported not GType based flags.
    * Supported not GType based enum.
    * Supported custom callback function.
    * Supported .h install.
    * Supported .pc install.
    * More Rubyish method names are used.
    * Stopped to raise exception when there are two or more out
      parameters.
    * Added Loader.start_callback_dispatch_thread().
    * Supported arguments validation.
    * Stopped to use array for just one return value.
    * Supported Enumerator.
    * Hide constructor methods.

==== Ruby/GtkSourceView3

  * Fixes
    * Fixed wrong deb package name.

==== Ruby/Clutter

  * Fixes
    * Fixed wrong initialized check.
    * Stopped to override Clutter.init unexpectedly.

==== Ruby/ClutterGTK

  * Fixes
    * Fixed wrong initialized check.

==== Ruby/WebKitGTK

  * Fixes
    * Fixed wrong initialized check.

=== Thanks

  * Vincent Carmona
    (for unreleased GObjectIntrospection based GStreamer bindings)
  * TOMITA Masahiro
  * NAKAJIMA Takashi
    (for unreleased GObjectIntrospection based GStreamer bindings)
  * mtasaka
2013-03-16 12:25:47 +00:00
dholland
8b84a7eaf3 LICENSE update requires version bump. 2013-03-14 05:34:35 +00:00
adam
2adb741eed Change in LICENSE 2013-03-13 09:37:11 +00:00
taca
9b8df77c47 Upate ruby-pdf-reader to 1.3.2.
v1.3.2 (26th February 2013)
- various bug fixes
2013-03-12 13:42:09 +00:00
adam
71b9a69c36 Changes 9.07:
As of this release (9.07), Ghostscript and GhostPDL are distributed under the GNU Affero General Public License (AGPL).

Ghostscript now has the option to be built as thread safe. Note that not all devices are thread safe. See the GS_THREADSAFE option in: GS_THREADSAFE

The pdfwrite devices now supports linearized (or optimized for fast web view) output directly ("-dFastWebView")

The Font API (FAPI) has been moved from the Postscript interpreter (psi) into the graphics library (base), and extended to support the other languages (PCL/PXL/XPS). All interpreters now use Freetype by default to render all viable font types.

Ghostscript has been extended to support Postscript string and array objects with >64k entries.

Ghostscript has been extended to support file sizes >4Gb - in particular reading and writing PDF files. As a side effect of this, Ghostscript also now supports 64 bit Postscript integer objects.

All CMYK devices can now support simulated overprint of spot colors using the "-dSimulateOverprint" command line option.

Support for use of DeviceN ICC color profiles as the output profile with the tiffsep and psdcmyk devices.

Support for customized named color handling with DeviceN colors

Support for black point compensation

Support for K preservation in CMYK to CMYK conversions

Support for DeviceLink profiles for graphic, image and text objects

Support for custom color replacement

Increased control in specifying color conversions as a function of object type

Full details of the color management features can be found in: GS9_Color_Management.pdf

Provide BigTIFF output option: the tiff devices can write BigTIFF files using the "-dUseBigTIFF" option. This requires libtiff version >=4.0.0 (the option is ignored for versions <4.0.0)

LittleCMS updated to 2.4

Plus the usual round of bug fixes, compatibility changes, and incremental improvements.
2013-03-08 20:45:24 +00:00
joerg
af57a664bf Don't add default arguments at implementation time. 2013-03-02 17:58:35 +00:00
ryoon
7635e65606 Update to 0.4
* Add djvulibre-lib and libspectre dependencies.

Changelog:
Release 0.4:
  * Added support for multiple formats.
  * Added format detection using libmagic.
  * Added support for PostScript. Thanks to Alexander Volkov.
  * Added rudimentary support for DjVu.
  * Added support for hyperlinks in DjVu documents. Thanks to Alexander Volkov.
  * Added support for outline and properties of DjVu documents.
  * Added support for UNIX signals.
  * Added missing support for links to external documents.
  * Small improvements to prefetching.
  * Changed presentation view to support rotation, caching and prefetching.
  * Dropped support for storing tabs and bookmarks as XML files.
  * Improved handling of headers and their interdependencies. Thanks to Alexander Volkov.
  * Updated Ukrainian translation. Thanks to Vladimir Smolyar and yurchor.
  * Updated Croatian translation. Thanks to freedomrun.
  * Updated Slovak translation. Thanks to DAG Software.
  * Updated Czech translation. Thanks to Pavel Fric.
  * Updated British English translation. Thanks to Andi Chandler.
  * Updated French translation. Thanks to Hélion du Mas des Bourboux.
  * Updated Polish translation. Thanks to Mateusz Łukasik and Mike08.
  * Updated Brazilian Portguese translation. Thanks to Phillipe Smith.
  * Updated Hebrew translation. Thanks to Yaron Shahrabani.
  * Updated Catalan translation. Thanks to VPablo.
  * Updated Asturian translation. Thanks to Xuacu Saturio.
  * Updated French translation. Thanks to Sylvie Gallet and Tanguy Herrmann.
  * Updated Italian translation. Thanks to Claudio Arseni.
  * Updated Spanish translation. Thanks to Dante Diaz.
  * Updated Russian translation. Thanks to Vladimir Smolyar.
  * Updated Bosnian translation. Thanks to Kenan Dervišević.
  * Added Malay translation. Thanks to abuyop.
2013-02-25 21:36:51 +00:00
obache
bab0f4463f Update acroread9 to 9.5.4 for APSA13-02. 2013-02-23 12:56:16 +00:00
dholland
384132a8a7 Revbump all elisp packages after emacs changes. 2013-02-17 19:17:55 +00:00
wiz
d1b820f37b Recursive bump for png-1.6. 2013-02-16 11:18:58 +00:00
wiz
5f461dbea7 Recursive bump for png-1.6. 2013-02-16 11:18:48 +00:00
wiz
0602d449ce Recursive bump for png-1.6. 2013-02-16 11:17:56 +00:00
taca
ecada3a5f1 Update ruby-pdf-reader to 1.3.1.
v1.3.1 (12th February 2013)
- various bug fixes
2013-02-13 15:26:12 +00:00
jperkin
e651eaefb1 Don't pull in sys/ucred.h on Solaris as it results in procfs.h being
included and conflicts between _FILE_OFFSET_BITS=64 and 32-bit procfs.
2013-02-12 14:12:19 +00:00
drochner
23d8d8d477 needs libz, doesn't need bash 2013-02-12 12:35:34 +00:00
taca
de0fc45d26 Update ruby-pdf-reader to 1.3.0.
v1.3.0 (30th December 2012)
- Numerous performance optimisations (thanks Alex Dowad)
- Improved text extraction (thanks Nathaniel Madura)
- Load less of the hashery gem to reduce core monkey patches
- various bug fixes
2013-02-11 08:58:50 +00:00
ryoon
9bef86f5fd Bump PKGREVISION from audio/jack. 2013-02-09 22:11:28 +00:00
obache
624d753137 Update ruby-gnome2 to 1.2.1.
(and add gtk3, gdk3, gtksourceview3 and gobject-introspection binding).
based on PR 47529.

== Ruby-GNOME2 1.2.1: 2013-01-30

GTK+ 3 support on Mac OS X release!

=== Changes

==== Ruby/GLib2

  * Improvements
    * Supported custom sudo prompt on auto native package install.
      [GitHub:126] [Suggested by Yorick Peterse]
    * Started to support JRuby. (It is not completed yet.)
      [GitHub:125] [Reported by vpereira]
    * Accepted unsigned long int size GType.
    * Removed DL support.
    * Don't call deprecated g_type_init() for GLib >= 2.35.1.

==== Ruby/GTK2

  * Fixes
    * Fixed a memory leak related Gtk::TreeIter.
      [GitHub:128] [Patch by Toshiaki Asai]

==== Ruby/GTK3

  * Fixes
    * Fixed a memory leak related Gtk::TreeIter.
      [GitHub:128] [Patch by Toshiaki Asai]
    * Fixed a crash bug caused by symbol conflict with Ruby/GDK3 on
      Mac OS X.
      [GitHub:127] [Reported by Sergio Campama] [Helped by Watson]

==== Ruby/GDK3

  * Improvements
    * [windows] Bundled Greybird theme.
      [Suggested by Regis d'Aubarede]

==== Ruby/GooCanvas

  * Improvements
    * Added Goo::Canvas#get_items_at [GitHub:124] [Patch by David Maciejak]

==== Ruby/WebKitGTK

  * Added

==== Ruby/GtkSourceView3

  * Improvements
    * Supported Windows.

=== Thanks

  * David Maciejak
  * Yorick Peterse
  * vpereira
  * Toshiaki Asai
  * Sergio Campama
  * Watson
  * Regis d'Aubarede

== Ruby-GNOME2 1.2.0: 2013-01-24

GTK+ 3 support release!

=== Changes

==== All

  * Added ruby-gtk3 package. Here is a list:
    * Ruby/GLib2
    * Ruby/ATK
    * Ruby/Pango
    * Ruby/GdkPixbuf2
    * Ruby/GDK3
    * Ruby/GTK3

==== Ruby/GLib2

  * Improvements
    * Supported custom VALUE <-> GBoxed conversion
    * Supported VALUE <-> GBoxed conversion by RVAL2GOBJ
    * Added GLib::Source::REMOVE
    * Added GLib::Source::CONTINUE
    * Added rbgobj_make_boxed_raw()
    * Added GLib::Value for internal use
    * [windows] Updated to the latest GLib: 2.28.8-1 -> 2.34.3
  * Changes
    * Removed deprecated GLib::Win32.get_package_installation_directory
    * Removed deprecated GLib::Win32.get_package_installation_subdirectory
    * Added user_data to RGConvertTable callbacks
    * rbgobj_convert_define() copies passed RGConvertTable
    * Removed deprecated G_DEF_FUNDAMENTAL. Use RG_DEF_CONVERSION instead

==== Ruby/GIO2

  * Improvements
    * Installed headers

==== Ruby/ATK

  * Improvements
    * [windows] Updated to the latest ATK: 1.32.0 -> 2.6.0

==== Ruby/Pango

  * Improvements
    * [windows] Updated to the latest Pango: 1.28.3 -> 1.32.6

==== Ruby/GdkPixbuf2

  * Improvements
    * [windows] Updated to the latest gdk-pixbuf: 2.24.0 -> 2.26.5

==== Ruby/GTK2

  * Improvements
    * Removed needless not copy flag from Allocation
    * [windows] Updated to the latest GTK+ 2: 2.24.8 -> 2.24.14

==== Ruby/GDK3

  * Improvements
    * [windows] Supported: 3.6.4

==== Ruby/GTK3

  * Improvements
    * Removed needless not copy flag from Allocation
    * [windows] Supported: 3.6.4

==== Ruby/GObjectIntrospection

  * Improvements
    * Supported over loaded method
    * Supported over loaded constructor
    * Supported GBoxed object
    * Supported char *
    * Supported GInterface
    * Supported CallableInfo
    * Supported may be null
    * Supported union object
    * Supported not GBoxed struct
    * Supported out parameter
    * Supported C array
    * Added "?" suffix to predicate method name
    * Supported SourceFunc callback
    * Supported GValue
    * Added GObjectIntrospection::Loader.register_boxed_class_converter
    * Supported inout parameter
    * Supported binary data array
  * Changes
    * ArgInfo#[] -> ArgInfo#get_arg

==== Ruby/CairoGObject

  * Added

==== Ruby/Clutter

  * Added

==== Ruby/ClutterGtk

  * Added

== Ruby-GNOME2 1.1.9: 2012-12-29

This is a experimental GObjectIntrospection support release.

=== Changes

==== Ruby/GLib2

  * Improvements
    * Renamed G_DEF_CLASS4 to G_DEF_CLASS_WITH_PARENT.
      G_DEF_CLASS4 is still usable but it is deprecated.

==== Ruby/GObjectIntrospection

  * Added. It is still experimental.

== Ruby-GNOME2 1.1.8: 2012-12-19

This is a bug fix release for Ruby 2.0.0.

=== Changes

==== All

  * Fixes
    * Fixed a bug that *.so isn't installed with Ruby 2.0.0.

== Ruby-GNOME2 1.1.7: 2012-12-10

This is a package for Windows fix release.

=== Changes

==== Ruby/GTK2

  * Fixes
    * Bundled GTK+ 2.24.8-1 instead of GTK+ 2.24.10-1.
      [Reported by Mahoro Shimura]

=== Thanks

  * Mahoro Shimura

== Ruby-GNOME2 1.1.6: 2012-12-02

This is Ruby 2.0.0 support release!

=== Changes

==== All

  * Fixes
    * Fixed install error on Ruby 2.0.0.
      [ruby-gnome2-devel-en] Recent Ruby: 'depend' files must be changed
      [Reported by Carlo E. Prelz]

==== Ruby/GLib2

  * Improvements
    * Improved portability a bit. '$,' is used instead of rb_output_fs.
      [GktHub:#117] [Reported by Marvin Gülker]

==== Ruby/GIO2

  * Fixes
    * Fixed a crash bug on i386. [Reported by TAKATSU Tomonari]

==== Ruby/GTK2

  * Improvements
    * Added Gtk::TreeModel#iter_root. [GitHub:121] [Patch by dmaciejak]
    * Added Gtk::TreeModel#iter_next. [GitHub:121] [Patch by dmaciejak]

==== Ruby/GdkPixbuf2

  * Fixes
    * Fixed build errors with old gdk-pixbuf.

==== Ruby/Poppler

  * Improvements
    * Added missing required Poppler version.
      [Suggested by Grant Schoep]
      [ruby-gnome2-devel-en] poppler, build fails, incorrect
      required_pkg_config_package?

  * Fixes
    * Fixed a wrong package name on Red Hat and Fedora.
      [Reported by Grant Schoep]
      [ruby-gnome2-devel-en] poppler, build fails, incorrect
      required_pkg_config_package?

  * Changes
    * Disabled auto Poppler install for Homebrew. It requires
      --with-glib option but auto install with --with-glib option
      isn't supported yet.

==== Ruby/GooCanvas

  * Improvements
    * Added Goo::Canvas#update. [GitHub:119] [Patch by dmaciejak]
    * Added Goo::Canvas#request_update. [GitHub:119] [Patch by dmaciejak]
    * Added Goo::Canvas#convert_from_pixels. [GitHub:123] [Patch by dmaciejak]
    * Added Goo::Canvas#convert_to_pixels. [GitHub:123] [Patch by dmaciejak]
    * Added Goo::Canvas#get_item_at. [GitHub:123] [Patch by dmaciejak]
    * Added Goo::Canvas#bounds. [GitHub:123] [Patch by dmaciejak]

==== Ruby/GStreamer

  * Improvements
    * Don't pass -h and --help to GStreamer.
      [GitHub:#118] [Reported by dmaciejak]

=== Thanks

  * TAKATSU Tomonari
  * dmaciejak
  * Grant Schoep
  * Carlo E. Prelz
  * Marvin Gülker
2013-02-07 13:41:54 +00:00
jperkin
becd113253 PKGREVISION bumps for the security/openssl 1.0.1d update. 2013-02-06 23:20:50 +00:00
wiz
c3bdfa283a Include correct header for putenv to avoid
warning: reference to compatibility putenv(); include <stdlib.h> for correct reference

Addresses PR 47534 by David A. Holland.
2013-02-05 07:54:51 +00:00
jakllsch
1fa53fe694 Apparently we now need to convert BGRA to RGBA. Bump pkgrev.
Backported from upstream, obtained via Debian GNU/Linux.
2013-02-03 20:00:28 +00:00
wiz
e3a5b73fbe + qpdf. 2013-01-31 21:45:38 +00:00
wiz
55b17cd6de Import qpdf-4.0.1 as print/qpdf, packaged by dillo@.
QPDF is a command-line program that does structural, content-preserving
transformations on PDF files.  It could have been called something
like pdf-to-pdf. It also provides many useful capabilities to
developers of PDF-producing software or for people who just want
to look at the innards of a PDF file to learn more about how they
work.

QPDF is capable of creating linearized (also known as web-optimized)
files and encrypted files. It is also capable of converting PDF
files with object streams (also known as compressed objects) to
files with no compressed objects or to generate object streams from
files that don't have them (or even those that already do). QPDF
also supports a special mode designed to allow you to edit the
content of PDF files in a text editor. For more details, please
see the documentation links below.

QPDF includes support for merging and splitting PDFs through the
ability to copy objects from one PDF file into another and to
manipulate the list of pages in a PDF file. The QPDF library also
makes it possible for you to create PDF files from scratch. In this
mode, you are responsible for supplying all the contents of the
file, while the QPDF library takes care off all the syntactical
representation of the objects, creation of cross references tables
and, if you use them, object streams, encryption, linearization,
and other syntactic details.

QPDF is not a PDF content creation library, a PDF viewer, or a
program capable of converting PDF into other formats. In particular,
QPDF knows nothing about the semantics of PDF content streams. If
you are looking for something that can do that, you should look
elsewhere. However, once you have a valid PDF file, QPDF can be
used to transform that file in ways perhaps your original PDF
creation can't handle. For example, programs generate simple PDF
files but can't password-protect them, web-optimize them, or perform
other transformations of that type.
2013-01-31 21:45:23 +00:00
wiz
b83ccab3e4 Update to 2.1.2:
2.1.2

- Minor GUI bug fixes.

- Minor translation fixes.

- Updated copyright year.
2013-01-29 06:12:56 +00:00
schnoebe
46c0b784af Update to 3.12.11:
Significant Changes:
  - RHEL5 supported with hpcups

Added Support for the Following New Printers:
  - HP LaserJet Pro 500 color MFP M570dw
  - HP LaserJet Pro 500 color MFP M570dn
  - HP LaserJet Enterprise flow MFP M525
  - HP LaserJet Enterprise color flow MFP M575
  - HP LaserJet Enterprise 700 M712n
  - HP LaserJet Enterprise 700 M712dn
  - HP LaserJet Enterprise 700 M712xh
  - HP LaserJet Enterprise 700 color MFP M775dn
  - HP LaserJet Enterprise 700 color MFP M775f
  - HP LaserJet Enterprise 700 color MFP M775z
  - HP LaserJet Enterprise 700 color MFP M775z+


Added support for the following new Distro's:
  - Ubuntu 12.10
  - Debian 6.0.6

Launchpad fixes:
  1073650 - musb.c:get_interface() doesn't check return value of
  libusb_get_config_descriptor()
  1070758 - can't run hp-check without GUI
  1048754 - HP Setup crashes with ValueError
  1067697 - manual  of hp-check mentions '--runtime' option
  1067689 - 'hp-check -r' starts HPLIP status service (hp-systray)
  1064107 - CUPSEXT could not be loaded
  1066235 - 'hp-check' does not find installed XSane
  1065582 - Cannot add a parallel printer


Issues fixed:
  - Delay in status display on USB connection for certain classes of
    devices
  - Secure Printing support for HP LaserJet P3010 Series

Detailed Change Log:
  - Job storage support with postscript finishing filter
2013-01-27 05:25:02 +00:00
adam
f4c3b89da7 Revbump after graphics/jpeg and textproc/icu 2013-01-26 21:36:13 +00:00
wiz
398007f10b Update to 2.16.2. Comment patches.
Fixes and changes after 2.16.0
==============================

2.16.1
     Please refer to the bug tracker for issues fixed in 2.16.1
     (http://code.google.com/p/lilypond/issues/list?can=1&q=Fixed_2_16_1).

New features in 2.16 since 2.14
===============================

   * Support for cross-staff stems on chords, using `crossStaff' and
     the `Span_stem_engraver'.  This calculates the length of
     cross-staff stems automatically.

   * The syntax of words (character sequences recognized without
     enclosing quotes) and commands (now always a backslash `\'
     followed by a word) has been unified across all modes: it now
     consists of alphabetic characters, possibly enclosing isolated
     dashes `-' and underlines `_'.

     As one consequence, using unquoted text scripts like (literally!)
          { c-script c\f_script }
     will now tend to result in invalid music.  Omitting quote marks
     for arbitrary text rather than keywords has never been good
     practice or even documented, and it is unlikely to have seen
     significant use.

     Staying with established conventions (like not using dashes or
     underlines for command names intended to be used inside of music)
     remains advisable.  The reason for this change is more robust
     recognition of LilyPond's lexical units for LilyPond itself as
     well as external tools interpreting its syntax.

   * Support for Kievan square notation:

          \new KievanVoice {
            \cadenzaOn
            c d e f g a bes
            \bar "kievan"
          }

   * Augmentation dots now avoid the other voice in two-voice polyphony
     so that users can move the `Dot_column_engraver' to set dots
     independently for each `Voice'.

   * A Scheme function to adjust the control points of curves such as
     slurs and ties, developed by several users, is now included in
     LilyPond.

          g8->( bes,-.) d4
          \shape Slur #'((-0.5 . 1.5) (-3 . 0) (0 . 0) (0 . 0))
          g8->( bes,!-.) d4

   * Use of `\tempo' specifications in `\midi' blocks (removed in
     2.9.16 in favor of explicit `tempoWholesPerMinute' settings) has
     seen a revival: now any kind of property-setting music is turned
     into context definitions within output specifications, allowing for
     declarations like
     \layout { \accidentalStyle modern }
     \midi { \tempo 4. = 66 }

   * The LilyPond G clef has been redesigned - upper loop is now more
     balanced, bottom crook sticks out less and the "spine" (main
     vertical line) is more evenly curved. The old and new versions can
     be compared by looking at the documentation: old version
     (http://lilypond.org/doc/v2.14/Documentation/notation/the-feta-font.html#clef-glyphs),
     new version
     (http://lilypond.org/doc/v2.15/Documentation/notation/the-feta-font.html#clef-glyphs).

   * Lilypond's stencil commands have been simplified to allow for less
     code duplication and better height approximations of graphical
     objects.  The following stencil commands have been eliminated:
        * `beam'

        * `bezier-sandwich'

        * `bracket'

        * `dashed-slur'

        * `dot'

        * `oval'

        * `repeat-slash'

        * `zigzag-line'

   * Flags are now treated as separate objects rather than as stem
     parts.

   * Two alternative methods for bar numbering can be set, especially
     for when using repeated music;

   * The following is a fundamental change in LilyPond's music
     representation: Rhythmic events like `LyricEvent' and `NoteEvent'
     are no longer wrapped in `EventChord' unless they have been
     actually entered as part of a chord in the input.  If you
     manipulate music expressions in Scheme, the new behavior may
     require changes in your code.  Calling the music function
     `\eventChords' or the Scheme function `event-chord-wrap!'
     converts to the old representation; using one of those might be
     easiest for keeping legacy code operative.

     The following three items are consequences of this change.

   * The repetitive chord entry aid `q' has been reimplemented.
     Repeated chords are now replaced right before interpreting a music
     expression.  In case the user wants to retain some events of the
     original chord, he can run the repeat chord replacement function
     `\chordRepeats' manually.

   * String numbers and right hand fingerings on single notes now appear
     without having to be written inside of chord brackets.

   * Music functions now work the same when used inside or outside of
     chords, including all the possibilities of argument parsing.
     Music variables can be used inside of chords: a construct like

          tonic=fis'
          { <\tonic \transpose c g \tonic> }

     now works as expected.  One can use `#{...#}' for constructing
     chord constituents.  `\tweak' now works on single notes without
     needing to wrap them in a chord.  Using it on command events and
     lyrics is now possible, but not likely to give results yet.

   * `\tweak' now takes an optional layout object specification.  It can
     be used for tweaking layout objects that are only indirectly
     caused by the tweaked event, like accidentals, stems, and flags:

          <\tweak Accidental #'color #red   cis4
           \tweak Accidental #'color #green es
                                            g>

   * Scheme expressions inside of embedded Lilypond (`#{...#}') are now
     executed in lexical closure of the surrounding Scheme code.  `$'
     is no longer special in embedded Lilypond.  It can be used
     unconditionally in Lilypond code for immediate evaluation of Scheme
     expressions, similar to how `ly:export' could previously be used.
     `ly:export' has been removed.  As a consequence, `#' is now free
     to delay evaluation of its argument until the parser actually
     reduces the containing expression, greatly reducing the potential
     for premature evaluation.  There are also `splicing' operators `$@'
     and `#@' for interpreting the members of a list individually.

   * To reduce the necessity for using `$', Scheme expressions written
     with `#' are interpreted as music inside of music lists, and as
     markups or markup lists inside of markups.

   * Support for jazz-like chords has been improved: Lydian and altered
     chords are recognised; separators between chord modifiers are now
     treated independently of separators between "slash" chords and
     their bass notes (and by default, slashes are now only used for
     the latter type of separator); additional pitches are no longer
     prefixed with "add" by default; and the "m" in minor chords can be
     customized.  *note Customizing chord names:
     (lilypond-notation)Customizing chord names. for more information.

   * The `\markuplines' command has been renamed to `\markuplist' for a
     better match with its semantics and general Lilypond nomenclature.

   * The interface for specifying string tunings in tablature has been
     simplified considerably and employs the scheme function
     `\stringTuning' for most purposes.

   * Beams can now have their slopes preserved over line breaks.

     To do this, several callback functions are now deprecated.
        * `ly:beam::calc-least-squares-positions'

        * `ly:beam::slope-damping'

        * `ly:beam::shift-region-to-valid'
     Furthermore, `ly:beam::quanting' now takes an additional argument
     to help calculations over line breaks.  All of these functions are
     now automatically called when setting the `positions' parameter.

   * In function arguments music, markups and Scheme expressions (as
     well as several other syntactic entities) have become mostly
     interchangeable and are told apart only by evaluating the
     respective predicate.  In several cases, the predicate is
     consulted by the parser, like when deciding whether to interpret
     `-3' as a number or a fingering event.

   * Music functions (and their close relatives) can now be defined with
     optional arguments.

   * For defining commands executed only for their side-effects,
     `define-void-function' is now available.

   * There is a new `define-event-function' command in analogy to
     `define-music-function' that can be used for defining music
     functions acting as post events without requiring a direction
     specifier (`-', `^', or `_') placed before them.

          dyn=#(define-event-function (parser location arg) (markup?)
                   (make-dynamic-script arg))
          \relative c' { c\dyn pfsss }

   * A list of ASCII aliases for special characters can be included.

          \paper {
            #(include-special-characters)
          }
          \markup "&bull; &dagger; &copyright; &OE; &ss; &para;"

   * There is a new `define-scheme-function' command in analogy to
     `define-music-function' that can be used to define functions
     evaluating to Scheme expressions while accepting arguments in
     Lilypond syntax.

   * The construct `#{ ... #}' can now be used not just for
     constructing sequential music lists, but also for pitches
     (distinguished from single note events by the absence of a
     duration or other information that can't be part of a pitch),
     single music events, void music expressions, post events, markups
     (mostly freeing users from having to use the `markup' macro),
     markup lists, number expressions, context definitions and
     modifications, and a few other things.  If it encloses nothing or
     only a single music event, it no longer returns a sequential music
     list but rather a void music expression or just the music event
     itself, respectively.

   * Pitches can be used on the right side of assignments.  They are
     distinguished from single note events by the absence of a duration
     or other information that can't be part of a pitch.

   * New command-line option `--loglevel=LEVEL' to control how much
     output LilyPond creates. Possible values are ERROR, WARN,
     BASIC_PROGRESS, PROGRESS, DEBUG.

   * `\once \set' now correctly resets the property value to the
     previous value.

   * The alignment of dynamic spanners (hairpins, text crescendo, etc.)
     is now automatically broken if a different direction is explicitly
     given.

   * Appoggiaturas and acciaccaturas now also work inside a slur, not
     only inside a phrasing slur. Also, a function `\slashedGrace' was
     added that does not use a slur from the acciaccatura note.

   * To suppress the line on a crescendo text spanner (and other
     similar spanners), LilyPond now fully supports the `#'style =
     #'none' property.

   * LilyPond.app now supports MacOS X 10.7, thanks Christian Hitz!

   * Glissandi can now span multiple lines.
2013-01-25 11:32:07 +00:00
mef
e709acba40 News since 11.87
================

   * AUCTeX now supports Biber in conjunction with biblatex in addition
     to BibTeX.

   * Each AUCTeX mode now has its own abbrev table.  On Emacsen which
     provide the possibility to inherit abbrevs from other tables, the
     abbrevs from the Text mode abbrev table are available as well.
     Newly defined abbrevs are written to the mode-specific tables,
     though.

   * The file `tex-fptex.el' was removed.

   * Forward/backward search for Evince has been improved.  If Emacs is
     compiled with DBUS support and a recent Evince version (3.x) is
     installed, the communication goes over the desktop bus instead of
     the command line, resulting in more accurate positioning of point
     in Emacs and highlighting of the target paragraph in Evince.

   * A problem where Ghostscript threw an /invalidfileaccess error when
     running preview-latex was fixed.

   * A lot of smaller fixes and additions have been made.
2013-01-23 08:58:29 +00:00
mef
9076f03ebe Changes to fix Can't locate flush.pl in @INC ( .... based on PR pkg/47484
with patches/patch-ab,  and some more as (3) and (4):
(1) Add patch-ab to eliminate old-fashioned flush.pl which causes
   error as:
   Can't locate flush.pl in @INC ( ....

(2) patch-ab also includes:
  - Eliminate old-fashioned call of ctime.pl
  - Eliminate non-supported '$#'
  - Rename 'sub date' to be more specific name 'sub a2ps_date'
   This patch is derived from
     http://trac.macports.com/changeset/86539

(3) Add comment on patch-aa from cvs log.

(4) Add LICENSE=mit.
2013-01-22 10:18:41 +00:00
riastradh
a20589ae98 Add some options to print/evince.
Been sitting on this patch for ages.  No objection in PR pkg/44541.
2013-01-20 00:52:18 +00:00
joerg
899186a326 Do not add default arguments at implementation time. 2013-01-17 16:02:17 +00:00
obache
5078853035 Update acroread9 to 9.5.3.
9.5.3
This release provides mitigations for vulnerabilities described in the security
bulletin at http://www.adobe.com/go/apsb13-02.

9.5.2:
This release provides mitigations for vulnerabilities described in the security
bulletin at http://www.adobe.com/go/apsb12-16.
2013-01-16 11:41:29 +00:00
joerg
d4ff19682b Linker flags must be prefixed with -Wl. Don't add default arguments
during method implementation.
2013-01-15 15:28:37 +00:00
minskim
522c121273 Add tex-textcase{,-doc}. 2013-01-14 00:26:18 +00:00
minskim
ea3d1a80c4 Import tex-textcase-doc-0.07 as print/tex-textcase-doc.
Packaged by Patrick Welche and modified by me.

This is documentation for tex-textcase.
2013-01-14 00:23:32 +00:00
minskim
dc7626abea Import tex-textcase-0.07 as print/tex-textcase.
Packaged by Patrick Welche and modified by me.

The textcase package offers commands \MakeTextUppercase and
\MakeTextLowercase are similar to the standard \MakeUppercase
and \MakeLowercase, but they do not change the case of any
sections of mathematics, or the arguments of \cite, \label and
\ref commands within the argument. A further command
\NoCaseChange does nothing but suppress case change within its
argument, so to force uppercase of a section including an
environment, one might say:
\MakeTextUppercase{...\NoCaseChange{\begin{foo}}
...\NoCaseChange{\end{foo}}...}
2013-01-14 00:23:00 +00:00
joerg
f4668fe08d Prefer gzcat + plain tar over gtar. Honour CFLAGS. 2013-01-11 23:29:39 +00:00
gdt
71ade90e86 Move LICENSE/RESTRICTED to Makefile.common.
The root of the issue is the distfile, which is shared via
Makefile.common, so the license variables belong together.
2013-01-06 13:39:12 +00:00
gdt
5030137f97 Set LICENSE and NO_*_ON_*; PKGREVISION++.
This uses the pdflib distfile, so it inherits the treatment.
(Perhaps these lines should have been set in Makefile.common.)
2013-01-06 13:35:18 +00:00
gdt
03d53625b1 Revbump for NO_*_ON_* change. 2013-01-05 13:34:31 +00:00
gdt
29dacc4b45 Revbump for NO_*_ON_* change. 2013-01-05 13:34:15 +00:00
gdt
45156739e5 Add LICENSE=, set NO_*_ON_*.
The licensing for this package is unclear.  In particular, it appears
to contain an embedded copy of pdflib.  Mark it non-redistributable
until someone analyzes and addresses the issues.
2013-01-05 00:35:32 +00:00
gdt
c27870147e LICENSE=, RESTRICTED=, set NO_*_ON_*.
The license is only available as a pdf, and I decline to extract and
check in text.

This license is clearly non-Free, and no permission is granted to
distribute source or binaries, so set NO_*_ON_*.

Fixes PR pkg/43210.
2013-01-05 00:34:11 +00:00
wiz
ea47d0cd01 Add missing pkg-config dependency. 2013-01-04 21:42:42 +00:00
ryoon
432553d58b Add qpdfview 2013-01-03 13:39:41 +00:00
ryoon
3c7ab827f2 Import qpdfview-0.3.7 as print/qpdfview.
qpdfview uses the Poppler library for rendering and CUPS for
printing. It provides a clear and simple graphical user interface
using the Qt framework.

Current features include:
* Outline, properties and thumbnail panes
* Scale, rotate and fit
* Fullscreen and presentation views
* Continuous and multiple-page layouts
* Search for text
* Configurable tool bars
* Persistent per-file settings
* SyncTeX support
* Rudimentary annotation support (with Poppler version 0.20.1 or higher)
* Rudimentary form support
2013-01-03 13:38:55 +00:00
ryoon
9247d614c0 Add electrix 2013-01-03 13:35:06 +00:00
ryoon
449bb99988 Import electrix-0.2.0 as print/electrix.
eLectrix is an application to view Portable Document Format (PDF)
files. It also has optional support for the PostScript (PS) format.
2013-01-03 13:34:14 +00:00
obache
c6251e1d7f avoid to overwrite `libarchive.pc' from buildlink.
PR 47279.
2012-12-30 08:09:20 +00:00
wiz
e7447b0e50 Disable compiler version check in configure.
This way, the build progresses to a clang error.

When looking at this, consider upgrading the package to 2.16 first, perhaps
it's already fixed there.
2012-12-25 15:30:14 +00:00
dholland
630aef79d4 Don't ignore errors when building. This finally reveals what the build
problem really is: "File not found: quickref.mx1"
2012-12-24 05:17:51 +00:00
dholland
6ae5f15285 Uncomment LICENSE. 2012-12-24 01:51:20 +00:00
dholland
a1cca7de1d Fix LP64 problems and patch up some other stuff that appeared while
doing so.
2012-12-24 01:50:57 +00:00
dholland
32fefe5cd5 Remove quite a bit of pkglint. 2012-12-24 00:56:19 +00:00
dholland
cef578e578 Don't hardwire /usr/pkg. 2012-12-24 00:54:05 +00:00
dholland
31a5135b76 Disable this package on ruby18; it does not build and hasn't for ages,
and at this point it's not worth pretending we'll ever fix it.
2012-12-21 06:23:19 +00:00
is
dc528df397 Revert the compression feature of 20060221 (wrap the original file in
a procedure and call that N times later), as it exceeds some limits of
ghostscript as well as other printers at least for nontrivial files.

Patch by Ingvar Hagelund via Redhat Bugzilla # 436969.
2012-12-20 14:14:14 +00:00
markd
5e71d46abe Drop maintainership of kde3 packages. Haven't had any systems running
kde3 for a while.
2012-12-17 18:37:06 +00:00
khorben
b91c1df3f8 Added print/deforaos-pdfviewer (version 0.0.1) 2012-12-17 01:58:04 +00:00
khorben
ab4e355459 Imported wip/deforaos-pdfviewer, the DeforaOS PDF viewer, under
print/deforaos-pdfviewer (version 0.0.1)
2012-12-17 01:56:50 +00:00
obache
64deda1dc9 recursive bump from cyrus-sasl libsasl2 shlib major bump. 2012-12-16 01:51:57 +00:00
ryoon
35263110cb Bump PKGREVISION from devel/nss 3.14.0. 2012-12-15 10:36:18 +00:00
marino
64ae88ec39 print/lilypond: Fix redefinition of Moment S
This problem, detected by gcc 4.6+, was fixed upstream a year ago.
Bring that patch in to fix the build.
2012-12-15 10:01:20 +00:00
bsiegert
598adf007b Unbreak on {Mir,Openâ‰}BSD by excluding the use of memalign.
The patch is a horrible way to fix this. The real fix should be a check
for the existence of memalign in the configure script.
2012-12-12 16:37:08 +00:00
wiz
e1617541d4 Fix poppler-cpp on Solaris (iconv issue) using a patch from Richard PALO
in PR 47215.
Bump PKGREVISION.
2012-12-12 15:51:58 +00:00
wiz
e1acde4ddb Reset maintainer on his request. 2012-12-12 10:44:06 +00:00
ryoon
50cf488bd4 Bump PKGREVISION from graphics/sane-backends. 2012-12-10 12:32:39 +00:00
wiz
f02fc0e2c7 Update to 0.4.6:
Changes since 0.4.5:
 Updated cMap/Adobe-Japan1/UniJIS-UTF16-H
 Updated cMap/Adobe-Japan1/UniJIS-UTF32-H
 Updated cMap/Adobe-Japan1/UniJIS-UTF8-H
 Updated cMap/Adobe-Japan1/UniJIS2004-UTF16-H
 Updated cMap/Adobe-Japan1/UniJIS2004-UTF32-H
 Updated cMap/Adobe-Japan1/UniJIS2004-UTF8-H
 Updated cMap/Adobe-Japan1/UniJISX0213-UTF32-H
 Updated cMap/Adobe-Japan1/UniJISX02132004-UTF32-H
 Updated cMap/Adobe-Korea1/UniKS-UTF16-H
 Updated cMap/Adobe-Korea1/UniKS-UTF32-H
 Updated cMap/Adobe-Korea1/UniKS-UTF8-H
2012-12-09 15:15:21 +00:00
adam
78879070f6 Use openjpeg15 instead of openjpeg, since openjpeg has been updated to 2.0.0 2012-12-08 23:09:39 +00:00
ryoon
18a48a9767 * Fix dependency pattern
* Add CVS tag to PLIST
2012-11-23 00:42:21 +00:00
ryoon
4fda1ccb59 Fix PR pkg/47238
* Set MAINTANINER as pkgsrc-users@

And
* Set CATEGORIES as print
* Fix dependency patterns

XXX This package depends on pkgsrc-wip packages.
XXX This problem should be fixed.
2012-11-23 00:35:29 +00:00
joerg
c4a55ad0a7 Use more void. 2012-11-19 03:04:22 +00:00
jaapb
fe18ffad82 Corrected directory problem with distfile 2012-11-18 18:03:44 +00:00
jaapb
5ef6c6a915 Corrected wrong directory path in build of tex-comment.
This should fix PR pkg/47204.
2012-11-18 17:59:05 +00:00
schnoebe
3dec8615e4 HPLIP 3.12.10a:
Fixed crash in HP Device Manager and System Tray due to ValueError
    exception in HPLIP upgrade functionality

    1064889 - HP System Tray and Device Manager fails with ValueError exception

HPLIP 3.12.10:

    Added Support for the Following New Printers:
	- HP Deskjet Ink Advantage 2020HC Printer
	- HP Deskjet Ink Advantage 2520HC  All-in-One
	- HP Envy 120 e-All-in-One
	- HP Envy 121 e-All-in-One
	- HP HotSpot LaserJet Pro M1218nfs MFP
	- HP OfficeJet 150 Mobile All-in-One

    Lunchpad fixes:
	1054584 - data/rules/hplip_cron only works with English locale
	1048732 - hp binary plugin installation fails

    Issues fixed:
	- Cannot scan resolution on a Photosmart C6380
	- Device communication error after alignment operation from Toolbox

    Detailed Change Log:
	- Added permission in 'hp-logcapture' tool


HPLIP 3.12.9:

    Significant Changes:
	- Added logcapture tool. User can collect logs by running
	  'hp-logcapture' command for any issue in print/scan/fax functionality

    Added Support for the Following New Printers:
	- HP DeskJet 3510 All-in-One
	- HP DeskJet 3511 e-All-in-One
	- HP DeskJet 3512 e-All-in-One
	- HP DeskJet Ink Advantage 6525 e-All-in-One
	- HP DeskJet Ink Advantage 3515 e-All-in-One
	- HP DeskJet Ink Advantage 3516 e-All-in-One
	- HP LaserJet Pro 200 color MFP M276nw
	- HP LaserJet Pro 200 color MFP M276n
	- HP LaserJet Pro M251nw Color Printer
	- HP LaserJet Pro M251n Color Printer
	- HP Photosmart 7520 e-All-in-One
	- HP Photosmart 7525 e-All-in-One
	- HP Photosmart 6520 e All-in-One
	- HP Photosmart 6525 e All-in-One


    Launchpad fixes:
	452113  - Installing hplip-systray.desktop and hplip.desktop only if gui
		  build is enabled
	482674  - Support for xdg-open in base/utils.py
	889008  - Scanning in grayscale with HP LaserJet Pro M1212nf give wrong
		  aspect ratio image
	932918  - Configure fix for hpcups_only_build
	1012004 - HP LaserJet M1536nf MFP fails to install on Ubuntu 12.04
	1019826 - Failed plugin install for HP_CP_1025nw
	1029052 - WiFi configuration through USB connection is giving I/O error
		  with DeskJet 3050 610a
	1015319 - Scanning with version 3.12.6 results in End Of File error
		  messages
	1032919 - Use consistent EOL markers


    Issues fixed:
	- Device IO error occurs when configuring or perform Scan operation from
	  toolbox with PhotoSmart 6510 Series
	- Secure Printing(Pin to Print) support for LaserJet M9040 Multifunction
	  Printer
	- Economode is not working as expected with LaserJet 2055dn
	- Duplex printing does not happen in Ubuntu 10.04 and Document Viewer
	  not showing the duplex options in all distributions
	- Fixed incorrect PPD picking issue during auto-plugin
	- Fixed WiFi configuration issue for LaserJet 400 M401, LaserJet 400 MFP
	  M425, LaserJet Professional M1217 nfw MFP etc.
	- Plugin Installation UI is not popping up while connecting the plugin
	  supported device via USB with Fedora17 32bit OS
	- Radio button controls in HP Device Manager do not match default
	  settings in Driver's PPD
	- Align functionality is not working with PhotoSmart 6510 Series,
	  DeskJet 2050 J510, DeskJet 3050A J611, OfficeJet 6500 E710
	- Clean job does not work for the second time and throws Device
	  Communication error
	- 'hp-levels' command does not give any details when execute from
	  terminal with OfficeJet 7500 E910, DeskJet 3050A J611 and Envy 100 D410
	- Fixed scan issue with Photosmart Prem C310 series
	- Command 'hp-scan -contrast=<contrast>' does not work in terminal
	- Updated Manual Instructions for Debian OS

    Detailed Change Log:
	- Added Chinese string to accept password during Chinese OS installation
	- Changes done for PrivateTmp feature. Logs get stored in
	  /var/log/hp/tmp
2012-11-18 00:50:42 +00:00
jaapb
814b5b65ed Updated package to separate print/tex-comment and print/tex-index. Bumped
PKGREVISION.
2012-11-16 14:39:45 +00:00
jaapb
db99defd4a Updated Makefile to reflect existence of tex-index and tex-index-doc
packages.
2012-11-16 14:38:35 +00:00
jaapb
50c2f77b8c Added package print/tex-index-doc, version 4.1beta 2012-11-16 14:37:24 +00:00
jaapb
99480b1dfd Added package print/tex-index, version 4.1beta. 2012-11-16 14:36:27 +00:00
jaapb
158d77d74b Added tex-comment and tex-comment-doc (new packages) to category Makefile. 2012-11-16 14:29:30 +00:00
jaapb
7512d03dc8 Added package print/tex-comment-doc as version 3.6. 2012-11-16 14:28:42 +00:00
jaapb
46018c5279 *** empty log message *** 2012-11-16 14:27:04 +00:00
gdt
9cd69adaaf Depend on x11/fltk13 rather than x11/fltk.
As discussed on pkgsrc-users, x11/ftlk (1.1) is no longer maintained,
and 1.3 is believed to be almost entirely compatible.

Patch from Tim Larson, who has build-tested these packages on
NetBSD/amd64.
2012-11-15 13:44:13 +00:00
minskim
a28cfb6a7e Update tex-texlive-docindex{,-doc} to 2012.28163.
Changes:
- Added pkxcjkcat, bohr, plainpkg, pkuthss, ulthese, exsheets, uptex,
  actuarialangle, setdeck, venndiagram, mkbib, etc.
- Removed presfull.
2012-11-04 22:09:51 +00:00
sbd
223b2e9333 Remove the unneeded lang/perl5/dirs.mk inclusion. 2012-11-02 07:55:31 +00:00
asau
d1c4856796 Update to GV 3.7.3
Changes in GV 3.7.3 (November 2011)

- Fixed "Save document" dialog for PDF files


Changes in GV 3.7.2.90 (October 2011)

- Various bug fixes.


Changes in GV 3.7.2 (April 2011)

- "Fit to window magnification" and "Fit width to window magnification" with
  "Automatic resizing" turned on sometime miss rescaling, especially when
  changing the orientation or resizing the window. You can force
  rescaling by selecting the active "special" scale in the scales menu.

- Interactive prompting for the password of encrypted PDF files do not work
  if and only if DSC is turned off. As a workarouund, you can load the file
  with DSC turned on and then turn DSC off.


Changes in GV 3.7.1.90 (April 2011)

- Fix Debian bug #594991: unexpected scrolling of the TOC widget
- Fixed file descriptor leak
- Added Dutch, French, Italian and Spanish translation
2012-10-25 16:53:13 +00:00
wiz
2c72a9f0b9 Remove xextproto/buildlink3.mk in most cases where it occurs with
libXext/buildlink3.mk, now that it is included there.
Leave the places where its API version is set or variables from it
are used directly (about 3 packages).
2012-10-23 10:24:02 +00:00
wiz
d67412c4de Add itstool as build dependency. 2012-10-23 07:58:45 +00:00
minskim
b47e409464 Resolve conflicts between tex-psfrag, tex-umlaute, and teTeX-texmf. 2012-10-21 18:14:16 +00:00
minskim
262a4de569 Correct version strings. 2012-10-21 18:07:08 +00:00
minskim
127f1be89f Add tex-psfrag{,-doc}. 2012-10-21 17:56:40 +00:00
minskim
9984f33c95 Import tex-psfrag-doc-3.04 as print/tex-psfrag-doc.
This is documentation for tex-psfrag.
2012-10-21 17:55:05 +00:00
minskim
caad2b2fb8 Import tex-psfrag-3.04 as print/tex-psfrag.
Allows LaTeX constructions (equations, picture environments,
etc.) to be precisely superimposed over Encapsulated PostScript
figures, using your own favorite drawing tool to create an EPS
figure and placing simple text 'tags' where each replacement is
to be placed, with PSfrag automatically removing these tags
from the figure and replacing them with a user specified LaTeX
construction, properly aligned, scaled, and/or rotated.
2012-10-21 17:54:51 +00:00
minskim
f08ab1191f Add tex-umlaute{,-doc}. 2012-10-21 17:48:26 +00:00
minskim
7384b42a05 Import tex-umlaute-doc-v2.1 as print/tex-umlaute-doc.
This is documentation for tex-umlaute.
2012-10-21 17:46:40 +00:00
minskim
7c40ad7997 Import tex-umlaute-v2.1 as print/tex-umlaute.
An early package for using alternate input encodings. The
author considers the package mostly obsolete, since most of its
functions are taken by the inputenc package; however, inputenc
doesn't support the roman8 and atari encodings, so umlaute
remains the sole source of that support.
2012-10-21 17:46:18 +00:00
drochner
b1ae4b29b0 update to 3.6.1
This switches to the gnome-3.6 release branch
2012-10-19 18:39:05 +00:00
minskim
d046de5faf Add tex-ifplatform{,-doc}. 2012-10-16 22:00:15 +00:00
minskim
3c4c7cc719 Import tex-ifplatform-doc-0.3a as print/tex-ifplatform-doc.
This is documentation for tex-ifplatform.
2012-10-16 21:59:00 +00:00
minskim
ae21152ea5 Import tex-ifplatform-0.3a as print/tex-ifplatform.
This package uses the (La)TeX extension -shell-escape to
establish whether the document is being processed on a Windows
or on a Unix-like system (Mac OS X, Linux, etc.), or on Cygwin
(Unix environment over a windows system). Booleans provided
are \ifwindows, \iflinux, \ifmacosx, and \ifcygwin. The
package also preserves the output of uname on a Unix-like
system, which may be used to distinguish between various
classes of Unix systems.
2012-10-16 21:58:39 +00:00
minskim
c5043ba9ce Update tex-oberdiek{,-doc} to 2012.
New packages: fibnum, thepdfnumber, and enparen.
2012-10-16 21:55:12 +00:00
minskim
ae41949fce Sync tex-amsmath{,-doc} with TeX Live 2012. Documentation updates only. 2012-10-16 21:52:51 +00:00
minskim
2f9fa50726 Update tex-tools{,-doc} to 2012.
Changes:
    * varioref.dtx: Avoid even \protected@edef in \vref@pagenum
             to pacify french babel
    * multicol.dtx: right-to-left language support added
    * multicol.dtx: typo corrections only -- thanks to Laurent Lyaudet
    * varioref.dtx: Correct spacing -- same mistake as in \vref
                     Defaults for esperanto added
    * xspace.dtx: Improve edge case for xspace
    * ftnright.dtx: Check for split footnotes
2012-10-16 21:41:00 +00:00
minskim
342dd643a6 Sync tex-graphics{,-doc} with TeX Live 2012.
Changes:
- Regenerated PDF documentation.
2012-10-16 21:35:13 +00:00
minskim
538788b117 Update tex-pdftex-def to 0.06d.
Changes since 0.05d:
  * The use info on the screen goes with an information
    entry in the .log file that also tells the requested
    width (feature request of Axel Berger).
  * Use of packages `infwarerr' and `ltxcmds'.
  * Fix in \GPT@NormalizeNumber.
  * Date fixed in \ProvidesFile.
  * The ConTeXt support files `supp-pdf.*' and `supp-mpe.*' do
    not prevent reloading. Therefore `pdftex.def' only tries to load
    them if \convertMPtoPDF and \assignMPStransparency are not
    available. This fixes a compatibilty issue with class `combine'.
  * Fix for v0.06a, package `ltxcmds' was not loaded in plain TeX.
2012-10-16 20:57:00 +00:00
minskim
6ada93b2b5 Update tex-latex-bin{,-doc} to 2012.
Changes:
- Formats generated from up-to-date sources.
2012-10-16 20:50:06 +00:00
minskim
84544160ec Sync tex-latex{,-doc} with TeX Live 2012. No functional change. 2012-10-16 20:44:38 +00:00
minskim
dd2cf10dfd Update tex-luatex{,-doc} to 0.70.1pl26689.
Changes:
- Updated the Unicode character list.
- Updated year in the LuaTeX configuration file.
2012-10-16 20:38:54 +00:00
minskim
91a2859ed7 Update tex-pdftex{,-doc} to 1.40.11pl27932.
Changes:
- Updated font map files.
- Added simpdftex.
2012-10-16 20:03:24 +00:00
minskim
889e4d4440 Update tex-latexconfig to 2012.
Changes:
- Set \XeTeXdashbreakstate for XeLaTeX.
2012-10-16 19:49:43 +00:00
minskim
d59e11033b Update tex-ifluatex{,-doc} to 1.3pl26725.
Changes:
- Update usage of \catcode.
2012-10-16 19:40:01 +00:00
rumko
8b32b229fe Do not use bundled freetype, use pkgsrc's.
The bundled freetype conflicts with pkgsrc's and results in build errors.
Closes PR pkg/47063.

Ok@ wiz
2012-10-16 10:10:17 +00:00
minskim
75b6eb5945 Update tex-plain to 3.141592653.26647.
Changes:
    - luatex.ini includes pdfetex.ini instead of etex.ini.
    - xetex.ini sets \XeTeXdashbreakstate.
2012-10-14 21:53:34 +00:00
minskim
2ab6efc359 Update tex-misc to 2012.
Changes:
- Black font is now for 75 PPI, not 150 PPI.
2012-10-14 21:51:38 +00:00
minskim
865199c45b Update tex-hyphen-base to 2012.
Sync the list of languages with TeX Live 2012.  No functional change.
2012-10-14 21:49:28 +00:00
minskim
176bdaf1a3 Add supplementary files for tex-tetex to generate TeX formats. 2012-10-14 21:30:33 +00:00
minskim
7b0b52ec87 texlive-tetex requires more recent tex-tetex to handle TeX formats. 2012-10-14 21:26:23 +00:00
minskim
78575ff02a Make fmtutil in tex-tetex usable by installing its config and symlink. 2012-10-14 21:25:22 +00:00
minskim
e8bf425454 Let tex-tetex delete a dvipdfmx map file when it uninstalls. 2012-10-14 21:24:04 +00:00
minskim
8926df4be4 Let tex-kpathsea install fmtutil.cnf.
This allows TeX formats to be generated without relying on
texlive-tetex.
2012-10-14 21:21:34 +00:00
minskim
494c02827c TEX_FORMAT_NAMES is no longer used. 2012-10-14 18:12:37 +00:00
minskim
a39e431f3b Update tex-collection-documentation-base-doc to 2012.
Changes:
- Updated dependencies to sync with TeX Live 2012.
2012-10-14 17:56:24 +00:00
minskim
fe995656b9 Add tex-texlive-docindex{,-doc}. 2012-10-14 17:52:43 +00:00
minskim
dfaf8ad0a6 Import tex-texlive-docindex-doc-2012 as print/tex-texlive-docindex-doc.
This is documentation for tex-texlive-docindex.
2012-10-14 17:51:15 +00:00
minskim
d57233b46e Import tex-texlive-docindex-2012 as print/tex-texlive-docindex.
This package provides the top-level TeX Live doc.html and other
support files.
2012-10-14 17:50:53 +00:00
minskim
dbb10e902c Use a more restrictive pattern in setting DIST_SUBDIR for TeX Live packages. 2012-10-14 17:48:34 +00:00
minskim
57d59e7ccf Update tex-texlive-en-doc to 2012.
Changes:
- Updated documentation for TeX Live 2012.
2012-10-14 17:07:58 +00:00
minskim
7c32a4c463 Update tex-texlive-common-doc to 2012. Image files updates only. 2012-10-14 17:00:43 +00:00
minskim
a4f4defe61 Update tex-kpathsea{,-doc} to 2012.
Changes:
    - Added mktexfmt.
    - Updated documentation.
2012-10-13 22:50:06 +00:00
minskim
ecbb44ec6e Resolve conflicts between texlive-tetex and TeX Live 2012 packages. 2012-10-13 22:43:23 +00:00
minskim
e33ac64144 Update tex-tetex{,-doc} to 3.0.27774.
In TeX Live 2012, this package replaces print/texlive-tetex.
2012-10-13 22:38:20 +00:00
minskim
7d9f6ebe9a Add tex-texconfig{,-doc}. 2012-10-13 22:32:56 +00:00
minskim
015571ed56 Import tex-texconfig-doc-2012 as print/tex-texconfig-doc.
This is documentation for tex-texconfig.
2012-10-13 22:29:55 +00:00
minskim
2a3c4c9f3f Import tex-texconfig-2012 as print/tex-texconfig.
This package provides texconfig, a utility to configure TeX.
2012-10-13 22:29:21 +00:00
drochner
4ce5078650 reset PKGREV for base pkg update 2012-10-11 15:13:49 +00:00
drochner
e657ddcf97 update to 0.20.5
changes: bugfixes
2012-10-11 15:12:29 +00:00
mef
f64ddba0d3 Fix typo on referer, print/ -> fonts/ 2012-10-11 03:09:24 +00:00
mef
8f9a570afa To fix PR
pkg/47045
    pkg/47047
    pkg/47049

Following change pulled up from wip/ghostscript (9.06)
(3) patch-freetype_include_freetype_internal_t1types_h
    Delete due to (1) patch will take care.
2012-10-10 02:24:45 +00:00
mef
9b247b0e99 To fix PR
pkg/47045
    pkg/47047
    pkg/47049

Following change pulled up from wip/ghostscript (9.06)
(1) patch-ah (configure)
    Add CPPFLAG to refer ghostscript-included freetype
    (regardless of X11_TYPE=native or modular).

(2) patch-af (base/unix-dll.mk)
    Adjust to build on Mac OS X.

(3) patch-freetype_include_freetype_internal_t1types_h
    Delete due to (1) patch will take care.
2012-10-10 02:18:25 +00:00
minskim
c7ce866fdc Update tex-dvips{,-doc} to 2012.
Changes:
- Regenerated font map files.
2012-10-09 14:15:33 +00:00
minskim
38e07ff883 Update tex-texlive.infra to 2012.27610.
Changes:
- Check whether an old configuration file for updmap exists.
2012-10-08 23:32:50 +00:00
adam
3f2cc57b2b Revbump after updating graphics/pango 2012-10-08 23:00:34 +00:00
jaapb
ff1184e506 Revision bump associated with the update of lang/ocaml to version 4. 2012-10-08 15:18:20 +00:00
asau
6ebceaf75d Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days. 2012-10-08 13:45:34 +00:00
marino
a8dd945230 print/cups: PR#46984 Remove libusb options from DragonFly, SunOS
The devel/libusb1 package is masked for both DragonFly and SunOS.  This
cups package set libusb on by default which means cups fails to build
with no set options on those two platforms.

Add an OPSYS check which prevents libusb from even being offered as an
option on DragonFly and SunOS.
2012-10-08 12:47:23 +00:00
wiz
1041bfcdd3 Fix REPLACE_PERL: remove non-existent file, add other existing ones. 2012-10-08 11:06:33 +00:00
mef
77c0c02cef To-be-deleted file existed, sorry, cvs delete them 2012-10-08 05:40:11 +00:00
wiz
cfd557dc10 Add Makefile.common. 2012-10-07 22:25:39 +00:00
mef
f10e57ba67 (1) Bump version 8.71 to 9.05 (importing from wip/ghostscript).
For the Changes: See
    share/ghostscript/9.05/doc/History9.htm
  Or
    work/ghostscript-9.05/doc/History9.htm
  Upstream releases and their date are:
        Version 9.05 (2012-02-08)
        Version 9.04 (2011-08-05)
        Version 9.02 (2011-03-30)
        Version 9.01 (2011-02-07)
        Version 9.00 (2010-09-14)

(2) Resolve pkg PR/44400.
options.mk:
  - Have new option disable-compile-inits
Makefile
  - rename cidfmap to cidfmap-dist (post-extract:)

(3) Have new file Makefile.common to share with
    fonts/ghostscript-cidfonts
    fonts/ghostscript-cidfonts-ryumin
  to set ${GS_VERSION}, and then ${GS_RESOURCEDIR}.

(4) options.mk
 - Add new options,
   disable-compile-inits
 - Add following line for non X11 installation
   CONFIGURE_ARGS+=       --disable-freetype
 - Name change
   pstorater.convs -> gstoraster.convs

(5) PLIST
  So many changes, but just a note:
  -share/ghostscript/${PKGVERSION}/doc/README
   share/ghostscript/${PKGVERSION}/doc/Readme.htm

(6)
patches directory:
Removed, for upstream included.
------
patch-aa   9.00	base/gsnogc.c
patch-ab   9.05	base/unixinst.mak
patch-ac   9.00	ase/gdevpx.c
patch-ad   9.04	lib/pv.sh
patch-ae   9.00	psi/zfile.c
patch-ag   9.00	cups/cups.mak

patch-ak   9.04	->  a part left in patch-base_gdevpng.c
patch-am   9.00	lib/pdf2dsc.ps

patch-ba   9.00	psi/idosave.h
patch-bb   9.00	psi/isave.c	(CVS-2010-1628)
patch-bc   9.00	psi/ialloc.c	(CVS-2010-1628)

patch-bd   9.00 (1) bug #691029 and #691108
           9.00 (2) arrayoption() macro
	   9.00 (3) silence compiler warning

Modified, or unchanged
------
patch-af  (Add comments from former commit log, and adjust)
patch-ah  (Add comments from former commit log, and adjust)
patch-ai  (Add comments from former commit log, and adjust)
patch-aj  (unchanged)
patch-al  (unchanged)
patch-an  (Add comments from former commit log, and adjust)

Added
--------
patch-base_gdevpng.c	(a part of previous patch-ak)
patch-base_gserrors_h	(silence compile warning)
patch-configure.ac	(For just a record, see patch-ah (configure))
patch-freetype_include_freetype_internal_t1types_h (To avoid redifintion of T1_EncodingType_ )
patch-openjpeg_libopenjpeg_opj_malloc_h (To avoid undefined ref. to memalign)

OK'ed by wiz@, thanks a lot.
2012-10-07 14:19:18 +00:00
joerg
22b00ca607 Fix build with modular Xorg. 2012-10-04 21:58:58 +00:00
wiz
8b5d49eb78 Bump all packages that use perl, or depend on a p5-* package, or
are called p5-*.

I hope that's all of them.
2012-10-03 21:53:53 +00:00
tron
14215633d2 Mass recursive bump after the dependence fix of the "cairo" package
requested by Thomas Klausner.
2012-10-02 17:10:28 +00:00
ryoon
3ad7a9020e Update to 0.7.14
Changelog:
pdf2djvu (0.7.14) unstable; urgency=low

  * Ignore links with no action. (Previously such links would cause segfault).
    Thanks to Krzysztof Szafran for the bug report.
  * Update German translation. Thanks to Chris Leick.
  * Update Russian translation. Thanks to Kyrill Detinov.
  * Update Ukrainian translation. Thanks to Serhij Dubyk.

 -- Jakub Wilk <jwilk@jwilk.net>  Tue, 18 Sep 2012 17:27:28 +0200
2012-10-01 15:34:56 +00:00
dholland
34836adeda Change two more hard-coded "8.4" instances to "8.5". 2012-09-29 06:43:57 +00:00
dholland
add7fb9671 Recognize tcl 8.5. Should fix tcl-pdflib. 2012-09-29 06:29:01 +00:00
jperkin
5fa3282e77 Fix up compiler flags on Solaris, you cannot have both _XOPEN_SOURCE=600 and
_XOPEN_SOURCE_EXTENDED=1 in C99 code.

Fixes package on Solaris.
2012-09-27 12:01:57 +00:00
ryoon
4e280abcb5 Fix PR pkg/46766
When run 'make package' as root, avoid /usr/bin/acroread symlink creation.
2012-09-21 11:46:56 +00:00
wiz
c4ba76268f Comment out p5-biblatex-biber until it works. 2012-09-21 05:46:11 +00:00
jnemeth
63afc120aa add and enable p5-biblatex-biber 2012-09-20 15:17:01 +00:00
drochner
6f4cfd0bc6 fix libtool problem in unpriliged build
use the right libusb
2012-09-18 15:17:32 +00:00
bouyer
e68741e33e Update to 1.5.4 (ok by wiz@):
- Documentation updates (STR #4112, STR #4130, STR #4134)
        - Fixes for libusb-based USB backend (STR #4128)
        - The lpq command did not show the owner or title of jobs unless passed
          a username on the command-line (STR #4135)
        - Localized empty strings contained the message catalog metadata
          (STR #4119)
        - Fixed a crash in the libusb-based USB backend (STR #4099)
        - The cups-lpd mini-daemon no longer handled jobs with multiple copies
          (STR #4118)
        - Multiple libusb backend fixes (STR #4098, STR #4100)
        - The IPP backend no longer tries to get the job status for printers
          that do not implement the required operation (STR #4083)
        - Sending a document in an unsupported format to an IPP printer now
          automatically cancels the job (STR #4093)
        - Fix some error reporting issues when printing from /dev/null and
          other unusual situations (STR #4015)
        - The scheduler now sets the CUPS_MAX_MESSAGE environment variable for
          filters (STR #4074)
        - Fixed a build issue when using older versions of autoconf (STR #4084)
        - The IPP backend now treats the client-error-not-possible status code
          as a job history issue, allowing IPP printing to Windows to work
          (STR #4047)
        - The IPP backend incorrectly included the document-format and
          compression attributes in Create-Job requests (STR #4086)
        - The libusb-based USB backend did not work on non-Linux platforms
          (STR #4088)

        - httpReconnect() did not reset the read/write buffers (STR #4065)
        - Compiling without threading support failed (STR #4060)
        - Fixed compile problem with old versions of OpenSSL (STR #4036)
        - The network backends did not check SNMP supply levels regularly
          (STR #4040)
        - The online help always included the "help on help" text (STR #4042)
        - Fixed a SSL handshake issue on OS X (STR #4045)
        - The scheduler could crash if a PPD file contained an invalid paper
          size (STR #4049)
        - The CUPS polling daemon did not reinitialize its connection to the
          remote server on errors in all cases (STR #4031)
        - PostScript auto-configuration was slow and unreliable with some
          printers (STR #4028)
        - Missing localizations caused empty output (STR #4033)
        - The cups-driverd program could temporarily "forget" a PPD file if it
          was updated in place.
        - The dnssd backend now prefers IPPS over IPP.
        - The USB backend now uses and requires LIBUSB 1.0 or later (STR #3477)
        - The LIBUSB-based USB backend now supports the back-channel (STR #2890)
        - Changed how timeouts are implemented in the LPD backend (STR #4013)
        - Added more supported color names for SNMP supplies (STR #3981)
        - The default InputSlot setting was never used (STR #3957)
        - POSIX ACLs are now set properly on certificate files (STR #3970)
        - Supplies with commas in their names were not reported correctly
          (STR #4020)
        - The cupsGetPPD3() function created a temporary file when one was not
          needed (STR #4018)
        - The scheduler now ensures that job notifications contain a value for
          the notify-printer-uri attribute (STR #4014)
        - The lp and lpr commands did not cancel jobs queued from stdin on an
          error (STR #4015)
        - Fixed the IPP backend's handling of HTTP/1.0 compatibility (STR #3988)
        - The IPP backend did not always setup username/password authentication
          for printers (STR #3985)
        - The IPP backend no longer re-queues print jobs that are too large for
          the printer/server (STR #3977)
        - The RPM spec file did not work (STR #4021, STR #4057)
        - Encryption did not work when the server name ended with "."
          (STR #4011)
        - The multi-purpose tray is now mapped to the IPP "by-pass-tray"
          (STR #4009)
        - The correct media size was not always passed to IPP printers
          (STR #4001)
        - Finishing options were not passed to IPP printers (STR #3995)
        - Fixed iCloud-based Back to My Mac printing (STR #3996)
2012-09-18 07:17:28 +00:00
taca
4362cc5187 Update ruby-pdf-reader to 1.2.0.
v1.2.0 (28th AUgust 2012)
- Feature: correctly extract text using surrogate pairs and ligatures
  (thanks Nathaniel Madura)
- Speed optimisation: cache tokenised Form XObjects to avoid re-parsing them
- Feature: support opening documents with some junk bytes prepended to file
  (thanks Paul Gallagher)
  - Acrobat does this, so it seemed reasonable to add support
2012-09-16 08:18:36 +00:00
drochner
abdd1839b9 remove unnecessary gtk dependency, ride on revbump 2012-09-15 12:53:27 +00:00
obache
c38c120ee5 recursive bump from libffi shlib major bump
(additionaly, reset PKGREVISION of qt4-* sub packages from base qt4 update)
2012-09-15 10:03:29 +00:00
is
e1268c8981 There are reports about missing dependencies. Removed for the time being
to avoid blocked bulk builds.
2012-09-15 06:15:53 +00:00
is
ae8c1dfb43 Add p5-biblatex-biber 2012-09-14 16:41:27 +00:00
is
29d83be84b BibLaTeX-Biber package (0.9.9, the last one working with biblatex 1.7).
This is in modular form, with the necessary dependencies noted.
2012-09-14 13:20:45 +00:00
drochner
3f440d2aa3 revbump for poppler update 2012-09-14 12:19:31 +00:00
drochner
f54fea9e59 bump dependencies for shlib major change 2012-09-14 12:16:11 +00:00
drochner
9cd61a9662 update to 0.20.4
changes:
-Improvements regarding embedded file handling
-bugfixes
-cleanup

pkgsrc note: shlib major changes, revbumps needed. also switch to
 lcms2 for the "cms" option
2012-09-14 12:15:01 +00:00
jnemeth
7bb19cc6eb add and enable tex-shadethm 2012-09-13 15:23:37 +00:00
is
b727022bcd Shaded theorem environment. 2012-09-12 16:00:31 +00:00
drochner
7d948ea172 add patch from RedHat to fix integer overflow which can lead to
crashes or possible code injection (CVE-2012-4405)
bump PKGREV
2012-09-12 11:27:04 +00:00
adam
b15c922bcc Revbump after updating graphics/cairo 2012-09-07 19:16:05 +00:00
wen
31a5c1b70c Update to 0.06
Upstream changes:
2012-08-29  Andrew Ford  <a.ford@ford-mason.co.uk>

        * version 0.06

        * added script "latex-encode" as a simple filter that uses LaTeX::Encode

        * added a couple more encodings

        * reverted to 'base' from 'parent' for setting up inheritance

        * updated author tests
2012-08-31 00:19:35 +00:00
obache
4f538ddd1f == Ruby-GNOME2 1.1.5: 2012-08-29
This is a network support improvement release!

=== Changes

==== Ruby/GLib2

  * Improvements
    * windows: Bundled glib-networking.

==== Ruby/GIO2

  * Improvements
    * Added Gio::TlsCertificate.
    * Added Gio::TlsCertificateFlags.

==== Ruby/GTK2

  * Improvements
    * Added Gtk.show_uri.

  * Fixes
    * Gtk::TreeStore#reorder:
      Fixed wrong the number of reorder values check.
      [SF.net#3561748] [Reported by Nounou]
2012-08-30 13:36:32 +00:00
wen
ce476b16a2 Update to 0.0.5
Upstream changes:
2012-08-28  Andrew Ford  <a.ford@ford-mason.co.uk>

        * version 0.05

        * added more symbols

        * build-character-table now builds a %provided_by map that gives the LaTeX package
          that provides the LaTeX command used in the encoding

        * removed unimplemented "use_textcomp" option

        * added "packages" option to latex_encode() to pass a reference to a hash that is
          updated with the names of optional LaTeX packages (styles) that implement the
          commands included in the encoded string

2012-08-27  Andrew Ford  <a.ford@ford-mason.co.uk>

        * version 0.04

        * added requirement for Perl 5.8.1 or later due to deficiencies in
          Unicode handling of earlier Perl versions.

        * updated encoding table to add Turkish characters (RT #55526) and to not include
          spaces after accented characters (RT #49357)

        * switch from 'base' to 'parent' for setting up inheritance

        * added add_latex_encodings() and remove_latex_encodings() functions to update the
          encoding table.

        * allow 'add' and 'remove' specifiers to be provided on the 'use' statement
2012-08-29 13:25:06 +00:00
wiz
df8046c90f Do not install man page into /usr/share.
Bump PKGREVISION.
2012-08-25 12:34:53 +00:00
dholland
364127948b Oops, credit should be given to Anthony Mallet (PR 46698) 2012-08-22 19:46:58 +00:00
dholland
1b32d44438 Disable -ffunction-sections -fdata-sections and accompanying
--gc-sections on netbsd because --gc-sections doesn't work with the
netbsd-4 and netbsd-5 linker. See PR 46698 and PR 40401.

Bump PKGREVISION because this changes the compiled package on netbsd-6.
2012-08-22 19:44:27 +00:00
marino
f162cdcb03 Recursive PKGREVISION bump for tcl and tk upgrade to 8.5.12 2012-08-21 23:49:18 +00:00
drochner
807e652103 update to 1.1, from Leonardo Taccari per PR pkg/46823
changes:
The command line tools have been combined into one tool that does all:
 mubusy. Where previously you would have called "mupdfclean blah blah
 blah", now call "mubusy clean blah blah blah" instead.
Support for UserUnits
bugfixes and optimisations
2012-08-21 19:50:53 +00:00
minskim
0746893e91 web2c requires ptexenc>=1.3.0.
This fixes PR 46787.
2012-08-14 21:05:51 +00:00
obache
057f232ff7 Instead of pass down LUA_ROOT as CFLAGS, replace its definition in the source,
avoid to specify nasty C string macro in the command line.
2012-08-14 11:36:25 +00:00
minskim
87eaea5de1 Update dvipsk to 5.992.
Changes:
- `c' config file include directive.
2012-08-13 20:07:27 +00:00
marino
9e8e6f9300 print/poppler016: Fix poppler-qt.pc (Fixes KOffice, kdegraphics3)
Remove a dependency to poppler-0.16 in the poppler-qt.pc file so
that pkg-config --cflags "poppler-qt >= 0.3.1" returns valid information.

Default poppler version is now 0.20.x.  Since this package explicitly uses
0.16.x, @PC_REQUIRES_PRIVATE@ introduces a dependency to poppler-0.16.x in
the .pc file; pkg-config will then print messages such as "Package
'poppler-qt' requires 'poppler = 0.16.7' but version of poppler is 0.20.2"
instead of the required information.  Removing the Requires.private line
entirely fixes the issue.

After applying this patch and rebuilding poppler-qt, graphics/kdegraphics3
and misc/koffice now build on DragonFly.  Previously they failed with
poppler-related errors.

Patch provided by F.Tigeot.
2012-08-13 16:15:20 +00:00
wiz
744c90554a Bump PKGREVISION for fix in librsvg/buildlink3.mk. 2012-08-13 14:25:37 +00:00
drochner
e05e6e126f PKGREV bump for poppler shlib major change 2012-08-13 12:18:37 +00:00
drochner
508fa73445 update to 0.7.13
fixes build w/ recent poppler
2012-08-13 12:12:59 +00:00
drochner
f4e42e3c7c PKGREV bumps for poppler shlib major change 2012-08-13 11:25:56 +00:00
drochner
5d97ddcd68 dependency bump for poppler shlib major change 2012-08-13 11:20:54 +00:00
drochner
d484e9215f update to 0.20.3
changes: minor fixes, cleanup

pkgsrc note: shlib major changed (for no obvious reason), need revbumps
2012-08-13 11:19:39 +00:00
drochner
3f7a45103c make the program work again after incomplete WRKDIR change
bump PKGREV
2012-08-13 10:42:18 +00:00
wiz
a177c7bf36 Update to 0.2.7:
libspectre 0.2.7 (08 August 2012)
=================================

This is another bugfix only release in the libspectre's 0.2 series.

This release fixes two crashes than can happen when %%Pages: or
%%Page: comments are missing in the document or when %%Pages: comment
is present but it's invalid.
2012-08-12 16:34:10 +00:00
ryoon
4bda8997dc Update to 2.1.1
Changelog:
2.1.1

- Tiny bug fix to make sure that the help file is in the right language.

2.1.0

- Dragging and and dropping files from Windows Explorer, Thunar, etc.,
  now works (at least for me, on Windows 7 and Xubuntu).

- Updated Czech translation from Pavel Fric.

- French translation from Pierre-Alain Bandinelli.

- German translation (and many suggestions) from Rainer Krachten.

- Translations should "just work"; i.e., if you use a French locale then
  the user interface and help text should appear in French. However, you
  can force DiffPDF to use any language it supports by using the
  --language command line option (e.g., --language=fr). If an
  unsupported locale or --language option is used, DiffPDF will fall
  back to English.

- Now support -h as a synonym for --help.

- Initial path defaults to home directory instead of DiffPDF's
  installation directory.

- Improved the Options dialog's layout.

- A subtle bugfix to the --words command line option.

- Fixed a crash: clicking to set a margin when there're no PDFs loaded
  now safely does nothing.


2.0.0

- Can now have comparisons exclude text that's outside user-specified
  margins. This feature was sponsored by a company that prefers to
  remain anonymous.

- Save As can now save images as well as PDFs.

- Minor bug fixes and improvements.

- Command line help (--help) will no longer work on Windows. This is to
  avoid a spurious console window appearing. I've put the output in the
  online help though.

- Improved dock window handling so that docks can now be stacked on top
  of each other (useful for small screens).
2012-08-11 17:57:39 +00:00
marino
76fa8c78b7 print/foo2zjs: Remove bad dependency check of dc
The package assumes that if the dc program doesn't support -V, it must
not support -e either.  This is a bad assumption; DragonFly supports
-e but doesn't support -V.  Rather than try to fix a bad conftest, just
remove it completely.  There's a previous test for dc presence.  If dc
doesn't support -e, let it break during the build rather than before it.
It doesn't take long to build.
2012-08-10 16:30:53 +00:00
wiz
deea0c23c9 Stop WRKSRC/CONFIGURE_DIRS abuse.
WRKSRC should be the toplevel, while CONFIGURE_DIRS can be used
for sub-hierarchies. Make it so.
2012-07-31 18:44:03 +00:00
wiz
00bba65122 Add comment to patch. 2012-07-31 18:35:47 +00:00
imil
14828f6947 add & enable foo2zjs 2012-07-25 17:19:37 +00:00
imil
9c9b53771c Initial import of foo2zjs, version 20120516, into the NetBSD Packages
Collection.

foo2zjs is an open source printer driver for printers that use the Zenographics
ZjStream wire protocol for their print data, such as the  Minolta/QMS magicolor
2300 DL or Konica Minolta magicolor 2430 DL or HP LaserJet 1020 or HP LaserJet
Pro P1102 or HP LaserJet Pro P1102w or HP LaserJet Pro CP1025nw. These printers
are often erroneously referred to as winprinters or GDI printers. However,
Microsoft GDI only mandates the API between an application and the printer
driver, not the protocol on the wire between the printer driver and the printer.
In fact, ZjStream printers are raster printers which happen to use a very
efficient wire protocol which was developed by Zenographics and licensed by
most major printer manufacturers for at least some of their product lines.
ZjStream is just one of many wire protocols that are in use today, such as
Postscript, PCL, Epson, etc.
2012-07-25 17:15:45 +00:00
drochner
121cc2ba80 update to 0.20.2
changes: bugfixes
2012-07-24 18:29:13 +00:00
jperkin
af2c1e6a92 Fix paths to kpsewhich, avoiding "sh: line 1: kpsewhich: not found".
Bump PKGREVISION.
2012-07-24 09:24:22 +00:00
jperkin
e3d8023890 Use portable find(1) constructs. 2012-07-23 19:17:40 +00:00
minskim
b242444d7a Update tex-tetex{,-doc} to 3.0.26894.
Changes:
- Support multiple updmap.cfg, one in each texmf tree.
2012-07-22 20:24:42 +00:00
minskim
91583b58f1 Update tex-texlive.infra to 2012. Mainly updmap configuration changes. 2012-07-18 18:30:50 +00:00
wiz
68808ff07a Recursive bump for startup-notification* dependency change, requested
by Obache.
2012-07-15 08:22:46 +00:00
minskim
1637d7e657 Update xetex to 0.9998.
Patches provided by Mathias Drochner and modified by me.  This fixes PR 46698.

Changes:
        * xetex.ch: XeTeX uses 256 math font families.
        * XeTeX_ext.c, pdfimage.cpp, am/xetex.am: Always use poppler.
2012-07-13 14:13:59 +00:00
minskim
f2ceed917b Sync xdvipdfmx with TeX Live 2012.
Patches provided by Matthias Drochner and modified by me.

Changes:
        * src/spc_pdfm.c: use kpse to find media.
        * dvipdfmx.c: allow inclusion of subsidiary config files, directive i
        * data/config/dvipdfmx.cfg: document the i directive
        * pdfdev.c (handle_multibyte_string): Handle UTP-16 surrogates
        for UCS-4 supplementary planes.
2012-07-13 13:44:49 +00:00
minskim
768701af29 Resolve conflicts between teTeX-texmf and tex-xtab{,-doc}. 2012-07-11 12:59:59 +00:00
minskim
f17731f22e Add tex-xtab{,-doc}. 2012-07-11 12:58:56 +00:00
minskim
2a6f81f3e0 Import tex-xtab-doc-2.3f as print/tex-xtab-doc.
This is documentation for tex-xtab.
2012-07-11 12:58:02 +00:00
minskim
85d6424405 Import tex-xtab-2.3f as print/tex-xtab.
Xtab is an extended and somewhat improved version of
supertabular; it provides tables that break across pages.
2012-07-11 12:57:27 +00:00
minskim
d1c9fca11e Make luatex build with kpathsea-6.1.0. 2012-07-10 22:35:10 +00:00
minskim
7d5da666d9 Update web2c to 2012.
Changes:
- Add upTeX.
- Documentation and bug fixes.
2012-07-10 22:34:38 +00:00
minskim
fa7af13aca Update ptexenc to 1.3.0.
Major changes:
- Support for upTeX and e-upTeX.
2012-07-10 22:33:54 +00:00
minskim
3c0e933015 Update kpathsea to 6.1.0.
Changes:
* New formats for .ris and .bltxml.
* Merge with W32TeX.
2012-07-10 22:32:13 +00:00
minskim
815cedec67 Add a missing dependency. 2012-07-09 14:52:53 +00:00
minskim
dd329dd9aa Use the absolute path in invoking xdvipdfmx. 2012-07-09 01:51:34 +00:00
minskim
3f13a639cf Add xdvipdfmx. 2012-07-09 01:22:34 +00:00
minskim
88734f9c31 Import xdvipdfmx-0.7.8.20110705 as print/xdvipdfmx. Packaged by mishka@.
The extensions provided by xdvipdfmx provide support for the Extended DVI
(.xdv) format used by xetex, including support for platform-native fonts
and the xetex graphics primitives, as well as Unicode/OpenType text.
2012-07-09 01:21:27 +00:00
gdt
0b40a7ec66 Update to 5.2.9.
1) This release fixes an inappropriate change to the internal
     library version number (.soname or equivalent) made in 5.2.8.
     All distributors should immediately apply this update to their
     distributions to avoid other software linking against
     libgutenprint breaking.

  2) Duplicate Transparency entries in the media types for Canon
     iP4100 and similar printers have been removed.

  3) The range of fine position adjustment of CD media has been
     increased for Epson printers.

  4) The German translation has been updated.

  5) Canon PIXMA Pro9000 plain media high quality mode bug fix.
2012-07-08 11:34:14 +00:00
sbd
0514933b9c 1) Add 'bsdlpr' option.
2) Make bsdlpr and cups options the members of a PKG_OPTIONS_NONEMPTY_SETS.
   (Because it is an error to build xfce4-print without lpr and cups support.)

3) On SunOS and Linux make cups the suggested option, otherwise make
   bsdlpr the suggested options.

Bump PKGREVISION.
2012-07-08 07:45:25 +00:00
joerg
7bf5807e6c PR 46666: share/texmf-dist must exist for some pax versions 2012-07-06 16:22:55 +00:00
wiz
5efae35952 Add comment (hi drochner!) 2012-07-05 10:23:23 +00:00
tron
dfaf71b836 Fix incorrect filename in patch file and add missing comment. The patch
can be applied now.
2012-07-05 08:01:03 +00:00
drochner
c8dad323f5 bump PKGREV for poppler shlib major change 2012-07-04 20:34:36 +00:00
drochner
1c13cc2e40 make this build with poppler-0.20, bump PKGREV 2012-07-04 20:30:22 +00:00
drochner
7fc02b8986 update to 3.4.0
This switched to the gnome-3.4 branch
2012-07-04 20:29:23 +00:00
drochner
2f1923a6ea bump PKGREV for poppler shlib major change 2012-07-04 20:28:03 +00:00
drochner
87313a8a75 sync w/ base pkg update 2012-07-04 20:26:58 +00:00
drochner
511fbb6e3c update to 0.20.1
This switches to the 0.20 release branch - many fixes and improvements.
(0.18 was skipped)
The qt3 frontend isn't supported anymore - the poppler016 pkg is kept
for now for KDE3. Atm, it conflicts with newer popper pkgs. This can be
fixed by renaming include paths and libraries, but this would need
modifications of the KDE3 pkgs.
2012-07-04 20:25:16 +00:00
drochner
797e5d9893 change bl3 path to "poppler016" 2012-07-04 20:17:31 +00:00
drochner
5395ea9cd4 +poppler016 2012-07-04 20:16:35 +00:00
drochner
a64c31597d import the current poppler base pkg as "poppler016"
This is the last version which supports the qt3 frontend, needed
by KDE3 (until it switches to "trinity" which seems to maintain a qt3
frontend for newer poppler versions)
2012-07-04 20:15:45 +00:00
dholland
f91b8b8497 Add desktopdb.mk and bump PKGREVISION for 118 packages as reported by
pkglint. If any of these are wrong for some reason, please revert/adjust.
2012-07-01 19:05:10 +00:00
schnoebe
9fb365997d pkgsrc specific:
Update to 3.12.6
    PR pkgsrc/46475
	remove use of strnlen to support building on older platforms
	that do not support the function.

Changelog/Release Notes:
Significant Changes:
  - 'hp-check' tool when run with "--fix" option resolves missing
    dependencies/groups/plugin and disable SELinux
  - Added PIN to PRINT support for HP Color LaserJet CM4540 MFP
  - libusb-1.0 support added

Added Support for the Following New Printers:
  - HP DeskJet Ink Advantage 2510 All-in-One Series
  - HP DeskJet Ink Advantage 3525 e-All-in-One
  - HP DeskJet Ink Advantage 4610 All-in-One Series
  - HP DeskJet Ink Advantage 4620 e-All-in-One Series
  - HP DeskJet Ink Advantage 5525 e-All-in-One
  - HP DeskJet 2510 All-in-One Series
  - HP DeskJet 3520 e-All-in-One Series
  - HP OfficeJet 4610 All-in-One Series
  - HP OfficeJet 4620 e-All-in-One Series
  - HP Photosmart 5520 e-All-in-One Series
  - HP LaserJet 400 M401
  - HP LaserJet 400 MFP M425 Series
  - HP LaserJet Enterprise 500 MFP M525 Series
  - HP LaserJet Enterprise 500 Color MFP M575 Series
  - HP LaserJet Professional P 1102w Printer
  - HP LaserJet Professional P1107w Printer
  - HP LaserJet Professional P1107 Printer
  - HP LaserJet Professional P1109w Printer
  - HP LaserJet Professional P1109 Printer
  - HP LaserJet Professional M1137 MFP
  - HP LaserJet Professional M1138 MFP
  - HP LaserJet Professional M1139 MFP
  - HP LaserJet Professional P1567
  - HP LaserJet Professional P1568
  - HP LaserJet Professional P1569
  - HP LaserJet Professional P1607dn Printer
  - HP LaserJet Professional P1608dn Printer
  - HP LaserJet Professional P1609dn Printer

Launchpad fixes:
  1007836 - Log files from Print to Photo Tray attempt, not working

Issues fixed:
  - HPLIP installation hangs at "Remove and Install" on Fedora 16 64bit OS
  - Supplies information was not getting refreshed unless hp-toolbox was
    re-launched
  - Fix for multiple queues configured warning message
  - Added dynamic cartridge part number display support for LEDM devices
  - Enabled Low ink alert message display for LEDM devices

Detailed Change Log:
  - libusb-1.0 support added
  - cleaned up hp-upgrade zombie processes
  - Added auto refresh in hp-systray when new device added or removed
    using hp-toolbox
  - Fixed the issue of Dbus install failure centOS 6
  - Removed obsolete ftime function and added gettimeofday
  - Added the hplipjs filter in the hplip.list.in file to include this
    filter in the RHEL5 & RHEL6 for PIN to PRINT
  - SELinux disable supported in hp-check --fix
  - Added Wget as dependency in HPLIP build
2012-06-23 04:50:06 +00:00