Commit graph

4311 commits

Author SHA1 Message Date
minskim
01dca66bbe Update tex-amsmath{,-doc} to TeX Live r20250.
- Added a license file.
2010-11-14 15:19:41 +00:00
bouyer
d87f440da0 Apply patch from official repository:
- Fixed memory reallocation on bitmap size change. Reallocation is not only
   needed when dimendions and margins change, but also when the color depth
   changes. Fixes bugs #691029 and #691108.
- Fixed arrayoption() macro in cups_put_params() function. Array values did
  not get actually set in cups.header data structure. Bug only showed via
  a compiler warning.
- Silenced compiler warning by presetting c0..c3 in cups_map_cmyk() to zero.

makes my epson USB printer work again with 2010Q3 cups+ghostscript
PKGREVISION++
2010-11-13 17:03:00 +00:00
minskim
ecb64af16e Update tex-amsrefs to 2.09.
Significnat changes:
  - hyperref support made more robust; "off-by-one-line" problem fixed;
  - support added/fixed for showlabels, showkeys;
  - numeric labels made flush-right instead of flush-left.
2010-11-13 16:45:44 +00:00
minskim
734130c097 Add tex-draftwatermark-doc. 2010-11-13 03:24:16 +00:00
minskim
f70d0fc696 Import tex-draftwatermark-doc-1.0 as print/tex-draftwatermark-doc.
This is documentation fo tex-draftwatermark.  Packaged by Nicolas Thauvin.
2010-11-13 03:22:36 +00:00
minskim
4cd7ce9c9c Use texlive/package.mk not to depend on teTeX.
Patches provided by Nicolas Thauvin.
2010-11-13 03:21:33 +00:00
minskim
a42c1f033c Add tex-everypage-doc. 2010-11-13 03:18:35 +00:00
minskim
0df90f6995 Import tex-everypage-doc-1.1 as print/tex-everypage-doc.
This is documentation for tex-everypage.  Packaged by Nicolas Thauvin.
2010-11-13 03:17:17 +00:00
minskim
8761b56dfe Use texlive/package.mk not to depend on teTeX.
Patches provided by Nicolas Thauvin.
2010-11-13 03:16:09 +00:00
minskim
d9b7a72645 Add tex-cooking-doc. 2010-11-13 02:28:58 +00:00
minskim
ffad0ea26f Import tex-cooking-doc-0.9b as print/tex-cooking-doc.
This is documentation for tex-cooking.  Packaged by Nicolas Thauvin.
2010-11-13 02:27:04 +00:00
minskim
3b078a550e Use texlive/package.mk not to depend on teTeX.
Patches provided by Nicolas Thauvin.
2010-11-13 02:25:28 +00:00
minskim
1d1a42ed1c Update tex-pgf{,-doc} to 2.10.
Changes:
        - renamed 'halfcircle' marker to 'halfcircle*' and added 'halfcircle'.
        - provided special case 'mark color=none' for the half-filled markers.
        - added more predefined dashed and dotted line patterns for
	  black/white plots
        - Imported spell checking results of Stefan Pinnow
        - Dealed with typo in 'sci generic' number formatting style: it now
	  accepts 'mantissa' *and* 'mantisse'
	- many more changes and bug fixes.

