summaryrefslogtreecommitdiff
path: root/textproc
AgeCommit message (Collapse)AuthorFilesLines
2011-04-06chmod +w files copied into WRKDIR from sources.gdt1-1/+2
Avoids failure when source tree is 444, as it is with CVSREAD=t.
2011-04-06+ groongaobache1-1/+2
2011-04-06Import groonga-1.2.0 as textproc/groonga.obache5-0/+447
gronnga is an open-source filltext search engine and column store. It lets you write high-performance applications that requires fulltext search.
2011-04-06+ swathobache1-1/+2
2011-04-06Import swath-0.4.1 as textproc/swath.obache4-0/+39
Swath is a general-purpose utility to workaround the lack of such capability in applications. It analyzes the given Thai text by consulting a Thai word list for word boundaries, before outputting the same text with the predefined word delimitors inserted. It can read many kinds of input, including plain text and structured documents like HTML, RTF, LaTeX and Lambda (Unicode version of LaTeX with Omega typesetter kernel).
2011-04-06Changes 1.16.34:adam13-189/+109
* Fix compile bug with some compilers on 64 bit. Changes 1.16.33: * Build: Fix prototype/definition mismatch in libwww.cpp with some compilers (e.g. Solaris). * Build: Fix linking of xml-rpc-api2cpp with some linkers (e.g. Solaris). Changes 1.16.32: * Windows Abyss server: properly handle wait for connection. Changes 1.16.31: * CGI XML-RPC server accepts (ignores) parameters after "text/xml" in Content-type header from client.
2011-04-05Update to 20110321.wiz2-6/+7
Wordlist fixes, I guess :)
2011-04-05Update to 1.2, changes not found.wiz3-13/+12
2011-04-05Modify patch so it matches version accepted by upstream, and fixwiz3-14/+6
PREFIX issue differently.
2011-04-05Update to 1.11.1:wiz5-57/+40
The earlier libroff, libmdoc, and libman soup have been merged into a single library, libmandoc, which manages all aspects of parsing real manuals (from line-handling to tbl parsing). Beyond this structural change, initial eqn functionality is in place. For the time being, this is limited to the recognition of equation blocks; future version of mdocml will expand upon this framework. As usual, many general fixes and improvements have also occured. In particular, a great deal of redundancy and superfluous code has been removed with the merging of the backend libraries.
2011-04-05Package was imported without the p5- prefix, cvs delete and cvs import againmanu3-0/+30
2011-04-04Added p5-XML-Entities-1.0000, a perl module to decode strings with XML entitiesmanu1-1/+2
2011-03-27Fix build problem with ruby18's rdoc.taca2-1/+16
2011-03-25Linux also needs CFLAGS_SHLIB = -fPIC; a fix for PR#44349adam2-3/+11
2011-03-23Add and enable mecab-naistdic.taca1-1/+2
2011-03-23Importing mecab-naistdic version 0.6.3-20100801.taca4-0/+50
NAIST-jdic is Japanese Morphological Dictionary, succession of IPAdic but it is licensed under modified BSD license. This is the dictionary for MeCab.
2011-03-23Update ruby-json to 1.5.1.taca4-17/+33
2011-01-24 (1.5.1) * Made rake-compiler build a fat binary gem. This should fix issue https://github.com/flori/json/issues#issue/54. 2011-01-22 (1.5.0) * Included Java source codes for the Jruby extension made by Daniel Luz <dev@mernen.com>. * Output full exception message of deep_const_get to aid debugging. * Fixed an issue with ruby 1.9 Module#const_defined? method, that was reported by Riley Goodside.
2011-03-23Update ruby-json-pure to 1.5.1.taca3-9/+28
2011-01-24 (1.5.1) * Made rake-compiler build a fat binary gem. This should fix issue https://github.com/flori/json/issues#issue/54. 2011-01-22 (1.5.0) * Included Java source codes for the Jruby extension made by Daniel Luz <dev@mernen.com>. * Output full exception message of deep_const_get to aid debugging. * Fixed an issue with ruby 1.9 Module#const_defined? method, that was reported by Riley Goodside.
2011-03-23Changes 1.0.7:adam2-6/+6
* Fix wrong generation of directives of static methods in autosummary. * Import PIL as ``from PIL import Image``. * Fix longtables with captions in LaTeX output. * Make token references work as hyperlinks again in LaTeX output. * Show warnings by default when reference labels cannot be found. * Include line number when complaining about missing reference targets in nitpicky mode. * Fix inline display of graphviz diagrams in LaTeX output. * Build using app.build() in setup command. * Fix a bug in the inheritance diagram exception that caused base classes to be skipped if one of them is a builtin. * Fix general index links for C++ domain objects. * Make admonition boundaries in LaTeX output visible. * Fix KeyErrors occurring on rebuild after removing a file. * Fix a traceback when removing files with globbed toctrees. * If an autodoc object cannot be imported, always re-read the document containing the directive on next build. * If an autodoc object cannot be imported, show the full traceback of the import error. * Fix a bug where the removal of download files and images wasn't noticed. * Implement ``~`` cross-reference prefix for the C domain. * Fix regression of LaTeX output. * Fix lookup of class attribute documentation on descriptors so that comment documentation now works. * Fix traceback with ``only`` directives preceded by targets. * Fix tracebacks occurring for duplicate C++ domain objects. * Fix JavaScript domain links to objects with ``$`` in their name.
2011-03-23Changes 2.5.5:adam3-13/+23
* built documentation is no longer part of release. Changes 2.5.4: * Fixed extensions not loading properly with overlays. * Work around a bug in cpython for the debugger that causes segfaults on 64bit big-endian architectures. Changes 2.5.3: * fixed an operator precedence error introduced in 2.5.2. Statements like "-foo.bar" had their implicit parentheses applied around the first part of the expression ("(-foo).bar") instead of the more correct "-(foo.bar)". Changes 2.5.2: * improved setup.py script to better work with assumptions people might still have from it (``--with-speedups``). * fixed a packaging error that excluded the new debug support.
2011-03-23need to include additional headers to build with gcc44.obache3-1/+31
2011-03-22gtk-doc requires msgfmt to build, so add it to USE_TOOLS.gls1-2/+2
Should fix build on DragonFly as reported in PR pkg/44757 by F. Tigeot.
2011-03-18service suspended. prevent timeout. fetch from backup.zafer1-2/+2
2011-03-18Recursive bump for libzip-0.10.wiz2-3/+4
2011-03-18Add user-destdir installation support.obache2-8/+10
2011-03-16-update to 5.0.1drochner2-6/+9
changes: fixes for issues: -invalid text in XML declaration causes sanitizer to crash -sanitization can be bypassed by malformed XML comments -sanitizer doesn't strip unsafe URI schemes -add test target
2011-03-14xmltex does not use the "tex" command.minskim1-3/+2
2011-03-14Changes 4.6.1:adam3-24/+25
* Common Locale Data Repository (CLDR) 1.9.1 * Update timezone data support to Olson 2011c * 8271 UCOL_RUNTIME_VERSION should be updated for 4.6 * 8277 Collation Reordering Use Of USCRIPT_UNKNOWN * 8290 Can't find Hangul with search coll (usearch doesn't handle CE iter behavior) * 8303 ULocale#toLanguageTag() should not supply "und" as language when the locale has only private use * 8341 USpoof uses NFKD, should be NFD
2011-03-11Changes 0.0.23:adam5-108/+29
* add support for detection of tail and gnu cp, do not hardcode /bin/bash initial value * use those detected binaries instead of previously hardcoded ones * use `type -t` bash shell builtin instead of `which` utility for detection of file availability * new option --noautosize to prevent overriding of user-defined paper sizes Changes 0.0.22: * added experimental support for xhtml1 source format * create tex and xhtml subpackage in spec file to reduce requirements for main package * automated detection of programs path in configure, program/utility path could be passed to configure by variable, allowed selection of default backend and default webbrowser (just for requirements at the moment) * check for missing tools/programs, fail if tool is not available * fixed libpaper cleaning up * xmllint validity check now with noent option * fixed --stringparam option * added some messages to easier detection of troubles, used different error codes for various situations * fixed FSF addresses, xmlif now licensed under GPLv2+
2011-03-08Update to ruby-itex2MML to 1.4.5 and should be fix PR pkg/44454.taca3-12/+24
* Now support Ruby 1.9.2. * introduced Extensible Arrows support with version 1.4.0 and later. Please refer full changes: http://golem.ph.utexas.edu/~distler/code/itexToMML/changes
2011-03-03Update the following TeX Live packages to r21369: tex-bibtex,minskim4-12/+12
tex-context, tex-etex, tex-kpathsea, tex-latex-bin, tex-luatex, tex-pdftex, tex-tex, and tex-makeindex. Fontmap and manpage updates.
2011-03-01Update to 2.10:wiz2-7/+7
2.10 Tue 11 Jan 2011 21:50:02 GMT - Merged in quote-printed code (Christian Varga) - Cleaned up the tests and code for quote-printed
2011-03-01Set LICENSE and improve COMMENT.wiz1-2/+3
2011-02-28Reset maintainer for retired developers.wiz10-21/+21
2011-02-28Update Pygments to 1.4.obache3-7/+17
While here, add PKG_RUN_TEST support. Version 1.4 ----------- (codename Unschärfe, released Jan 03, 2010) - Lexers added: * Factor (#520) * PostScript (#486) * Verilog (#491) * BlitzMax Basic (#478) * Ioke (#465) * Java properties, split out of the INI lexer (#445) * Scss (#509) * Duel/JBST * XQuery (#617) * Mason (#615) * GoodData (#609) * SSP (#473) * Autohotkey (#417) * Google Protocol Buffers * Hybris (#506) - Do not fail in analyse_text methods (#618). - Performance improvements in the HTML formatter (#523). - With the ``noclasses`` option in the HTML formatter, some styles present in the stylesheet were not added as inline styles. - Four fixes to the Lua lexer (#480, #481, #482, #497). - More context-sensitive Gherkin lexer with support for more i18n translations. - Support new OO keywords in Matlab lexer (#521). - Small fix in the CoffeeScript lexer (#519). - A bugfix for backslashes in ocaml strings (#499). - Fix unicode/raw docstrings in the Python lexer (#489). - Allow PIL to work without PIL.pth (#502). - Allow seconds as a unit in CSS (#496). - Support ``application/javascript`` as a JavaScript mime type (#504). - Support `Offload <http://offload.codeplay.com>`_ C++ Extensions as keywords in the C++ lexer (#484). - Escape more characters in LaTeX output (#505). - Update Haml/Sass lexers to version 3 (#509). - Small PHP lexer string escaping fix (#515). - Support comments before preprocessor directives, and unsigned/ long long literals in C/C++ (#613, #616). - Support line continuations in the INI lexer (#494). - Fix lexing of Dylan string and char literals (#628). - Fix class/procedure name highlighting in VB.NET lexer (#624).
2011-02-27Update to 1.17:wiz4-10/+14
GTK-Doc 1.17 (Feb 16 2011) ============ Changes o 127049 : building reference documentation fails when builddir != srcdir o 640241 : non-srcdir builds busted Contributors Daniel Mustieles Javier Jardón Stefan Kost GTK-Doc 1.16 (Jan 14 2011) ============ o gtkdoc-check can do more checks, one might need to update Makefile.am from the examples/Makefile.am Changes o 625776 : serialise doubles and floats always with a decimal dot o 627269 : link to signalflags docs from signal descriptions o 467488 : GTK+ man pages request o 481811 : Inline function bodies are confused with declarations o 501107 : EXTRA_DIST automake warnings o 512565 : add GTK_DOC_IGNORE o 518427 : documentation best pratices needed o 597937 : Function pointers as parameters to other functions are parsed improperly o 612028 : gtkdoc-fixxref should call /usr/bin/vim -n -e -u NONE -T xterm o 617478 : Tooltip is a nuisance o 618379 : Navigation is hiding anchors title o 620249 : invalid xml for object_index with (n_objects % 3) == 0 o 621931 : support GType and GVariant types o 622971 : List of typos in the GTK-doc manual o 623777 : G_TYPE_STRV in signals generate wrong docs o 623968 : gtkdoc-mkdb generates invalid xml from sgml in inline comments o 624199 : parser picks up contents of large macros o 624200 : 'const' confuses the parser o 627223 : gtkdoc-fixxref vim highlight fails on xhtml suffix o 627920 : `make check` rule to list xml files missing from DOC_MAIN_SGML_FILE o 628611 : gtk-doc &gt; = 1.13 creates automagic dependencies on syntax highlighters o 628794 : Issue in gtkdoc-mkman.in o 630288 : Fix 'scope notified' annotation o 631336 : remove lists of gtk+ signal args in gtkdoc-scanobj and -scangobj o 632587 : gtkdoc-scanner fails to identify (closure) annotation o 638330 : const in parameter list is ignored o 638831 : Support GTK+ 3 cell properties Contributors Bruno Brouard Christian Persch Claude Paroz Gilles Dartiguelongue Javier Jardón Jorge González Maarten Bosmans Mario Blättermann Matej Urbančič Matthias Clasen Pablo Castellano P. F. Chimento Philip Withnall Rodrigo Aliste Simón Pena Stefan Kost Tim-Philipp Müller Vasilis Tsivikis
2011-02-26Add a fix for CVE-2011-0420 (CERT: VU#210829) from PHP's repository, r306449.taca3-2/+30
Bump PKGREVISION.
2011-02-25Let's assume for now that everything that worked with python-2.6 alsowiz2-4/+4
works with python-2.7.
2011-02-25Use new stype patch name.obache2-3/+3
2011-02-25+ ruby-escapeobache1-1/+2
2011-02-25Import ruby-escape-0.2 as textproc/ruby-escape.obache5-0/+45
escape library provides several HTML/URI/shell escaping functions for Ruby.
2011-02-24Update textproc/asciidoc to 8.6.4gls3-7/+8
Upstream changes: Additions and changes * Added text foreground and background color along with text size CSS styles for XHTML outputs. * Vim syntax highlighter: highlight macros that start with an attribute reference (a common idiom). * Vim syntax highlighter: highlight attribute references in macro attribute lists. * Attribute entries can be used to set configuration markup templates. * Double-width East Asian characters in titles now correctly match the title underline widths. * Implemented asciidoc(1) filter commands. * User's home directory now calculated in a platform independent manner. * Added double-quote characters to French language file. * Vim Syntax highlighter: Highlight closing OpenBlocks which immediately follow a literal paragraph. * Changed UNIX /dev/null to OS independent os.devnull in filters code. * Vim syntax highlighter: Single and double quoted text now highlights correctly when preceded by an attributes list. * Added Ukrainian language file (lang-uk.conf). Added double-quote characters to Russian language file.conf). * Single and double quote characters are now set using the {lsquo}, {rsquo}, {ldquo} and {rdquo} attributes. This makes is easy to customise language specific quotes. * Implemented conf-files attribute to allow configuration files to be specified in the source document. Bug fixes * FIXED: Auto-generated section title ids are now Unicode aware. * FIXED: Setting quotes configuration entries using document attribute entries failed if the attribute entry was not in the document header. * FIXED: If the input and output file names were different then the output file name was incorrectly used to synthesize docinfo file names. * FIXED: An error can occur when more than one consecutive quotes are defined as a blank string. * FIXED: Encoding error in automatically generated author initials.
2011-02-23Fix typo in comment.ryoon1-2/+2
2011-02-23Changes 1.4.1:adam6-839/+25
Bug * User-Agent string for AttributeQuery is throwing junk into request * Chaining TrustEngine doesn't clear matching criteria between engines, so TrustEngine ordering affects the results. New Feature * Implement support for fetching CRLs based on the CRL distribution point extension
2011-02-23Removed textproc/p5-XML-Xerces (cannot be built with xerces-c 3.1.1)adam5-76/+1
2011-02-23Removed textproc/xalan-c; textproc/libpathan successor textproc/xqillaadam1-3/+2
2011-02-23Removed textproc/libpathan successor textproc/xqillaadam9-155/+0
2011-02-23buildlink.mk fixadam1-2/+2
2011-02-23Removed textproc/xalan-cadam10-776/+0
2011-02-23XQilla is an XQuery and XPath 2 library and command line utility written in C++,adam6-0/+466
implemented on top of the Xerces-C library.