Commit graph

4415 commits

Author SHA1 Message Date
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