Commit graph

4400 commits

Author SHA1 Message Date
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
minskim
e39e2b6c0b Add tex-xargs{,-doc}. 2010-11-29 19:35:47 +00:00
minskim
0dca5904cd Import tex-xargs-doc-1.1 as print/tex-xargs-doc.
This is documentation for tex-xargs.
2010-11-29 19:34:49 +00:00
minskim
26df831c04 Import tex-xargs-1.1 as print/tex-xargs.
The package provides extended versions of \newcommand and related LaTeX
commands, which allow easy and robust definition of macros with many
optional arguments, using a clear and simple xkeyval-style syntax.
2010-11-29 19:34:41 +00:00
drochner
b4510915c2 update to 1.1.4
changes:
-Improved the reporting of files that are the same
2010-11-29 18:42:39 +00:00
obache
03254b33aa Update ruby-gnome2 packages to 0.90.5.
== Ruby-GNOME2 0.90.5: 2010-10-28

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

A build system improvements release.

=== Changes

==== All

  * Improvements
    * add --with-pkg-config-dir option to extconf.rb for *.pc.

==== Ruby/GLib2

  * Improvements
    * glib-mkenums.rb can work with Ruby 1.9 on LANG=C.
      [Kouhei Sutou]

  * Bug fixes
    * fix pkg-config gem dependency.
      [Kouhei Sutou]

== Ruby-GNOME2 0.90.4: 2010-10-24

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

A bug fix release of 0.90.3.

=== Changes

