Commit graph

4509 commits

Author SHA1 Message Date
drochner
8ef8502f77 make the last patch work correctly 2011-02-12 14:18:35 +00:00
tnn
889f900a80 fix build with poppler-0.16.x 2011-02-12 10:00:07 +00:00
obache
7e7bb6fcea Update ruby-gnome2 to 0.90.7.
Removed deprecated binding packages.

== Ruby-GNOME2 0.90.7: 2011-02-02

NOTE: 0.90.x releases are for 1.0.0 major release.

A package fix release of 0.90.6.

=== Changes

==== Ruby/GLib2

  * Improvments
    * force remove "-Wl,--noundefined" linker option because
      Ruby-GNOME2 packages doesn't support the option.
      [Dobai-Pataky Bálint, Kouhei Sutou]

==== Ruby/GTK2

  * Improvments
    * use "MS-Windows" GTK+ theme by default on Windows.
      [ashbb, Kouhei Sutou]

=== Thanks

  * ashbb
  * Dobai-Pataky Bálint

== Ruby-GNOME2 0.90.6: 2011-01-29

NOTE: 0.90.x releases are for 1.0.0 major release.

Removed deprecated packages. All supported packages support
RubyGems. All supported packages except Ruby/VTE,
Ruby/GStreamer and Ruby/GtkMozEmbed support also Windows
binary bundled gem.

=== Changes

==== All

  * remove all deprecated packages.
    [Masaaki Aoyagi]
  * all supported packages support RubyGems.
    [Masaaki Aoyagi]

==== Ruby/GLib2

  * Imrpovements
    * add gnome2-raketask.rb that is a utility library to
      define Rake tasks for Ruby-GNOME2 packages.
      [Masaaki Aoyagi, Kouhei Sutou]

  * Fixes
    * fix GType conversion.
      [Kouhei Sutou]
    * fix rcairo installed by RubyGems detection.
      [Masaaki Aoyagi]

==== Ruby/GIO2

  * Improvements
    * support GIO 2.26.
      [Nikolai Weibull]

==== Ruby/GStreamer

  * Improvements
    * add Gst::MissingURISourceMessage.
      [Vincent Carmona, Kouhei Sutou]
    * support RubyGems.
      [Masaaki Aoyagi]

==== Ruby/Pango

  * Fixes
    * rename Pango::LayoutIter#at_last_line! to
      at_last_line? because at_last_line is a predicate
      method. (at_last_line! still exists for backward compatibility.)
      [mrkn, Kouhei Sutou]

==== Ruby/GtkMozEmbed

  * Improvements
    * support RubyGems.
      [Masaaki Aoyagi]
  * Fixes
    * support "2.0b7" style module version. #3141244
      [reandr, Kouhei Sutou]

==== Ruby/GooCanvas

  * Improvements
    * support RubyGems.
      [Masaaki Aoyagi]

==== Ruby/GtkSourceView2

  * Improvements
    * support RubyGems.
      [Masaaki Aoyagi]

==== Ruby/VTE

  * Improvements
    * support RubyGems.
      [Masaaki Aoyagi]

=== Thanks

  * Vincent Carmona
  * mrkn
  * reandr
  * Nikolai Weibull
  * Masaaki Aoyagi
2011-02-11 13:50:06 +00:00
wiz
414c870c3f Set LICENSE. 2011-02-11 01:18:10 +00:00
adam
bb19cda8dd Changes 7.0.5:
Bug-fixes:
* Host font retrieval on Windows was not thread-safe under certain conditions.
* Non-ASCII characters in environment variables could incorrectly trigger
  the error message "Invalid UTF-8 sequence..." on Windows.
* PDFlib could crash if the PDFLIBLOGFILE environment variable was specified
  and the "logging" parameter was set.
* Implemented a workaround for broken Corel Craw TIFF images with invalid
  values for ExtraSamples.
* PDF_create_annotation() in PDF/A mode restricted the "rotate" and "zoom"
  options for all annotation types although PDF/A restricts these only for
  annotations with type=Text.
* Building the PDFlib Lite binding for Perl on Windows with the old-style
  Makefile instead of Makefile.PL didn't produce any usable binary.
* Textflow could wrongly place text with verticalalignment=justify and
  lastlinedist=descender if multiple fonts were used on a line and certain
  rare geometric conditions were met.
* Invalid PDF output was generated when PDF_begin_template_ext() was called
  in page scope and one or more of the following options were used:
  "metadata", "opi-1.3", "opi-2.0".
* PHP binding: added a binary for use with Zend Community Server 5.3 which
  requires Visual Studio 8 (as opposed to the common PHP build which uses
  VS9).
* The pcos_get_string() method in .NET didn't convert non-ASCII return
  strings to UTF-16 correctly.
* Implements a parser for legacy Type 1 PFA fonts with a binary data
  section.
* Added support for addressing a "temporary work path" via the option
  "clippingpathname" and the pseudo path name "Work Path".
* The "transparencygroup" option is no longer allowed in PDF/A mode to
  match the forthcoming Technical Corrigendum 2 for ISO 19005-1.
