Commit graph

4679 commits

Author SHA1 Message Date
sbd
7cacbd1755 Use str3914.patch from STR #3914 to fix CVE-2011-3170
Bump PKGREVISION
2011-08-28 07:22:12 +00:00
sbd
79743afe72 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
4e39f9fff7 Remove tex-ocrb. It is superseded by fonts/tex-ocr-b. 2011-08-22 16:31:52 +00:00
taca
8666284d14 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
3b0f2f4d0e Revision bump after updating perl5 to 5.14.1. 2011-08-14 14:14:40 +00:00
taca
f24143071e Restrict dependency pattern due to gemspec.
Bump PKGREVISION.
2011-08-12 17:11:08 +00:00
taca
85dcdf3e23 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
37df6a1189 Fix Unprivileged builds. 2011-08-12 02:03:14 +00:00
wiz
12b0cce68d 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
a7f11fa9af Fix main() definition. Fix prototype usage. 2011-08-02 17:05:48 +00:00
joerg
039680a2e9 Fix getline conflict. 2011-08-02 17:04:34 +00:00
ryoon
c5d42d6280 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
d2107d3d83 Add acroread9 2011-07-30 07:47:59 +00:00
ryoon
3c08f3b673 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
bc634754b1 Update tex-kpathsea-doc to 2011.
Changes:
- Documentation update for TeX Live 2011.
2011-07-28 08:45:31 +00:00
minskim
f8738c6466 Update tex-kpathsea to 2011. No functional change. 2011-07-28 08:42:19 +00:00
minskim
6726be08fe Update tex-texlive-scripts to 2011.
Changes:
- Fix check-interpreter warnings.
2011-07-28 05:27:54 +00:00
minskim
b7a4156add Make xdvik build with kpathsea-6.0.1. 2011-07-28 04:45:53 +00:00
minskim
ef1f58c572 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
494952e667 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
971ed2d604 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
283dd1ffec 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
ca35f0bd10 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
a5f265b892 Clang build needs -fPIC too. 2011-07-21 17:06:18 +00:00
obache
8692ff62cb recursive bump from gnome-vfs drop crypto dependency. 2011-07-21 13:05:46 +00:00
minskim
40c7f3e277 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
726171fd90 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
18eb75f37b Add tex-verbasef{,-doc}. 2011-07-14 22:10:17 +00:00
minskim
c4b3c6f6e0 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
9c4b58da26 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
673857062b Update tex-ltxmisc to 2010.21927.
Changes:
- The verbasef style is no longer included.
2011-07-14 22:07:17 +00:00
drochner
7102e27c1a 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
9b6cfac34d Sync tex-version with tex-version-doc. No functional change. 2011-07-12 20:54:26 +00:00
minskim
635b9ec143 Add tex-version-doc. 2011-07-12 20:53:38 +00:00
minskim
e1be048836 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
df4d893de1 Sync tex-ulem with TeX Live r21840.
Changes:
- Change \dimen@ to \UL@height.
2011-07-11 20:47:57 +00:00
drochner
ae7deb01c5 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
18ad75a999 update to 0.1.8
changes:
-UI improvements
-new manpage
-bugfixes
-translation updates
2011-07-11 10:44:29 +00:00
drochner
44e75c65d9 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
31aac40ec5 check-interpreter fix. Use subst.mk for substitution. 2011-07-03 20:44:45 +00:00
taca
1904291ca8 Add and enable ruby-prawn. 2011-06-19 14:50:37 +00:00
taca
b68cbcb3b2 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
aa3edd0d13 Add and enable ruby-pdf-reader. 2011-06-19 14:19:51 +00:00
taca
08aa15a881 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
5740ed15a5 Update tex-oubraces{,-doc} to 2010.
Added copyright info.
2011-06-19 04:43:45 +00:00
minskim
30981d56f4 Add tex-forloop-doc. 2011-06-19 04:28:35 +00:00
minskim
9fc7bbbc30 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
d8cfecde93 TEXLIVE_USE_CTAN should be set in mk.conf, not in the package's Makefile. 2011-06-19 04:26:38 +00:00
brook
a6197441a3 Add tex-forloop 2011-06-18 16:36:54 +00:00
brook
24c720f466 Initial revision. 2011-06-18 16:05:21 +00:00