summaryrefslogtreecommitdiff
path: root/textproc
AgeCommit message (Collapse)AuthorFilesLines
2013-10-19Revbump after updating textproc/icuadam5-10/+10
2013-10-19Changes 52.1:adam9-48/+72
Unicode 6.3: New bidi control codes, new Bidi_Class property values, two new bidi "bracket" properties; for other property value changes see the UAX 44 summary. The bidi algorithm implementation has also been updated to support the new properties and to match the updated algorithm in the Unicode 6.3 version of UAX 9. Note: ICU 52 still uses collation root data based on Unicode Collation Algorithm 6.2 (UCA 6.2). (However, ICU 52 does use CLDR 24 collation tailoring data.) CLDR 24: Improved coverage for top 70+ languages, fractional plural rules and forms, many new measurement units, major simplification of collation rule syntax, preliminary version of European Ordering Rules, new relative fields such as “last Sunday” and “now”, and much more. Time zone data: 2013g. Support new variants of Islamic calendar: "islamic-umalqura": Umm al-Qura. "islamic-tbla": Tabular (fixed intercalary years), with astronomical epoch. Made Calendar getDayOfWeekType behave as documented. New API for converting between Windows time zone ID and IANA tz database ID. Technology Preview: New API for more granular control of DateFormat parse leniency. DateTimePatternGenerator: Support recently-added time zone pattern characters O, X, x and updated support for V, Z. Support newly-defined skeleton character ‘J’ to generate preferred hour cycle without any day period indicator (such as AM/PM for h). Implement support for plurals that depend on displayed fractional values. MessageFormat and currency formatting etc. select appropriate plural forms for values with decimal digits (after the decimal point). Segmentation: Add dictionary-based word & line break for Lao.
2013-10-18Retire jade, replaced a long time ago by textproc/openjade.joerg29-708/+1
2013-10-15Ispell language files don't use cursesroy1-3/+2
2013-10-13Update to 3.44wen2-7/+6
Upstream changes: version 3.44 # minor maintenance release added: XML::Twig::Elt new method now acccepts literal content, eg my $e= XML::Twig::Elt->new( '<div><p>foo</p><p>bar</p></div>'); fixed: merge had some problems dealing with embedded comments improved: more tests version 3.43 # minor maintenance release improved: docs for parse, see RT #78877 https://rt.cpan.org/Ticket/Display.html?id=78877 fixed: xml_pp -i now preserves the permissions of the original file, see RT #81165 https://rt.cpan.org/Ticket/Display.html?id=81165 reported by Alberto Simoes fixed: RT #80503 Newlines in attribute values https://rt.cpan.org/Ticket/Display.html?id=80503 reported (and explained) by Ambrus Zsban: \r, \n and \n explicitely set in attribute values should be escaped (with &#x<nb>;) when output
2013-10-13Update to 0.623wen2-7/+6
Upstream changes: 0.623 Thu Jun 13 23:29:52 2013 +1000 <joe@kafsemo.org> - Fix a memory leak introduced in 0.620. - Avoid issue with implicit stringification. 0.622 Tue May 28 23:02:56 2013 +1000 <joe@kafsemo.org> - Fix bug where output is an IO::Scalar. 0.621 Sun Apr 14 22:42:38 2013 +1000 <joe@kafsemo.org> - Include selfcontained_output.t in the distribution. 0.620 Sun Apr 14 22:20:33 2013 +1000 <joe@kafsemo.org> - Allow OUTPUT => 'self' (#81327).
2013-10-13Update to 2.0106wen2-6/+6
Upstream changes: 2.0106 Tue 17 Sep 19:08:31 IDT 2013 - Import croak from "use Carp;" to fix a missing croak definition. - https://rt.cpan.org/Ticket/Display.html?id=88624 - Update Devel::CheckLib under "./inc" to 1.01 : - Should fix https://rt.cpan.org/Public/Bug/Display.html?id=81297 2.0105 Sat 7 Sep 20:18:06 IDT 2013 - Pull some commits from Jason Mash (JRMASH) to add convenience methods to the XML::LibXML::NodeList module. - New method 'to_literal_delimited($separator)' - New method 'to_literal_list()' - Fix t/35huge_mode.t on libxml2 versions less than 2.7.0. - Fixes https://rt.cpan.org/Ticket/Display.html?id=88375 - Thanks to Yuriy / YOREEK for the patch. - Add toStringC14N_v1_1() to XML::LibXML::Node. - Fixes https://rt.cpan.org/Public/Bug/Display.html?id=88254 - Thanks to Ulrich for the report and for a patch of sorts.
2013-10-11Fix build on SunOS. Parts of the patches from Ingo Schwarze.wiz8-14/+134
2013-10-10Recursive revbump from pango-1.36.0ryoon9-18/+18
2013-10-09recursive bump for libmng-2.0.2 shlib major bump and dependency changewiz3-6/+6
2013-10-07Fix build on OpenBSD.ryoon2-5/+11
2013-10-06Try fixing the SunOS build, from Ingo Schwarze (upstream).wiz4-1/+81
2013-10-05Update to 1.12.2.wiz8-89/+24
Changes in version 1.12.2, released on Oktober 5, 2013 * The mdoc(7) to man(7) converter, to be called as mandoc -Tman, is now fully functional. * The mandoc(1) utility now supports the -Ios (default operating system) input option, and the -Tutf8 output mode now actually works. * The mandocdb(8) utility no longer truncates existing databases when starting to build new ones, but only replaces them when the build actually succeeds. * The man(7) parser now supports the PD macro (paragraph distance), and (for GNU man-ext compatibility only) EX (example block) and EE (example end). Plus several bugfixes regarding indentation, line breaks, and vertical spacing, and regarding RS following TP. * The roff(7) parser now supports the \f(BI (bold+italic) font escape, the \z (zero cursor advance) escape and the cc (change control character) and it (input line trap) requests. Plus bugfixes regarding the \t (tab) escape, nested escape sequences, and conditional requests. * In mdoc(7), several bugs were fixed related to UTF-8 output of quoting enclosures, delimiter handling, list indentation and horizontal and vertical spacing, formatting of the Lk, %U, and %C macros, plus some bugfixes related to the handling of syntax errors like badly nested font blocks, stray Ta macros outside column lists, unterminated It Xo blocks, and non-text children of Nm blocks. * In tbl(7), the width of horizontal spans and the vertical spacing around tables was corrected, and in man(7) files, a crash was fixed that was triggered by some particular unclosed T{ macros. * For mandoc developers, we now provide a tbl(3) library manual and gmdiff, a very small, very simplistic groff-versus-mandoc output comparison tool. * Provide a NEWS file. Changes in version 1.12.1, released on March 23, 2012 * Significant work on apropos(1) and mandocdb(8). These tools are now much more robust. A whatis(1) implementation is now handled as an apropos(1) mode. These tools are also able to minimally handle pre-formatted pages, that is, those already formatted by another utility such as GNU troff. * The man.cgi(7) script is also now available for wider testing. It interfaces with mandocdb(8) manuals cached by catman(8). HTML output is generated on-the-fly by libmandoc or internal methods to convert pre-formatted pages. * The mailing list archive for the discuss and tech lists are being hosted by Gmane at gmane.comp.tools.mdocml.user and gmane.comp.tools.mdocml.devel, respectively.
2013-10-05Fix remaining build problem under Mac OS X:tron2-4/+4
As "DSO_LIBDIR" is now always set (and must be always set because of all the changes that refer to it) we cannot use it to check for the Cygwin case anymore. Instead check whether "OPSYS" is (not) equal to "Cygwin".
2013-10-05Make sure that the target directory for shared libraries is always defined.tron2-6/+16
This fixes one of the build problems under NetBSD and Mac OS X introduced by the Cygwin patches.
2013-10-04Correctly install DLLs for Cygwin. The dynamic data library build isjoerg13-3/+189
still a bit fishy, but this gets it to a mostly usable state at least.
2013-10-03Enable Python 3prlw14-7/+224
2013-09-301.24:wiz2-3/+4
Add default location for CODE REFERENCES.
2013-09-19Revert last, my grep-fu is weak. Bump revision again.joerg3-51/+3
2013-09-19Forgotten patchsum commit.joerg1-1/+2
2013-09-19Step back from requiring gmake, remove unneeded bits that break bmake.fhajny3-3/+19
2013-09-19Fix a typo to build fine.obache1-2/+2
2013-09-18Needs gmake to install chem (fixes at least SunOS).fhajny1-2/+2
2013-09-17No boost/scoped_ptr.h around. Bump revision.joerg2-1/+49
2013-09-17Installs chem now, so add it to the PLIST, fix the interpreter path andjoerg2-3/+60
bump revision.
2013-09-17Use C++11 shared_ptr with clang.joerg1-2/+8
2013-09-15Update to 3.2.3:wiz2-7/+6
3.2.3 (2013-07-28) ================== Bugs fixed ---------- * Fix support for Python 2.4 which was lost in 3.2.2. 3.2.2 (2013-07-28) ================== Features added -------------- Bugs fixed ---------- * LP#1185701: spurious XMLSyntaxError after finishing iterparse(). * Crash in lxml.objectify during xsi annotation. Other changes ------------- * Return values of user provided element class lookup methods are now validated against the type of the XML node they represent to prevent API class mismatches.
2013-09-15Update ruby-ultraviolet to 1.0.1.taca3-7/+8
Exact changes aren't available. It looks a few bug fixes.
2013-09-15Update ruby-treetop to 1.4.15.taca3-20/+10
Exact changes aren't available. Please refer change log in github.
2013-09-15Add and enable ruby-safe_yaml.taca1-1/+2
2013-09-15Add ruby-safe_yaml package version 0.9.5.taca4-0/+76
The SafeYAML gem provides an alternative implementation of `YAML.load` suitable for accepting user input in Ruby applications. Unlike Ruby's built-in implementation of `YAML.load`, SafeYAML's version will not expose apps to arbitrary code execution exploits (such as [the ones discovered](http://www.reddit.com/r/netsec/comments/167c11/serious_vulnerability_in_ruby_on_rails_allowing/) [in Rails in early 2013](http://www.h-online.com/open/news/item/Rails-developers-close-another-extremely-critical-flaw-1793511.html)). If you encounter any issues with SafeYAML, check out the 'Common Issues' section below. If you don't see anything that addresses the problem you're experiencing, by all means, [create an issue](https://github.com/dtao/safe_yaml/issues/new)!
2013-09-15Add and enable ruby-redcarpet.taca1-1/+2
2013-09-15Add ruby-redcarpet package version 3.0.0.taca4-0/+74
Redcarpet is Ruby library for Markdown processing that smells like butterflies and popcorn. Redcarpet used to be a drop-in replacement for Redcloth. This is no longer the case since version 2 -- it now has its own API, but retains the old name. Yes, that does mean that Redcarpet 2 is not backwards-compatible with the 1.X versions. Redcarpet is based on the [Sundown](https://www.github.com/vmg/sundown) library. You might want to find out more about Sundown to see what makes this Ruby library so awesome.
2013-09-15Update ruby-nokogiri to 1.5.10.taca3-8/+12
=== 1.5.10 / 2013-06-07 * Bugfixes * (JRuby) Fix "null document" error when parsing an empty IO in jruby 1.7.3. #883 * (JRuby) Fix schema validation when XSD has DOCTYPE set to DTD. #861 (Thanks, Patrick Cheng!) * (MRI) Fix segfault when there is no default subelement for an HTML node. #917 * Notes * Use rb_ary_entry instead of RARRAY_PTR (you know, for Rubinius). #877 (Thanks, Dirkjan Bussink!) * Fix TypeError when running tests. #900 (Thanks, Cédric Boutillier!) === 1.5.9 / 2013-03-21 * Bugfixes * Ensure that prefixed attributes are properly namespaced when reparented. #869 * Fix for inconsistent namespaced attribute access for SVG nested in HTML. #861 * (MRI) Fixed a memory leak in fragment parsing if nodes are not all subsequently reparented. #856 === 1.5.8 / 2013-03-19 * Bugfixes * (JRuby) Fix EmptyStackException thrown by elements with xlink:href attributes and no base_uri #534, #805. (Thanks, Patrick Quinn and Brian Hoffman!) * Fixes duplicate attributes issue introduced in 1.5.7. #865 * Allow use of a prefixed namespace on a root node using Nokogiri::XML::Builder #868 === 1.5.7 / 2013-03-18 * Features * Windows support for Ruby 2.0. * Bugfixes * SAX::Parser.parse_io throw an error when used with lower case encoding. #828 * (JRuby) Java Nokogiri is finally green (passes all tests) under 1.8 and 1.9 mode. High five everyone. #798, #705 * (JRuby) Nokogiri::XML::Reader broken (as a pull parser) on jruby - reads the whole XML document. #831 * (JRuby) JRuby hangs parsing "&amp;". #837 * (JRuby) JRuby NPE parsing an invalid XML instruction. #838 * (JRuby) Node#content= incompatibility. #839 * (JRuby) to_xhtml doesn't print the last slash for self-closing tags in JRuby. #834 * (JRuby) Adding an EntityReference after a Text node mangles the entity in JRuby. #835 * (JRuby) JRuby version inconsistency: nil for empty attributes. #818 * CSS queries for classes (e.g., ".foo") now treat all whitespace identically. #854 * Namespace behavior cleaned up and made consistent between JRuby and MRI. #846, #801 (Thanks, Michael Klein!) * (MRI) SAX parser handles empty processing instructions. #845
2013-09-15Update ruby-libxml to 2.7.0.taca3-9/+9
== 2.7.0 / 2013-08-03 Charlie Savage * Do not call Ruby code during a GC cycle (Dirkjan Bussink) * Fix thread error handling (Geoffrey Giesemann) * Set libxml error handler when a libxml-ruby error handler is set (Geoffrey Giesemann) * Fix tests for nil TypeErrors (Geoffrey Giesemann) * Fix segmentation fault for issue #62. The deregisternode function was incorrectly NULLing out a node's mark and free functions for nodes removed from a document tree (Charlie Savage) * Cleanup writer code (Charlie Savage) * Fix equality check of LibXML::XML::Error against other objects (Michał Szajbe) * Fix XML::Writer.set_quote_char UT, wrong expected string (#63). (julp) * Fix potential segfault when GC occurs while creating ns from xpath (Timothy Elliott) * Fix segmentation fault after failing to load external schema (#59). (Clifford Heath)
2013-09-15Update ruby-haml to 4.0.3.taca3-9/+11
## 4.0.3 Released May 21, 2013 ([diff](https://github.com/haml/haml/compare/4.0.2...4.0.3)). * Compatibility with newer versions of Rails's Erubis handler. * Fix Erubis handler for compatibility with Tilt 1.4.x, too. * Small performance optimization for html_escape. (thanks [Lachlan Sylvester](https://github.com/lsylvester)) * Documentation fixes. * Documented some helper methods that were left out of the reference. (thanks [Shane Riley](https://github.com/shaneriley)) ## 4.0.2 Released April 5, 2013 ([diff](https://github.com/haml/haml/compare/4.0.1...4.0.2)). * Explicitly require Erubis to work around bug in older versions of Tilt. * Fix :erb filter printing duplicate content in Rails views. (thanks [Jori Hardman](https://github.com/jorihardman)) * Replace range with slice to reduce objects created by `capture_haml`. (thanks [Tieg Zaharia](https://github.com/tiegz)) * Correct/improve some documentation. ## 4.0.1 Released March 21, 2013 ([diff](https://github.com/haml/haml/compare/4.0.0...4.0.1)). * Remove Rails 3.2.3+ textarea hack in favor of a more general solution. * Fix some performance regressions. * Fix support for Rails 4 `text_area` helper method. * Fix data attribute flattening with singleton objects. (thanks [Alisdair McDiarmid](https://github.com/alisdair)) * Fix support for sass-rails 4.0 beta. (thanks [Ryunosuke SATO](https://github.com/tricknotes)) * Load "haml/template" in Railtie in order to prevent user options set in a Rails initializer from being overwritten * Don't depend on Rails in haml/template to allow using Haml with ActionView but without Rails itself. (thanks [Hunter Haydel](https://github.com/wedgex))
2013-09-15Update ruby-coderay to 1.1.0.taca3-9/+14
Exact changes aren't available. Please refer change log in github.
2013-09-15Improve COMMENT and description.wiz2-4/+15
From Ingo Schwarze <schwarze@usta.de>
2013-09-131.5.3:pettai3-10/+15
Bugfix [CPPXT-92] - Update xmlsig 1.1 schema to final CR Improvements [CPPXT-94] - Configuration check should check for missing private key [CPPXT-95] - Improve logging when libcurl is built without OpenSSL 1.5.2: Bugfixes [CPPXT-89] - Regression in deprecated catalog_path option during initialization [CPPXT-90] - X509Digest generates base64 based on hex digest instead of binary Improvement [CPPXT-91] - KeyInfoResolver code returns empty credential object. 1.5.1: Improvement [CPPXT-88] - Support path resolution in ParserPool / catalog files 1.5.0: Bugfixes [CPPXT-76] - Remove compile time version output where possible. [CPPXT-79] - link fails if xml-security-c library outside default link path [CPPXT-83] - Transport layer not handling Last-Modified header correctly [CPPXT-84] - Problems compiling log4shib on Solaris SPARC 10 with Sun Studio 12.1 with 64bit libraries [CPPXT-86] - Small Memory Leak in XMLObjectBuilder::buildFromElement() Improvements [CPPXT-70] - Improve remote CRL access and caching support [CPPXT-78] - Support configuration of name and policy restrictions for the signature metadata filter (signing certificate) [CPPXT-82] - libcurl, ExplicitKeyTrustEngine, PKIX could provide additional debug information [CPPXT-87] - Libcurl versions before 7.20 do not refresh caches of IdP IP address look-ups - this breaks SAML1 attribute query if the IdP's IP address is changed
2013-09-13Add crush-toolsfhajny1-1/+2
2013-09-13Import textproc/crush-tools.fhajny4-0/+110
CRUSH (Custom Reporting Utilities for SHell) is a collection of tools for processing delimited-text data from the command line or in shell scripts.
2013-09-12Changes 1.25.25:adam13-155/+69
* base.hpp: Fix declarations out of order causing compile failure. Broken since Xmlrpc-c 1.19 (June 2009). * Make distclean cleans up src/test/blddir and src/test/srcdir.
2013-09-12Add USE_TOOLS+=nroff to packages which generate catman pages.jperkin1-1/+2
2013-09-12Adjust CONFLICTS with mdocml, versions after and including 1.12.0nb3jperkin1-3/+3
no longer conflict with this package. Bump PKGREVISION.
2013-09-12Rename preconv and roff.7 to have a 'mandoc-' prefix. This removes thejperkin6-9/+94
conflicts with textproc/groff and allows both packages to co-exist, paving the way for mdocml to be used in the tools infrastructure as an nroff replacement. Bump PKGREVISION.
2013-09-11Fix build problem with new bison by adding simiar patch as textproc/itex2MML.taca2-1/+26
2013-09-10Clang might start with cl, but it is not Visual Studio.joerg3-1/+28
2013-09-10Bump PKGREVISION from xml-security-c shlib major bumpobache1-2/+2
2013-09-09Resign as maintainer (not really using Ruby at all any more).fhajny1-2/+2
2013-09-05Update to 2.54:wiz2-7/+6
$Revision: 2.54 $ $Date: 2013/08/29 16:47:39 $ ! Encode.xs + t/cow.t Addressed: COW breakage with _utf8_on() https://rt.cpan.org/Ticket/Display.html?id=88230 ! Encode.pm Reverted the document accordingly to #11 https://github.com/dankogai/p5-encode/pull/10 + t/decode.t Unit test for decoding behavior change in #11 https://github.com/dankogai/p5-encode/pull/12 2.53 2013/08/29 15:20:31 ! Encode.pm Merged: Do not short-circuit decode_utf8 with utf8 flags https://github.com/dankogai/p5-encode/pull/11 Merged: document decode_utf8 behaviour more precise https://github.com/dankogai/p5-encode/pull/10 ! Makefile.PL Added repository cpan metadata https://github.com/dankogai/p5-encode/pull/9 2.52 2013/08/14 02:29:54 ! ucm/*.ucm Addressed: Unicode Mappping tables are missing Unicode Inc. license notification All files including "as long as this notice remains attached" now have that notice attached in the comment section. (cp* and mac* do not since their source files do not include that notice) https://rt.cpan.org/Ticket/Display.html?id=87340 ! lib/Encode/MIME/Header.pm t/mime-header.t Addressed: encoding "0" with MIME-Headers gets a blank string https://rt.cpan.org/Ticket/Display.html?id=87831 ! Encode.pm Addressed: Documentation buglet https://rt.cpan.org/Ticket/Display.html?id=84992 ! Byte/Makefile.PL CN/Makefile.PL EBCDIC/Makefile.PL Encode/Makefile_PL.e2x JP/Makefile.PL KR/Makefile.PL Symbol/Makefile.PL TW/Makefile.PL Applied: Patch to output #includes in deterministic order https://rt.cpan.org/Ticket/Display.html?id=86974 2.51 2013/04/29 22:19:11 ! Encode.xs Addressed: Encode.xs doesn't compile with Microsoft C compiler https://rt.cpan.org/Public/Bug/Display.html?id=84920 ! MANIFEST Addressed: t/taint.t missing https://rt.cpan.org/Public/Bug/Display.html?id=84919 2.50 2013/04/26 18:30:46 ! Encode.xs Unicode/Unicode.xs lib/Encode/Unicode/UTF7.pm lib/CN/HZ.pm lib/Encode/GSM0338.pm t/taint.t Addressed: Encode::encode and Encode::decode gratuitously launders tainted data Taintedness now propagates as it should. https://rt.cpan.org/Ticket/Display.html?id=84879 ! encoding.pm Addressed: 5.18 deprecation https://rt.cpan.org/Ticket/Display.html?id=84709 ! bin/piconv Applied: Update piconv documentation https://rt.cpan.org/Ticket/Display.html?id=84695 2.49 2013/03/05 03:12:49 ! Encode.xs Addressed: Encoding objects leak memory if decoding fails https://github.com/dankogai/p5-encode/issues/8 2.48 2013/02/18 02:23:56 ! encoding.pm t/Mod_EUCJP.pm t/enc_data.t t/enc_eucjp.t t/enc_module.t t/enc_utf8.t t/encoding.t t/jperl.t [PATCH] Deprecate encoding.pm https://rt.cpan.org/Ticket/Display.html?id=81255 ! Encode/Supported.pod Fixed: Pod errors https://rt.cpan.org/Ticket/Display.html?id=81426 ! Encode.pm t/Encode.t [PATCH] Fix for shared hash key scalars https://rt.cpan.org/Ticket/Display.html?id=80608 ! Encode.pm Fixed: Uninitialized value warning from Encode->encodings() https://rt.cpan.org/Ticket/Display.html?id=80181 ! Makefile.PL Install to 'site' instead of 'perl' when perl version is 5.11+ https://rt.cpan.org/Ticket/Display.html?id=78917 ! Encode/Makefile_PL.e2x find enc2xs.bat if it works on windows. https://github.com/dankogai/p5-encode/pull/7 ! t/piconv.t Fix finding piconv in t/piconv.t https://github.com/dankogai/p5-encode/pull/6