See share/texmf-dist/doc/generic/pgf/ChangeLog for the complete list.
2010-11-12 17:22:22 +00:00
minskim
e53e8ccb8c Update tex-arabi{,-doc} to TeX Live r20072.
- Fix cases in style names.
2010-11-12 16:57:12 +00:00
minskim
d49f1f4479 Update tex-texlive-scripts to TeX Live r20268.
No changes to the files installed by pkgsrc.
2010-11-12 16:47:39 +00:00
sbd
34cba5a36a using wildcards with 'cvs delete' dose not work\! 2010-11-12 08:59:42 +00:00
sbd
2ca5c97a27 Update to cups 1.4.4
CHANGES IN CUPS V1.4.4

	- Documentation updates (STR #3453, STR #3527, STR #3528, STR #3529)
	- Security: The texttops filter did not check the results of allocations
	  (STR #3516)
	- Security: The fix for CVE-2009-3553 was incomplete (STR #3490)
	- Security: The web admin interface could disclose the contents of
	  memory (STR #3577)
	- Security: CUPS could overwrite files as root in directories owned or
	  writable by non-root users (STR #3510)
	- The cups-config utility did not return the correct linker options on
	  AIX (STR #3587)
	- Fixed some IPP conformance issues with the scheduler's
	  ippget-event-life, operations-supported, output-bin, and sides
	  attributes (STR #3554)
	- The OpenSSL interfaces have been made thread-safe and the GNU TLS
	  interface is explicitly forbidden when threading is enabled
	  (STR #3461)
	- Fixed an IPP conformance issue with the scheduler's Send-Document
	  implementation (STR #3514)
	- Added additional validation checks for the 1284 device ID (STR #3534)
	- Fixed a problem with the RPM spec file (STR #3544)
	- The lpstat command did not limit the job list to the specified
	  printers (STR #3541)
	- The cupsfilter command did not set the RIP_MAX_CACHE environment
	  variable (STR #3531)
	- Fixed support for media-col and page size variants (STR #3394)
	- The PostScript filter did not support all media selection options for
	  the first page (STR #3525)
	- The scheduler did not always remove job control files (STR #3425)
	- The scheduler could crash on restart if classes were defined
	  (STR #3524)
	- The scheduler no longer looks up network interface hostnames by
	  default on Mac OS X (STR #3523)
	- ippWriteIO did not write collection (member) attributes properly in
	  all cases (STR #3521)
	- The "cupsctl --remote-any" and corresponding web interface check box
	  (allow printing from the Internet) did not work reliably (STR #3520)
	- The lpq and lpr commands would sometimes choose different default
	  printers (STR #3503)
	- cupsDo*Request did not flush error text, leading to multiple issues
	  (STR #3325, STR #3519)
	- cupsDoAuthentication did not cancel password authentication after 3
	  failures (STR #3518)
	- Fixed several LDAP browsing bugs (STR #3392)
	- The Dymo driver did not support copies (STR #3457)
	- The scheduler did not update the classes.conf file when deleting a
	  printer belonging to a class (STR #3505)
	- The lppasswd command did not use localized password prompts
	  (STR #3492)
	- The socket backend no longer waits for back-channel data on platforms
	  other than Mac OS X (STR #3495)
	- The scheduler didn't send events when a printer started accepting or
	  rejecting jobs (STR #3480)
	- The web interface now includes additional CSRF protection (STR #3498)
2010-11-12 08:54:58 +00:00
sbd
d56a49750f Add str3648.patch by Mike Sweet to address CVE-2010-2941.
Obtained from https://bugzilla.redhat.com/show_bug.cgi?id=624438
as Cups STR#3648 (http://www.cups.org/str.php?L3648) is not public yet!
2010-11-12 08:24:31 +00:00
minskim
72427fafbd Update tex-xunicode{,-doc} to 0.95.
Changes:
 v0.93 2009/11/09
       small changes to TIPA characters

 v0.94 2010/01/14
       added  \textperiodcentered , \asterism

 v0.95 2010/05/18
       added  \textbarl  \Ohorn  \ohorn  \Uhorn  \uhorn  \textdotlessj
       completed blocks: x02B0-x02DF and x02E*   \textdblig
       supports more macro names
2010-11-11 18:14:21 +00:00
minskim
c3ae13ccaa Update tex-mhchem to 3.08.
Changes:
- added: Italian phrases
2010-11-10 22:45:58 +00:00
minskim
dfa8bbec24 Escape whitespace in updating LuaTeX's configuration file. 2010-11-10 17:55:27 +00:00
minskim
c57c5d042d Add tex-chemarrow-doc. 2010-11-09 19:03:32 +00:00
minskim
9d53ca5bca Import tex-chemarrow-doc-0.9 as print/tex-chemarrow-doc. Packaged by
Nicolas Thauvin.

This is documentation for tex-chemarrow.
2010-11-09 19:02:47 +00:00
minskim
35c7db2149 Update tex-chemarrow to 0.9. Up-to-date fonts included in TeX Live 2010.
Patches provided by Nicolas Thauvin.
2010-11-09 19:01:42 +00:00
minskim
a41bcd039c Add tex-cellspace{,-doc}. 2010-11-09 16:29:58 +00:00
minskim
2696ca17fd Import tex-cellspace-doc-1.6 as print/tex-cellspace-doc.
This is documentation for tex-cellspace.
2010-11-09 16:28:53 +00:00
minskim
8cde001a21 Import tex-cellspace-1.6 as print/tex-cellspace.
It is well known that high or deep cells tend to touch the \hlines of a
tabular. This package provides a modifier S acting on usual column types
so that to ensure a minimal distance that can be controlled through two
parameters \cellspacetoplimit and \cellspacebottomlimit. The approach
employed by this package is noticeably simpler than that of tabls, which
considers the dimensions of each entire row; whereas you can ask the
cellspace only to look at the cells of potentially difficult columns.
2010-11-09 16:28:44 +00:00
minskim
0b8205c8c5 Update tex-hyphen-mongolian to 2010. Support LuaTeX. 2010-11-09 16:10:55 +00:00
minskim
884ba8efbb Update tex-plain to TeX Live r20014.
Changes:
- Include luatex-unicode-letters.tex in luatex.ini.
2010-11-08 22:55:32 +00:00
minskim
c8048bc65c Update tex-cite{,-doc} to 5.3.
Changes:
- \CitationPrefix with [gather], drop 2.09
- Handle sort/compress of compound citation numbers (number by
  chapter) such as 3.18 or 5-3.  Note that these compounds cannot have
  prefix or suffix letters (not enough bits in the maximum TeX
  number).
- Use \hfill and \texttt; update email.
2010-11-08 20:50:27 +00:00
minskim
b80953d907 Update tex-hyphen-coptic to 2010. Support LuaTeX. 2010-11-08 17:00:52 +00:00
minskim
172e07a08c Update tex-hyphen-hungarian{,-doc} to 2010. Support LuaTeX. 2010-11-08 16:59:16 +00:00
minskim
153c8ceb27 Update tex-hyphen-greek{,-doc} to 5. Support LuaTeX. 2010-11-08 16:56:08 +00:00
minskim
4f6d929d06 Update tex-hyphen-portuguese to 2010. Support LuaTeX. 2010-11-08 16:49:08 +00:00
minskim
f0835ffa8d Update tex-hyphen-welsh to 2010. Support LuaTeX. 2010-11-08 16:45:48 +00:00
minskim
ac0856785d Update tex-hyphen-uppersorbian to 2010. Support LuaTeX. 2010-11-08 16:45:44 +00:00
minskim
5432a9e95e Update tex-hyphen-ukrainian to 2010. Support LuaTeX. 2010-11-08 16:45:41 +00:00
minskim
a8583fe096 Update tex-hyphen-turkish to 2010. Support LuaTeX. 2010-11-08 16:45:38 +00:00
minskim
9c24fdfdb0 Update tex-hyphen-swedish to 2010. Support LuaTeX. 2010-11-08 16:45:34 +00:00
minskim
9ef4432e2f Update tex-hyphen-slovenian to 2010. Support LuaTeX. 2010-11-08 16:45:31 +00:00
minskim
8f2d24ad25 Update tex-hyphen-slovak to 2010. Support LuaTeX. 2010-11-08 16:45:28 +00:00
minskim
eda38a104f Update tex-hyphen-serbian to 2010. Support LuaTeX. 2010-11-08 16:45:24 +00:00
minskim
041dad78b0 Update tex-hyphen-sanskrit to 2010. Support LuaTeX. 2010-11-08 16:45:21 +00:00
minskim
4c81df81bd Update tex-hyphen-russian to 2010. Support LuaTeX. 2010-11-08 16:45:18 +00:00
minskim
f05993b752 Update tex-hyphen-romanian to 2010. Support LuaTeX. 2010-11-08 16:45:14 +00:00
minskim
2f9bdd94b9 Update tex-hyphen-polish to 2010. Support LuaTeX. 2010-11-08 16:45:11 +00:00
minskim
9bb820ab08 Update tex-hyphen-norwegian to 2010. Support LuaTeX. 2010-11-08 16:45:07 +00:00
minskim
d7338b6712 Update tex-hyphen-lithuanian to 2010. Support LuaTeX. 2010-11-08 16:45:04 +00:00
minskim
711becf6a2 Update tex-hyphen-latin to 2010. Support LuaTeX. 2010-11-08 16:44:59 +00:00
minskim
c4c8652f1c Update tex-hyphen-italian to 2010. Support LuaTeX. 2010-11-08 16:44:55 +00:00