* Textflow ignored space characters in front of mandatory line breaks
  (nextline, nextparagraph, nextpage) if alignment=center or =right.
* Invalid RGB TIFF images with four components, but extrasamples=0 were
  wrongly processed in passthrough mode which resulted in invalid image data
  in the PDF output.
* Fixed a memory violation with malformed XMP where the namespace prefix
  was missing from element names.
* The message "Floating point parameter 'x' has bad value (not a number)"
  could occur spuriously under the following conditions: Linux x86, PHP,
  certain PHP functions called before using PDFlib API functions. The
  problem was caused by a bug in the gcc optimizer and solved by disabling
  the optimizer for a particular source code module.
* Fixed a potential memory problem in the XMP code.
* The PHP wrapper now honors the "open_basedir" setting in the php.ini file,
  see also www.securityfocus.com/bid/36951/info.
* The starter_type3font samples did not set the bounding box for the
  glyphs correctly. As a result some undesired clipping could occur
  when viewing the generated PDF with Acrobat 9.2 (but not older versions).
  This problem affected only the sample code, not the PDFlib implementation.
* textformat=utf16 (i.e. without specifying the byte ordering) didn't work
  correctly in Textflow if the text began with a BOM which indicated
  non-native byte ordering.
* Large File Support was accidentally disabled in the AIX 64-bit builds.
2011-02-08 11:25:58 +00:00
adam
4148330acb Fix building with Clang 2011-02-08 11:11:23 +00:00
minskim
912eb4d347 Remove ja-ptex-share, which was obsoleted by tex-ptex. 2011-02-07 20:17:14 +00:00
minskim
58e41778cb Remove ja-ptex-bin, which was obsoleted by tex-ptex and pdvipsk. 2011-02-07 20:14:28 +00:00
minskim
6ccea011f8 Remove ja-jsclasses, which was obsoleted by tex-jsclasses. 2011-02-07 20:10:24 +00:00
minskim
b183dde3b0 Remove a conflicting dependency. 2011-02-07 20:03:58 +00:00
minskim
e23bbe7aa5 Let ja-ptex depend on pTeX from TeX Live. 2011-02-07 20:02:33 +00:00
minskim
b3b1bab1be Update tex-ptex{,-doc} to TeX Live r21270.
Changes:
- Added hyphenation patterns for ancient Greek.
2011-02-07 19:59:44 +00:00
minskim
aba2d85b42 Add pdvipsk. 2011-02-07 19:44:33 +00:00
minskim
eeb0d667ff Import pdvipsk-5.98pl1.7b as print/pdvipsk.
pdvips is a modified version of dvips to support Japanese.
2011-02-07 19:43:28 +00:00
minskim
dd49cec9b7 Update tex-lastpage{,-doc} to 1.2g.
Changes:
- Updated documentation.
2011-02-07 19:11:30 +00:00
minskim
85ae4d31fb Add tex-ntgclass{,-doc}. 2011-02-07 00:59:03 +00:00
minskim
c550d858e1 Import tex-ntgclass-doc-2010 as print/tex-ntgclass-doc.
This is documentation for tex-ntgclass.
2011-02-07 00:58:05 +00:00
minskim
5d3c9fc998 Import tex-ntgclass-2010 as print/tex-ntgclass.
Versions of the standard LaTeX article and report classes, rewritten to
reflect a more European design, by the Dutch TeX Users Group NTG.
2011-02-07 00:57:58 +00:00
minskim
f5f4f9c200 Add tex-hyphenat{,-doc}. 2011-02-07 00:44:07 +00:00
minskim
eb2dff8537 Import tex-hyphenat-doc-2.3c as print/tex-hyphenat-doc.
This is documentation for tex-hyphenat.
2011-02-07 00:42:20 +00:00
minskim
7ef3d9affe Import tex-hyphenat-2.3c as print/tex-hyphenat.
This package can disable all hyphenation or enable hyphenation of
non-alphabetics or monospaced fonts. The package can also enable
hyphenation within 'words' that contain non-alphabetic characters (e.g.,
that include underscores), and hyphenation of text typeset in monospaced
(e.g., cmtt) fonts.
2011-02-07 00:42:11 +00:00
minskim
5326242bb5 Add tex-tocloft{,-doc}. 2011-02-07 00:21:12 +00:00
minskim
ba854cc34e Import tex-tocloft-doc-2.3e as print/tex-tocloft-doc.
This is documentation for tex-tocloft.
2011-02-07 00:20:09 +00:00
minskim
321bee84e2 Import tex-tocloft-2.3e as print/tex-tocloft.
Provides control over the typography of the Table of Contents, List of
Figures and List of Tables, and the ability to create new `List of ...'.
The ToC \parskip can be changed.
2011-02-07 00:19:55 +00:00
minskim
a4ee5a2005 Add tex-eso-pic{,-doc}. 2011-02-04 22:40:37 +00:00
minskim
3b1c2500d5 Import tex-eso-pic-doc-2.0c as print/tex-eso-pic-doc.
This is documentation for tex-eso-pic.
2011-02-04 22:39:29 +00:00
minskim
998efb9d8f Import tex-eso-pic-2.0c as print/tex-eso-pic.
Eso-pic is an extension of everyshi. Using everyshi's \EveryShipout
command, eso-pic adds one or more user commands to LaTeX's shipout
actions.
2011-02-04 22:39:15 +00:00
minskim
c18598aa32 Add tex-pdfpages{,-doc}. 2011-02-04 22:19:04 +00:00
minskim
51a640823a Import tex-pdfpages-doc-0.4l as print/tex-pdfpages-doc.
This is documentation for tex-pdfpages.
2011-02-04 22:17:57 +00:00
minskim
6f1da1ccf4 Import tex-pdfpages-0.4l as print/tex-pdfpages.
This package simplifies the inclusion of external multi-page PDF
documents in LaTeX documents. Pages may be freely selected and similar
to psnup it is possible to put several logical pages onto each sheet of
paper. Furthermore a lot of hypertext features like hyperlinks and
article threads are provided. The package supports pdfTeX (pdflatex) and
VTeX. With VTeX it is even possible to use this package to insert
PostScript files, in addition to PDF files.
2011-02-04 22:17:39 +00:00
minskim
621f247664 Update tex-tetex{,-doc} to TeX Live r21248.
Changes:
- Add entries for PTSans.
2011-02-02 18:33:12 +00:00
minskim
aa5ef6176e Update tex-pdftex{,-doc} to TeX Live r21248.
Changes:
- Add entries for PTSans.
2011-02-02 18:30:19 +00:00
minskim
3d1fd5424e Update tex-dvips{,-doc} to TeX Live r21248.
Changes:
- Add entries for PTSans.
2011-02-02 18:27:51 +00:00
minskim
89a70eb533 Sync TEXLIVE_REV with tex-dvipdfm. 2011-02-02 18:24:47 +00:00
minskim
9492883e53 Update tex-dvipdfm{,-doc} to TeX Live r21248.
Changes:
Added entries for PTSans.
2011-02-02 18:23:36 +00:00
minskim
188c30f923 Update tex-pdftex-def to 0.05d.
Changes:
  * Patching trig.sty is improved by doing it earlier in some
    cases, e.g. if one of class `memoir', package `scrlfile' or
    package `filehook' is loaded.
2011-02-02 18:16:17 +00:00
minskim
67952bfb1a Update tex-koma-script to 3.08.
Changes:
       * scrtime.dtx: new languages swedish and danish (Benjamin Hell)
       * scrklco.dtx: output of fields address and location fixed at
         visualize.lco
       * scrkpar.dtx, doc/, doc/ngerman/, doc/ngerman/common-6.tex: new
         option parskip=never to avoid vertical stretching of paragraphs with
         \flushbottom
       * scrkbase.dtx: new: \FamilyStringKey
       * scrkbase.dtx: Allow empty elements at option list of \KOMAoptions
         and \FamilyOptions and value list of \KOMAoption and \FamilyOption.
2011-02-02 18:13:18 +00:00
drochner
8ef88608a3 add patch from upstream to fix possible memory corruption due to
malformed JPEG images (SA43020)
2011-01-31 17:44:30 +00:00
drochner
dfad0ab541 bump PKGREV for poppler shlib major change
being here, use system freetype2
2011-01-31 17:05:48 +00:00
drochner
ce4e60c401 bump PKGREV for poppler shlib major change 2011-01-31 17:04:31 +00:00
drochner
1bbdc48b73 sync w/ base pkg update 2011-01-31 16:58:42 +00:00
drochner
557650e2fc update to 0.16.2
This switches to a new major branch -- many improvements and fixes.
2011-01-31 16:55:28 +00:00
minskim
825cff2348 ptex needs the ptexenc library. 2011-01-28 01:54:44 +00:00
minskim
7bc5af78be Let ja-vfxdvik use kpathsea/texmf.mk instead of obsolete teTeX/module.mk. 2011-01-24 18:57:52 +00:00
wiz
feca46ff90 Add comment and upstream bug report URL. 2011-01-24 13:11:20 +00:00
minskim
27e0ee49e3 Add tex-jsclasses. 2011-01-23 01:38:08 +00:00
minskim
8e2b6e8b74 Import tex-jsclasses-2010 as print/tex-jsclasses.
Classes jsarticle and jsbook are provided, together with packages
okumacro, okuverb and morisawa. These classes are designed to work under
ASCII Corporation's Japanese TeX system ptex.
2011-01-23 01:37:29 +00:00
minskim
9c908ba8e4 Add tex-ptex{,-doc}. 2011-01-23 01:27:54 +00:00
minskim
b517542aed Import tex-ptex-doc-3.1.9 as print/tex-ptex-doc.
This is documentation for tex-ptex.
2011-01-23 01:27:00 +00:00
minskim
34e0e399ee Import tex-ptex-3.1.9 as print/tex-ptex.
PTeX adds features related to vertical writing, and deals with other
problems in typesetting Japanese. A set of additions to a TEXMF tree,
for use with PTeX, may be found in package PTeX- texmf. PTeX is
distributed as WEB change files.
2011-01-23 01:26:46 +00:00