==== Ruby/GLib2

  * Bug fixes
    * add missing '*' for String type conversion. [#3093789]
      [tmtms, Kouhei Sutou]

==== Ruby/GIO2

  * Bug fixes
    * Remove needless cairo dependency.
      [OBATA Akio, Kouhei Sutou]

==== Ruby/Libglade2

  * Improvements
    * Don't install *.pc by default.
      [OBATA Akio, Kouhei Sutou]
2010-11-27 06:14:45 +00:00
drochner
f123f51028 bump PKGREV for e-d-s shlib change 2010-11-24 20:20:29 +00:00
tron
299e20638e Add Dr. Werner Fink's patch for the vulnerability reported in CVE-2010-2055. 2010-11-23 11:10:15 +00:00
obache
fc25b86ae0 Update HOMEPAGE. 2010-11-23 06:37:00 +00:00
minskim
501bf50a51 Update tex-dvips{,-doc} to TeX Live r20445.
Added new font entires: contnav, hans, hans-sh, and mksk.
2010-11-17 19:33:13 +00:00
minskim
55be700c51 Update tex-kpathsea to TeX Live r19875. No change to installed files. 2010-11-17 19:29:03 +00:00
minskim
48494efb45 Make opentype and truetype fonts directories interchangeable. 2010-11-17 19:27:05 +00:00
minskim
76c30a2221 Update tex-latexconfig to 2010.
- Updated configuration files for LuaTeX.
2010-11-17 19:12:44 +00:00
minskim
ff0bb7ae1b Update tex-polytable{,-doc} to TeX Live r20331.
- Added missing dependencies.
2010-11-17 17:48:30 +00:00
minskim
aa36b07e8d Add tex-lazylist{,-doc}. 2010-11-17 17:46:28 +00:00
minskim
b75237e780 Import tex-lazylist-doc-1.0a as print/tex-lazylist-doc.
This is documentation for tex-lazylist.
2010-11-17 17:45:25 +00:00
minskim
2e930243be Import tex-lazylist-1.0a as print/tex-lazylist.
This package provides a pile of lambda-calculus and list-handling
macros of an incredibly obtuse nature. The TUGboat paper serves as a
manual for the macros. This TeX code was formally verified.
2010-11-17 17:45:10 +00:00
minskim
a9c99ead6e Update tex-cyrillic to TeX Live r20254.
- Use PDF 1.5.
2010-11-16 17:55:15 +00:00
abs
93cde1a832 PKGREVISION bumps for changes to gtk2, librsvg, libbonobo and libgnome 2010-11-15 22:56:08 +00:00
minskim
07ed60c24c Add a missing dependency to tex-hyphen-russian. 2010-11-15 22:25:13 +00:00
minskim
f02938bae1 Add a missing dependency to tex-hyphen-ukrainian. 2010-11-15 21:32:17 +00:00
minskim
96c5a1269f Add a missing dependency to tex-ukrhyph. 2010-11-15 21:30:38 +00:00
minskim
192ecfe418 Update tex-babel{,-doc} to TeX Live r20253.
- Added missing dependencies to tex-babel.
2010-11-15 17:54:13 +00:00
drochner
5a4d35b357 update to 0.14.5
changes: minor fixes
2010-11-15 15:13:20 +00:00
minskim
853ea7afc1 Update tex-amsmath{,-doc} to TeX Live r20250.
- Added a license file.
2010-11-14 15:19:41 +00:00
bouyer
ee7cab7d55 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
50ec3d8775 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
d3d752dbb3 Add tex-draftwatermark-doc. 2010-11-13 03:24:16 +00:00
minskim
3783273fff 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
c7a8236491 Use texlive/package.mk not to depend on teTeX.
Patches provided by Nicolas Thauvin.
2010-11-13 03:21:33 +00:00
minskim
8587e9ce26 Add tex-everypage-doc. 2010-11-13 03:18:35 +00:00
minskim
19eafcf348 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
5f1d916109 Use texlive/package.mk not to depend on teTeX.
Patches provided by Nicolas Thauvin.
2010-11-13 03:16:09 +00:00
minskim
e09607f4e4 Add tex-cooking-doc. 2010-11-13 02:28:58 +00:00
minskim
436ef20d35 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
c9fd5b6480 Use texlive/package.mk not to depend on teTeX.
Patches provided by Nicolas Thauvin.
2010-11-13 02:25:28 +00:00
minskim
bcd09d3b08 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
773b26712d Update tex-arabi{,-doc} to TeX Live r20072.
- Fix cases in style names.
2010-11-12 16:57:12 +00:00
minskim
4fa239f233 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
b2fe5a37e0 using wildcards with 'cvs delete' dose not work\! 2010-11-12 08:59:42 +00:00
sbd
43a8d9361e 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
d1c0786ec4 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
4fd8d7e380 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
75435cdc08 Update tex-mhchem to 3.08.
Changes:
- added: Italian phrases
2010-11-10 22:45:58 +00:00
minskim
b8abc6c67b Escape whitespace in updating LuaTeX's configuration file. 2010-11-10 17:55:27 +00:00
minskim
d654c3fe1b Add tex-chemarrow-doc. 2010-11-09 19:03:32 +00:00
minskim
3532fb5e2f 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
2b6db8a4c0 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
db570786a8 Add tex-cellspace{,-doc}. 2010-11-09 16:29:58 +00:00
minskim
340753759b 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
edf8da474a 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
b026410dde Update tex-hyphen-mongolian to 2010. Support LuaTeX. 2010-11-09 16:10:55 +00:00
minskim
218bcec9c9 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
6a8c8a5c6a 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
645eef4db3 Update tex-hyphen-coptic to 2010. Support LuaTeX. 2010-11-08 17:00:52 +00:00
minskim
811a3acb09 Update tex-hyphen-hungarian{,-doc} to 2010. Support LuaTeX. 2010-11-08 16:59:16 +00:00
minskim
5d969384d5 Update tex-hyphen-greek{,-doc} to 5. Support LuaTeX. 2010-11-08 16:56:08 +00:00
minskim
f3935ed9dd Update tex-hyphen-portuguese to 2010. Support LuaTeX. 2010-11-08 16:49:08 +00:00
minskim
70199cb8af Update tex-hyphen-welsh to 2010. Support LuaTeX. 2010-11-08 16:45:48 +00:00
minskim
0480bed96c Update tex-hyphen-uppersorbian to 2010. Support LuaTeX. 2010-11-08 16:45:44 +00:00
minskim
4acd2371dd Update tex-hyphen-ukrainian to 2010. Support LuaTeX. 2010-11-08 16:45:41 +00:00
minskim
6d5cbabd88 Update tex-hyphen-turkish to 2010. Support LuaTeX. 2010-11-08 16:45:38 +00:00
minskim
ca7d4a2e77 Update tex-hyphen-swedish to 2010. Support LuaTeX. 2010-11-08 16:45:34 +00:00
minskim
20ea171f23 Update tex-hyphen-slovenian to 2010. Support LuaTeX. 2010-11-08 16:45:31 +00:00
minskim
4703dfab42 Update tex-hyphen-slovak to 2010. Support LuaTeX. 2010-11-08 16:45:28 +00:00
minskim
40ee059c2c Update tex-hyphen-serbian to 2010. Support LuaTeX. 2010-11-08 16:45:24 +00:00
minskim
36a311e000 Update tex-hyphen-sanskrit to 2010. Support LuaTeX. 2010-11-08 16:45:21 +00:00
minskim
4cd6630440 Update tex-hyphen-russian to 2010. Support LuaTeX. 2010-11-08 16:45:18 +00:00
minskim
01e5eae0d7 Update tex-hyphen-romanian to 2010. Support LuaTeX. 2010-11-08 16:45:14 +00:00
minskim
3f44383a68 Update tex-hyphen-polish to 2010. Support LuaTeX. 2010-11-08 16:45:11 +00:00
minskim
3ba3b751ba Update tex-hyphen-norwegian to 2010. Support LuaTeX. 2010-11-08 16:45:07 +00:00
minskim
b523baa257 Update tex-hyphen-lithuanian to 2010. Support LuaTeX. 2010-11-08 16:45:04 +00:00
minskim
4d0a62d6d5 Update tex-hyphen-latin to 2010. Support LuaTeX. 2010-11-08 16:44:59 +00:00
minskim
c1877afd30 Update tex-hyphen-italian to 2010. Support LuaTeX. 2010-11-08 16:44:55 +00:00
minskim
a44fbe1203 Update tex-hyphen-irish to 2010. Support LuaTeX. 2010-11-08 16:44:52 +00:00
minskim
8225698073 Update tex-hyphen-interlingua to 2010. Support LuaTeX. 2010-11-08 16:44:49 +00:00
minskim
316bb9ec30 Update tex-hyphen-indonesian to 2010. Support LuaTeX. 2010-11-08 16:44:45 +00:00
minskim
a7dc9f7f61 Update tex-hyphen-icelandic to 2010. Support LuaTeX. 2010-11-08 16:44:42 +00:00
minskim
d50d313b28 Update tex-hyphen-galician to 2010. Support LuaTeX. 2010-11-08 16:44:39 +00:00
minskim
52762228e4 Update tex-hyphen-french to 2010. Support LuaTeX. 2010-11-08 16:44:35 +00:00
minskim
586e81ecdd Update tex-hyphen-finnish to 2010. Support LuaTeX. 2010-11-08 16:44:32 +00:00
minskim
3518a04634 Update tex-hyphen-estonian to 2010. Support LuaTeX. 2010-11-08 16:44:29 +00:00
minskim
6d3c360ce9 Update tex-hyphen-esperanto to 2010.
- Support LuaTeX.
2010-11-08 16:26:24 +00:00
minskim
f23e6178a2 Update tex-hyphen-dutch to 2010.
- Support LuaTeX.
2010-11-08 16:24:58 +00:00
minskim
51dbade451 Update tex-hyphen-danish to 2010.
- Support LuaTeX.
2010-11-08 16:22:39 +00:00