summaryrefslogtreecommitdiff
path: root/textproc
AgeCommit message (Collapse)AuthorFilesLines
2008-12-15Bump PKGREVISION for tokyocabinet shlib revbump.obache2-4/+4
2008-12-12Update from version 0.66nb1 to 0.68.he2-7/+8
Pkgsrc changes: o Add dependency on p5-Filter for Filter::Util::Call Upstream changes: version: 0.68 date: Thu Dec 4 01:00:44 PST 2008 changes: - Used update Test::Base to ensure Filter::Util::Call version: 0.67 date: Mon Dec 1 02:34:21 PST 2008 changes: - Add YAML::Any - Move ysh to YAML::Shell - Add doc section explaining YAML::Old
2008-12-12Update from version 0.27 to 0.29.he2-6/+6
Upstream changes: version: 0.29 date: Tue Nov 11 22:57:07 PST 2008 changes: - Check SvNIOK when dumping and format if quotes when it's a string that looks like a number - Parse plain scalars as numbers when they look like numbers - Load nulls as newSV(0) instead of &PL_sv_undef to avoid "Modification of non-creatable hash value attempted" errors version: 0.28 date: Mon Jun 23 15:23:24 PDT 2008 changes: - Apply UTF8 patch supplied by KLEINJ in rt.cpan#36734
2008-12-11updated to 0.606rhaen2-7/+6
Changelog: 0.606 Wed Dec 3 00:09:34 GMT 2008 <joe@kafsemo.org> - Ensure META.yml spec version matches URL. 0.605 Mon Dec 1 23:01:21 GMT 2008 <joe@kafsemo.org> - Use MIT license, formalising David Megginson's original ("No warranty. Commercial and non-commercial use freely permitted."). - Fix from Yanick Champoux for dataElements namespaces (#41359).
2008-12-09Update distinfo.taca1-2/+2
(patch-aa's comment was added after creating distinfo?)
2008-12-07Revision bump for shlib major bumo of tokyocabinet.obache2-2/+4
2008-12-06Update to 2.0.15:wiz3-7/+15
version 2.0.15 (2008-12-01): * Additional translations (see po/ChangeLog). * Add missing G_BEGIN_DECLS/G_END_DECLS for C++ support * Fix feature request #2101451 by removing the sub-menu of the context menu as any other in-line spell checker does. * Fix feature request #1523881, #1643622 and #2054637 by adding a Language selector sub-menu. * Fix feature request #1362304 by fixing docs/Makefile.am to install gtkspell.devhelp so that it shows in devhelp
2008-12-04Add a patch file, which should have been committed in the previous commit.minskim1-0/+13
2008-12-04Fix a bug that was causing false negative safe mode warnings.minskim2-2/+4
http://hg.sharesource.org/asciidoc/rev/fa6db1ff4369 Suggested by Tom Yu in PR 40101. Bump PKGREVISION.
2008-11-28Update from versio n0.97nb1 to 0.99.he2-7/+7
Pkgsrc changes: o Change to use Module::Build Upstream changes: 0.99 October 03 2008 - Now can exclude some paths from the comparison: - http://rt.cpan.org/Ticket/Display.html?id=39705 0.98 September 13 2008 - Added the LICENSE section to the POD (Kwalitee). - Added the "use warnings" (Kwalitee). - Added the "Repository URL" on the resources page.
2008-11-28Updated from version 0.50nb1 to 0.52.he2-10/+9
Pkgsrc changes: o Adjusted dependencies to fit the new requirements. Upstream changes: 0.52 - 2008-11-19 - Fix spelling of QuoteCharacter 0.51 - 2008-11-19 - Added QuoteCharecter parameter to new() to control quoting of attributes (perigrin) - Added Tests and Docs
2008-11-28Added p5-XML-SAX-Base.he1-1/+2
2008-11-28Import p5-XML-SAX-Base version 1.02.he3-0/+43
This module has a very simple task - to be a base class for PerlSAX drivers and filters. It's default behaviour is to pass the input directly to the output unchanged. It can be useful to use this module as a base class so you don't have to, for example, implement the characters() callback. The main advantages that it provides are easy dispatching of events the right way (ie it takes care for you of checking that the handler has implemented that method, or has defined an AUTOLOAD), and the guarantee that filters will pass along events that they aren't implementing to handlers downstream that might nevertheless be interested in them.
2008-11-28Update from version 0.14 to 0.16.he2-6/+6
Upstream changes: 0.16 2008, Nov 25 (19:42) - Workaround with a bug for perl 5.8.x - Added support for multiple lexers at the same time; - Added support to the 'x' flag on the MRULES; 0.15 2008, Nov 23 (21:27) - Fixed some issues with a global variable.
2008-11-25Update textproc/p5-XML-Atom to 0.32; changes since 0.31 include:kleink2-6/+6
0.32 2008.11.23 * Added base and lang to Entry and Feed object. Fixed xml:base attributes. (Simon Wistow)
2008-11-24Add fixes for security vulnerabilities reported in CVE-2008-4225 andtron5-3/+98
CVE-2008-4226 from "libxml2" SVN repository. Bump package revision.
2008-11-23Explain why this only works with python21.snj1-2/+2
2008-11-22Update from version 1.33nb1 to 1.37.he2-7/+6
Upstream changes: 1.37 - November 18, 2008 - Extracted the common parts of parse() and parsefile() into one method (Refactoring - Shlomi Fish) - Incorporated a modified version of a patch from Simon Wistow to add support for the "xml:base" attribute. - Renamed t/items-are-0.t into the more descriptive t/test-generated-items.t , to highlight its significance and make it easier to notice. - Enabled backwards-compatibility mode for the "description" item to not become a hash-ref by default if xml:base is specified. 1.36 - October 7, 2008 - ->parse() now explicitly returns $self. - http://rt.cpan.org/Public/Bug/Display.html?id=34914 - ->parsefile() now explicitly returns $self. - http://rt.cpan.org/Public/Bug/Display.html?id=34914 - Applied a patch to change the RSS-0.91 DTD URL from my.netscape.com to rssboard.org: - http://rt.cpan.org/Ticket/Display.html?id=39780 - Reformatted the Changes file to standardize on 4-space-indents. - Small documentation patch: (add_item with dc:date) - http://rt.cpan.org/Ticket/Display.html?id=39780 1.35 - September 13, 2008 - Added a Module::Build-based Build.PL so we'll have an easier time with the META.yml and the Kwalitee. - Kwalitee - added "use warnings" to all Perl files. - now depending on at least perl-5.6.0. - Kwalitee - fixed the "use" statement of "Test::Run::CmdLine::Iface" to a runtime require. 1.34 - September 12, 2008 - fixed a typo in the documentation of lib/XML/RSS.pm - "regardless" instead of "regarless". - http://rt.cpan.org/Public/Bug/Display.html?id=37916 - (Reported by Reuben Thomas, Fixed by Shlomif). - fixed a code fragment - pop() instead of shift() for older items, and while() instead of if(): - http://rt.cpan.org/Public/Bug/Display.html?id=39231 - (Reported by Dave, Fixed by Shlomif).
2008-11-22Updated from version 1.68 to 1.69.he2-6/+6
Upstream changes: 1.69 - fix incorrect output of getAttributeNS and possibly other methods on UTF-8 - added $node_or_xpc->exists($xpath) method - remove accidental debug output from XML::LibXML::SAX::Builder
2008-11-22Update from version 0.39nb1 to 0.39nb2.he1-3/+3
Pkgsrc changes: o Fix typo in HOMEPAGE URL, bump package revision
2008-11-22Update from version 0.03nb1 to 0.05.he2-8/+6
Pkgsrc changes: o No longer a Module::Build module, so adapt. Upstream changes: 0.05 2008-08-28 00:00:00 - Adden new contact information - No more os x garbage files (hopefully) 0.04 2008-08-28 00:00:00 - Removed Build.PL
2008-11-22Update from version 1.0.21nb1 to 1.0.24.he2-8/+7
Upstream changes: 1.0.24 2008-11-16T14:33:30 - Add trust_list_start_value patch from Ricardo Signes (RT#40814) to enable <li value='X'> output for list numbering. This feature is disabled by default. 1.0.23 2008-11-02T18:24:30 - Ship a release with the correct contents so that the tests pass. 1.0.22 2008-10-23T18:24:44 - RT#37909 - Fix + in email addresses. - RT#40303 - Fix use in Mason by adding "use re 'eval'" to both files. - Add SVN repository to Makefile.PL - Remove META.yml from source control so it is regenerated automatically.
2008-11-22Updated from version 0.52nb1 to 0.58.he2-7/+6
Upstream changes: 2008-10-30 0.58 - H.Merijn Brand <h.m.brand@xs4all.nl> * Small typo in test message (RT#40410, JPL) * Parse error test on "\0 (RT#40507) * Fixed allow_loose_escapes bug disclosed by RT#40507 2008-10-21 0.57 - H.Merijn Brand <h.m.brand@xs4all.nl> * Don't bootstrap twice. Don't know how/when it came in there 2008-10-21 0.56 - H.Merijn Brand <h.m.brand@xs4all.nl> * Update to ppport.h 3.14_01 * Updated docs (Unicode, TODO, Release Plan) * As Text::CSV::Encoded is about to be released, refer to it in the documentation * Default for eol is "", undef now treated as "" * Don't print $\ twice (eol prevails over $\ in ->print ()) Fix only works in perl5.8 and up * Undef treated as 0 for boolean attributes * Trailing whitespace in pod removed * Sync up doc with latest Text::CSV::Encoded * YAML declared 1.4 (META.yml) instead of 1.1 (YAML) 2008-10-15 0.55 - H.Merijn Brand <h.m.brand@xs4all.nl> * Improve documentation on eol * Unicode on perl-5.8.[0-2] sucks. Don't use it! * Test error codes in expected IO failures * Allow SetDiag to be used as class method * Document the MS/Excel separation character * Hint that eof is not an error per se (RT#40047) 2008-09-04 0.54 - H.Merijn Brand <h.m.brand@xs4all.nl> * IO failure in print () was not propagated (ilmari, RT#38960) 2008-09-01 0.53 - H.Merijn Brand <h.m.brand@xs4all.nl> * SvUPGRADE is a safer choice than sv_upgrade (Lubomir Rintel, RT#38890) * bring docs in sync with reality for msg 2023 * Default eol for print is $\ * examples/csv-check should default to CSV , not to ; * Tests for SetDiag (0) * Tests for error 2030 * Code cleanup (Devel::Cover++)
2008-11-22Add commented-out HOMEPAGE using search.cpan.org.he1-1/+2
2008-11-22Update from version 0.37nb1 to 0.38.he2-7/+6
Upstream changes: Release 0.38 - 8 March, 2008 ---------------------------- * fixed problem when creating an empty Entry. Thanks to Frank Wiegand.
2008-11-20update to detex-2.8, which has fixes for flex included (allows itchuck4-26/+26
to compile on Darwin).
2008-11-18Updated from version 0.71.001nb1 to 0.72.he2-8/+7
Pkgsrc changes: o Tweak MASTER_SITES so that the distfile is found Upstream changes: No change log available. From looking at the diff and the RT database: o Improve forward compatibility with perl 5.10.0 maintenance releases (RT #39875?) o fixed [rt.cpan.org #40648] Unicode text prints text on top of text before it
2008-11-18Update from version 0.941nb1 to 0.952.he2-7/+6
Upstream changes: v0.952 2008-08-28 * Export C symbols via PL_modglobal. v0.951 2008-08-21 * Fix Perl 5.6.2 compatibility. * Specify Perl 5.6.2 as a minimum version. v0.95 2008-08-17 * Add Hungarian, Romanian, and Turkish. * Export Snowball C symbols via DynaLoader.
2008-11-18Update from version 0.21nb1 to 0.22.he2-7/+6
Upstream changes: Convert::ASN1 0.22 -- Mon Sep 15 14:34:45 CDT 2008 Bug Fixes * Fix decoding of OIDs with large value for 2nd element Enhancements * Support for SEQUENCE with no elements in ASN.1 * Added ability to define what value is put in perl data structory when decoding NULL elements
2008-11-18user-destdir support, for dillo.wiz1-2/+3
2008-11-18Support user-destdir.dillo1-3/+4
2008-11-18+ py-lxml.wiz1-1/+2
2008-11-18Initial import of py-lxml:wiz4-0/+99
lxml is a Pythonic binding for the libxml2 and libxslt libraries. It is unique in that it combines the speed and feature completeness of these libraries with the simplicity of a native Python API, mostly compatible but superior to the well-known ElementTree API.
2008-11-18Use TOOLS_PATH.bash for bash. Might fix build on Linux while hopefully notwiz1-2/+2
breaking it otherwise.
2008-11-18+ tei-p5-schema.wiz1-1/+2
2008-11-18Initial import of tei-p5-schema-1.2.0:wiz4-0/+124
This package contains the schema files for TEI P5, in both DTD and RELAX NG formats.
2008-11-18Remove teixsl-* (replaced by tei-xsl), add tei-xsl to Makefile.wiz9-129/+2
2008-11-18Initial import of tei-xsl-5.14:wiz4-0/+351
This is a set of XSLT specifications to transform TEI XML documents to HTML, to LaTeX, and to XSL Formatting Objects. It concentrates on TEI Lite, but adding support for other modules is fairly easy. In the main, the setup has been used on new documents, i.e. reports and web pages that have been authored from scratch, rather than traditional TEI-encoded existing material.
2008-11-18Update to 1.11:wiz4-24/+31
GTK-Doc 1.11 (Nov 16 2008) ============ Changes o 531572 : one-page generation option o 448879 : Use a footer when generating HTML documentation o 311857 : xsltproc very slow generating index for gtk-docs.sgml o 335239 : Using gnome-doc-utils for gtk-doc documentation o 460753 : enable vpath build in gtkdoc-mkhtml o 473342 : Warn about repeated symbols in sections o 487727 : DocBook XML DTD version o 523669 : make check: Element publisher content does not follow the... o 530758 : gtk-doc should not expand XML tags and their attributes o 533262 : no-template mode scans different source files o 534627 : gtk-doc uses non-standard HTML element o 542137 : No declaration found for: gsf_output_* o 543855 : Fix for Bug 460753 (enable vpath build in gtkdoc-mkhtml) ... o 544172 : Fails to parse return value of 'char const *' o 552822 : Add rules to create $(REPORT_FILES) o 553407 : Example Makefile.am uses obsolete INCLUDES instead of AM_... o 554718 : gtk-doc needs to allow versioned TARGET_DIR o 554833 : Be more careful with &quot; struct _ &lt; struct_name &gt; &quot; o 558082 : evince docs build fails with GTK_DISABLE_SINGLE_INCLUDES o 559281 : Correct check for existance of gtkdoc-rebase Contributors Behdad Esfahbod Christian Persch David Nečas Felix Riemann Jeffrey Stedfast Marc-Andre Lureau Matthew Barnes Peter Kjellerstedt Sebastian Dröge Simon Josefsson Stefan Kost
2008-11-18Update Pygments to 0.11.1.obache3-9/+11
Pygments changelog ================== Version 0.11.1 -------------- (released Aug 24, 2008) - Fix a Jython compatibility issue in pygments.unistring (#358). Version 0.11 ------------ (codename Straußenei, released Aug 23, 2008) Many thanks go to Tim Hatch for writing or integrating most of the bug fixes and new features. - Lexers added: * Nasm-style assembly language, thanks to delroth * YAML, thanks to Kirill Simonov * ActionScript 3, thanks to Pierre Bourdon * Cheetah/Spitfire templates, thanks to Matt Good * Lighttpd config files * Nginx config files * Gnuplot plotting scripts * Clojure * POV-Ray scene files * Sqlite3 interactive console sessions * Scala source files, thanks to Krzysiek Goj - Lexers improved: * C lexer highlights standard library functions now and supports C99 types. * Bash lexer now correctly highlights heredocs without preceding whitespace. * Vim lexer now highlights hex colors properly and knows a couple more keywords. * Irc logs lexer now handles xchat's default time format (#340) and correctly highlights lines ending in ``>``. * Support more delimiters for perl regular expressions (#258). * ObjectiveC lexer now supports 2.0 features. - Added "Visual Studio" style. - Updated markdown processor to Markdown 1.7. - Support roman/sans/mono style defs and use them in the LaTeX formatter. - The RawTokenFormatter is no longer registered to ``*.raw`` and it's documented that tokenization with this lexer may raise exceptions. - New option ``hl_lines`` to HTML formatter, to highlight certain lines. - New option ``prestyles`` to HTML formatter. - New option *-g* to pygmentize, to allow lexer guessing based on filetext (can be slowish, so file extensions are still checked first). - ``guess_lexer()`` now makes its decision much faster due to a cache of whether data is xml-like (a check which is used in several versions of ``analyse_text()``. Several lexers also have more accurate ``analyse_text()`` now.
2008-11-18Add p5-Text-SpellChecker.he1-1/+2
2008-11-18Import p5-Text-SpellChecker version 0.03.he3-0/+33
This module is built on Text::Aspell, but adds some of the functionality provided by the internal gnu aspell API. This allows one to deal with blocks of text, rather than just words. For instance, we provide methods for iterating through the text, serializing the object (thus remembering where we left off), and highlighting the current misspelled word within the text.
2008-11-18Add p5-Text-Aspell.he1-1/+2
2008-11-18Import p5-Text-Aspell version 0.09.he4-0/+49
This module provides a Perl interface to the GNU Aspell library. This module is to meet the need of looking up many words, one at a time, in a single session, such as spell-checking a document in memory.
2008-11-17Added p5-Number-Spell.he1-1/+2
2008-11-17Import p5-Number-Spell version 0.04.he3-0/+29
Number::Spell provides functionality for spelling out numbers. Currently only integers are supported. By default Number::Spell does American formatting, but can be configured to do European formatting by calling it with the "Format => 'eu'" option.
2008-11-15Update from version 0.13 to 0.14.seb2-7/+6
Upstream changes: 0.14 2008, Nov 15 (11:00) - Added support for lex-style blocks for lexers (LRULES and RULES/l)
2008-11-14Update textproc/p5-XML-Atom to 0.31; changes since 0.29 include:kleink2-7/+6
0.31 2008.11.13 * Update Content-Type in XML::Atom::Client when the entity's version >= 1.0 (Thanks to David Steinbrunner RT 39801) 0.30 2008.11.12 * hopefully fix a bug where xml:base returns an empty string e.g. http://www.nntp.perl.org/group/perl.cpan.testers/2008/11/msg2595696.html (Thanks to tokuhirom http://d.hatena.ne.jp/tokuhirom/20081110/1226280757)
2008-11-14Fix patch-aa line.wiz1-2/+2
2008-11-14Add missing file to PLIST.wiz2-2/+4