summaryrefslogtreecommitdiff
path: root/textproc
AgeCommit message (Collapse)AuthorFilesLines
2009-11-23Update ruby-json-pure to 1.2.0fhajny3-13/+49
Too many changes, see: http://github.com/flori/json/blob/master/CHANGES
2009-11-23Update ruby-json to 1.2.0fhajny4-42/+66
Too many changes, see: http://github.com/flori/json/blob/master/CHANGES
2009-11-22Patches out invalid linker flags for solaris. Tested with OpenSolaris/amd64sno3-9/+23
and Solaris 10/sparc - both with Sun Studio C/C++ 12u1. Fixes PR pkg/42335 (thanks to Todd Kover for the hint).
2009-11-21Updating textproc/p5-Encode from 2.37 to 2.38sno2-6/+6
Upstream changes: $Revision: 2.38 $ $Date: 2009/11/16 14:08:13 $ ! Encode.xs Addressed: Encode memory corruption [perl #70528] Message-Id: <alpine.LFD.2.00.0911152328070.9483@ein.m-l.org> ! t/Unicode.t Unicode/Unicode.xs Patched: #51263: set magic is not applied when modifying encode arguments http://rt.cpan.org/Ticket/Display.html?id=51263 ! Encode.xs Patched: #51204: Callback CHECK not supported for UTF-8 decoder/encoder http://rt.cpan.org/Ticket/Display.html?id=51204 ! Byte/Byte.pm CN/CN.pm Changes JP/JP.pm KR/KR.pm TW/TW.pm Unicode/Unicode.pm bin/enc2xs lib/Encode/Supported.pod Fix URLs http://rt.cpan.org/Ticket/Display.html?id=49776 ! t/CJKT.t t/guess.t t/perlio.t t/piconv.t $PERL_CORE trick is now off for perl 5.11 or better. Message-Id: <b77c1dce0909070245s59b294bq8a8a8166e7342793@mail.gmail.com> Message-Id: <E7FADA6C-D5A7-4ECA-BE4C-85911A97677E@dan.co.jp> Message-Id: <20090907154908.GS60303@plum.flirble.org> Message-Id: <20090907161509.GN8057@iabyn.com>
2009-11-20update to 0.8.2drochner2-6/+6
changes: bugfixes
2009-11-17Update to 20091006:wiz2-6/+6
since 20090107: - new words - on systems without ispell one can use "make AFFIX_EXPANDER=aspell foo" to build dictionaries that need affix expansion to be built
2009-11-17Update to 2.2.4:wiz2-6/+6
2.2.4 (2009-11-11) ================== Bugs fixed ---------- * Static build of libxml2/libxslt was broken.
2009-11-17Update diffstat to 1.51. Minor bugfixes.snj2-6/+6
2009-11-16Update ruby-haml from version 2.2.10 to version 2.2.13.seb2-6/+6
Upstream changes: * 2.2.13 Haml Allow users to specify :encoding => "ascii-8bit" even for templates that include non-ASCII byte sequences. This makes Haml templates not crash when given non-ASCII input that’s marked as having an ASCII encoding. Fixed an incompatibility with Hpricot 0.8.2, which is used for html2haml. * 2.2.13 Sass There were no changes made to Sass between versions 2.2.12 and 2.2.13. * 2.2.12 Haml There were no changes made to Haml between versions 2.2.11 and 2.2.12. * 2.2.12 Sass Fix a stupid bug introduced in 2.2.11 that broke the Sass Rails plugin. * 2.2.11 Haml Fixed a bug with XSS protection where HTML escaping would raise an error if passed a non-string value. Note that this doesn’t affect any HTML escaping when XSS protection is disabled. Fixed a bug in outer-whitespace nuking where whitespace-only Ruby strings blocked whitespace nuking beyond them. Use ensure to protect the resetting of the Haml output buffer against exceptions that are raised within the compiled Haml code. Fix an error line-numbering bug that appeared if an error was thrown within loud script (=). This is not the best solution, as it disables a few optimizations, but it shouldn’t have too much effect and the optimizations will hopefully be re-enabled in version 2.4. Don’t crash if the plugin skeleton is installed and rake gems:install is run. Don’t use RAILS_ROOT directly. This no longer exists in Rails 3.0. Instead abstract this out as Haml::Util.rails_root. This changes makes Haml fully compatible with edge Rails as of this writing. * 2.2.11 Sass Added a note to errors on properties that could be pseudo-classes (e.g. :focus) indicating that they should be backslash-escaped. Automatically interpret properties that could be pseudo-classes as such if :property_syntax is set to :new. Fixed css2sass’s generation of pseudo-classes so that they’re backslash-escaped. Don’t crash if the Haml plugin skeleton is installed and rake gems:install is run. Don’t use RAILS_ROOT directly. This no longer exists in Rails 3.0. Instead abstract this out as Haml::Util.rails_root. This changes makes Haml fully compatible with edge Rails as of this writing. Make use of a Rails callback rather than a monkeypatch to check for stylesheet updates in Rails 3.0+.
2009-11-15update to 2.6drochner4-35/+48
changes: -adds support for the apos character entity -adds per-thread global settings -adds many new mxmldoc features -bugfixes
2009-11-15remove most of the hacks which were only to make the selftestdrochner2-13/+4
succeed, now that EBCDIC support in NetBSD-current was improved (see PR lib/42209)
2009-11-12honor PKGMANDIR, PR 42290.obache2-4/+4
2009-11-12When fixing Makefile filenames for case, skip attempting to fix filenames thatdsainty1-2/+3
are already correct. Stops the build from breaking with errors about the source and destination being the same.
2009-11-11Update p5-Text-Markdown from version 1.0.25 to version 1.0.29 (upstreamseb3-14/+14
version 1.000029) Pkgsrc changes: - Adjust dependencies. - Don't override Module::Install as extensions are bundled by upstream Upstream changes: 1.0.29 2009-10-28T15:19:26 - Note Test::Differences is needed for tests to run (RT#50918) - Change build_requires to test_requires in Makefile.PL where appropriate. 1.0.28 2009-10-27T14:28:12 - Fix MANIFEST.skip to avoid extraneous crap in the distribution. 1.0.27 2009-10-25T19:13:47 - Change to perl style version numbers (from 3 part versions) to avoid depndency confusion with Text::MultiMarkdown 1.0.26 2009-10-04T00:37:00 - Minor POD changes (typos, wrapping) - Added note about and test for output always ending in exactly one newline (dandv) - Fix RT#48943 + tests (genehack) - Support for optionally interpreting markdown in HTML block elements using the markdown="1" attribute (GitHub issue #1; dandv)
2009-11-10restore linker search path which got lost in libtoolification, fixesdrochner3-6/+6
incomplete pkg installation w/o DESTDIR (PR pkg/42297 by Brad Harder) bump PKGREVISION
2009-11-10Explicitly disable sesame2 backend so that doesn't try to build ifmarkd1-1/+3
cmake happens to find a java on the system.
2009-11-10Update from version 0.40 to version 0.42.seb2-6/+6
Upstream changes: 0.42 2009-11-01 * Added the "strict" attribute to make exceptional situations fatal. (Theory) * Removed unused "implementor" attribute in Template::Declare::TagSet. (Theory) 0.41 2009-10-29 * Documentation tweaks (Theory) 0.40_02 2009-10-23 * David (Theory) Wheeler spent considerable effort on cleaning up Template-Declare for this release. * Reworked all the documentation, neatening things, expanding the "USAGE" section, fixing bugs in the examples, and adding missing docs for various functions and methods. * Added "dispatch_to" to replace "roots", which is now deprecated. Note that "dispatch_to" resolves to template classes in the opposite order to "roots". This won't be an issue if you only use a single temlate class. * Converted the implementation of "alias" to be the same as that used for "import_templates", which is much more efficient. * Added the "into" parameter to "alias" and "import_templates". * Added the "setting" syntactical sugar keyword for use with "alias". * Renamed "import_templates" to "mix". The former is still around, but is deprecated. * Added support for package variables with "mix". * Deprecated the undocumented "aliases()" and "alias_metadata()" methods, as they are no longer needed. They're now no-ops that issue warnings. To be removed altogether in a future version. 0.40_01 2009-08-12 * Support for inline tagset definitions. Thanks to Olivier 'dolmen' Mengué [rt.cpan.org #48642]
2009-11-09Make sure to install programs with libtool. Bump revision.joerg3-4/+14
2009-11-08Note that patch-aa is for CVE-2009-3720.obache2-3/+5
2009-11-07Update to 1.0.4.wiz3-10/+10
Changes: easier testing & bug regression for the developers.
2009-11-07+ epubpreflight.wiz1-1/+2
2009-11-07Initial import of epubpreflight-0.1.0:wiz4-0/+58
epubpreflight is a tool for checking ePub files. It does not do validation, that is the role of the epubcheck tool. The epubpreflight tool is intended to check the things that are not mentioned in the EPUB spec, but that could be issues in one environment or another. The things that epubpreflight currently gives errors for are: * Content files that are empty. * Content files that are over 300KB. * Image files that are empty. * Image files that are over 10MB. It doesn't yet check the stylesheets.
2009-11-07+ p5-mobiperlwiz1-1/+2
2009-11-07Initial import of p5-mobiperl-0.0.43:wiz4-0/+96
MobiPerl is a collection of tools for generating and manipulating MobiPocket files written in Perl. MobiPerl currently consists of the following Perl programs: * html2mobi - Convert HTML file to a MobiPocket file. * opf2mobi - Convert an opf file structure to a MobiPocket file. * lit2mobi - Convert a lit file to a MobiPocket file. * mobi2html - Explode a DRM free MobiPocket file. * mobi2mobi - Manipulate meta data for a MobiPocket file. * mobils - An "ls" program for MobiPocket files. Since no official documentation for the MobiPocket is available there might be some mistakes in the generation of the MobiPocket files. It seems to work but there might be remaining bugs. So always keep your original files so you can repeat the conversion if necessary.
2009-11-05Reimport p5-XML-Parser-Lite-Tree in correct path.wiz4-30/+2
2009-11-05Reimport p5-XML-Parser-Lite-Tree in correct dir.wiz3-0/+28
This is a singleton class for parsing XML into a tree structure. How does this differ from other XML tree generators? By using XML::Parser::Lite, which is a pure perl XML parser. Using this module you can tree-ify simple XML without having to compile any C.
2009-11-05+ p5-XML-Parser-Lite-Tree.wiz1-1/+2
2009-11-05Initial import of p5-XML-Parser-Lite-Tree-0.12:wiz3-0/+28
This is a singleton class for parsing XML into a tree structure. How does this differ from other XML tree generators? By using XML::Parser::Lite, which is a pure perl XML parser. Using this module you can tree-ify simple XML without having to compile any C.
2009-11-05Link tools with libtool. Don't use .libs in linker pathes.joerg6-14/+81
2009-11-05Updated to version 3.09.heinz2-6/+6
Pkgsrc changes: - none Changes since version 3.08: =========================== Add support for an index (TOC) in the XHTML output from David E. Wheeler. Add strip_verbatim_indent() from David E. Wheeler. Added the "nocase" option to PullParser's get_title(), get_version(), get_description(), and get_author() methods. This allows one to fetch the contents of those sections regardless of the case of the labels (e.g., "NAME" and "Name" and "name" are all valid). Graham Barr. Added the search_class() accessor to Pod::Simple::HTMLBatch. David E. Wheeler. XHTML output now properly encodes entities in all places, not just in verbatim blocks and code spans. David E. Wheeler. Fixed XHTML to output definition lists when it should, rather than (broken) unordered lists. David E. Wheeler. Fixed XHTML so that multiparagraph list items work correctly. David E. Wheeler. Fixed XHTML ordered list output so that it does not include the number specified in the POD in the output. This is on a par with out the HTML output works. David E. Wheeler. Applied URL patch from Leon Brocard for The Perl Journal archives. Fixed test failures with older versions of HTML::Entities (RT #43903 from Salvador Tercia). Changed CSS files generated by HTMLBatch to be no more than 8.3 characters long. (RT #40450 from Renee Baecker) Added entity handling for E<sol> and E<verbar> to Pod::Simple::XHTML. (RT #49615 from Chas Owens.) Fixed a bug in Pod::Simple::HTML where a definition term item with no corresponding definition item would be output with no closing </a></dt>. (RT # 37107 from Kevin Ryde). Added entity handling for numeric entities to Pod::Simple::XHTML, following perlpod specification. A POD tag found inside a complex POD tag (e.g., "C<<< C<foo> >>>") is now properly parsed as text and entities instead of a tag embedded in a tag. This is in compliance with `perldoc perlpod` (RT #12239 from Michael Schwern). Thanks to David E. Wheeler for applying patches, resolving bugs, and generally getting ready for the release.
2009-11-05mdocml-1.9.13:joerg2-6/+6
- added: -fign-escape - fix: -Thtml accessibility (identifiers, table summary, etc.) - fix: -Tascii -mdoc segfault with specific `Bl -hang' lists - portability: bzero() -> memset() - portability: warnx -> fprintf/perror - fix: -Thtml buffer munging with certain tags - fix: -Thtml output of some tags (empty divs, etc.) - portability: compiler attributes - documentation: significant man.7 and mdoc.7 improvements - allowing compile-time setting of operating system (-DOSNAME=xxx) - added `PD' and `%U' - more mdoc.7 updates - switched from `-ooptions' to `-Ooptions' - inclusion of DragonFlyBSD into rendered manuals
2009-11-03Update to 3.11.1:wiz3-7/+8
iso-codes 3.11.1 ---------------- Tobias Quathamer <toddy@debian.org> Sun, 1 November 2009 [ ISO 639 translations ] * Polish by Jakub Bogusz (TP) * Finnish by Tommi Vainikainen (TP) * Indonesian by Andhika Padmawan (TP) * Slovenian by Primož Peterlin (TP) [ ISO 639-3 translations ] * New Punjabi by A S Alam (TP) [ ISO 3166 translations ] * Portuguese by Miguel Figueiredo [ ISO 3166-2 translations ] * Polish by Jakub Bogusz (TP) * Danish by Joe Hansen (TP) [ ISO 15924 translations ] * Indonesian by Andhika Padmawan (TP)
2009-11-01Update to py-lxml-2.2.3:joerg2-6/+8
* The resolve_entities option did not work in the incremental feed parser. * Looking up and deleting attributes without a namespace could hit a namespaced attribute of the same name instead. * Late errors during calls to SubElement() (e.g. attribute related ones) could leave a partially initialised element in the tree. * Modifying trees that contain parsed entity references could result in an infinite loop. * ObjectifiedElement.__setattr__ created an empty-string child element when the attribute value was rejected as a non-unicode/ non-ascii string * Syntax errors in lxml.cssselect could result in misleading error messages. * Invalid syntax in CSS expressions could lead to an infinite loop in the parser of lxml.cssselect. * CSS special character escapes were not properly handled in lxml.cssselect. * CSS Unicode escapes were not properly decoded in lxml.cssselect. * Select options in HTML forms that had no explicit value attribute were not handled correctly. The HTML standard dictates that their value is defined by their text content. This is now supported by lxml.html. * XPath raised a TypeError when finding CDATA sections. This is now fully supported. * Calling help(lxml.objectify) didn't work at the prompt. * The ElementMaker in lxml.objectify no longer defines the default namespaces when annotation is disabled. * Feed parser failed to honout the 'recover' option on parse errors. * Diverting the error logging to Python's logging system was broken. Require setuptools-0.6c11 as it fails at least with newer Python 2.6 otherwise.
2009-11-01not MAKE_JOBS safetnn1-1/+2
2009-11-01get back patch-aa, it is required for DESTDIR installation.obache2-1/+27
2009-10-31Fix registration of the DTD in the catalog by not prefixing the destdir.jmmv1-8/+8
This makes the package work again. Bump PKGREVISION.
2009-10-31Update ruby-haml from version 1.8.2 to version 2.2.10.seb3-21/+89
Pkgsrc changes: - Update HOMEPAGE - Build using gemspec Upstream changes: A lot! Please see http://haml-lang.com/docs/yardoc/HAML_CHANGELOG.md.html for the list of changes since version 2.2.0. The changes from version 1.8.2 to version 2.0.10 are a little bit more difficult to get, it seems you have to explore the commit logs of haml's git repository or the haml mailing list.
2009-10-31Update to 2.7.6:wiz2-6/+7
2.7.6: Oct 6 2009: - Bug Fixes: Restore thread support in default configuration (Andrew W. Nosenko), URI with no path parsing problem (Daniel Veillard), Minor patch for conditional defines in threads.c (Eric Zurcher) 2.7.5: Sep 24 2009: - Bug Fixes: Restore behavior of --with-threads without argument (Andrew W. Nosenko), Fix memory leak when doc is NULL (Rob Richards), 595792 fixing a RelaxNG bug introduced in 2.7.4 (Daniel Veillard), Fix a Relaxng bug raised by libvirt test suite (Daniel Veillard), Fix a parsing problem with little data at startup (Daniel Veillard), link python module with python library (Frederic Crozat), 594874 Forgot an fclose in xmllint (Daniel Veillard) - Cleanup: Adding symbols.xml to EXTRA_DIST (Daniel Veillard) 2.7.4: Sep 10 2009: - Improvements: Switch to GIT (GNOME), Add symbol versioning to libxml2 shared libs (Daniel Veillard) - Portability: 593857 try to work around thread pbm MinGW 4.4 (Daniel Veillard), 594250 rename ATTRIBUTE_ALLOC_SIZE to avoid clashes (Daniel Veillard), Fix Windows build * relaxng.c: fix windows build (Rob Richards), Fix the globals.h to use XMLPUBFUN (Paul Smith), Problem with extern extern in header (Daniel Veillard), Add -lnetwork for compiling on Haiku (Scott McCreary), Runtest portability patch for Solaris (Tim Rice), Small patch to accomodate the Haiku OS (Scott McCreary), 584605 package VxWorks folder in the distribution (Daniel Veillard), 574017 Realloc too expensive on most platform (Daniel Veillard), Fix windows build (Rob Richards), 545579 doesn't compile without schema support (Daniel Veillard), xmllint use xmlGetNodePath when not compiled in (Daniel Veillard), Try to avoid __imp__xmlFree link trouble on msys (Daniel Veillard), Allow to select the threading system on Windows (LRN), Fix Solaris binary links, cleanups (Daniel Veillard), Bug 571059 – MSVC doesn't work with the bakefile (Intron), fix ATTRIBUTE_PRINTF header clash (Belgabor and Mike Hommey), fixes for Borland/CodeGear/Embarcadero compilers (Eric Zurcher) - Documentation: 544910 typo: "renciliateNs" (Leonid Evdokimov), Add VxWorks to list of OSes (Daniel Veillard), Regenerate the documentation and update for git (Daniel Veillard), 560524 ¿ xmlTextReaderLocalName description (Daniel Veillard), Added sponsoring by AOE media for the server (Daniel Veillard), updated URLs for GNOME (Vincent Lefevre), more warnings about xmlCleanupThreads and xmlCleanupParser (Daniel Veillard) - Bug fixes: 594514 memory leaks - duplicate initialization (MOD), Wrong block opening in htmlNodeDumpOutputInternal (Daniel Veillard), 492317 Fix Relax-NG validation problems (Daniel Veillard), 558452 fight with reg test and error report (Daniel Veillard), 558452 RNG compilation of optional multiple child (Daniel Veillard), 579746 XSD validation not correct / nilable groups (Daniel Veillard), 502960 provide namespace stack when parsing entity (Daniel Veillard), 566012 part 2 fix regresion tests and push mode (Daniel Veillard), 566012 autodetected encoding and encoding conflict (Daniel Veillard), 584220 xpointer(/) and xinclude problems (Daniel Veillard), 587663 Incorrect Attribute-Value Normalization (Daniel Veillard), 444994 HTML chunked failure for attribute with <> (Daniel Veillard), Fix end of buffer char being split in XML parser (Daniel Veillard), Non ASCII character may be split at buffer end (Adiel Mittmann), 440226 Add xmlXIncludeProcessTreeFlagsData API (Stefan Behnel), 572129 speed up parsing of large HTML text nodes (Markus Kull), Fix HTML parsing with 0 character in CDATA (Daniel Veillard), Fix SetGenericErrorFunc and SetStructured clash (Wang Lam), 566012 Incomplete EBCDIC parsing support (Martin Kogler), 541335 HTML avoid creating 2 head or 2 body element (Daniel Veillard), 541237 error correcting missing end tags in HTML (Daniel Veillard), 583439 missing line numbers in push mode (Daniel Veillard), 587867 xmllint --html --xmlout serializing as HTML (Daniel Veillard), 559501 avoid select and use poll for nanohttp (Raphael Prevost), 559410 - Regexp bug on (...)? constructs (Daniel Veillard), Fix a small problem on previous HTML parser patch (Daniel Veillard), 592430 - HTML parser runs into endless loop (Daniel Veillard), 447899 potential double free in xmlFreeTextReader (Daniel Veillard), 446613 small validation bug mixed content with NS (Daniel Veillard), Fix the problem of revalidating a doc with RNG (Daniel Veillard), Fix xmlKeepBlanksDefault to not break indent (Nick Wellnhofer), 512131 refs from externalRef part need to be added (Daniel Veillard), 512131 crash in xmlRelaxNGValidateFullElement (Daniel Veillard), 588441 allow '.' in HTML Names even if invalid (Daniel Veillard), 582913 Fix htmlSetMetaEncoding() to be nicer (Daniel Veillard), 579317 Try to find the HTML encoding information (Daniel Veillard), 575875 don't output charset=html (Daniel Veillard), 571271 fix semantic of xsd:all with minOccurs=0 (Daniel Veillard), 570702 fix a bug in regexp determinism checking (Daniel Veillard), 567619 xmlValidateNotationUse missing param test (Daniel Veillard), 574393 ¿ utf-8 filename magic for compressed files (Hans Breuer), Fix a couple of problems in the parser (Daniel Veillard), 585505 ¿ Document ids and refs populated by XSD (Wayne Jensen), 582906 XSD validating multiple imports of the same schema (Jason Childs), Bug 582887 ¿ problems validating complex schemas (Jason Childs), Bug 579729 ¿ fix XSD schemas parsing crash (Miroslav Bajtos), 576368 ¿ htmlChunkParser with special attributes (Jiri Netolicky), Bug 565747 ¿ relax anyURI data character checking (Vincent Lefevre), Preserve attributes of include start on tree copy (Petr Pajas), Skip silently unrecognized XPointer schemes (Jakub Wilk), Fix leak on SAX1, xmllint --sax1 option and debug (Daniel Veillard), potential NULL dereference on non-glibc (Jim Meyering), Fix an XSD validation crash (Daniel Veillard), Fix a regression in streaming entities support (Daniel Veillard), Fix a couple of ABI issues with C14N 1.1 (Aleksey Sanin), Aleksey Sanin support for c14n 1.1 (Aleksey Sanin), reader bug fix with entities (Daniel Veillard), use options from current parser ctxt for external entities (Rob Richards), 581612 use %s to printf strings (Christian Persch), 584605 change the threading initialization sequence (Igor Novoseltsev), 580705 keep line numbers in HTML parser (Aaron Patterson), 581803 broken HTML table attributes init (Roland Steiner), do not set error code in xmlNsWarn (Rob Richards), 564217 fix structured error handling problems, reuse options from current parser for entities (Rob Richards), xmlXPathRegisterNs should not allow enpty prefixes (Daniel Veillard), add a missing check in xmlAddSibling (Kris Breuker), avoid leaks on errors (Jinmei Tatuya) - Cleanup: Chasing dead assignments reported by clang-scan (Daniel Veillard), A few more safety cleanup raised by scan (Daniel Veillard), Fixing assorted potential problems raised by scan (Daniel Veillard), Potential uninitialized arguments raised by scan (Daniel Veillard), Fix a bunch of scan 'dead increments' and cleanup (Daniel Veillard), Remove a pedantic warning (Daniel Veillard), 555833 always use rm -f in uninstall-local (Daniel Veillard), 542394 xmlRegisterOutputCallbacks MAX_INPUT_CALLBACK (Daniel Veillard), Autoregenerate libxml2.syms automated checkings (Daniel Veillard), Make xmlRecoverDoc const (Martin Trappel) (Daniel Veillard), Both args of xmlStrcasestr are const (Daniel Veillard), hide the nbParse* variables used for debugging (Mike Hommey), 570806 changed include of config.h (William M. Brack), cleanups and error reports when xmlTextWriterVSprintf fails (Jinmei Tatuya)
2009-10-31Set LICENSE.wiz1-1/+2
2009-10-31Update to 0.6:wiz4-37/+40
* General: - Docutils is now compatible with Python versions from 2.3 up to 2.6 and convertible to 3.1 code. + Node.__nonzero__ returns True instead of 1. + use os.walk instead os.path.walk. + minimize "types" module where possible. + Backwards-compatible changes to remove python2.6 -3 deprecation warnings + Text nodes now subclass unicode rather than UserString (which is gone in python 3.0). + 3.0 compatibility module docutils._compat + Drop 2.2 compatibility workarounds. + Drop extras/optparse.py and extras/textwrap.py (stdlib modules since 2.3). - OpenOffice export: ODT writer moved from sandbox to Doctutils core. - Unix man page export: manpage writer moved from sandbox to Doctutils core. - Apply [ 1719345 ] Galician translation - Apply [ 1905741 ] Polish translation - Apply [ 1878977 ] make_id(): deaccent characters. - Apply [ 2029251 ] return nonzero when tests fail. - Fix [ 1692788 ] allow UTF-8 in style sheets. - Fix [ 2781629 ] support non-ASCII chars in file names. - Apply [ 2845002 ] let ``--no-raw`` disable raw *roles* too. - Fix [ 2831643 ] by renaming DirectiveError.message to DirectiveError.msg - Fix [ 2821266 ] --strict option works now like --halt=info. - Fix [ 2788716 ] DirectiveError now correctly reports source and line. - Fix [ 1627229 ] hyperlink references in substitutions. - The "newlatex" writer is orphaned. * reStructuredText: - Documented Unicode characters allowed as inline markup openers, closers, and delimiters. - Allow units for all length specifications. - Allow percent sign in "scale" argument of "figure" and "image" directives. - Bugfix: The "figalign" argument of a figure now works as intended (aligning the figure, not its contents). - Align images with class "align-[right|center|left]" (allows setting the alignment of an image in a figure). * docutils/nodes.py: - Added ``Element.__contains__`` method, for the in-operator. * docutils/parsers/rst/states.py: - Apply [ 1994493 ] Patch to support all kinds of quotes in inline markup. - Added support for Unicode inline markup delimiters "‐ ‑ ‒ – —" and " " (non-breaking space), and "¡ ¿" openers. * docutils/parsers/directives/misc.py: - Added ``start-line`` and ``end-line`` options to "include" directive to select a range of lines. - Hard tabs in literal inclusions are replaced by spaces. This is configurable via the new ``tab-width`` option of the "include" directive (a negative tab-width prevents tab expansion). * docutils/utils.py: - Add ``get_stylesheet_list`` function. - Apply [ 2834836 ] print info at halt * docutils/transforms/universal.py: - Raise default priority of StripClasses to exclude stripped classes from the ToC. * docutils/writers/html4css1/__init__.py: - ``--stylesheet`` and ``--stylesheet-path`` options support a comma separated list of stylesheets. - Address [ 1938891 ] Inline literal text creates "pre" span only when needed to prevent inter-word line wraps. - Use `translate` method instead of repeated `replace` calls. - Fix [ 1757105 ] New ``table-style`` option. Added to standard table classes to allow CSS styling that does not interfere with other table-using constructs (field lists, citations, ...). * docutils/writers/newlatex2e/__init__.py: - Apply [ 1612821 ] Double quotes in literal text in Italian/German * docutils/writers/latex2e/__init__.py (see also `<docs/user/docutils-05-compat.sty.html>`__) : - Add ``--embed-stylesheet`` option. - Apply [ 1474017 ] image vertical alignment is reversed. - Apply [ 2051599 ] multi-page tables in latex writer (from pabigot). - Change: has_key for dictionaries (not Nodes) to in-operator. - Merge adjacent citations into one latex cite command. - Failsave implementation of custom roles. LaTeX compilation now ignores unknown classes instead of aborting with an error. - Support custom roles based on standard roles. - LaTeX packages can be used as ``--stylesheet`` arguments without restriction. (A style sheet is now referenced with the ``\usepackage`` command, if it ends with ``.sty`` or has no extension.) - Add ``bp`` to lenghts without unit (prevents LaTex errors). - Correctly write length unit ``pt`` as ``bp`` in LaTeX. - Do not convert ``px`` to ``pt`` (``px`` is supported by pdfTeX since 2005-02-04 as a configurable length unit). - Do not use fontenc, nor the obsolete 'ae' and 'aeguill' packages if font-encoding is set to ''. LaTeX defaults to OT1 then. - Set sub- and superscript role argument in text mode not as math. Use a custom role based on sub-/superscript if you want italic shape. - Shorter preamble and less dependencies: Load packages and define macros only if required in the document. - Use the name prefix ``DU`` for all Docutils specific LaTeX macros. - New custom environments and commands with optional "classes" argument. - Simpler LaTeX encoding, e.g. "\%" instead of "{\%}". - Better conformance to Docutils specifications with ``--use-latex-toc``. Support for LaTeX generated ToC also with unnumbered sections. - If 'sectnum_xform' is False, the 'sectnum' directive triggers section numbering by LaTeX. - Use default font in admonitions and sidebar. - Align of image in a figure defaults to 'center'. - Bugfix: Newlines around targets and references prevent run-together paragraphs. - Fix internal hyperlinks. - Use class defaults for page margins ('typearea' now optional). - Float placement made configurable, default changed to "here definitely". - Typeset generic topic as "quote block with title". - Use template (file and configuration option). - In the default template, load cmap.sty (fix text extraction in PDF) and fixltx2e.sty (LaTeX patches, \textsubscript). - Render doctest blocks as literal blocks (fixes [ 1586058 ]). - Use `translate` instead of repeated `replace` calls for text encoding. - Hyperlinked footnotes and support for symbol footnotes and ``--footnote-references=brackets`` with ``--use-latex-footnotes``. - Complete pairs of binary options (``--figure-footnotes, --figure-citations, --link-stylesheet``, ``--use-docutils-toc, --use-docutils-docinfo, --topic-abstract``) - New defaults: - font-encoding: "T1" (formerly implicitely set by 'ae'). - use-latex-toc: true (ToC with page numbers). - use-latex-footnotes: true (no mixup with figures). * docutils/writers/manpage.py - Do not print version at document end, this is done by the viewer. - Do not print date at document end, this is done by the viewer. - Fix storage of docinfo fields for none standard fields. * docutils/tools/rst2man.py
2009-10-31Update to 20090818, 6 years of development.wiz2-7/+8
2009-10-31Update to jing-20090818, 6 years of development.wiz3-61/+97
2009-10-31Update to 3.11:wiz2-6/+6
iso-codes 3.11 -------------- Tobias Quathamer <toddy@debian.org> Thu, 1 October 2009 [ ISO 639-2 ] * Update to 2009-09-01 (changes to bih and him) [ ISO 639 translations ] * Polish by Jakub Bogusz (TP) * Brazilian Portuguese by Leonardo Ferreira Fontenelle (TP) * Czech by Miroslav Kure * French by Christian Perrier [ ISO 639-3 translations ] * Polish by Jakub Bogusz (TP) [ ISO 3166 translations ] * Polish by Jakub Bogusz (TP) * Brazilian Portuguese by Leonardo Ferreira Fontenelle (TP) * Vietnamese by Clytie Siddall (TP) * Lithuanian by Kęstutis Biliūnas [ ISO 3166-2 translations ] * Vietnamese by Clytie Siddall (TP) * Polish by Jakub Bogusz (TP) * Lithuanian by Kęstutis Biliūnas [ ISO 4217 translations ] * Polish by Jakub Bogusz (TP) [ ISO 15924 translations ] * Polish by Jakub Bogusz (TP) iso-codes 3.10.3 ---------------- Tobias Quathamer <toddy@debian.org> Tue, 1 September 2009 [ ISO 3166 translations ] * Russian by Pavel Maryanov (TP) * Dutch by Freek de Kruijf (TP) * Thai by Theppitak Karoonboonyanan [ ISO 639 translations ] * Italian by Milo Casagrande (TP) * Tamil by I. Felix (TP) * Belarusian by Alexander Nyakhaychyk (TP) [ ISO 639-3 translations ] * Tamil by I. Felix (TP) * Marathi by Sandeep Shedmake (TP) * Dutch by Freek de Kruijf (TP) [ ISO 15924 translations ] * Russian by Pavel Maryanov (TP) * Finnish by Tommi Vainikainen (TP)
2009-10-30Mark SUPRESEDES.obache1-1/+2
2009-10-29This doesn't come with a readme file.ahoka1-1/+3
2009-10-29Support for OO.o dicts without readme files.ahoka2-3/+13
2009-10-29Support PKGMANDIRtnn2-5/+5
2009-10-29rename the pkg so that it doesn't share the namespace with thedrochner2-4/+8
former version anymore, to avoid problems with binary pkgs
2009-10-28Fix building on Darwin; allow custom compiler and linker flags; allow ↵adam5-13/+61
universal binary.
2009-10-27Add previously imported hunspell dicts.ahoka1-1/+9