summaryrefslogtreecommitdiff
path: root/textproc
AgeCommit message (Collapse)AuthorFilesLines
2007-07-25Add a workaround so that po4a's use of GetTerminalSize() fromhe1-2/+4
Term::ReadKey doesn't end up doing tty i/o, which will in all probability stall a bulk build if it's started on a tty, and no special steps are taken to disassociate the bulk build job from the tty. It appears that later versions of po4a does not suffer from this problem, so this is a minimal fix suitable for pull-up. Bump package revision.
2007-07-20Fix PLIST problem on HP-UX.tnn2-8/+14
2007-07-19Update to version 1.02.seb2-8/+8
While here add HOMEPAGE. Changes since last packaged version (1.00): 1.02 Sat Jun 23 2007 - fixed RT#6873 - cleaned up the tests - more compliance with the traversal specification 1.01 Sat Jun 23 2007 - fixed RT related bugs (though with a huge delay, sorry)
2007-07-16Fix build under Mac OS X (and supposedly in any other which providesjmmv2-1/+18
libxml2 natively).
2007-07-12update to 1.1.21drochner5-104/+12
changes: bugfixes, documentation update
2007-07-09sync with base pkg,drochner2-7/+6
this also fixes a build problem on Python<2.3, so remove the PYTHON_VERSIONS_ACCEPTED line
2007-07-07Update to 2.6.29:wiz3-11/+11
2.6.29: Jun 12 2007: - Portability: patches from Andreas Stricke for WinCEi, fix compilation warnings (William Brack), avoid warnings on Apple OS/X (Wendy Doyle and Mark Rowe), Windows compilation and threading improvements (Rob Richards), compilation against old Python versions, new GNU tar changes (Ryan Hill) - Documentation: xmlURIUnescapeString comment, - Bugfixes: xmlBufferAdd problem (Richard Jones), 'make valgrind' flag fix (Richard Jones), regexp interpretation of \, htmlCreateDocParserCtxt (Jean-Daniel Dupas), configure.in typo (Bjorn Reese), entity content failure, xmlListAppend() fix (Georges-André Silber), XPath number serialization (William Brack), nanohttp gzipped stream fix (William Brack and Alex Cornejo), xmlCharEncFirstLine typo (Mark Rowe), uri bug (François Delyon), XPath string value of PI nodes (William Brack), XPath node set sorting bugs (William Brack), avoid outputting namespace decl dups in the writer (Rob Richards), xmlCtxtReset bug, UTF-8 encoding error handling, recustion on next in catalogs, fix a Relax-NG crash, workaround wrong file: URIs, htmlNodeDumpFormatOutput on attributes, invalid character in attribute detection bug, big comments before internal subset streaming bug, HTML parsing of attributes with : in the name - Improvement: keep URI query parts in raw form (Richard Jones), embed tag support in HTML (Michael Day)
2007-07-04Fix patch syntax from my last commit.joerg2-5/+5
2007-07-02Fix a tyopagc1-1/+1
2007-07-02Avoid additional CVS IDs in patch-aa that confuses +BUILD_VERSIONjoerg2-5/+5
creation.
2007-07-01Update to 3.05:wiz3-8/+11
3.05 (2007-05-13) * Allow for immutable subclasses of YAMLObject. Fixed #53. * Make the encoding of the unicode->str conversion explicit; fixed #52. * Fixed a problem when the DOCUMENT-END event is not emitted until the beginning of the next document is available. Fixed #51. Thanks edward(at)sweetbytes.net for the bug report. * Improve output of float values. Fixed #49. * Fix the bug when the path in add_path_resolver contains boolean values. Fixed #43 (thanks to jstroud(at)mbi.ucla.edu for reporting and pointing to the cause). * Use the types module instead of constructing type objects by hand. Fixed #41. Thanks to v.haisman(at)sh.cvut.cz for the patch. * Fix loss of microsecond precision in datetime.datetime constructor (fix #30). Thanks to edemaine(at)mit.edu for the bug report and the patch. * Fixed loading an empty YAML stream. 3.04 (2006-08-20) * Include experimental LibYAML bindings. * Fully support recursive structures (close #5). * Sort dictionary keys (close #23). Mapping node values are now represented as lists of pairs instead of dictionaries. Do not check for duplicate mapping keys as it didn't work correctly anyway. * Fix invalid output of single-quoted scalars in cases when a single quote is not escaped when preceeded by whitespaces or line breaks (close #17). * To make porting easier, rewrite Parser not using generators. * Fix handling of unexpected block mapping values, like : foo * Fix a bug in Representer.represent_object: copy_reg.dispatch_table was not correctly handled. * Fix a bug when a block scalar is incorrectly emitted in the simple key context. * Hold references to the objects being represented (close #22). * Make Representer not try to guess !!pairs when a list is represented. * Fix timestamp constructing and representing (close #25). * Fix the 'N' plain scalar being incorrectly recognized as !!bool (close #26).
2007-06-29Add missing Term::ReadKey dependency. Bump revision.joerg1-2/+3
2007-06-29Set DIST_SUBDIR because the distfile name doesn't include the versionminskim2-5/+7
number.
2007-06-29msgfmt and msgmerge are runtime dependencies. Bump revision.joerg1-5/+3
2007-06-26The pkg-config file has changed its location.rillig1-2/+2
2007-06-23Update mecab to 0.96 and mecab-ipadic to 2.7.0-20070610.obache11-57/+57
Fix buffer overflow bug, dictionary incompatibility issue, some functionary enhancements for dictionary
2007-06-21Set "install" as a .PHONY target so that it works on case-insensitiveminskim2-1/+14
filesystems.
2007-06-19Updated postgresql-autodoc to 1.30 (No change log available)mjl3-9/+10
2007-06-17Update itex2MML and its ruby binding to 1.2.3.minskim3-8/+8
Change: - Translate '\#' into '#'.
2007-06-17Fix PLIST. Bump revision.joerg2-9/+15
2007-06-16Switch to use .tar.bz2 file as libxslt package.taca2-5/+6
2007-06-15Drop dependency on p5-Text-Kakasi and p5-Text-ChaSen.obache2-9/+29
Bump PKGREVISION. If you want to process Japanese, need to install any of WAKATI modules, and configure. See MESSAGE for more detail.
2007-06-15Install ruby modules only, and correct the package name.minskim2-11/+3
2007-06-15Add ruby-maruku.minskim1-1/+2
2007-06-15Import ruby-maruku.minskim4-0/+102
Maruku is a Markdown interpreter written in Ruby. The other Ruby implementation of Markdown is Bluecloth. Maruku is much different in philosophy from Bluecloth; the biggest difference is that parsing is separated from rendering. In Maruku, an in-memory representation of the Markdown document is created. Instead, Bluecloth mantains the document in memory as a String at all times, and does a series of gsub to transform to HTML. Maruku is usually faster than Bluecloth. Bluecloth is faster for very small documents. Bluecloth sometimes chokes on very big documents (it is reported that the blame should be on Ruby's regexp implementation).
2007-06-14Remove USE_LANGUAGES which was wrong and unnecessary.minskim1-2/+1
2007-06-14Add ruby-itex2MML.minskim1-1/+2
2007-06-14Import ruby-itex2MML.minskim5-0/+90
itex2MML converts the itex equations to MathML. This is a Ruby binding for itex2MML.
2007-06-14Add itex2MML.minskim1-1/+2
2007-06-14Import itex2MML, which converts the itex equations to MathML.minskim4-0/+29
2007-06-14fix license, add RESTRICTEDgdt1-2/+6
2007-06-13Updated to version 1.63.heinz5-21/+38
Pkgsrc changes: - Added support for installation to DESTDIR. - Registration of the parser happens through the pkginstall framework (INSTALL/DEINSTALL) now, thus making the MESSAGE file unnecessary. Setting SKIP_SAX_INSTALL in the environment and replacing PERL5_INSTALLVENDORLIB in the install scripts is necessary for this to work. Changes since version 1.62: ============================== 1.63 - added no_network parser flag - added support for exclusive canonicalization (http://www.w3.org/TR/xml-exc-c14n/) - make XInclude reflect parser flags - documentation fixes - better namespace reconciliation implemented by Tim Brody - $doc->toString always returns octets - $doc->actualEncoding returns UTF8 if no document encoding is declared (unlike $doc->getEncoding, which returns undef)
2007-06-13Updated to version 0.39.heinz4-12/+39
Pkgsrc changes: - The package supports installation to DESTDIR. - Took exact version numbers for prerequisites from Makefile.PL. - Provided HOMEPAGE and SVR4_PKGNAME. - Added INSTALL/DEINSTALL scripts for correct registration of the parser with XML::SAX. Changes since version 0.35: =========================== 0.39 2007-06-10 08:00 - check SKIP_SAX_INSTALL environment variable; thanks to Klaus Heinz for the patch. 0.38 2007-01-25 14:00 - fix for http://rt.cpan.org/Public/Bug/Display.html?id=7434. Thanks to Bjoern Hoehrmann <http://bjoern.hoehrmann.de/> for the bug report, and to Chris Fields for the fix. 0.37 2003-07-04 22:22 - suppressed the warning for those strange people that process documents without namespaces. 0.36 2003-07-04 20:25 - XML::SAX::Expat went through a thorough round of testing. A number of bugs were found and addressed - start_document and end_document used to get the same hash, which is wrong - same for start_prefix_mapping and end_prefix_mapping - deprecated xml_decl() in favour of adding fields to start_document() - removed some useless manipulations of the element stack - end_dtd() now correctly passes an empty hash instead of nothing, as wouldn't start_cdata and end_cdata - element_decl would return XML::Parser::ContentModel objects instead of a content model string. - PublicId would sometimes be undef on external_entity_decl() - added supported_features(), as well as support for http://xml.org/sax/features/external-general-entities and http://xml.org/sax/features/external-parameter-entities. XML::SAX::Base or XML::SAX::ParserFactory seem to have a bug in that they don't blow up on unsupported features. Thanks to the numerous people on the perl-xml list that supplied patches for this.
2007-06-13- The package supports installation to DESTDIR. The only issue was theheinz5-23/+65
creation of the parser registry (ParserDetails.ini) at installation time which does not work if using DESTDIR. Instead of breaking abstraction barriers (use of _USE_DESTDIR) to make this work, this task was moved to INSTALL/DEINSTALL scripts where it really belongs, which incidentally also solves the problem described above. - In order to move the creation of the parser registry to the pkgsrc scripts, Makefile.PL was changed (through patch-aa) to respect the variable SKIP_SAX_INSTALL (inspired by XML::LibXML). - File::Temp is a part of Perl since 5.6.1 so we do not need an explicit DEPENDS line for this.
2007-06-12Avoid nested param elements, which cause an error. Bump PKGREVISION.minskim3-3/+18
2007-06-12Needs Python 2.3+.joerg1-1/+2
2007-06-12Point at lang/guile16 instead of lang/guile in preparation for updatingdmcmahill1-3/+3
lang/guile to 1.8.1 from 1.6.8. These pkgs seemed to fail to build with guile 1.8.1, but maybe can be easily fixed.
2007-06-11Activated p5-Text-Textile.heinz1-1/+2
2007-06-11Initial import of p5-Text-Textile 2.03.heinz4-0/+33
Text::Textile is a Perl module for converting Textile syntax to XHTML. From Wikipedia: Textile is a lightweight markup language originally developed by Dean Allen and billed as a "humane Web text generator". Textile converts its marked-up text input to valid, well-formed XHTML and also inserts character entity references for apostrophes, opening and closing single and double quotation marks, ellipses and em dashes.
2007-06-11Add ruby-ferret.minskim1-1/+2
2007-06-11Import ruby-ferret.minskim4-0/+63
Ferret is a high-performance, full-featured text search engine library written for Ruby. It is a Ruby port of the Java Lucene search engine. In the same way as Lucene, it is not a standalone application, but a library you can use to index documents and search for things in them later.
2007-06-11Add ruby-feed-normalizer.minskim1-1/+2
2007-06-11Import ruby-feed-normalizer.minskim4-0/+43
Feed normalizer is an extensible Ruby wrapper for Atom and RSS parsers. It wraps various RSS and Atom parsers, and returns a single unified object graph, regardless of the underlying feed format.
2007-06-11Add ruby-simple-rss.minskim1-1/+2
2007-06-11Import ruby-simple-rss.minskim4-0/+55
Simple RSS is a simple, flexible, extensible, and liberal RSS and Atom reader for Ruby. It is designed to be backwards compatible with the standard RSS parser, but will never do RSS generation.
2007-06-10At the moment, there aren't any package options. Reported by Ondrej Tumarillig1-1/+2
in PR 36467.
2007-06-10Update p5-Pod-Simple to 3.05.obache2-6/+6
Patch provided by Mark E. Perkins in PR 36465. 2007-03-03 Allison Randal <allison@perl.org> * Release 3.05 Standardized all test files on 8.3 naming scheme for Perl core. Applied test patches from Jerry Hedden for Perl core when Encode not installed. Applied test patch from Ken Williams for 5.005_04 compatibility. Applied a patch from Christopher Madsen to fix architecture directory searches on Gentoo. Fixed a failing search test on Debian-based distributions caused by Debian stripping Pod documentation out of core modules. (Three cheers to the CPAN testers and James Ponza for sending enough reports that I could work out the pattern.)
2007-06-09This package needs the recent version of rake. Bump PKGREVISION due tominskim1-2/+3
the dependency change.
2007-06-09Remove unused references to rubygems to avoid dependency on it.minskim2-4/+71
2007-06-08Update to 2.0.1:wiz2-7/+6
Release 2.0.1 Tue June 5 2007 - Fixed bugs #1515266, 1515600: The character data handler's calling of XML_StopParser() was not handled properly; if the parser was stopped and the handler set to NULL, the parser would segfault. - Fixed bug #1690883: Expat failed on EBCDIC systems as it assumed some character constants to be ASCII encoded. - Minor cleanups of the test harness. - Fixed xmlwf bug #1513566: "out of memory" error on file size zero. - Fixed outline.c bug #1543233: missing a final XML_ParserFree() call. - Fixes and improvements for Windows platform: bugs #1409451, #1476160, 1548182, 1602769, 1717322. - Build fixes for various platforms: HP-UX, Tru64, Solaris 9: patch #1437840, bug #1196180. All Unix: #1554618 (refreshed config.sub/config.guess). #1490371, #1613457: support both, DESTDIR and INSTALL_ROOT, without relying on GNU-Make specific features. #1647805: Patched configure.in to work better with Intel compiler. - Fixes to Makefile.in to have make check work correctly: bugs #1408143, #1535603, #1536684. - Added Open Watcom support: patch #1523242.