summaryrefslogtreecommitdiff
path: root/textproc
AgeCommit message (Collapse)AuthorFilesLines
2011-05-10root out another use of "/usr/bin/env python".schnoebe1-2/+4
2011-05-10Avoid use of "#! /usr/bin/env ...".taca1-1/+3
Bump PKGREVISION.
2011-05-09Changes 1.16.35:adam2-7/+6
* Fix build failure in examples on some platforms because of --rpath.
2011-05-08+zoem, oked by sponsorscheusov1-1/+2
2011-05-08Zoem is an interpretive macro language with substantial facilities forcheusov4-0/+84
programming. It supports a two-stage process, consisting of macro interpretation (featuring inside-out evaluation if needed), followed by a simple and powerful application of stream character filtering. Its syntax is remindful of \it{TeX}'s, it has dictionary stacks like \it{PostScript}, and various resemblances to \it{m4} and \it{info}. It has interfaces to modules making life easy \- counters, references, arithmetic, multi-dimensional data storage, input/output operations, regular expressions, and system commands.
2011-05-08+ dict-mueller7, oked by sponsorscheusov1-1/+2
2011-05-08This is the GPL'd 7th edition of the very well known English-Russiancheusov6-0/+375
dictionary by V.K.Mueller compiled for dictd (dictionary protocol server).
2011-05-07Closes PR pkg/44850, oked by wiz@ and reed@cheusov2-3/+5
devel/libmaa updated to 1.3.0 recursive bump pkgrevisions of dependent packages due to ABI change
2011-05-05update to 1.1.0drochner3-30/+6
changes: -bugfixes -select improvements -other minor improvements (tested with osmarender)
2011-05-04Fix patch breakage when not using links as viewer.hans3-17/+6
Instead of patching the URL for rfc-index.txt, define it in the Makefile and use the existing sed command in do-extract. Bump revision to 6.
2011-05-04Install standard python modules into usual location instead of site-packages.obache4-8/+10
PR#44826. Bump PKGREVISION.
2011-05-01+ py-cssutilsobache1-1/+2
2011-05-01Import py26-cssutils-0.9.7 as textproc/py-cssutils.obache4-0/+185
Based on PR#44867 by Olaf 'Rhialto' Seibert. A Python package to parse and build CSS Cascading Style Sheets. Querying a parsed stylesheet on a given document or element is planned for a future release, for now see the example examples/style.py.
2011-04-30+ p5-Text-Brewobache1-1/+2
2011-04-30Import p5-Text-Brew-0.02 as textproc/p5-Text-Brew.obache3-0/+33
Packaged by David H. Gutteridge and submitted via PR#44877. This module implements the Brew edit distance that is very close to the dynamic programming technique used for the Wagner-Fischer (and so for the Levenshtein) edit distance. The difference here is that you have separated costs for the DELetion and INSertion operations (but with the default to 1 for both, you obtain the Levenshtein edit distance). But the most interesting feature is that you can obtain the description of the edits needed to transform the first string into the second one (not vice versa: here DELetions are separated from INSertions).
2011-04-29Update groonga to 1.2.1.obache3-8/+12
* improvements * add threshold parameter to suggest command. * add limit parameter to suggest HTTP server. * grnest: support stop with SIGINT. * fixes * fix bug if multiple database are opened and at one of it is closed, related plugins will be also closed. #894 * fix wrong output for --with-default-encoding from configure --help. * fix typo in tutorial.
2011-04-26Replace SUBST foo with just REPLACE_PERL+=ackabs1-6/+3
2011-04-26replace shebang for perl scripts.obache1-2/+8
Bump PKGREVISION.
2011-04-24Use @RCD_SCRIPTS_SHELL@shattered1-2/+2
2011-04-23skip interpreter check for munin plugins.obache1-1/+3
(it should be into split package).
2011-04-22recursive bump from gettext-lib shlib bump.obache103-166/+206
2011-04-22Fix building with Clang; added LICENSE; pkglint clean-upadam4-13/+56
2011-04-20Actually make SUBST stage run - bump PKGREVISIONabs1-3/+4
2011-04-20switch from /usr/bin/env perl to ${PERL5} via SUBST. Bump PKGREVISIONabs1-1/+7
2011-04-19Add dbtoepubroy1-1/+2
2011-04-19Split Makefile for dbtoepubroy2-16/+24
2011-04-19Split dbtoepub off from docbook-xslroy4-0/+41
2011-04-19epub XSLMOD requires ruby, so we no longer install it.roy2-8/+5
2011-04-15Changes 0.90:adam3-24/+14
* Parses valid and invalid HTML documents to a tree * Support for minidom, ElementTree (including cElementTree and lxml.etree), BeautifulSoup (deprecated) and custom simpletree output formats * DOM to SAX converter * Reports parse errors * Character encoding detection * Filtering and serializing of trees * HTML+CSS sanitizer * Many unit tests
2011-04-14fixes build with gcc-4.4.obache2-1/+16
2011-04-14Changes 4.5:adam4-67/+75
Not known.
2011-04-14Changes 1.76.1:adam3-12/+30
* Added eu.xml and gl.xml to SOURCES. * Fixed bug when context was lost due to usage of xsl:key Changes 1.76.0: * Apply patch to support named destination in fop1.xsl. * Remove the namespace mistakingly added with the last upload.
2011-04-11Changes 2.019:adam2-8/+8
* Fix a typo in the require statement for code128 barcodes. * Numerous modules are now only loaded when they're needed, which should help speed up the load time and reduce the memory footprint. * Test coverage is up to about 45% of the codebase. Changes 2.018: * The tests in 2.017 exposed a floating point issue where some computers give more trailing zeros than others. It doesn't affect the output, but it does break the tests on those computers, since the PDFs are slightly different. This version modifies the float() method to remove trailing zeros, which should fix the test breakage and give consistent PDFs. Changes 2.017: * The DejaVu fonts have been removed from the distribution, since they were only used by one example script. If you need them for your project, you can download them from http://dejavu-fonts.org * Fix: Content->bogen() didn't behave as documented if $move was set (it started drawing from the center of the circle rather than [x1, y1]). * The undocumented nettfont method has been removed, along with the supporting PDF::API2::Resource::Font::neTrueType module. * The undocumented save_xml method has been removed, along with the supporting functions in PDF::API2::Basic::*. * The undocumented textstate2 method has been removed from PDF::API2::Content. * Fix create_egs call in Lite.pm * Fix string interpolation in pdf-merge.pl * Fix an error in the synopsis * Fix rename of .cmap files so that they actually work now. * The test suite has grown to nearly 200 tests, covering about 40% of the codebase. There's still plenty of room for improvement.
2011-04-08Changes 2.0.3:adam3-20/+94
Bug-fix release. We are happy to release Python-Markdown 2.0, which has been over a year in the making. We have rewritten significant portions of the code, dramatically extending the extension API, increased performance, and added numerous extensions to the distribution (including an extension that mimics PHP Markdown Extra), all while maintaining backward compatibility with the end user API in version 1.7.
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.