summaryrefslogtreecommitdiff
path: root/textproc
AgeCommit message (Collapse)AuthorFilesLines
2010-07-19Update p5-Text-MicroTemplate from version 0.11 to version 0.13.seb2-6/+6
Upstream changes: 0.13 - suppress syntax error when last expression within an entire template includes a comment (by typester) 0.12 - the last token in a template line was dropped if it was "false" when evaluated in boolean context - suppress warning on render_mt("") (by typester)
2010-07-17Updating textproc/p5-Text-CSV from 1.16 to 1.18sno2-7/+7
pkgsrc changes: - bump p5-Text-CSV_XS requirement to 0.73 Upstream changes: 1.18 Sat Jun 19 10:34:07 2010 - fixed a combine bug with quote_space reported and patched by rt#58356 - updated test files compatible to CSV_XS 0.73 1.17 Tue Mar 16 15:20:34 2010 - fixed parse working when setting quote_char undef. - made Text::CSV_XS compat 0.71 * Text::CSV->error_diag() in void context warns instead of doing nothing * auto_diag also used for new () itself - added quote_null (introduced in Text::CSV_XS 0.72)
2010-07-15Update jdom to 1.1.1.obache3-10/+16
Based on PR#43608 by Wen Heping. * * * * * * JDOM 1.1.1 (tag: jdom_1_1_1) from JDOM 1.1 * * * * * * Fixed a synchronization issue in the Namespace class that could cause a hang when doing concurrent builds. Added output support for Unicode surrogate pairs. Added a new flag on SAXBuilder named setFastReconfigure() which, when set, can speed reconfiguration by skipping repeated attempts to set features that are determined not to be present on a parser. Useful when doing many builds per second. Updated the provided Jaxen library from a modified Jaxen 1.0 to the latest which is Jaxen 1.1.1. Added reflection code in the error reporting system to support Android's Dalvik VM which doesn't have the java.rmi.* classes. * * * * * * JDOM 1.1 (tag: jdom_1_1) from JDOM 1.0 * * * * * * Added an additional constructor to JDOMSource with an EntityResolver which is passed to the internal DocumentReader allowing the SAXOutputter to properly resolve DTDs. Added a forceNamespaceAware property to DOMOutputter which specifies you want a DOM constructed with namespaces even if the source JDOM document has no namespaces. Added support for attribute "INF" and "-INF" values, to indicate positive and negative infinity, as XML Schema allows. Moved isXMLWhitespace() method from private in XMLOutputter to public in Verifier. Clarified XMLOutputter behavior with newlines and indents: setIndent(" ") means newlines and " " indents setIndent("") means newlines and "" indents setIndent(null) means no newlines and no indents Added set/getIgnoringBoundaryWhitespace() methods and features to SAXBuilder and SAXHandler. Added a setFactory() method on XSLTransformer to control the object types built by the transform. Added a string constant for the JDOM_OBJECT_MODEL_URI used by JAXP 1.3. It deserves being part of the public API. Fixed bug in SAXOutputter where default namespaces would be declared as xmlns:="" with a spurious colon. Fixed bug when using attributes without a namespace and outputting to a JDOMResult. Removing check that a comment not start with a hyphen. A careful reading of production 15 in the XML 1.0 spec indicates leading hyphens are in fact allowed. Fixed bug where outputFragment() on SAXOutputter could cause a NullPointerException because the locator would be null during the call. Fixed bug where serializing ElementFilter causes a NullPointerException if the filter has no assigned namespace Fixed some subtle bad behaviors in listIterator.add() logic, using brand new iterator logic. Allowed a String to be passed to ContentList.add(int, Object). Simplified JDOMAbout and renamed info.xml to jdom-info.xml, so getResourceAsStream() won't suffer any name collision. Fixed tiny issue where CDATA could be set with illegal character content. Added logic to escape some special characters in namespace URIs. Fixed bug where the attribute type would change on a setAttribute() call. Improved performance on Namespace handling. Improved and clarified Javadocs.
2010-07-14Update from version 0.72 to version 0.73.seb2-6/+6
Upstream changes: 2010-05-03 0.73 - H.Merijn Brand <h.m.brand@xs4all.nl> * Improve date conversion in examples/csv2xls new option -D allows column selection for date conversions * Tested under perl-5.12.0 (and 21 other versions of perl) * Added a note about EBCDIC data files * Test suite is now safe for parallel test (prove --shuffle -j6)
2010-07-14Update ruby-xslt to 0.9.7.obache3-9/+23
PR#43604 by Wen Heping. 0.9.7 : * Ruby 1.9 * Bug correction (Issue #1)
2010-07-14Update p5-YAML-Tiny from version 1.42 to version 1.43.seb2-6/+6
Upstream changes: 1.43 Sat 10 Jul 2010 - No functional changes, upgrading is not required - Don't import Carp 'croak' any more, saving a few K
2010-07-13update to 2.0.16drochner3-8/+13
changes: -bugfixes -translation updates
2010-07-09Add & enable p5-Text-Sassseb1-1/+2
2010-07-09Initial import of p5-Text-Sass version 0.5 in the NetBSD Packagesseb3-0/+31
Collection. The Perl 5 module Text::Sass is an implementation of Sass http://sass-lang.com/. This is most definitely a work-in-progress. It only implements a subset of the specification.
2010-07-07DESTDIR supportjoerg5-18/+54
2010-07-06Transfer ownership to pkgsrc-users. pancake's address is not valid anyjmmv3-6/+6
more and he has agreed in private mail to drop maintainership.
2010-07-04Support buitin expat for Haiku.obache1-3/+7
2010-07-03Update p5-YAML-Tiny from version 1.41 to version 1.42.seb2-7/+7
Pkgsrc changes: - adjust MASTER_SITES Upstream changes: 1.42 Fri 25 Jun 2010 - No functional changes, upgrading is not required - Clarified documation to explain that YAML::Tiny escapes "bool" keywords when it writes them as strings so that YAML parsers in other languages won't get confused, but this does not mean that YAML::Tiny actually supports boolean types itself. - Added an extra test case for boolean keyword escaping. - YAML::Perl comparison tests were loading the file back in with YAML.pm by mistake. Corrected this and added an additional case that YAML::Perl doesn't support that I wasn't catching. - Author tests updated and moved into xt/ - Updated the versions of the other YAML parsers we test ourselves against to the most recent versions of each.
2010-07-02Not MAKE_JOBS_SAFEjoerg1-1/+2
2010-06-28DESTDIR supportjoerg3-17/+27
2010-06-25Fixes dependency pattern for php-dom.obache1-2/+2
2010-06-25Use Module::Install::Bundled to fixes build.obache1-2/+2
2010-06-20Update textproc/sub2srt to 0.5.3tonio2-6/+6
Changes: 15 Jan 2005: Roland Obermayer <roland@robelix.com> * sub2srt-0.5.3 - Added support for a third input format "txtsub" - Prompt if overwriting files - Several minor changes 11 Jan 2005: Panayotis Katsaloulis <panayotis@panayotis.com> - Handle both types of NTSC frame rate, as a convenient command line option - Fixed a bug in the actual NTSC framerate
2010-06-18Update tokyodystopia to 0.9.14.obache3-10/+11
bug fixes release. 2010-03-01 Mikio Hirabayashi <hirarin@gmail.com> * tcqdb.c: bugs by signdness confusion were fixed. - Release: 0.9.14
2010-06-16mdocml-1.10.1:joerg3-20/+22
- Support multiline .Bl -column content - cleanup SYNOPSIS macro handling - Allow specifying the terminal width for -Tascii - Initial PostScript output - Basic support for the low-level roff macros - Better support for obsolete .Xo/.Xc macros if compiled with -DUGLY - Correct handling of opening punctuation in macros for mdoc(7) - Discard more of the pod2man junk - Various cleanups and improvements
2010-06-15Fixes GEM_CLEANBUILD patterns, or built C extensions are cleared andobache2-2/+6
result in same as ruby-json-pure. Bump PKGREVISION.
2010-06-15Changes 1.06.40:adam3-11/+10
* Bug fixes.
2010-06-14Add & enable p5-XML-Rabbitseb1-1/+2
2010-06-14Initial import of p5-XML-Rabbit version 0.0.1 in the NetBSD Packagesseb3-0/+35
Collection. The Perl 5 module XML::Rabbit is a simple Moose-based base class you can use to make simple XPath-based XML extractors. Each attribute in your class is linked to an XPath query that is executed on your XML document when you request the value.
2010-06-13Bump PKGREVISION for libpng shlib name change.wiz15-28/+30
Also add some patches to remove use of deprecated symbols and fix other problems when looking for or compiling against libpng-1.4.x.
2010-06-12No need to specify "install" as arguments for installation.obache1-2/+2
2010-06-11update to 1.15drochner5-120/+18
changes: -Support for multiple DOC_SOURCE_DIR directories -many bugfixes
2010-06-11update to 1.75.2drochner3-350/+45
too manu changes to list here, see the NEWS file in the distribution
2010-06-11argh - needs bashdrochner1-2/+3
2010-06-09update to 0.20.1drochner2-6/+6
changes: -Improved support for SVG imagedata -translation updates
2010-06-08Update to 0.20.0:wiz3-167/+24
Changes in 0.20.0: ------------------ * Updated translations: ar (Khaled Hosny) ast (Xandru Armesto Fernandez) bn (Jamil Ahmed) ca (Gil Forcada) da (Ask H. Larsen) de (Mario Blättermann) el (Marios Zindilis, Nikos Bakaoukas, Simos Xenitellis) en_GB (Bruce Cowan) es (Jorge González) eu (Inaki Larranaga Murgoitio) fi (Tommi Vainikainen) fr (Claude Paroz) hu (Gabor Kelemen) it (Milo Casagrande) ko (Changwoo Ryu) lt (Žygimantas Beručka) nn (Torstein Adolf Winterseth) pa (A S Alam) pt (Duarte Loreto) ru (Leonid Kanter) sr (Miloš Popović) sr@latin (Miloš Popović) uk (Maxim V. Dziumanenko) vi (Clytie) Changes in 0.19.5: ------------------ * Updated the Mallard RNG schema (Shaun McCance) * Updated translations: cs (Petr Kovar) es (Jorge González) gl (Fran Diéguez) pl (Piotr Drąg) pt_BR (Vladimir Melo) ro (Lucian Adrian Grijincu) ta (vasudeven) zh_HK (Chao-Hsiung Liao) zh_TW (Chao-Hsiung Liao) Changes in 0.19.4: ------------------ * Bold userinput inside programlisting (Shaun McCance) * Updated translations: es (Jorge González) et (Ivar Smolin) sl (Matej Urbančič) th (Theppitak Karoonboonyanan) Changes in 0.19.3: ------------------ * Fixed shading with rowspans, bug #606986 * Implemented text titles * Updated translations: bg (Alexander Shopov) bn (Jamil Ahmed) Changes in 0.19.2: ------------------ * Added 'css' command for Mallard documents * Fixed theme.color.text default, was white-on-white * Implemented previous and next links for Mallard documents * Updated translations: sv (Daniel Nylander) de (Mario Blättermann) nb (Kjartan Maraas) es (Jorge González) Changes in 0.19.1: ------------------ * Importing Mallard XSLT changes from yelp-xsl - Added support for audio and video in Mallard HTML output - Moved most automatic link logic into common XSLT - Implemented sorting of link trails - Implemented link groups on Mallard guide pages - Added support for Mallard span element - Added condensed list style for Mallard lists - Made various parts of the Mallard XSLT more extensible - Changed Mallard Cache files to use new namespace * Added Mallard HTML output to gnome-doc-tool * Added --custom-xslt option to gnome-doc-tool * Compile mo files before running xml2po (Martin von Gagern) * Properly clean mo files in build utilities (Claude Paroz) * Updated translations: ar (Khaled Hosny) ca (Gil Forcada) de (Mario Blättermann) en@shaw (Thomas Thurman) es (Jorge González) ml (Ani) ro (Lucian Grijincu) zh_CN (Aron Xu)
2010-06-06Add lit2epubmarkd1-1/+2
2010-06-06Import of lit2epub 0.1.1markd5-0/+61
Script to convert .lit files to valid epub - from ebook-tools.
2010-06-06Split lit2epub script out to a separate package - to remove dependencymarkd5-33/+21
on convertlit from this package. Bump PKGREVISION.
2010-06-06Fix building with different db libsadam1-3/+4
2010-06-05Update to Jinja2 2.5markd3-12/+67
drop maintainership. Version 2.5 * improved the sort filter (should have worked like this for a long time) by adding support for case insensitive searches. * fixed a bug for getattribute constant folding. * support for newstyle gettext translations which result in a nicer in-template user interface and more consistent catalogs. (Newstyle Gettext) * it's now possible to register extensions after an environment was created. Version 2.4.1 * fixed an error reporting bug for undefineds. Version 2.4 * the environment template loading functions now transparently pass through a template object if it was passed to it. This makes it possible to import or extend from a template object that was passed to the template. * added a ModuleLoader that can load templates from precompiled sources. The environment now features a method to compile the templates from a configured loader into a zip file or folder. * the _speedups C extension now supports Python 3. * added support for autoescaping toggling sections and support for evaluation contexts (Evaluation Context). * extensions have a priority now. Version 2.3.1 * fixed an error reporting bug on all python versions * fixed an error reporting bug on Python 2.4 Version 2.3 * fixes issue with code generator that causes unbound variables to be generated if set was used in if-blocks and other small identifier problems. * include tags are now able to select between multiple templates and take the first that exists, if a list of templates is given. * fixed a problem with having call blocks in outer scopes that have an argument that is also used as local variable in an inner frame * greatly improved error message reporting * implicit tuple expressions can no longer be totally empty. This change makes {% if %}...{% endif %} a syntax error now. * added support for translator comments if extracted via babel. * added with-statement extension. * experimental Python 3 support. Version 2.2.1 * fixes some smaller problems for Jinja2 on Jython. Version 2.2 * Include statements can now be marked with ignore missing to skip non existing templates. * Priority of not raised. It's now possible to write not foo in bar as an alias to foo not in bar like in python. Previously the grammar required parentheses (not (foo in bar)) which was odd. * Fixed a bug that caused syntax errors when defining macros or using the {% call %} tag inside loops. * Fixed a bug in the parser that made {{ foo[1, 2] }} impossible. * Made it possible to refer to names from outer scopes in included templates that were unused in the callers frame * Fixed a bug that caused internal errors if names where used as iteration variable and regular variable after the loop if that variable was unused before the loop. * Added support for optional scoped modifier to blocks. * Added support for line-comments. * Added the meta module. * Renamed (undocumented) attribute overlay to overlayed on the environment because it was clashing with a method of the same name. * speedup extension is now disabled by default.
2010-06-04Fix dependencyjoerg1-2/+2
2010-06-01Update to Sphinx-0.6.6markd3-7/+10
many bug fixes.
2010-06-01Update py-enchant to 1.6.2.obache5-12/+85
Based on PR#43384 by Wen Heping. * Migrated from SWIG to ctypes since 1.5.0: * Add dependency on devel/py-ctypes for python2.4 * Fix paths for libenchant to exactly load suitable one. * No need c compiler and buildlink with textproc/enchant. Changes: 1.6.2: * Upgraded bundled enchant to v1.6.0. * Fixed bug in printf() utility function; all input args are now converted to strings before printing. 1.6.1: * Fixed loading of enchant DLL on win32 without pkg_resources installed. * Fixed HTMLChunker to handle unescaped < and > characters that are clearly not part of a tag. 1.6.0: * Upgraded to enchant v1.5.0: * new Broker methods get_param() and set_param() allow runtime customisation of provider data * Added the concept of 'chunkers' to enchant.tokenize.get_tokenizer(). These serve split split the text into large chunks of checkable tokens. * implemented a simple HTMLChunker class * Moved error classes into 'enchant.errors' for easier importing * Moved testcases into separate files so they're not loaded by default * Allowed SpellChecker to use default language if none is specified * Improved compatibility with Python 3 1.5.3: * Fixed termination conditions in English tokenization loop. * Improved unicode detection in English tokenizer. * Made enchant spellcheck all of its docstrings as part of the unittest suite. 1.5.2: * Modify utils.get_resource_filename and utils.win32_data_files for compatibility with py2exe (which was broken in the move to ctypes). Thanks to Stephen George for the fix. 1.5.1: * SpellChecker.add_to_personal renamed to SpellChecker.add and fixed to use the corresponding Dict method. 1.5.0: * Migrated from SWIG to ctypes: * now runs under PyPy! * also opens possibilities for Jython, IronPython, ... * Compatibility updates for Python 3.0, mostly around unicode strings * Dropped compatibility with Python 2.2
2010-05-28Fix buildjoerg3-6/+16
2010-05-26Prefer same section order as mdocml. Bump version.wiz2-4/+6
2010-05-24Update p5-Pod-Simple from version 3.13 to version 3.14.seb2-6/+6
Upstream changes: 2009-04-27 * Release 3.14 Removed explicit loading of UNIVERSAL. RJBS. Reversed the change applied in release 3.09 to fix RT #12239. POD tag found inside a complex POD tag (e.g., "C<<< I<foo> >>>") is again parsed as a tag embedded in a tag instead of text and entities. The previous interpretation of `perldoc perlpod` was mistaken. (RT #55602 from Christopher J. Madsen).
2010-05-20It seems that something wrong with distinfo, DIST_SUBR directory name.taca1-4/+4
2010-05-19+ cabocha, p5-cabocha, py-cabocha, ruby-cabochaobache1-1/+5
2010-05-19Import ruby-cabocha-0.53 as textproc/ruby-cabocha.obache3-0/+39
CaboCha is a Japanese dependency analysis machine based on Support Vector Machines. It is (89.29%) system that accuracy is the highest as a statistical Japanese dependency analysis machine as of June, 2001. Moreover, definite analytical algorithm (Cascaded Chunking Model) that doesn't do back-track is adopted, and an efficient analysis can be done comparatively. This package is ruby module for CaboCha.
2010-05-19Import py-cabocha-0.53 as textproc/py-cabocha.obache3-0/+33
CaboCha is a Japanese dependency analysis machine based on Support Vector Machines. It is (89.29%) system that accuracy is the highest as a statistical Japanese dependency analysis machine as of June, 2001. Moreover, definite analytical algorithm (Cascaded Chunking Model) that doesn't do back-track is adopted, and an efficient analysis can be done comparatively. This package is python module for CaboCha.
2010-05-19Import p5-cabocha-0.53 as textproc/p5-cabocha.obache2-0/+28
CaboCha is a Japanese dependency analysis machine based on Support Vector Machines. It is (89.29%) system that accuracy is the highest as a statistical Japanese dependency analysis machine as of June, 2001. Moreover, definite analytical algorithm (Cascaded Chunking Model) that doesn't do back-track is adopted, and an efficient analysis can be done comparatively. This package is perl module for CaboCha.
2010-05-19Import cabocha-0.53 as textproc/cabocha.obache8-0/+140
CaboCha is a Japanese dependency analysis machine based on Support Vector Machines. It is (89.29%) system that accuracy is the highest as a statistical Japanese dependency analysis machine as of June, 2001. Moreover, definite analytical algorithm (Cascaded Chunking Model) that doesn't do back-track is adopted, and an efficient analysis can be done comparatively.
2010-05-19+ yamcha, p5-yamcha, py-yamcha, ruby-yamchaobache1-1/+5
2010-05-19Import ruby18-yamcha-0.33 as textproc/ruby-yamcha.obache3-0/+36
YamCha is a generic, customizable, and open source text chunker oriented toward a lot of NLP tasks, such as POS tagging, Named Entity Recognition, base NP chunking, and Text Chunking. YamCha is using a state-of-the-art machine learning algorithm called Support Vector Machines (SVMs), first introduced by Vapnik in 1995. This package is ruby module for YamCha.