Commit graph

4984 commits

Author SHA1 Message Date
christos
6ad022667b add missing dependencies so that it builds. 2011-09-16 13:44:44 +00:00
taca
5c1a66638c Update PLIST which I forgot.
No PKGREVISION bump since the package was completely broken.
2011-09-12 11:23:13 +00:00
wiz
551f1bea38 Update to 0.4.5. Changes since 0.4.4:
Updated cMap/Adobe-GB1/UniGB-UTF16-H
 Updated cMap/Adobe-GB1/UniGB-UTF32-H
 Updated cMap/Adobe-GB1/UniGB-UTF8-H
 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 unicodeMap/Big5
 Updated unicodeMap/Big5ascii
2011-09-08 20:15:13 +00:00
cheusov
8825f85a3c PR 45339. Fix for USE_DESTDIR=no 2011-09-08 19:29:35 +00:00
cheusov
476ff77f27 Convert print/acroread* packages to pkg_alternatives framework.
Now they can coexist on the system.
  pkgrevisions were bumped.
2011-09-06 21:08:09 +00:00
sbd
ebd6e1f078 Use str3914.patch from STR #3914 to fix CVE-2011-3170
Bump PKGREVISION
2011-08-28 07:22:12 +00:00
sbd
56fd6de1db Update to cups-1.4.8
CHANGES IN CUPS V1.4.8

        - The scheduler would delete job data files when restarted (STR #3880)
        - The network backends could crash if a printer returned a value of 0
          for the maximum capacity for a supply (STR #3875)

CHANGES IN CUPS V1.4.7

        - Documentation changes (STR #3710, STR #3720, STR #3745, STR #3750,
          STR #3757, STR #3758, STR #3782, STR #3826, STR #3829, STR #3837)
        - Web interface fixes (STR #3412, STR #3345, STR #3455, STR #3707,
          STR #3755, STR #3769, STR #3783)
        - Configure script fixes (STR #3659, STR #3691)
        - Compilation fixes (STR #3718, STR #3771, STR #3774)
        - The imageto* filters could crash with bad GIF files (STR #3867)
        - The scheduler might leave old job data files in the spool directory
          (STR #3795)
        - CUPS did not work with locales using the ASCII character set
          (STR #3832)
        - httpAddrString() did not return a URI-style IPv6 numeric address
          (STR #3814)
        - Fixed an issue when reading compressed CUPS raster streams (STR #3812)
        - Fixed an issue with PostScript printer auto-configuration (STR #3443)
        - Fixed some compatibility issues with the libusb-based USB backend
          (STR #3799)
        - The network backends no longer try to collect SNMP supply and status
          information for raw queues (STR #3809)
        - The DBUS notifier did not report job state changes (STR #3805)
        - The scheduler did not always report that the "normal" print-quality
          value was supported (STR #3803)
        - The gziptoany filter did not report the correct error if it was unable
          to write the uncompressed document to the next filter or backend in
          the chain (STR #3797)
        - The Epson and Oki 9-pin drivers had a bad resolution option
          (STR #3798)
        - The scheduler did not always register the correct default ICC profile
          on Mac OS X.
        - The scheduler did not use the job owner when authorizing access for
          the CUPS-Get-Document operation, preventing non-admins from accessing
          their own jobs.
        - CUPS did not work with some printers that incorrectly implemented the
          HTTP/1.1 standard (STR #3778, STR #3791)
        - The scheduler did not retry fax jobs properly.
        - The scheduler now recognizes an empty cupsCommands PPD keyword as
          meaning that CUPS commands are not supported for a printer (STR #3773)
        - Fixed a crash bug in the scheduler when the application/octet-stream
          MIME type was not defined (STR #3690)
        - Polled printers were advertised more slowly than necessary (STR #3574)
        - cupsResolveConflicts() did not handle resolving multiple UIConstraints
          issues (STR #3705)
        - The SetEnv and PassEnv directives had no effect (STR #3664)
        - The web interface no longer tries to use multi-part delivery when
          adding printers (STR #3455)
        - The libusb-based USB backend printed slowly to the LaserJet 1300 and
          other printers (STR #3405)
        - "lp" and "lpr" failed to print with Kerberos enabled (STR #3768)
        - The cupsctl program now displays an error if you try to directly set
          the Port or Listen directives (STR #3749)
        - PPD files with "*JobPatchFile: bla" no longer fail to load in relaxed
          conformance mode (STR #3747)
        - The scheduler generated a bad notify-text string for printer state
          change notifications (STR #3739)
        - The scheduler incorrectly updated printers.conf when it really needed
          to update classes.conf or remote.cache (STR #3726)
        - Hardwired remote printers with options did not work (STR #3717)
        - Accessing the CUPS web interface using a CNAME-based hostname would
          sometimes fail due to redirection to the actual hostname (STR #3701)
        - Subscription events had a misspelled attribute (STR #3693)
        - "make check" failed if LC_MESSAGES was set (STR #3765)
        - Fixed the configure script to always look for the pkg-config script
          (STR #3761)
        - The scheduler now only looks up interface hostnames if HostNameLookups
          are enabled (STR #3737)
        - Fixed a compilation problem on DragonFly BSD (STR #3738)
        - The default PageLogFormat value had the username and job ID swapped
          from CUPS 1.3.x (STR #3727)
        - The scheduler could crash if a browsed printer times out while a job
          is printing (STR #3754)
        - The scheduler incorrectly mapped custom page sizes to standard sizes
          (STR #3764)
        - cupsfilter and pstops did not map IPP attributes to PPD options due to
          a change in cupsMarkOptions (STR #3756)
        - The scheduler did not always show the most recent status message from
          the print filters (STR #3731)
        - The PostScript filter did not apply the mirror and number-up options
          properly, leading to offset and clipped output (STR #3732)
        - The network backends always reported "low toner" or "out of toner"
          states, even for inkjet printers (STR #3733)
2011-08-28 07:11:00 +00:00
minskim
99485ce476 Remove tex-ocrb. It is superseded by fonts/tex-ocr-b. 2011-08-22 16:31:52 +00:00
taca
02e05d5cc8 Update ruby-prawn package to 0.12.0.
Prawn 0.12.0:

We continue our trek to Prawn 1.0 with 0.12.0. This release fixes many bugs
and adds some new features. A full list of changes is available via `git log
0.11.1..0.12.0`.

Features / Enhancements

* Rewrite project README [Gregory Brown]
* Speed improvements to text kerning [Jan De Poorter]
* Snapshotting now preserves your bounding box [Brad Ediger]
* Allow Document#float to teleport across pages and return to starting page
  [Brad Ediger]
* number_pages now defaults to numbering every page [Matthew Rudy Jacobs]
* Your bounding box is now reset when starting a new page with a different
  size or layout [Brad Ediger]

Major Bugfixes

* Fix multi-page templates (#199) [Chase M. Gray / Jonathan Greenberg]
* Make tables work in stretchy bounding boxes (#235) [Jan De Poorter / Brad
  Ediger]
* Fix TTF font metrics when a TTF font has a nonzero width for newlines (#245)
  [daduke / Katsuya Hidaka / Brad Ediger]
* Fix kerning bug on line width calculations (#251) [vspan / Brad Ediger]
* Fix images in stretchy bounding boxes creating a new page (#241) [Brad Ediger]
* Fix character_spacing to work based on character count, not byte length
  (#253) [Katsuya Hidaka / Brad Ediger]
* Fix NoMethodError under $KCODE==¡Èu¡É [Michael Klein]
* Fix extra page break created when spans were used at the top of a page
  (#255) [Sean Russell / Brad Ediger]
* Fix problem with table cell backgrounds overlapping other cell¡Çs borders by
  drawing all backgrounds before any borders (#226) [Kenta Murata / Brad
  Ediger]
* Remove old examples that were duplicated by our new manual (Micha«³l Witrant)
  Tables: use an epsilon to compare floating-point values [Kenta Murata]
2011-08-17 13:36:07 +00:00
obache
40e82935ab Revision bump after updating perl5 to 5.14.1. 2011-08-14 14:14:40 +00:00
taca
2510d1881d Restrict dependency pattern due to gemspec.
Bump PKGREVISION.
2011-08-12 17:11:08 +00:00
taca
be62a167c3 Update print/ruby-pdf-reader package to 0.10.0.
- Fix dependency pattern due to gemspec.
- Changes are unknown: please refer:
  http://github.com/yob/pdf-reader/commits/master
2011-08-12 17:10:19 +00:00
sbd
15c17aadd2 Fix Unprivileged builds. 2011-08-12 02:03:14 +00:00
wiz
e566888d7f Update to 1.10.1, adding destdir support and switching to texlive,
from Nicolas Thauvin.

Version 1.10.1
	- Prefetching fonts to group calls to kpsewhich (starts faster)
	- Made scroll buttons preemptive (stop displaying)
	- Fix install path of dlladvi
	- Fix compatibility of event loop with new version of graphics

Version 1.10
	- Updated the doc
	- Bytecode version uses a library dlladvi.so
	- Changed configuration to use 4.0 of camlimages
	- Dynamics libraries loaded last (provided by Stefan Potyra)

Version 1.9
	- EPS files are read by advi and sent to gs
	- splash.dvi is now distributed and correctly installed
	- examples are distributed but not compiled by default
	- added conf/jpfonts.conf in the disbribution
	- gs path is now set by configure
	- Added support for gzip and bzip2 compressed files.
	- Fixed advi.man  (provided mostly by Debian managers).
	- Included security patches (provided by Debian managers).
Version 1.8
	Rendering EPS files with gs by default.
	PGF patches for pstrick support of PDF macros in advi.sty
	Bug fixes.
Version 1.7
2005/09/02
        Having Active-DVI compatible with the new Graphics library.
2004/12/07
        Getting rid of the new warnings of the Caml compiler.
2011-08-07 20:40:58 +00:00
joerg
b0aba28d37 Fix main() definition. Fix prototype usage. 2011-08-02 17:05:48 +00:00
joerg
533d01ffe7 Fix getline conflict. 2011-08-02 17:04:34 +00:00
ryoon
95a7b77e35 Update to 2.14.2
* Update MASTER_SITES.

Changelog:
* New scripts introduced.
* MIDI input and output are improved.
* Some notation improvements.
* Some new signs are introduced.
* Unicode Bidirectional Algorithm is fully supported.
* and so on. see NEWS.txt.
2011-07-31 09:12:46 +00:00
ryoon
9ad807b3ec Add acroread9 2011-07-30 07:47:59 +00:00
ryoon
1b8b54285d Import acroread9-9.4.2 as print/acroread9 from wip/acroread9
Adobe Reader is part of the Adobe Acrobat family of software, which lets
you view, distribute, and print documents in Portable Document Format
(PDF)--regardless of the computer, operating system, fonts, or application
used to create the original file.  PDF files retain all the formatting,
fonts, and graphics of the original document, and virtually any
PostScript(TM) document can be converted into a PDF file.
2011-07-30 07:30:39 +00:00
minskim
c3d114131b Update tex-kpathsea-doc to 2011.
Changes:
- Documentation update for TeX Live 2011.
2011-07-28 08:45:31 +00:00
minskim
c63dd912b7 Update tex-kpathsea to 2011. No functional change. 2011-07-28 08:42:19 +00:00
minskim
7a666f5e41 Update tex-texlive-scripts to 2011.
Changes:
- Fix check-interpreter warnings.
2011-07-28 05:27:54 +00:00
minskim
89689982cd Make xdvik build with kpathsea-6.0.1. 2011-07-28 04:45:53 +00:00
minskim
e773e37e9a Update xetex to 0.9997.5.
Changes:
        * xetex.ch (pack_buffered_name): Adapt to modified ../tex.ch.
        (read_font_info): Cast print_c_string() arg to string.
        * xetex.ch: Reformulate to not depend on eTeX_version_string.
        * XeTeXFontInst.h: Fix prototype for xmalloc().
        * XeTeXFontMgr_FC.cpp, XeTeX_ext.c: Move (nested) extern
        declaration of gFreeTypeLibrary from here ...
        * XeTeX_ext.h: ... to here.
        * XeTeXOTLayoutEngine.{cpp,h}: Drop support for ICU < 4.2.
2011-07-28 04:44:48 +00:00
minskim
aa53a7ec35 Update luatex to 0.70.1.
Changes:
- luatex now uses the standard synctex files.
- The default form margin is now zero (was 1bp before).
- New function node.currentattr() queries the current active attribute list.
- Lua font loading; ignore unknown enumeration keys in MathConstants.
- JPEG 2000 image support.
- Bug fixes.
2011-07-28 04:37:32 +00:00
minskim
0bf68d9ecc Update web2c to 2011.
Changes:
* Doc changes and bug fixes.
* New commands: eptex, inimf, initex, and mfplain.
2011-07-28 04:34:06 +00:00
minskim
fcb66f23a1 Update ptexenc to 1.2.0.
Changes:
        * ptexenc.c, ptexenc/ptexenc.h: Export toUCS().
        * ptexenc/unicode.h: Export UCStoUTF8().
        * ptexenc.c: Change version string "ptetex" => "ptexenc".
        * Makefile.am: Install ptexenc/unicode.h.
2011-07-28 04:30:04 +00:00
minskim
5285af0305 Update kpathsea to 6.0.1.
Changes:
* Trailing comments and whitespace omitted from config values.
* Add .tlu to type lua suffixes, and .dfont to truetype suffixes.
* Prefix program_invocation{,_short}_name with kpse_.
* Finally remove kpse_set_progname (deprecated since 1998).
2011-07-28 04:25:05 +00:00
joerg
71a3b8dae1 Clang build needs -fPIC too. 2011-07-21 17:06:18 +00:00
obache
7f43353df0 recursive bump from gnome-vfs drop crypto dependency. 2011-07-21 13:05:46 +00:00
minskim
3b0e7dae3e Update tex-koma-script to 3.09.
Changes:
        * scrkfloa.dtx: new values for option "captions"
        * scrkbase.dtx: fix: \Family@@Numical@@Key --> \Family@@String@@Key
        * scrkbase.dtx: \FamilyStringKey and \FamilyNumericalKey fixed (thanks
          to Michael Pock)
        * scrkfloa.dtx: new options `captions=top', `captions=bot',
          `captions=figureabove',  `captions=figurebelow' new commands
          `\captionaboveof' and `\captionsbelowof'
        * tocbasic.dtx: options "atbegin" and "atend" added to \DeclareNewTOC
        * scrklang.dtx: scrlttr2 supports language naustrian
2011-07-16 17:32:00 +00:00
ryoon
4c2e23a997 Update to 1.2.2
Changelog:
1.2.2

Tiny change in how command line arguments are handled. This should make
things work with both English and non-English locales on Windows.

1.2.1

Minor improvement with focus control for Previous and Next buttons.

Acknowledged Steven Lee for building Windows binaries and Dirk Loss for
building Mac OS X binaries in the About box.

1.2.0

Got rid of old text comparison mode.

Various small user interface improvements.

Fixed a subtle bug that meant the combine text highlighting setting
wasn't saved and restored correctly.
2011-07-15 02:41:30 +00:00
minskim
83a5b58478 Add tex-verbasef{,-doc}. 2011-07-14 22:10:17 +00:00
minskim
103233e737 Import tex-verbasef-doc-1.1 as print/tex-verbasef-doc.
This is documentation for tex-verbasef.
2011-07-14 22:08:39 +00:00
minskim
5ceb0117b8 Import tex-verbasef-1.1 as print/tex-verbasef.
Verbasef allows you to input (subsections of a) file, print them in
verbatim mode, while automatically breaking up the inputted lines into
pieces of a given length, which are output as figures. These figures are
posted using the [H] specification, which forces LaTeX to place the
figure at the spot of invocation, rather than floating the figures to
the top of the next page. The package requires the verbatim, here and
vrbexin packages.
2011-07-14 22:08:29 +00:00
minskim
b9f4613834 Update tex-ltxmisc to 2010.21927.
Changes:
- The verbasef style is no longer included.
2011-07-14 22:07:17 +00:00
drochner
ceffedba3e add a patch from Suse bug #698451 (which is said there to originate
from upstream but I couldn't locate it) to fix possible injection
of shell commands in print requests which would be executed as
the "lp" user
bump PKGREV
2011-07-13 19:58:54 +00:00
minskim
541040285f Sync tex-version with tex-version-doc. No functional change. 2011-07-12 20:54:26 +00:00
minskim
aad060feaa Add tex-version-doc. 2011-07-12 20:53:38 +00:00
minskim
8818b6e675 Import tex-version-doc-2.0 as print/tex-version-doc.
This is documentation for tex-version.
2011-07-12 20:52:53 +00:00
minskim
4211a70bfe Sync tex-ulem with TeX Live r21840.
Changes:
- Change \dimen@ to \UL@height.
2011-07-11 20:47:57 +00:00
drochner
ec929dc879 include ".../poppler/bl3" before PKG_BUILD_OPTIONS.poppler is checked
for -- this doesn't make a difference in my box (current, modular xorg)
but Matthias Scheler reported problems on his and that this change helps
2011-07-11 18:43:03 +00:00
drochner
3faba9d1d9 update to 0.1.8
changes:
-UI improvements
-new manpage
-bugfixes
-translation updates
2011-07-11 10:44:29 +00:00
drochner
555e3126f0 update to 0.16.7
changes: bugfixes
pkgsrc change: set --enable-cms in frontend components if it was
set in the base pkg -- the layout of some classes depends on this
definition, and inconsistencies can lead to crashes
(see poppler bug #35381)
2011-07-11 10:05:22 +00:00
jym
08a48bc227 check-interpreter fix. Use subst.mk for substitution. 2011-07-03 20:44:45 +00:00
taca
120db26723 Add and enable ruby-prawn. 2011-06-19 14:50:37 +00:00
taca
8d5dd96c7d Importing ruby-prawn package version 0.11.1.
= Prawn: Fast, Nimble PDF Generation For Ruby

Prawn is a PDF writing library for Ruby designed to be tiny, fast, and nimble,
just like the majestic sea creature.

Development on this library was initially made possible thanks to
the many people who donated to the Ruby Mendicant project:
http://rubymendicant.wikidot.com

The project is currently maintained by Gregory Brown, with lots of help from
Prawn's core developers and the community.
2011-06-19 14:49:40 +00:00
taca
544514ab51 Add and enable ruby-pdf-reader. 2011-06-19 14:19:51 +00:00
taca
64320dc428 Importing ruby-pdf-reader package version 0.9.2.
The PDF::Reader library implements a PDF parser conforming as much as
possible to the PDF specification from Adobe.

It provides programmatic access to the contents of a PDF file with
a high degree of flexibility.

The PDF 1.7 specification is a weighty document and not all aspects
are currently supported. I welcome submission of PDF files that
exhibit unsupported aspects of the spec to assist with improving out
support.
2011-06-19 14:18:58 +00:00
minskim
acf4ef6a69 Update tex-oubraces{,-doc} to 2010.
Added copyright info.
2011-06-19 04:43:45 +00:00
minskim
e731ac4acc Add tex-forloop-doc. 2011-06-19 04:28:35 +00:00
minskim
d1094a32a6 Import tex-forloop-doc-3.0 as print/tex-forloop-doc.
This is documentation for tex-forloop.
2011-06-19 04:27:45 +00:00
minskim
4aaf273b51 TEXLIVE_USE_CTAN should be set in mk.conf, not in the package's Makefile. 2011-06-19 04:26:38 +00:00
brook
6e5229bf0a Add tex-forloop 2011-06-18 16:36:54 +00:00
brook
b932a6e44d Initial revision. 2011-06-18 16:05:21 +00:00
minskim
4dd8b5f43d Install a PDF manual of tex-type1cm. 2011-06-17 19:46:34 +00:00
obache
2a1455781a Update ruby-gnome2 to 0.90.9.
== Ruby-GNOME2 0.90.9: 2011-06-11

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

This is the last release of 0.90.x series. The next release
will be 1.0.0!

=== Changes

==== All

  * Fixes
    * Fix a bug in version numbers.
      [Grant Schoep, Vincent Carmona]
    * Support 'bundle install' .

==== Ruby/GLib2

  * Improvements
    * Support GLib::IOChannel.new(fd) and GLib::IOChannel#fd on Windows.
    * GLib::IOChannel#write returns written byte not self.
      [backward incompatible]

==== Ruby/GTK2

  * Fixes
    * fix misc/bindings.rb sample (ruby 1.9).
      [Vincent Carmona]
    * [#3305589] fix Gtk::Window#add_accel_group misses
      a reference to accel group.
      [Piotr Korzuszek, Kouhei Sutou]
    * Support cairo related samples in Ruby 1.9.
      [Jon, Kouhei Sutou]

==== Ruby/GStreamer

  * Improvements
    * add Gst::Registry.update method.
      [Vincent Carmona]

==== Ruby/VTE

  * Fixes
    * [#3199587] fix pc install.
      [OBATA Akio, Kouhei Sutou]

==== Ruby/Poppler

  * Fixes
    * [#3292118] don't run needless tests.
      [Mamoru Tasaka, Kouhei Sutou]

==== Ruby/GtkSourceView2

  * Improvements
    * support Windows.
      [S.Kitagawa]
2011-06-12 11:43:33 +00:00
obache
f38363508f recursive bump from textproc/icu shlib major bump. 2011-06-10 09:39:41 +00:00
obache
84b96f855f Add user-destdir installation support. 2011-05-28 11:32:03 +00:00
obache
bbe5899e3a Add user-destdir installation support. 2011-05-28 09:07:38 +00:00
minskim
0c09abf06a Reduce dependencies of tex-igo. 2011-05-28 02:29:39 +00:00
joerg
fe44669e65 Adjust dependency for changed version style in tex-musixtex 2011-05-27 23:27:15 +00:00
minskim
0e0bc627aa Note update of tex-musixtex and add tex-musixtex-doc. 2011-05-26 23:53:59 +00:00
minskim
95da8cd758 Import tex-musixtex-doc-1.15 as print/tex-musixtex-doc.
This is documentation for tex-musixtex.
2011-05-26 23:51:16 +00:00
minskim
536746db9f Update tex-musixtex to 1.15.
Note that the versioning scheme has changed.

Changes:
- \cclp, \zccup, \zcclp are moved from musixpoi.tex to musixtex.tex.
- musixpoi.tex does not work since T.111.
- musixmad.tex is inessential for typesetting musixdoc.tex, thus
  excluded from musixdoc.sty (see the next item)
- the stem length of \metron (at T.113 manual section 2.17.3:
  Metronomic indications) is too short when musixadd.tex/musixmad.tex
  is excluded.
- spacing problem when you change the music size.  (\clef@skip\z@)
- in \ttie and \tleg definition, #1 isn't braced in the expansion
  which causes a problem at ID>9.
  * \def\ttie#1{\let\T@i\@c \t@slur{-\p@ne}{#1}\@ne}
  * \def\tleg#1{\let\T@i\@c \tslur{#1}\@ne}
- Updated musixdoc.pdf and its source code.
- Included the repository of music-notation mistakes, contributed by
  Jean-Pierre Coulon.
- Create an install manual for MiKTeX on Win32: mxinsuse.{pdf|tex}.
- utility: add flip.exe, flip.txt to musixtexadd folder instead of
  former utod.exe and dtou.exe (they don't work in XP).  Run flip.exe
  on musixtex.bat.
- Changing directory structure.  Add-in tex files are located in
  musixtexadd directory.
  * musixlyr (by Rainer Dunker)
  * musixps (by Stanislav Kneifl)
- Added some well-known add-ins to musixtexadd directory.
  * curly.tex (by Mthimkhulu Molekwa,19 May 1999)
  * musixdbr.tex (by Rainer Dunker, 23 February 2002)
  * musixtmr.tex & musixesf.tex (by Hiroaki Morimoto, updated 2009-10-15)
  * tuplet.tex. (by Col. G. L. Sicherman. 2003-05-17)
- Include the contents of following packages.
  * PostScript Type1 fonts. (by Uchiyama)
  * musixlyr ver.2.1c. (by Rainer Dunker)
  * musixps ver.0.92a. (by Stanislav Kneifl)
- \Ioctfin[up | down] do not work when \sepbarrules is assigned.
  musixtex.tex line 2259, \def\rul@sep#1
- Correction of a bug in the definition of choir bracket (l.1688-1698)
- Added following macros.
  * \lwp
  * \rwp
  * \lwpp
  * \rwpp
  * \lhp
  * \rhp
  * \lhpp
  * \rhpp
- all-new registers allocation routines, ready for
    12<n<100 instruments
     6<n<100 128th beams
     6<n<100 256th beams
     4<n<100 groups
    12<n<100 font-based slurs (independent of the number of instruments)
     6<n<100 octlines
     6<n<100 trills (MusiXTeX trills only. MusicTeX's legacy "trilles" are
     out of scope.) with e-TeX.
2011-05-26 23:50:43 +00:00
minskim
514655ac2e Update tex-latexconfig to 2010.21697.
Changes:
- Add patches to commands in the LaTeX kernel for LuaTeX.
2011-05-26 22:38:47 +00:00
minskim
aca030fa95 Update tex-pdfpages to 0.4n and add missing dependencies.
Changes:
- \includepdfmerge was updated.
2011-05-23 18:29:45 +00:00
minskim
c8c2356786 Update tex-memoir{,-doc} to 3.6gpl6.0g.
Changes:
-- fixed typo in trimmarks
-- changed \chapter (and chapter like titles), \section's, \part
   and \book such that a non-zero \parskip no longer interfer
   with the title layout.
-- yet another fix for the reimplemented page notes. Now 'x    x'
   only result in one line break not several.
2011-05-14 22:11:08 +00:00
minskim
457deac0db Sync tex-kix{,-doc} with TeX Live r21606.
- Updated author's email address.
2011-05-13 23:29:09 +00:00
ryoon
1f3e417da1 Update to 6.3.4
Changelog:
---- Version 6.3.4 - 11/05/11 ----

Pseudo-decorations 'linebreak' and 'decosep' added
        (proof of concept - not documented).
Error when escape sequences in guitar chord or annotations.
Bad tempo since previous release.
Remove the 'tex' sequences '\o', \O', '\cc' and '\cC'.

---- Version 6.3.3 - 11/05/10 ----

Ignore the normal newlines when '!' found as newline and abc-version < 2.0.
Add some compose sequences from X11 (including \O:, \U:, \O" and \U")
        (reported by Nils Liberg).
Change/add some rfc1345 escape sequences.
Bad / no output of the '=' of the tempo by lack of font.
        This did the program to crash when no title and SVG output
        (reported by Nils Liberg).
Cleanly close a tune no blank line before next tune
        (reported by Nils Liberg).
Crash when X: in tune followed by %%text.
Bad page header/footer in SVG output file.
Fix standard C library problem (in isupper) with some systems/compilers
        (reported by Nils Liberg).
Bad treatment in %%titlecaps.
Optimize the size of the SVG output file.
Support for line width in SVG output.

---- Version 6.3.2 - 11/05/03 ----
                                                                                Accept %%EPS when SVG output.
Add the '-v' command flag (SVG output per page).
More PS symbols in the svg PS interpreter.
Bug fixes in the svg PS interpreter.
2011-05-13 12:45:13 +00:00
abs
f612f5b99f Use mk/jpeg.buildlink3.mk rather than picking up graphics/jpeg/buildlink3.mk directly. Bump pkgrevision 2011-05-11 07:05:46 +00:00
gdt
5ed4e41bb2 bl3 against jpeg. PKGREVISION++.
I found pdftops linked against jpeg directly, and on one system it
then failed after the jpeg 6->8 shlib update.  ok reed@
2011-05-09 14:03:26 +00:00
gdt
70fcf0b1c5 Update to 5.2.7. Notable changes from 5.2.6 (see release announcement
for full details):

  1) New printers supported in this release:

     - Canon inkjet printers (many):

     - Epson inkjet printers (many):

     - Dye sublimation printers:

       Kodak EasyShare G600 Printer Dock
       Kodak PD-4000
       Kodak PD-6000
       Kodak Photo Printer
       Kodak Photo Printer 500
       Kodak Printer Dock Plus
       Kodak Printer Dock Plus S3

  2) Corrected color matching profile used for Mac OS X 10.5.x.
     sRGB will now be used instead of Generic RGB.  Users with work-
     flows dependant on the previously used Generic RGB can select
     this color profile in the print window by using ColorSync to
     choose the profile rather than using VendorMatching.

  9) Corrected base density for Photo Paper on printers using Claria
     ink (use 20% less ink).  The default results in heavy ink
     puddling in some cases.

 12) A problem whereby certain malformed PPD files would cause the
     PostScript driver to crash has been fixed.  In addition, the
     PostScript driver now runs considerably faster.
2011-05-05 23:39:24 +00:00
markd
5330633512 Add tex-parskip{,-doc} 2011-05-05 12:51:49 +00:00
markd
365305865f Initial import tex-parskip-doc 2.0
documentation for tex-parskip
2011-05-05 12:49:44 +00:00
markd
eabf6d8ce7 Initial import tex-parskip 2.0
Simply changing \parskip and \parindent leaves a layout that is
untidy; this package (though it is no substitute for a
properly-designed class) helps alleviate this untidiness
2011-05-05 12:48:44 +00:00
shattered
0449630256 PR/43054 -- Make Lua support optional. 2011-05-02 11:53:51 +00:00
wiz
62fcb6ec70 Update HOMEPAGE. 2011-05-01 23:05:10 +00:00
ryoon
b27f7531cb Update to 6.3.1
Changelog:
---- Version 6.3.1 - 11/04/29 ----

Handle microtonality in tablatures.
Compilation problem when no pango
	(reported by Guido Gonzato).
Add more output annotations.
Add more PS symbols in the svg PS interpreter.
Fix bad SVG output.
Fix the help for SVG output.

---- Version 6.3.0 - 11/04/24 ----

Crash when global texts and '-e' != first tune with '-E' or '-g'.
Crash when PS buffer overflow with '-E' or '-g'.
Crash when %%oneperpage or %%splittune with '-E' or '-g'.
Fix lanscape mode for EPS.
Fix EPS bounding box when %%scale in tune.
Add the '-g' command flag (SVG output).

---- Version 6.2.13 - 11/04/18 ----

Add the '-S' command flag (secure mode)
	(asked by Bart Humphries).
Don't ignore the normal newlines when '!' found as newline
	(asked by Hudson Flávio Meneses Lacerda).
Add more information for tune index creation (second and third titles)
	(asked by Paul Hardy).

---- Version 6.2.12 - 11/04/04 ----

Fix some compilation errors.
Crash due to memory allocation bug.

---- Version 6.2.11 - 11/04/03 ----

Bad text justification without pango
	(reported by Hudson Flávio Meneses Lacerda).
Bad PostScript output when empty line at end of justified text
	(reported by Hudson Flávio Meneses Lacerda).
Bad note length when bad tuplet at end of line and multi voices.
May have tuplet with one note.
Crash when new voice starting with a key signature.
Optimize the memory allocation.

---- Version 6.2.10 - 11/03/06 ----

Remove test '%%fmt ...'.
Do pango output for filled and justified text.
Better pango output.
Remove %%pangoembedded.
Bad horizontal offset of centered or right aligned texts.
Bad stem direction in some cases since 6.2.8
	(reported by Hudson Flávio Meneses Lacerda).
Bad font after new page when text with '$n".
Bad (latin1) UTF-8 character width.
Fix loss of space in justified text
	(reported by Hudson Flávio Meneses Lacerda).
Fix link error with last versions of pango.
2011-04-30 06:06:14 +00:00
joerg
caeb75d514 Allow patch levels for dependencies 2011-04-26 11:52:51 +00:00
minskim
85600122e3 Sync tex-vruler{,-doc} with TeX Live r21598.
Comment changes only.
2011-04-25 22:41:36 +00:00
tron
bc7da721ee Correct Perl interpreter path in "bin/texdoctk" to to fix build
with revision 1.26 of "pkgsrc/mk/check/check-interpreter.mk".

Bump package revision because the binary package changed.
2011-04-23 17:29:39 +00:00
obache
0e2c97799a recursive bump from gettext-lib shlib bump. 2011-04-22 13:41:54 +00:00
minskim
a895a20f91 Sync tex-texlive-en-doc with TeX Live r21569.
Documentation update.
2011-04-20 19:08:10 +00:00
obache
e9a1718119 fixes last commit (missing `/Makefile'). 2011-04-19 11:34:47 +00:00
obache
9ab7be312e note "used by ..." comments 2011-04-19 11:30:50 +00:00
drochner
271f67d306 update to 1.1.5
change: Added a Help button and separated Help and About information
2011-04-18 17:18:26 +00:00
drochner
e10c60de38 catch up with an API change in poppler, fixes crash if linearized PDFs
are viewed, from IWAMOTO Toshihiro per PR pkg/44870
bump PKGREVISION
2011-04-18 17:10:23 +00:00
adam
80e708187d Changes 3.0.33:
* Changed license to Apache License 2.0, now completely Open Source
  without any charging. Feel free to continue or for this project.
* Empty cells now collapse
2011-04-15 09:00:57 +00:00
adam
781ef27992 Changes 1.13:
* Fixed a typo in code for reading a "\b" escape character in strings.
* Improved __repr__ in FloatObject.
* Fixed a bug in reading octal escape sequences in strings.
* Added getWidth and getHeight methods to the RectangleObject class.
* Fixed compatibility warnings with Python 2.4 and 2.5.
* Added addBlankPage and insertBlankPage methods on PdfFileWriter class.
* Fixed a bug with circular references in page's object trees (typically
  annotations) that prevented correctly writing out a copy of those pages.
* New merge page functions allow application of a transformation matrix.
2011-04-15 08:49:00 +00:00
adam
1390440add Changes 2.5:
* Support for colour separated PDF output and other optimisations and
  features for high-quality printing, including enforcement of colour
  models for CMYK, RGB, and "spot colours"
* Long table optimisations are now turned on by default.  Previously,
  documents with very long tables spanning many pages could take a long
  time to create because we considered the whole table to work out row
  and column sizes.  A patch was submitted some time ago to fix this
  controlled by a flag in the rl_config file, but this was set 'off'
  for compatibility.  Users are often not aware of this and we haven't
  found any real-world cases where the new layout technique works badly,
  so we are turning this behaviour on.
* New support for QR barcodes.
2011-04-15 08:29:19 +00:00
minskim
d47159cf75 Sync tex-etex{,-doc} with TeX Live r21566. No functional change. 2011-04-05 17:19:24 +00:00
minskim
64a06ff9ea Add a missing file to PLIST. 2011-04-04 19:38:05 +00:00
joerg
06a3f7e8c2 Pass down our build environment 2011-04-03 00:19:51 +00:00
minskim
13cb5e23a2 Update tex-koma-script to 3.08a.
Changes:
     * scrlfile.dtx: internal \@gobbleopt renamed due to a compatibility
       issue with ntheorem
     * scrktare.dtx: file date changed
     * scrktare.dtx: missing % at one \AtBeginDocument added
2011-03-22 17:07:32 +00:00
minskim
f8796a6a18 Update tex-fwlw{,-doc} to 2010.
Changes:
- pagestyle fwlwhead: header line hsa first word and last word
- pagestyle NextWordFoot: foot line has page number and next-page
  first word, but only on odd pages
2011-03-22 16:58:15 +00:00
minskim
cc21af1ff8 Add a missing dependency to tex-a4wide. 2011-03-18 23:37:39 +00:00
minskim
d4cf49d3ba Let tex-IEEEtran depend on a newer version of tex-psnfss so that all
fonts for comsoc styls are ready.
2011-03-18 23:29:38 +00:00
minskim
6ccf9a2d30 Add tex-jadetex-doc. 2011-03-18 23:28:24 +00:00
minskim
2bffef6196 Import tex-jadetex-doc-3.13 as print/tex-jadetex-doc.
This is documentation for tex-jadetex.
2011-03-18 23:27:28 +00:00
minskim
5aa967d3cd Use jadetex from TeX Live 2010. 2011-03-18 23:26:58 +00:00
minskim
ad551c5366 Resolve conflicts between teTeX-texmf and recently imported TeX Live
packages including tex-collection-fontsrecommended,
tex-collection-genericrecommended, and PSTricks packages.
2011-03-18 21:56:07 +00:00
zafer
9c0f3cdb4d service suspended. prevent timeout. fetch from backup. 2011-03-18 20:13:32 +00:00
minskim
441d1bcb59 Add tex-t2{,-doc}. 2011-03-18 19:13:10 +00:00
minskim
d9453afc18 Import tex-t2-doc-2010 as print/tex-t2-doc.
This is documentation for tex-t2.
2011-03-18 19:12:23 +00:00
minskim
9beb04a73e Import tex-t2-2010 as print/tex-t2.
The T2 bundle provides a variety of separate support functions, for
using Cyrillic characters in LaTeX: - the mathtext package, for using
Cyrillic letters 'transparently' in formulae - the citehack package, for
using Cyrillic (or indeed any non-ascii) characters in citation keys; -
support for Cyrillic in BibTeX; - support for Cyrillic in Makeindex; and
- various items of font support.
2011-03-18 19:12:15 +00:00
minskim
1897731647 Add tex-wrapfig{,-doc}. 2011-03-18 19:09:21 +00:00
minskim
2c9cb18c92 Import tex-wrapfig-doc-3.6 as print/tex-wrapfig-doc.
This is documentation for tex-wrapfig.
2011-03-18 19:08:27 +00:00
minskim
7a980227e3 Import tex-wrapfig-3.6 as print/tex-wrapfig.
Allows figures or tables to have text wrapped around them. Does not work
in combination with list environments, but can be used in a parbox or
minipage, and in twocolumn format. Supports the float package. Note that
most of the package documentation is contained in the package file
itself (after the \endinput command at the end of the package proper).
2011-03-18 19:08:19 +00:00
minskim
6456eda878 Add tex-soul{,-doc}. 2011-03-17 18:09:56 +00:00
minskim
7cfddb510d Import tex-soul-doc-2.4 as print/tex-soul-doc.
This is documentation for tex-soul.
2011-03-17 18:08:59 +00:00
minskim
64222f7145 Import tex-soul-2.4 as print/tex-soul.
Provides hyphenatable spacing out (letterspacing), underlining, striking
out, etc., using the TeX hyphenation algorithm to find the proper
hyphens automatically. The package also provides a mechanism that can be
used to implement similar tasks, that have to treat text syllable by
syllable. This is shown in two examples. The package itself does not
support UTF-8 input in ordinary (PDF)LaTeX; some UTF-8 support is
offered by package soulutf8.
2011-03-17 18:08:51 +00:00
minskim
1d418530f1 Add a missing dependency. 2011-03-17 18:06:49 +00:00
obache
50d77f4c3b one more destdir fix. 2011-03-17 13:39:29 +00:00
obache
630282dabc add user-destdir installation support. 2011-03-17 13:37:48 +00:00
obache
72e1ebc790 Fixes last user-desrdir support commit. 2011-03-17 13:17:51 +00:00
obache
bd7eccc59e Add user-destdir installation support. 2011-03-17 13:07:22 +00:00
minskim
1f51ffac06 Add tex-collection-genericrecommended{,-doc}. 2011-03-16 18:15:34 +00:00
minskim
8095a31c71 Import tex-collection-genericrecommended-doc-2010 as
print/tex-collection-genericrecommended-doc.

This is documentation for tex-collection-genericrecommended.
2011-03-16 18:14:29 +00:00
minskim
71f0da8ae5 Import tex-collection-genericrecommended-2010 as
print/tex-collection-genericrecommended.

This is a meta package providing recommended TeX packages that work
with multiple formats.
2011-03-16 18:14:16 +00:00
minskim
ed2e5b7855 Sync tex-eso-pic{,-doc} with TeX Live r21515.
Changes:
- \ShowFrameColor and \ShowFrameLinethickness can be used to change
  the frames.
2011-03-16 17:41:37 +00:00
minskim
937d1af38d Add tex-genmisc. 2011-03-15 18:37:25 +00:00
minskim
2c6c1c30fa Import tex-genmisc-2010 as print/tex-genmisc.
This package provides miscellaneous files for generic TeX packages.
2011-03-15 18:36:00 +00:00
minskim
b011174328 Add tex-picinpar{,-doc}. 2011-03-14 21:56:01 +00:00
minskim
0f1bc7d575 Import tex-picinpar-doc-1.2a as print/tex-picinpar-doc.
This is documentation for tex-picinpar.
2011-03-14 21:55:02 +00:00
minskim
4faf2fe336 Import tex-picinpar-1.2a as print/tex-picinpar.
A legacy package for creating 'windows' in paragraphs, for inserting
graphics, etc. (including "dropped capitals"). Users should note that
Piet van Oostrum (in a published review of packages of this sort) does
not recommend this package; Picins is recommended instead.
2011-03-14 21:54:52 +00:00
minskim
145a377274 Create TeX font directories in kpathsea, so that dynamic font
generation works without teTeX-bin.
2011-03-14 21:29:20 +00:00
minskim
572245b999 Add tex-jurabib{,-doc}. 2011-03-13 23:51:49 +00:00
minskim
81ee15905f Import tex-jurabib-doc-0.6 as print/tex-jurabib-doc.
This is documentation for tex-jurabib.
2011-03-13 23:50:29 +00:00
minskim
8f7fad7718 Import tex-jurabib-0.6 as print/tex-jurabib.
This package enables automated citation with BibTeX for legal studies
and the humanities. In addition, the package provides commands for
specifying editors in a commentary in a convenient way. Simplified
formatting of the citation as well as the bibliography entry is also
provided. It is possible to display the (short) title of a work only if
an authors is cited with multiple works. Giving a full citation in the
text, conforming to the bibliography entry, is supported. Several
options are provided which might be of special interest for those
outside legal studies--for instance, displaying multiple full citations.
In addition, the format of last names and first names of authors may be
changed easily. Cross references to other footnotes are possible.
Language dependent handling of bibliography entries is possible by the
special language field.
2011-03-13 23:50:16 +00:00
minskim
027d360e27 Update tex-epsf{,-doc} to 2.7.4.
Changes:
- Add previously-missing \space in rwi assignments.
2011-03-13 23:08:04 +00:00
minskim
8969c6e1ac Sync tex-texlive-scripts with TeX Live r21487. No functional change. 2011-03-10 19:51:06 +00:00
drochner
84a68610fc libungif/buildlink3.mk -> mk/giflib.buildlink3.mk
(uses giflib now per default)
bump PKGREV
2011-03-09 16:51:51 +00:00
drochner
0cddf44a4f sync dependency versions 2011-03-09 13:06:49 +00:00
drochner
440168b5ab bump PKGREV for libpoppler shlib name change 2011-03-09 12:16:35 +00:00
drochner
fb4b2dcb27 reset PKGREV for base pkg update 2011-03-09 12:08:27 +00:00
drochner
002ca96279 update to 0.16.3
changes:
-Increase precision in PS output device
-bugfixes
(shlib name changed)
2011-03-09 12:07:11 +00:00
ryoon
d489a65c92 Add dependency to texi2html, fontforge, and t1utils. 2011-03-09 11:05:12 +00:00
drochner
d7f8d53a31 update to 0.8
no changelog available, at least some security fixes were done:
-fix possible memory corruption due to malformed JPEG images
 (was patched in pkgsrc)
-fix (at least) 2 cases of integer overflow in array allocation (SA42320)
2011-03-08 17:09:25 +00:00
ryoon
05cfca4dc8 Set LICENSE. 2011-03-08 15:59:04 +00:00
ryoon
51ce9a9df6 Fix PR pkg/44693
* Update HOMEPAGE.
* Remove dependency to ec-fonts-mftraced and mftrace.
* Works fine with python26, delete PYTHON_VERSIONS_ACCEPTED.
* Bump PKGREVISION.
2011-03-08 15:55:46 +00:00
minskim
bd29df29da Sync tex-dviipdfmx{,-doc} with TeX Live r21369.
Manpage updates only.
2011-03-07 19:33:18 +00:00
minskim
d6edc685fc Update tex-dvipdfm to TeX Live r21369.
Changes:
- Font map updates for PT* and raw-*.
- Man page update.
2011-03-06 22:30:16 +00:00
minskim
712167499d Add tex-bibtopic{,-doc}. 2011-03-06 21:49:58 +00:00
minskim
a87bf00d1a Import tex-bibtopic-doc-1.1a as print/tex-bibtopic-doc.
This is documentation for tex-bibtopic.
2011-03-06 21:49:03 +00:00
minskim
dca5b7c167 Import tex-bibtopic-1.1a as print/tex-bibtopic.
The package allows the user to include several bibliographies covering
different 'topics' or bibliographic material into a document (e.g., one
bibliography for primary literature and one for secondary literature).
The package provides commands to include either all references from a
.bib file, only the references actually cited or those not cited in your
document. The user has to construct a separate .bib file for each
bibliographic 'topic', each of which will be processed separately by
BibTeX. If you want to have bibliographies specific to one part of a
document, see the packages bibunits or chapterbib.
2011-03-06 21:48:54 +00:00
minskim
a2ebeb56b4 Add tex-bezos{,-doc}. 2011-03-06 21:32:30 +00:00
minskim
420986e1c7 Import tex-bezos-doc-2010 as print/tex-bezos-doc.
This is documentation for tex-bezos.
2011-03-06 21:30:32 +00:00
minskim
508a9e97f2 Import tex-bezos-2010 as print/tex-bezos.
A set of packages that provide:
  - tools for maths accents
  - a tool that changes page-numbering in frontmatter to arabic
  - tools for dealing with some annoyances in babel
  - a tool for making end-environment checking more meaningful
  - tensorial indexes
  - support for multi-file documents
  - tools for easy entry of Spanish index entries
  - dotless i's and j's for maths fonts.
2011-03-06 21:30:24 +00:00
wiz
6912f8ed35 Remove remaining parts of gimp1 and gimp-print (GTK1 cleanup). 2011-03-06 16:20:00 +00:00
wiz
3b0faad4ee Remove GTK1 using packages for which noone spoke up for the last two weeks
on pkgsrc-users in the thread "[HEADS UP] Package removal -- please check".
2011-03-06 16:02:28 +00:00
obache
3a2d15ff30 Update ruby-gnome2 to 0.90.8.
== Ruby-GNOME2 0.90.8: 2011-03-04

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

A bug fix release of 0.90.7.

=== Changes

==== All

  * Fixes
    * 'make distclean' does not removed pkg-config files.

==== Ruby/GLib2

  * Fixes
    * fix non-gem rcairo detection. [#3178228]
      [OBATA Akio, Kouhei Sutou]

==== Ruby/Atk

  * Fixes
    * fix 'make distclean' cleans needed a file.
      [Vincent Carmona]

==== Ruby/Pango

  * Fixes
    * fix 'make distclean' cleans needed a file.
      [Vincent Carmona]

==== Ruby/GTK2

  * Fixes
    * fix require order.
      [id:kenhys]
    * [#3046538] fix crash by GC at exit.
      [Vincent Carmona, Kouhei Sutou]
    * gtk-demo samples with ruby 1.9 (excepted cairo ones).
      [Vincent Carmona]

==== Ruby/GooCanvas

  * Fixes
    * fix pc install. [#3178294]
      [OBATA Akio, Kouhei Sutou]

==== Ruby/GStreamer

  * Improvements
    * improve missing message.
      [Vincent Carmona]
    * add Gst::InstallPlugins.
      [Vincent Carmona, Kouhei Sutou]

  * Fixes
    * fix pc install. [#3178294]
      [OBATA Akio, Kouhei Sutou]
    * don't use rbgprivate.h. [#3188442]
      [Mamoru Tasaka, Kouhei Sutou]

==== Ruby/GtkMozEmbed

  * Fixes
    * fix pc install. [#3178294]
      [OBATA Akio, Kouhei Sutou]

==== Ruby/GtkSourceView2

  * Fixes
    * fix pc install. [#3178294]
      [OBATA Akio, Kouhei Sutou]
2011-03-04 13:14:04 +00:00
minskim
2905e6e3be Update the following TeX Live packages to r21369: tex-bibtex,
tex-context, tex-etex, tex-kpathsea, tex-latex-bin, tex-luatex,
tex-pdftex, tex-tex, and tex-makeindex.  Fontmap and manpage updates.
2011-03-03 23:13:18 +00:00
minskim
b5e6b0e3fb Update tex-hyperref{,-doc} to 6.82a.
Changes:
    * Options `hidelinks', `allcolors' and `allbordercolors' added.
    * \pdfstringdef: \begin, \end, \foreignlanguage catched.
    * Options `pdfpagelabels' and `pageanchor': some support for class
      with its page counters (slide/overlay/note/page) added.+ *
      Option `pageanchor': Double string escaping removed for default
      setting hypertexnames=true, plainpages=false.
2011-03-03 22:24:02 +00:00
minskim
25e706d2d7 Sync tex-tetex{,-doc} with TeX Live r21308. 2011-03-03 22:13:18 +00:00
minskim
6b6ac35b0d Reduce dependencies of latex-mk. It does not need the entire teTeX. 2011-03-03 21:05:42 +00:00
minskim
8bc5650ada Update tex-dvips{,-doc} to TeX Live r21308.
Changes:
- Added entries for raw-* to fontmaps.
2011-03-03 03:16:39 +00:00
minskim
3d8a1d3e6d NetBSD's patch(1) fails in applying Debian's patch for dvipsk. Use
GNU patch as a workaround.

This fixes the build problem in PR/44550.
2011-03-02 04:33:23 +00:00
wiz
36ff915e97 Reset maintainer for retired developers. 2011-02-28 14:52:37 +00:00
wiz
d0f5820b51 Depend on used tex packages instead of everything. Bump PKGREVISION.
Set LICENSE.
2011-02-26 16:03:39 +00:00
wiz
b20caf1394 Instead of depending on the whole tex, depend on the programs
explicitly mentioned.
Bump PKGREVISION.
2011-02-26 15:57:08 +00:00
wiz
f0f6b8e39d Build-depend on split tex packages instead of the whole thing.
Bump PKGREVISION because they are now only build dependencies.
2011-02-26 15:47:57 +00:00
wiz
9fe289ea2f Instead of including tex.bl3.mk, depend on the necessary packages.
Since they only were build dependencies, no PKGREVISION bump.
2011-02-26 15:05:03 +00:00
wiz
df14816790 Let's assume for now that everything that worked with python-2.6 also
works with python-2.7.
2011-02-25 09:47:18 +00:00
taca
6d80a96612 Bump PKGREVISION due to ABI change of ruby18-base. 2011-02-21 16:01:10 +00:00
drochner
851f07d9df add another patch from upstream
(https://bugzilla.gnome.org/show_bug.cgi?id=640923)
to fix a possible buffer overflow in the dvi backend
The dvi backend is only built with the (non-default) "dvi" option.
bump PKGREV
2011-02-19 14:42:21 +00:00
minskim
ae345d0161 Remove tex-hlatex, which was obsoleted by tex-kotex. 2011-02-19 01:17:51 +00:00
minskim
f7c66cc255 tex-amsmath requires the LaTeX2e format. 2011-02-19 00:27:38 +00:00
ryoon
655f4f3885 Updated to 6.2.9.
pkgsrc changes:
* Set LICENSE.
* Use gmake.
* Include cairo bl3.mk.

upstream changes:
---- Version 6.2.9 - 11/02/08 ----

Don't display negative bar numbers
	(reported by Janus Meuris).
Fix bad clef change again with K: or V: when stafflines or staffscale present.
Fix voice clashes raised by previous version.
Don't count the upbeat measure when %%measurenb
	(reported by Hudson Flávio Meneses Lacerda).
Less note shift when voices inverted in a staff.
Add the width scale factor in %%font.

---- Version 6.2.8 - 11/01/31 ----

Bad tempo note duration of Q:Cxx or Q:Lxx
	(reported by Paul Rosen).
Crash when note length divisor = 0.
Fix bad PostScript when %%font defined (and used) in the middle of a tune.
Bad horizontal offset of notes when music line too much shrunk
	(reported by Paul Rosen).
Handle "+++" as a valid decoration
	(reported by Guido Gonzato).
Bad measure bars when "|" in %%score and many voices per staff
	(reported by Marc Sabatella).
Set the rests of multi-voices staves closer to the middle of the staff
	(reported by Marc Sabatella).
Fix the loss of gchord/annot when defined in a lower voice and
	%%combinevoices (reported by Atte André Jensen).
Don't display the second slash of "\\" with pango
	(reported by Hudson Flávio Meneses Lacerda).
Add "\Uxxxxxxxx" for unicode 32 bits characters.
Limit the number of hexadecimal characters to 4 for unicode
	16 bits characters "\uxxxx".
Build and install abcm2ps from outside the source tree
	(fixed by Matthias Rustler).

---- Version 6.2.7 - 10/12/26 ----

Bad clef when voice going to a different staff after %%score.
Bad generation after %%score when the previous %%score did not contain
	the first declared voice (reported by Marc Sabatella).
Output the lyrics (W:) in the last page when %%newpage's in the tune.
Bad scale when %%newpage in tune (reported by Paul Rosen).
Avoid bad PostScript when "$n" used before definition of %%setfont-n
	(reported by Paul Rosen).
Treat "\uxxxx" in text as a hexadecimal Unicode character.
Bad font when texts with both standard fonts and pango
	(reported by Hudson Flávio Meneses Lacerda).
Fix some warnings.
Crash when a nested slur started on a grace note
	(reported by Paul Rosen).

---- Version 6.2.6 - 10/11/30 ----

Part display missing when P: defined before a clef change at start of line
	(reported by Paul Rosen).
Bad horizontal offset of text between %%begintext and %%endtext when
	empty line and new PostScript page.
Lack of %%postscript output when defined just after K:.
Bad clef change with K: or V: when stafflines or staffscale present
	(reported by Paul Rosen).
Adjust the K: / V: 'middle=' value when the defined clef is not on a line.
Handle "middle=" without 'clef=' in K: or V:.

---- Version 6.2.5 - 10/11/26 ----

Bad clef changes when many voices per staff.
Bad key signatures on all staff systems but the first one when clef
	different from treble.
Bad measure numbers after measure repeat (Zn) and many voices.

---- Version 6.2.4 - 10/11/20 ----

Bad memory allocation mechanism making random crashes.
Bad staff scale when change inside a tune.
Bad staff clef when the music line starts with a clef change.
Don't cut beamed notes when %%continueall.
Bad horizontal offset of notes far outside the staff after a clef or
	a key or time signature.
Bad horizontal offset of long decorations when many at the same time.
Use pango in header/footer as required.
PostScript error when parenthesis alone in a header/footer.

---- Version 6.2.3 - 10/11/01 ----

Move the accidentals to a separate font.
Use standard rendering when '%%pangoembedded 0'.
'%%pangoembedded' added.
Change pango output mechanism.

---- Version 6.2.2 - 10/10/29 ----

Better text center and right align with pango.
Do pango generation when character >= c6xx.
May force pango with '%%pango 2'.
Define the character '...' (ellipsis) in sample.abc for show without pango.
Define UTF-8 characters e008080..e2cfdf stubs for show without pango.
Add characters 'ldot' to 'longs' (UTF-8 c580..c5bf) for show without pango.
Better rendering with pango (scale changes).
Do pango work when not in a graphic context (use cairo instead of gdk).
Remove a useless malloc().

---- Version 6.2.1 - 10/10/16 ----

Bad vertical offset of key signature when clef change.
Bad horizontal offset of lyrics starting with parenthesis.
Change some PS definitions (treble and bass clefs, full head).
Use encoded number strings in user paths.
Convert some standard drawing to user paths.
Bad box around guitar chord when not all ASCII characters.

---- Version 6.2.0 - 10/10/06 ----

Fix combination of rests (when %%combinevoices).
May combine 3 or 4 voices (when %%combinevoices).
Add quiet mode (-q in command line).
Extend the U: syntax (see features.txt).

---- Version 6.1.1 - 10/09/17 ----

Bad scale when a voice moves to a staff with an other scale.
Loop when '%%staves' inside the tune with a cloned voice.
Loop when '%%staves' without any parameter (reported by Reinier Maliepaard).
Expand the special characters of %%infoname texts.
Use standard values for exit codes and max length of file names.
The '*' (star) is no more allowed (it was ignored as the '`' - back quote).
Check the character in U: definition.

---- Version 6.1.0 - 10/08/02 ----

Don't forget the %%infoname at start of file.
Crash on '%%infoname R' (reported by Chuck Boody).
Crash when clef in V: and no note in the tune (reported by Reinier Maliepaard).

---- Version 6.0.11 - 10/07/20 ----

Clash of rest under beam when multi-voices.
Clash of notes/clefs/grace notes/dots when multi-voices and strunk lines.
Don't display dots on the last square note of the tune.
Bad stem direction of grace notes in secundary voices.
Reduce the natural spacing when only long notes in a tune.
Define the user decorations when needed.
Erroneous bar error and bad placement when grace note before measure
	bar and multi-voices.
Bad tie direction when dotted (reported by Hudson Lacerda).
Bad PS output when parenthesis in P: (reported by Hudson Lacerda).

---- Version 6.0.10 - 10/06/22 ----

Bad tune selection when <last_index> absent in "-e".
Bad title when title trim.
More horizontal space for flat accidental in texts.
Change the directory separator for MAC systems.
Fix a crash when unknown glyph with pango.
Fix lyrics error in chinese.abc.

---- Version 6.0.9 - 10/04/11 ----

Fix more security vulnerabilities (thanks to Tim Starling).

---- Version 6.0.8 - 10/04/05 ----

Change the utf-8 font mechanism from CMAP to composite font (FontType 0).
Fix some security vulnerabilities (thanks to Tim Starling).
Add %%Begin/EndDocument when inserting a EPS file (thanks to Reinier Maliepaard).
Fix bad guitar chord / annotation offset when non latin characters and pango.
Have flats a bit higher in texts.
Have more space between accidentals in key signatures.

---- Version 6.0.7 - 10/02/24 ----

Fix measure bar numbering when %%setbarnb and many voices.
Fix measure bar numbering when M:none.
Fix the EPS output when use of pango.
Fix a crash when '-E' at start of command line and use of pango.
Fix the EPS output when accidentals.
Fix the output of user postscript sequences when many output files.
Fix a crash when slur ending on a grace note at end of a secundary voice.
Include back chinese.abc in the tarball.

---- Version 6.0.6 - 10/02/19 ----

Handle font changes inside lyric words.
More flute tablatures from Michel Bellon.
Add information about pango in the INSTALL file.
Force recompilation after configure.
Change the glyphs of accidentals.
Speed up the PS rendering of pango text.
Do the TAB in guitar chords work again.
Fix the parenthesis problem with pango.
Adjust some compose characters sequences.
Move the setcachedevice from the Extra font to the extra-draw dict.
	This permits to add characters from various sizes.
Fix a crash when a tune ends with T:.

---- Version 6.0.5 - 10/02/12 ----

Add the 'pango' parameter.
Add an arabic title in chinese.abc.
Fix a crash when non ascii characters in tunes, outside of text strings.
Print some texts with the pango/freetype libraries.

---- Version 6.0.4 - 10/02/09 ----

Do the hyphen work again in lyrics.
Prepare the 'pango' job.
Fix bad horizontal spacing of accidentals.
Add O/obreve.
Add some compose characters from the ABC standard version 2.

---- Version 6.0.3 - 10/01/31 ----

Change the character values for accidentals to correct utf-8 sequences.
Fix bar numbering when incomplete measure at start of tune.
Fix bar numbering when incomplete measure at end of previous line.

---- Version 6.0.2 - 10/01/28 ----

Change the utf-8 mechanism for extra characters.
Fix lyrics display when not enough or too many lyrics in a music line.

---- Version 6.0.1 - 10/01/20 ----

Remove the latin parameters.
Do the accidentals in string ('\201'.. and '#'.. in guitar chords)
	work again.
Accept ABC files coded in latin1.

---- Version 6.0.0 - 10/01/19 ----

Remove multilang.abc.
Add chinese.abc.
Generate PostScript level 3 only.
Add UTF-8 support.
	!! COMPATIBILITY !!
	The other encodings (latin-x) are no more supported.
Add all whistle types in flute.fmt (thanks to Guido Gonzato).

Creation from abcm2ps version 5.9.7.
2011-02-16 20:46:55 +00:00
shattered
0c4aace8da PR/36612 -- properly highlight folded header lines in mail messages. 2011-02-16 19:19:28 +00:00
wiz
5dac6ddc28 + tex-texmate*. 2011-02-15 11:39:48 +00:00
wiz
818680f56f Add tex-texmate packages:
TeXmate formats chess games from very simple ascii input. The clean
"1. e4 e5; 2. Nf3 Nc6; 3. Bb5 a6" will produce the same results as
the sloppier "1 e4 e5; Nf3 Nc6 3.. Bb5 a6". The resulting format
is fully customizable. There are 4 levels of commentary: 1 is the
main game, 2-3 are commentaries. Each has its fonts, punctuation
marks, etc., and these are also customizable. The package includes
a tool for the creation of diagrams. The package works in conjunction
with skak to produce diagrams of the current position automatically.
For chess fonts, the package uses the chessfss system.
2011-02-15 11:38:35 +00:00
wiz
e60ae8fbb2 + 6 chess packages for tex. 2011-02-15 11:23:00 +00:00
wiz
97b69b98c5 Import 6 TeX packages for chess. 2011-02-15 11:22:05 +00:00
minskim
dd8ec1a230 Fix a typo. Noted by Robert Elz on tech-pkg@. 2011-02-14 18:59:29 +00:00
drochner
9e47778a68 make the last patch work correctly 2011-02-12 14:18:35 +00:00
tnn
e30ba0d0f6 fix build with poppler-0.16.x 2011-02-12 10:00:07 +00:00
obache
1f05d39f7f 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
496921f0c2 Set LICENSE. 2011-02-11 01:18:10 +00:00
adam
72e1fb86a2 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
562ee9b1d9 Fix building with Clang 2011-02-08 11:11:23 +00:00
minskim
fd0e2b376b Remove ja-ptex-share, which was obsoleted by tex-ptex. 2011-02-07 20:17:14 +00:00
minskim
c988d043a4 Remove ja-ptex-bin, which was obsoleted by tex-ptex and pdvipsk. 2011-02-07 20:14:28 +00:00
minskim
b4cd4a8e11 Remove ja-jsclasses, which was obsoleted by tex-jsclasses. 2011-02-07 20:10:24 +00:00
minskim
0db9bb99bf Remove a conflicting dependency. 2011-02-07 20:03:58 +00:00
minskim
578f4bb46a Let ja-ptex depend on pTeX from TeX Live. 2011-02-07 20:02:33 +00:00
minskim
5a077adb47 Update tex-ptex{,-doc} to TeX Live r21270.
Changes:
- Added hyphenation patterns for ancient Greek.
2011-02-07 19:59:44 +00:00
minskim
fba6214203 Add pdvipsk. 2011-02-07 19:44:33 +00:00
minskim
3456aa0819 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
4703fb07ce Update tex-lastpage{,-doc} to 1.2g.
Changes:
- Updated documentation.
2011-02-07 19:11:30 +00:00
minskim
e71f0003c7 Add tex-ntgclass{,-doc}. 2011-02-07 00:59:03 +00:00
minskim
ea5781d00a 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
93a9ea8d1e 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
e691360a10 Add tex-hyphenat{,-doc}. 2011-02-07 00:44:07 +00:00
minskim
866299cd33 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
38bfd8fbdd 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
809b6e7886 Add tex-tocloft{,-doc}. 2011-02-07 00:21:12 +00:00
minskim
f87907a1b9 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
7e686684f1 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
6d1aaadc62 Add tex-eso-pic{,-doc}. 2011-02-04 22:40:37 +00:00
minskim
85a9b974f1 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
98ef1ce6db 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
0ac69a5239 Add tex-pdfpages{,-doc}. 2011-02-04 22:19:04 +00:00
minskim
aece625272 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
4ef295b905 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
db156e6566 Update tex-tetex{,-doc} to TeX Live r21248.
Changes:
- Add entries for PTSans.
2011-02-02 18:33:12 +00:00
minskim
0eda6862d3 Update tex-pdftex{,-doc} to TeX Live r21248.
Changes:
- Add entries for PTSans.
2011-02-02 18:30:19 +00:00
minskim
3a654e9505 Update tex-dvips{,-doc} to TeX Live r21248.
Changes:
- Add entries for PTSans.
2011-02-02 18:27:51 +00:00
minskim
95a371bf6c Sync TEXLIVE_REV with tex-dvipdfm. 2011-02-02 18:24:47 +00:00
minskim
16f35f7538 Update tex-dvipdfm{,-doc} to TeX Live r21248.
Changes:
Added entries for PTSans.
2011-02-02 18:23:36 +00:00
minskim
2e38e3123b 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
ddeea5b6c7 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
2168583e61 add patch from upstream to fix possible memory corruption due to
malformed JPEG images (SA43020)
2011-01-31 17:44:30 +00:00
drochner
e6824badcb bump PKGREV for poppler shlib major change
being here, use system freetype2
2011-01-31 17:05:48 +00:00
drochner
ff9808ad64 bump PKGREV for poppler shlib major change 2011-01-31 17:04:31 +00:00
drochner
75d1856c8a sync w/ base pkg update 2011-01-31 16:58:42 +00:00
drochner
3642649eb7 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
4977babc18 ptex needs the ptexenc library. 2011-01-28 01:54:44 +00:00
minskim
38af7b0afd Let ja-vfxdvik use kpathsea/texmf.mk instead of obsolete teTeX/module.mk. 2011-01-24 18:57:52 +00:00
wiz
87dc3af877 Add comment and upstream bug report URL. 2011-01-24 13:11:20 +00:00
minskim
5fc7d7158c Add tex-jsclasses. 2011-01-23 01:38:08 +00:00
minskim
71785e0198 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
1ff08fb1e5 Add tex-ptex{,-doc}. 2011-01-23 01:27:54 +00:00
minskim
636f786201 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
8189338178 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
minskim
f041b9d2d5 Let tex-plain depend on tex-amsfonts in addition to tex-cm, so that
Type 1 fonts in tex-amsfonts are used instead of bitmap fonts in tex-cm.
2011-01-23 01:14:34 +00:00
minskim
b99ecc4500 Resolve conflicts between teTeX-texmf and recently imported TeX Live
packages.
2011-01-22 23:54:25 +00:00
minskim
9916daa8de Update tex-ltxmisc to TeX Live r20350.
Changes:
- Removed the following styles: parskip, romanneg, secdot, section,
  sepnum, shadow, showtags, sphack, statex, and subfigmat.
2011-01-22 23:53:36 +00:00
minskim
8f72284bb9 Update tex-texlive-scripts to TeX Live r20966. No functional change. 2011-01-22 23:30:03 +00:00
minskim
658cd4504f Update tex-texlive-en-doc to TeX Live r20605. This is a documentation
update.
2011-01-22 23:27:46 +00:00
minskim
bc890a4d2a Update tex-memoir to 3.6g.
Changes:
-- fixed a typo in the vplaces env
-- made \needspace work better with \section and friends
-- added \settypeoutlayoutunit such that users can choose in which
   unit the layout list should be written to the log file.
-- removed the \footnoteA--C commands from the manual, they have
   never existed
-- Added \OnehalfSpacing* and \DoubleSpacing* which will additionally
   also make floats and  page notes have the same spacing. Macros to
   explicitly set these values have also been added
-- made it more clear who the maintainer is
2011-01-22 23:24:16 +00:00
minskim
16407e6db9 Let tex-amsrefs depend on tex-url instead of tex-ltxmisc because url.sty
is no longer included in tex-ltxmisc.
2011-01-22 23:15:17 +00:00
minskim
65527a52c8 Fix dependencies of tex-kotex. 2011-01-22 23:12:39 +00:00
minskim
55dbc08d6a Let tex-passivetex depend on tex-url instead of tex-ltxmisc, because
url.sty is no longer included in tex-ltxmisc.
2011-01-22 22:55:14 +00:00
minskim
aa5cf3d13c Let tex-listings depend on tex-url instead of tex-ltxmisc, because
url.sty is no longer included in tex-ltxmisc.
2011-01-22 22:49:56 +00:00
minskim
85958445d1 Update tex-hyperref{,-doc} to 6.81y.
Changes:
    * Allowing driver tex4ht if XeTeX is running (htxelatex).
    * Destination names (\hyper@makecurrent) now use
      the original definition of \@arabic to avoid
      trouble with redefined \@arabic (polyglossia/arabic).
    * Fix for draftmode, because .out file wasn't written.
    * Fix for driver hpdftex.def (undefined \pdf@draftmode).
    * Driver hpdftex.def: Use of \pdfdraftmode.
    * Driver pdfmark.def: Math mode respected in links.
    * Some unnecessary code removed in \LT@p@ftntext (GL).
    * Radio buttons: small fix, escaping values and adding /DV.
    * Temporary fix for \ltx@LocalAppendToMacro until next bundle update.
    * Version check added for driver files.
    * Field options `altname' and `mappingname' added.
    * \SpecialDvipdfmxOutlineOpen is set in case of XeTeX.
    * Broken error messages because of broken \Hy@Error fixed.
2011-01-22 22:45:32 +00:00
minskim
eaf84ae09d Let tex-amscls depend on tex-url instead of tex-ltxmisc, because
url.sty is no longer included in tex-ltxmisc.
2011-01-22 22:31:54 +00:00
minskim
3f26ff5d5a Add tex-minitoc{,-doc}. 2011-01-22 22:25:00 +00:00
minskim
73915ea861 Import tex-minitoc-doc-60 as print/tex-minitoc-doc.
This is documentation for tex-minitoc.
2011-01-22 22:24:05 +00:00
minskim
b15e134a06 Import tex-minitoc-60 as print/tex-minitoc.
The minitoc package allows you to add mini-tables-of-contents (minitocs)
at the beginning of every chapter, part or section. There is also
provision for mini-lists of figures and of tables. At the part level,
they are parttocs, partlofs and partlots. If the type of document does
not use chapters, the basic provision is section level secttocs,
sectlofs and sectlots. The package has provision for language-specific
configuration of its own "fixed names", using .mld files (analagous to
babel .ldf files that do that job for LaTeX"s own fixed names).
2011-01-22 22:23:57 +00:00
minskim
ee485e6cdd Add tex-here{,-doc}. 2011-01-22 22:07:22 +00:00
minskim
3929149aec Import tex-here-doc-2010 as print/tex-here-doc.
This is documentation for tex-here.
2011-01-22 22:06:36 +00:00
minskim
5f05dc77d0 Import tex-here-2010 as print/tex-here.
Provides the H option for floats in LaTeX to signify that the environemt
is not really a float (and should therefore be placed "here" and not
float at all). The package emulates an older package of the same name,
which has long been been suppressed by its author. The job is done by
nothing more than loading the float package, which has long provided the
option in an acceptable framework.
2011-01-22 22:06:30 +00:00
minskim
1509f198ce Add tex-euler{,-doc}. 2011-01-22 22:02:00 +00:00
minskim
fe215b159b Import tex-euler-doc-2.5 as print/tex-euler-doc.
This is documentation for tex-euler.
2011-01-22 22:00:59 +00:00
minskim
389a86b60c Import tex-euler-2.5 as print/tex-euler.
Provides a setup for using the AMS Euler family of fonts for mathematics
in LaTeX documents. "The underlying philosophy of Zapf's Euler design
was to capture the flavour of mathematics as it might be written by a
mathematician with excellent handwriting." [concrete-tug] The euler
package is based on Knuth's macros for the book 'Concrete Mathematics'.
The text fonts for the Concrete book are supported by the beton package.
2011-01-22 22:00:48 +00:00
minskim
ec062be0e5 Add tex-beton{,-doc}. 2011-01-22 21:53:52 +00:00
minskim
45208645ce Import tex-beton-doc-2010 as print/tex-beton-doc.
This is documentation for tex-beton.
2011-01-22 21:52:57 +00:00
minskim
30907cf5eb Import tex-beton-2010 as print/tex-beton.
Typeset a LaTeX2e document with the Concrete fonts designed by Don Knuth
and used in his book "Concrete Mathematics".
2011-01-22 21:52:49 +00:00
minskim
f1ef969cd1 Update tex-dvips{,-doc} to TeX Live r21040.
Changes:
- Sync font maps with those in tex-pdftex.
2011-01-22 21:30:05 +00:00
minskim
e37d931057 Update tex-pdftex{,-doc} to TeX Live r21040.
Changes:
- Updated font map files.
2011-01-22 21:27:01 +00:00
minskim
2258db6e90 Sync tex-hyph-utf8-doc with tex-hyph-utf8. 2011-01-22 21:23:43 +00:00
minskim
8f3e68b22d Update tex-hyph-utf8 to TeX Live r21077.
Changes:
- Added ptex support.
2011-01-22 21:21:47 +00:00
minskim
712ddbf1c0 Update tex-hyphen-base to TeX Live r21066. No functional change. 2011-01-22 21:18:16 +00:00
minskim
c8bd47e0de Update tex-tetex{,-doc} to TeX Live r21040.
Changes:
- Added README.
2011-01-22 21:04:05 +00:00
minskim
b0d94bf0ff Update tex-pdftex-def to 0.05c.
Changes:
- \stockwidth and \stockheight of class `memoir' respected.
2011-01-22 20:59:07 +00:00
minskim
45952589e7 Update tex-dvipdfm{,-doc} to TeX Live r 21040.
Changes:
- Update map files to include OrnementsADF and other new fonts.
2011-01-22 20:56:29 +00:00
minskim
ff066b76eb Update tex-xunicode to 0.96.
Changes:
- Added LPPL licence statement.
2011-01-21 18:48:08 +00:00
minskim
5a815d4926 tex-supp-pdf was obsoleted by tex-mptopdf. 2011-01-21 18:36:38 +00:00
minskim
0489763136 Update tex-dvipdfmx to TeX Live r20279.
Changes:
- Quote arguments for rungs.
- TeXLive -> TeX Live.
2011-01-21 18:34:14 +00:00
minskim
0eb34541b6 Add/update tex-xetex, tex-xltxtra, and their dependencies. 2011-01-21 18:02:15 +00:00
minskim
d4725884a5 Update tex-xltxtra to 0.5e.
Changes:
- Install files under latex/ instead of xelatex/.
2011-01-21 18:00:52 +00:00
minskim
2ef0bd3fba Import tex-xetex-doc-2010 as print/tex-xetex-doc.
This is documentation for tex-xetex.
2011-01-21 17:56:10 +00:00
minskim
4cd783bb09 Import tex-xetex-2010 as print/tex-xetex.
XeTeX is an extension of TeX with built-in support for Unicode and
OpenType.  This package builds and installs formats for XeTeX and
XeLaTeX.
2011-01-21 17:56:02 +00:00
minskim
4ea8485de2 Import tex-realscripts-doc-0.3 as print/tex-realscripts-doc.
This is documentation for tex-realscripts.
2011-01-21 17:37:03 +00:00
minskim
287919d716 Import tex-realscripts-0.3 as print/tex-realscripts.
This small package replaces \textsuperscript and \textsubscript commands
by equivalent commands that use OpenType font features to access
appropriate glyphs if possible. The package also patches LaTeX's default
footnote command to use this new \textsuperscript for footnote symbols.
The package requires fontspec running on either XeLaTeX or LuaLaTeX. The
package holds functions that were once parts of the xltxtra package,
which now loads realscripts by default.
2011-01-21 17:36:55 +00:00
minskim
c3593b0517 Import tex-metalogo-doc-0.12 as print/tex-metalogo-doc.
This is documentation for tex-metalogo.
2011-01-21 17:25:41 +00:00
minskim
ec5a5c6738 Import tex-metalogo-0.12 as print/tex-metalogo.
This package exposes spacing parameters for various TeX logos to the end
user, to optimise the logos for different fonts. Written especially for
XeLaTeX users.
2011-01-21 17:25:32 +00:00
minskim
1e485d7b58 Import tex-xetexconfig-2010 as print/tex-xetexconfig.
unicode-letters, and special crop.cfg and hyperref.cfg for XeTeX.
2011-01-21 17:19:33 +00:00
minskim
6e341d7e46 Sync tex-contex-doc with tex-context. 2011-01-21 04:12:18 +00:00
minskim
bfbdbbf0b4 Update tex-context to 2010.
Changes:
- mptopdf is now a separate package (tex-mptopdf).
- Both pdftex and xetex formats are generated.
2011-01-21 04:09:21 +00:00
minskim
5f5c265a03 Update tex-collection-latex to 2010.
Changes:
- Sync with TeX Live 2010.
2011-01-20 17:21:24 +00:00
minskim
3fb3b81b02 Update tex-amscls{,-doc} to 2010.20248.
Changes:
- Added a new class: amsldoc.
- Removed the rkvbeta style.
2011-01-20 16:37:17 +00:00
minskim
d8b1fbdd7e Update tex-ukrhyph{,-doc} to TeX Live r21081. No functional change. 2011-01-20 16:31:23 +00:00
minskim
34dd992112 Sync tex-ruhyphen with TeX Live r21081. No functional change. 2011-01-20 16:27:15 +00:00
minskim
6e7a5dd099 Update tex-pgfplots{,-doc} to 1.4.1.
Changes:
  - Added support for detached legends and detached colorbars
  - ybar (and similar plots) can now be mixed with other plot types
    like line plots.
  - improved legend formatting
  - added 'restrict x to domain*' which cups coordinates outside of a
    specified domain (same for y and z)
  - Added support for linear regression
  - Inline tables,
  - Lots of bug fixes
2011-01-20 16:23:59 +00:00
minskim
fdd84747e4 Update tex-breakcites{,-doc} to 2010.
Changes:
- README added.
2011-01-20 16:16:43 +00:00
markd
6eecb86d81 ArchLinux messes up "rm -rf ${WRKSRC}/bibtex/bib/[A-Za-o]*" (deletes
.../bib/plbib)!!! so split in to two parts.
2011-01-20 12:30:25 +00:00
drochner
9e2b30799a update to 3.2.5d
changes:
-bugfixes
-New PSTricks driver
2011-01-19 19:14:15 +00:00
minskim
8b256e2c27 Update tex-advdate{,-doc} to 2010. Copyright notice was added. 2011-01-19 18:27:42 +00:00
drochner
0e5a545f9f build fix: on semi-new NetBSD, statfs() is present in libc for binary
compatibility and thus found by autoconf, but the API was removed.
Don't try to use it.
2011-01-19 17:09:19 +00:00
minskim
70cc4b3791 Update tex-a4wide{,-doc} to 2010. Released under LPPLv1. 2011-01-19 16:35:06 +00:00
sbd
20eb347494 Update to cups 1.4.6
CHANGES IN CUPS V1.4.6

	- Fixed a "make check" issue on Solaris (STR #3729)
	- Regression: The pstops filter did not support landscape printing of
	  PostScript files (STR #3722)
	- The scheduler killed retried (fax) jobs after restarting them
	  (STR #3697)
	- The cupsAdminSetServerSettings() function disabled sharing when
	  debug logging was enabled (STR #3712)


CHANGES IN CUPS V1.4.5

	- Documentation fixes (STR #3542, STR #3650)
	- Localization fixes (STR #3635, STR #3636, STR #3647, STR #3666)
	- Security: Fixed a memory corruption bug reported in CVE-2010-2941
	  (STR #3648)
	- The CUPS API incorrectly mapped the HTTP_UNAUTHORIZED status to the
	  IPP_NOT_AUTHORIZED status code, when IPP_NOT_AUTHENTICATED would be
	  the correct mapping (STR #3684)
	- The scheduler would restart jobs while shutting down (STR #3679)
	- Fixed a PPD loader bug that could cause a crash in cupsd (STR #3680)
	- Improved the mapping of non-standard PPD and PWG names (STR #3671)
	- The scheduler did not initialize Kerberos in all cases (STR #3662)
	- cupsAdminSetServerSettings duplicated Listen and Order lines
	  (STR #3645)
	- Added DeviceN colorspace support to the CUPS Raster format (STR #3419)
	- ppdMarkDefaults() did not clear the marked field of the previous
	  choices (STR #3642)
	- The serial backend would not allow a raw job to be canceled
	  (STR #3649)
	- The socket backend could go into an infinite loop with certain
	  printers (STR #3622)
	- Setting the PRINTER or LPDEST environment variables to "name/instance"
	  did not work (STR #3485)
	- The scheduler did not handle the JobRetryLimit setting properly
	  (STR #3466)
	- The lpstat command always showed a remote job ID of 0 for shared
	  printers (STR #3627)
	- Increased the write timeout for the libusb-based USB backend to 5
	  minutes (STR #3595)
	- The libusb-base USB backend did not check whether the printer has a
	  serial number (STR #3590)
	- The lpadmin command did not support setting of custom option values
	  (STR #3631)
	- The lpadmin command did not support setting of the location or
	  description of a class (STR #3613)
	- The cupsaddsmb command did not give up after too many failed attempts
	  (STR #3615)
	- The CUPS library no longer uses certain problematic ctype macros that
	  change based on the locale's character set.
	- PJL value substitution of more than 9 values was broken (STR #3621)
	- Custom options with missing string values caused ppdEmit* to segfault
	  (STR #3620)
	- Fixed an issue with the Italian version of the web interface
	  (STR #3624)
	- Fixed the Solaris SMF configuration file for cups-lpd (STR #3611)
	- The scheduler did not set the notify-subscribed-event attribute when
	  delivering printer-added or printer-modified events (STR #3608)
	- The mailto notifier could get into an infinite loop (STR #3609)
	- Date/time information was not shown in banner pages.
	- Relational operators were broken in #if/#elif/#else/#endif expressions
	  for the PPD compiler.
	- Moving a job via the web interface failed without asking for
	  authentication (STR #3559)
	- The scheduler now clears the printer-state-reasons when the driver is
	  changed (STR #3570)
	- The web interface did not allow a user to change the driver
	  (STR #3537, STR #3601)
	- The scheduler was not setting the PATH_INFO environment variable when
	  needed (STR #3600)
	- The scheduler incorrectly set the CUPSD_AUTH_TYPE environment
	  variable instead of AUTH_TYPE (STR #3599)
	- Fixed a buffer overrun in the PPD compiler (STR #3594)
	- Fixed some additional IPP job template attribute mapping issues in the
	  scheduler.
2011-01-19 03:28:42 +00:00
sbd
4a3a3dae8e Remove PIE flags from LDFLAGS on NetBSD/powerpc they cause runtime
problems in resultant binarys. Closes PR#43826.  Thanks to joerg@ for
suggesting it was the PIE flags.
2011-01-19 03:01:06 +00:00
tron
ceaceedca7 Fix build with png-1.5. 2011-01-19 00:12:50 +00:00
minskim
6830702113 Update tex-ulem{,-doc} to 2010.
Changes:
- Use \immediate\write16 instead of \typeout.
2011-01-18 21:27:44 +00:00
minskim
e732ba68cd Update tex-answers{,-doc} to 2.13.
Changes:
- Make hyperlinks to solutions work correctly.
2011-01-18 21:21:37 +00:00
minskim
961fd98ace Update tex-natbib{,-doc} to 8.31b.
Changes:
- Compatibility fix: \bibAnnote and \bibAnnoteFile are provided only
  with merging, so they do not conflict with alternative definitions
  that are sometimes found in certain BibTeX styles.
2011-01-18 21:13:35 +00:00
minskim
926a7a9889 Update tex-setspace to TeX Live r21104. License change only. 2011-01-18 19:28:47 +00:00
jmmv
f45b8e1d49 Update chat/telepathy-logger, math/gcalctool, print/evince, sysutils/brasero
and sysutils/nautilus-sendto to use the new devel/glib2/schemas.mk logic to
properly recompile the GSettings database during install/deinstall.

Bump PKGREVISION for these packages.

(This lets evince work in my machine; it would crash on startup because
it would not find its schema.  I suspect this also fixes all the other
applications mentioned in this change.  And the inclusion of schemas.mk
also prevents these packages from causing side-effects on the system if
they happen to call glib-compile-schemas during their build.)
2011-01-18 10:08:43 +00:00
minskim
7e030b0be1 Update tex-geometry to 5.6.
Changes:
  * Package 'ifxetex' is loaded for robuster detection of XeTeX.
  * Fixed a bug where 'pass' option was not reset in \newgeometry.
  * Fixed a bug where paper width and height were swapped unnecessarily
    inside \newgeometry{} if 'landscape' is given as a class option.
  * Changed crop marks with elbow-shaped lines 17mm long and offset by 3mm.
  * Added 'showframe' and 'showcrop' as options shown in verbose mode.
  * Fixed typos and wrong figures, and revised expressions in the document.
  * Added missed things that had been fixed for v5.4 into changes.txt.
  * New paper size presets for ISO C-series: 'c0paper' to 'c6paper'.
  * Fixed a bug where overloading shipout in 'showframe' and/or 'showcrop'
    mode caused warnings when 'pdfpages' package is used.
  * Changed the shipout overloading process to use 'atbegshi' package.
    Options 'showframe' and 'showcrop' require the package.
  * Fixed a bug where restoring layoutwidth and layoutheight failed
    when \restoregeometry is called.
  * Fixed a bug that forced papersize to set the same length
    as the specified layoutsize.
  * Fixed a bug where page frame shown in 'showframe' mode was placed
    slightly wrong.
  * Fixed wrong 'h-part' calculation in verbose when bindingoffset
    or mag is specified.
  * Changed format and fixed values shown in verbose mode.
2011-01-17 23:42:37 +00:00
minskim
84ce6ddaee Update tex-needspace{,-doc} to 1.3c.
Changes:
- Patch to improve behaviour with commands like `\section` that use
  `\addvspace`.
2011-01-17 23:37:36 +00:00
minskim
5514f2608b Update tex-beamer{,-doc} to 3.10.
Changes:
- Add real support for section page and subsection page.
- Improved manual and translations.
- Many bug fixes.
2011-01-17 22:41:24 +00:00
drochner
e88df6004f update to 4.0.6
changes:
-improved foomatic-ppd-to-xml script
-XML files generated by foomatic-db-engine now have the same formatting
-fixes
2011-01-17 14:16:50 +00:00
drochner
d9c2dd7502 update to 4.0.6
changes:
-improved automatic input data format recognition
-bugfixes
2011-01-17 14:14:52 +00:00
wiz
b79bf3d3bb Fix build with png-1.5. 2011-01-17 10:36:54 +00:00
wiz
815d1b4faa Update to 0.65.0, set LICENSE, and fix build with png-1.5.
0.65.0:

I have just uploaded the archives for a new luatex release, 0.65.0.

This release mostly fixes a number of bugs, but it also deprecates
a number of existing lua and macro commands. Please read the News
section carefully if you are the current maintainer of a luatex
macro package.

News:

    * The Aleph and Omega version primitives are deprecated.
    * The Apple Snow Leopard Truetype font collections now work
      properly.
    * Libpng has been updated to 1.4.4, and zlib to 1.2.5.
    * New lua functions node.next() and node.prev().
    * The already deprecated for some time node.protrusion_skipable()
      function has been removed.
    * fontloader.apply_featurefile() and
      fontloader.apply_afmfile() now return nil,<errortable> on failure.
    * The various node list fields in the lua node interface have
      been renamed from 'list' to 'head', e.g. tex.box[0].head,
      and the 'list' name is deprecated. For now, the deprecation
      is silent, as 'list' will stay for quite some time. Please
      update your lua source as soon as possible, though.
    * The call node.type(<node>) now returns "node". The existing
      functionality is otherwise unchanged.
    * Luafilesystem has been updated to 1.5.0. NOTE: there is an
      incompatible change in the directory iterator method.
    * The restriction on linebreak_filter has been eased: at least one
      horizontal box should be returned, but that is not necessarily
      the last node any more.
    * Backward compatibility has been restored for \meaning\mathchar
    * node.first_character() has been renamed to node.first_glyph()
      to better match its actual functionality.
    * The \Umathaccent primitive now supports both/bottom keywords,
      and \Umathbotaccent / \Umathaccents are now deprecated.
    * The \Umathaccent primitive now also supports the fixed keyword,
      which supports non-growing math accents even if the font says
      there are extensible variants.
    * Ongoing work on the epdf library.


0.64.0:

I have just uploaded the archives for a new luatex release, 0.64.0.
This is a development release, but it also fixes a few rather
annoying bugs in 0.63.0.


News:

* New lua functions pdf.refobj(), pdf.maxobjnum() and pdf.objtype()
* New lua function node.is_node()
* The max_strings configuration variable's maximum value is
  raised to be identical to texlive's maximum (2097151), and
  same for param_size (32767).
* The embedded mplib is now 1.503.
* Minor cleanups in the output of fontloader.to_table():
  - removed out-of-range altuni's from the output
  - don't dump the extra encodings, just the actual font encoding
  - export the encoding's name also as 'enc_name' at one level up
  - no longer exporting unset macstyles, nor zero uniqueids
  - fix creationtime and modification time
* Ongoing work on the epdf library

Bugfixes:
* Fix a bug where an explicit hyphen prevented hyphenation for the
  whole rest of the paragraph
* Internal font copying forgot to copy the last font dimen
* os.selfdir() is now documented
* patch quad (\fontdimen6) in \letterspacefont to be compatible
  with pdftex
* Multi-page pdf inclusion was very slow in 0.63.0
* Some extra checks added to the handling of glue_spec node
  objects in lua code.
* Some node.prev pointers have been corrected (but this is not
  quite finished).
* A small fix to lpeg 0.9.
2011-01-17 10:33:43 +00:00
wiz
6ad869d29d Partial fix for building with png-1.5. (Need to find out how to
handle png->transformations.)
2011-01-16 15:07:16 +00:00
wiz
dcd9edcca7 Fix build with png-1.5. Patch from John Bowler in private mail. 2011-01-15 14:08:10 +00:00
wiz
9de3fb5ff7 Fix build with png-1.5. 2011-01-13 17:01:35 +00:00
drochner
560c4720ca minor cleanup 2011-01-13 16:55:24 +00:00
wiz
2f4126dc58 png shlib name changed for png>=1.5.0, so bump PKGREVISIONs. 2011-01-13 13:36:05 +00:00
minskim
6e2845f617 Add tex-fixme-doc. 2011-01-12 17:08:27 +00:00
minskim
96b66fe773 Import tex-fixme-doc-4.1 as print/tex-fixme-doc.
This is documentation for tex-fixme.
2011-01-12 17:07:49 +00:00
minskim
0b40a10002 Update tex-fixme to 4.1.
Switched to the version in TeX Live.  Many new features were added in 4.x,
including support for tex-pdfcomment.
2011-01-12 17:07:10 +00:00
minskim
41d5257111 Add tex-changebar{,-doc}. 2011-01-12 17:00:31 +00:00
minskim
be7f85d825 Import tex-changebar-doc-3.5c as print/tex-changebar-doc.
This is documentation for tex-changebar.
2011-01-12 16:59:39 +00:00
minskim
5fc449565f Import tex-changebar-3.5c as print/tex-changebar.
Identify areas of text to be marked with changebars with the \cbstart
and \cbend commands; the bars may be coloured. The package uses
'drivers' to place the bars; the available drivers can work with
dvitoln03, dvitops, dvips, the emTeX and TeXtures DVI drivers, and VTeX
and PDFTeX.
2011-01-12 16:59:31 +00:00
minskim
8959983b4c Add tex-pdfcomment{,-doc}. 2011-01-12 16:43:00 +00:00
minskim
0ed699ea49 Import tex-pdfcomment-doc-2.1 as print/tex-pdfcomment-doc.
This is documentation for tex-pdfcomment.
2011-01-12 16:42:10 +00:00
minskim
f31ed58d19 Import tex-pdfcomment-2.1 as print/tex-pdfcomment.
For a long time pdfLaTeX has offered the command \pdfannot for inserting
arbitrary PDF annotations. However, the command is presented in a form
where additional knowledge of the definition of the PDF format is
indispensable. This package is an answer to the - occasional - questions
in newsgroups, about how one could use the comment function of Adobe
Reader. At least for the writer of LaTeX code, the package offers a
convenient and user-friendly means of using \pdfannot to provide
comments in PDF files. Since version v1.1, pdfcomment.sty also supports:
LaTeX -> dvips -> ps2pdf, LaTeX - > dvipdfmx and XeLaTeX. Unfortunately,
support of PDF annotations by PDF viewers is sparse to nonexistent. The
reference viewer for the development of this package is Adobe Reader.
2011-01-12 16:42:01 +00:00
minskim
bc500c3019 Corret the version number of tex-marginnote{,-doc}. 2011-01-12 16:39:53 +00:00
minskim
d91c6037f1 Add tex-datetime{,-doc}. 2011-01-12 16:37:07 +00:00
minskim
d6b4866db5 Import tex-datetime-doc-2.58 as print/tex-datetime-doc.
This is documentation for tex-datetime.
2011-01-12 16:36:13 +00:00
minskim
4ec69ecf16 Import tex-datetime-2.58 as print/tex-datetime.
Provides various different formats for the text created by the command
\today, and also provides commands for displaying the current time (or
any given time), in 12-hour, 24-hour or text format. The package
overrides babel's date format, having its own library of date formats in
different languages. The package requires the fmtcount package.
2011-01-12 16:36:05 +00:00
minskim
f79a2c321b Add tex-fmtcount{,-doc}. 2011-01-12 16:32:04 +00:00
minskim
4f90a640a1 Import tex-fmtcount-doc-1.31 as print/tex-fmtcount-doc.
This is documentation for tex-fmtcount.
2011-01-12 16:31:02 +00:00
minskim
55a07dd0c5 Import tex-fmtcount-1.31 as print/tex-fmtcount.
The package fmtcount.sty provides commands that display the value of a
LaTeX counter in a variety of formats (ordinal, text, hexadecimal,
decimal, octal, binary etc). The package offers some multilingual
support; configurations for use in English (both British and American
usage), French, German, Portuguese and Spanish documents are provided.
This package was originally provided as part of the author's datetime
package, but is now distributed separately.
2011-01-12 16:30:54 +00:00
minskim
dac48583ac Update ko.TeX packages to 0.2.
This is the version that works with TeX Live 2010.
2011-01-12 15:18:11 +00:00
wiz
1c97c763ac Mention which files include this. 2011-01-12 10:38:50 +00:00
drochner
6ffea6fc21 reset PKGREV for base pkg update 2011-01-11 15:06:10 +00:00
drochner
50bd367fc4 update to 2.32.0
This switches to the gnome-2.32 release branch.
2011-01-11 12:47:55 +00:00
drochner
c3c5a6db28 add patch from upstream which fixes a colorspace problem in the
glib/cairo frontend (ie pdf generation), bump PKGREV
2011-01-11 12:17:15 +00:00
drochner
ffaa627510 bump PKGREV for dvi backend security patches -- which these only
apply to pkgs built with the non-default "dvi" option, a unique
PKGNAME helps to identify the version if needed
2011-01-10 21:24:10 +00:00
drochner
5e93853e5b add patches from upstream to fix security issues in the dvi-backend
(CVE-2010-2640, CVE-2010-2641, CVE-2010-2642 and CVE-2010-2643)
The dvi backend is only built with the (non-default) "dvi" option.
2011-01-10 20:16:55 +00:00
adam
d98783e4a8 PLIST fix: some files are not installed on Mac OS X; pkglint clean-up 2011-01-03 05:58:49 +00:00
dmcmahill
94586c43d9 Update to latex-mk-2.1
--------------------------------
Release Notes for LaTeX-Mk-2.1
--------------------------------
- Fixed a bug in the quoting of lgrind related variables.  The
  result is that the clean target didn't quite work right.

- Improved quoting in the latex-mk script to better handle
  the case of a file name with spaces in it.

--------------------------------
Release Notes for LaTeX-Mk-2.0
--------------------------------
- Added support for the bibunits package

- Fix a bug when exporting xfig figures to pdf (they were exporting
  to postscript instead).

- No longer install the .dvi or .ps versions of the manual.

- Fix a bug where PDFLATEX_FLAGS wasn't being properly
2010-12-31 21:55:50 +00:00
minskim
8b668822c9 Regen distinfo for the previous update. Noted by tron@. 2010-12-26 01:02:38 +00:00
minskim
27cee320f3 Update tex-latex-bin{,-doc} to 2010.
Changes:
- Use the luatex hyphenation pattern for lualatex and dvilualatex.
2010-12-26 00:58:40 +00:00
minskim
5e575a25c1 Update distinfo of tex-latex.
This should have been committed with the previous change.  Noted by tron@.
2010-12-25 18:18:15 +00:00
mef
04d7ac202b (1) Bump AUCTeX version 11.84 to 11.86
(2) LICENSE= gnu-gpl-v3
Based on PR pkg/43966.

News in 11.86
=============

   * Parsing of LaTeX output was improved.  It is now less likely that
     AUCTeX opens a non-existent file upon calling `TeX-next-error'; a
     problem for example encountered when using MiKTeX 2.8.  In addition
     quoted file names as emitted by MiKTeX are now supported.

   * A new framework for the definition and selection of viewers was
     implemented.  If you have customizations regarding viewers you
     will have to redo them in this new framework or reenable the old
     one.  See the section on viewers in the manual for details.

   * Comprehensive editing support for PSTricks was added.

   * Support for various LaTeX packages was added, e.g. `tabularx',
     `CJK', and `hyperref'.

   * An easy way to switch between TeX engines (PDFTeX, LuaTeX, XeTeX,
     Omega) was added.

   * Support for SyncTeX was added.  This involves the command line
     options for LaTeX and the viewer.

   * Folding can now be customized to use macro arguments as replacement
     text.

   * `preview.sty' now works with XeTeX.

   * A lot of smaller and larger bugs have been squashed.

News in 11.85
=============

   * Font locking has been improved significantly.  It is now less
     prone to color bleeding which could lead to high resource usage.
     In addition it now includes information about LaTeX macro syntax
     and can indicate syntactically incorrect macros in LaTeX mode.

   * The license was updated to GPLv3.

   * Support for the nomencl, flashcards and comment LaTeX packages as
     well as the Icelandic language option of babel were added.

   * Support for folding of math macros was added.

   * Lots of minor bugs in features and documentation fixed.
2010-12-25 13:16:22 +00:00
minskim
43f710aa7f Add tex-marginnote{,-doc}. 2010-12-25 06:25:37 +00:00
minskim
c3adb5881f Import tex-marginnote-doc-v1.1f as print/tex-marginnote-doc.
This is documentation for tex-marginnote.
2010-12-25 06:14:20 +00:00
minskim
f7f72aea6e Import tex-marginnote-v1.1f as print/tex-marginnote.
This package provides the command \marginnote that may be used instead
of \marginpar at almost every place where \marginpar cannot be used,
e.g., inside floats, footnotes, or in frames made with the framed
package.
2010-12-25 06:14:09 +00:00
minskim
88ca0fdc12 Update DISTFILES of tex-relsize for TeX Live 2010. No functional change. 2010-12-25 05:55:53 +00:00
minskim
5ff458d147 Remove tex-apalike{,-doc}, which are now included in tex-bibtex{,-doc}. 2010-12-25 05:47:29 +00:00
minskim
976b6a807a Update tex-collection-basic{,-doc} to TeX Live r20730.
Changes:
- Remove tex-apalike from the dependency list; it is now included in
  tex-bibtex.
2010-12-25 05:44:34 +00:00
minskim
4a902b7ab4 Update tex-bibtex{,-doc} to 0.99d.
Changes:
- Provides APA-like bibliography style.
2010-12-25 05:36:07 +00:00
minskim
21acb89642 Update tex-luatex{,-doc} to TeX Live r20552. No functional change. 2010-12-25 05:25:30 +00:00
minskim
a1644b67c8 Update tex-pdftex{,-doc} to TeX Live r20786.
Changes:
- Added more fonts to the map file, including bbold, contnav, fstr,
  and hans.
2010-12-25 02:52:14 +00:00
minskim
2fe41adba7 Update tex-latex{,-doc} to 2010.
Changes:
- Use PDF-1.5 instead of PDF-1.4.
2010-12-25 02:44:49 +00:00
minskim
de685db091 Update tex-plain to TeX Live r20544.
Changes:
- Include luatex-unicode-letters.tex for dviluatex format.
2010-12-25 02:40:11 +00:00
minskim
8135655601 Update tex-latexconfig to 2010.20663.
Changes:
- Added lualatex-reset-codes.tex.
2010-12-25 02:30:12 +00:00
minskim
867b41e8bb Update tex-vertbars to 1.0b.
Changes:
- Added \pagewiselinenumbers.
2010-12-25 02:18:44 +00:00
dsainty
ada744dc0a Mechanically replace references to graphics/jpeg with the suitable
alternative from mk/jpeg.buildlink3.mk

This allows selection of an alternative jpeg library (namely the x86 MMX,
SSE, SSE2 accelerated libjpeg-turbo) via JPEG_DEFAULT=libjpeg-turbo, and
follows the current standard model for alternatives (fam, motif, fuse etc).

The mechanical edits were applied via the following script:

#!/bin/sh
for d in */*; do
  [ -d "$d" ] || continue
  for i in "$d/"Makefile* "$d/"*.mk; do
    case "$i" in *.orig|*"*"*) continue;; esac
    out="$d/x"
    sed -e 's;graphics/jpeg/buildlink3\.mk;mk/jpeg.buildlink3.mk;g' \
        -e 's;BUILDLINK_PREFIX\.jpeg;JPEGBASE;g' \
        < "$i" > "$out"
    if cmp -s "$i" "$out"; then
      rm -f "$out"
    else
      echo "Edited $i"
      mv -f "$i" "$i.orig" && mv "$out" "$i"
    fi
  done
done
2010-12-23 11:44:24 +00:00
obache
8cc48b351c Adjust Thai and Japanese examples in xpdfrc(5) to realities (add-to-xpdfrc
in xpdf-thai and xpdf-japanese package).
Fixes PR#44266.

Bump PKGREVISION.
2010-12-23 04:44:41 +00:00
drochner
210d9cc4cf +scribus-qt4 2010-12-13 11:52:29 +00:00
drochner
20b5456052 first cut on scribus-qt-1.3.9, the current "scribus" release with
the UI ported to qt4
(documents from pkgsrc/scribus can be imported, but not the other way)
2010-12-13 11:49:42 +00:00
wiz
e836ac83bb Update to 0.4.4.
Changes to
cMap/Adobe-CNS1/UniCNS-UTF16-H
cMap/Adobe-CNS1/UniCNS-UTF32-H
cMap/Adobe-CNS1/UniCNS-UTF8-H
cMap/Adobe-GB1/UniGB-UTF16-H
cMap/Adobe-GB1/UniGB-UTF32-H
cMap/Adobe-GB1/UniGB-UTF8-H
cMap/Adobe-Japan1/UniJIS-UTF16-H
cMap/Adobe-Japan1/UniJIS-UTF32-H
cMap/Adobe-Japan1/UniJIS-UTF8-H
cMap/Adobe-Japan1/UniJIS2004-UTF16-H
cMap/Adobe-Japan1/UniJIS2004-UTF32-H
cMap/Adobe-Japan1/UniJIS2004-UTF8-H
cMap/Adobe-Japan1/UniJISX0213-UTF32-H
cMap/Adobe-Japan1/UniJISX02132004-UTF32-H
cMap/Adobe-Korea1/UniKS-UTF16-H
cMap/Adobe-Korea1/UniKS-UTF32-H
cMap/Adobe-Korea1/UniKS-UTF8-H
2010-12-02 12:43:10 +00:00
drochner
62dce76480 -catch up with the ghostscript font changes a while ago
-update to 2.12.3
 changes:
 -MacOSX GUI fixes
 -bugfixes
2010-12-01 19:39:29 +00:00