- this doesnt work at runtime with newer xulrunner (starts, but fails to
open a chm file), and is dead upstream
- debian & freebsd removed it, ubuntu ships a version with a 3 year old
patch adding webkit support.
use xchm if you need a chm viewer for your warez ebooks.. or help fixing
it :)
The Link Grammar Parser is a syntactic parser of English, Russian,
Arabic and Persian (and other languages as well), based on link
grammar, an original theory of English syntax. Given a sentence,
the system assigns to it a syntactic structure, which consists of
a set of labelled links connecting pairs of words. The parser also
produces a "constituent" (Penn tree-bank style phrase tree)
representation of a sentence (showing noun phrases, verb phrases,
etc.). The RelEx extension provides dependency-parse output.
okay landry@, espie@ (for the BUILD_PACKAGES part)
committed upstream. It already works in mandoc(1), and it is used in
some OpenBSD base system manuals, and using it is generally encouraged,
so having it in our groff port as well really makes sense.
ok bentley@ on August 1, 2013 (and i forgot to commit after unlock, sorry)
cssselect parses CSS3 Selectors and translate them to XPath 1.0
expressions. Such expressions can be used in lxml or another XPath
engine to find the matching elements in an XML or HTML document.
This module used to live inside of lxml as lxml.cssselect before it was
extracted as a stand-alone project.
also update DESCR to add some information from upstream about why it's fast,
ok with Florian.
* Searching for literals (no regex) uses Boyer-Moore-Horspool strstr.
* Files are mmap()ed instead of read into a buffer.
* Regex searches use PCRE 8.21+'s JIT compiler.
* Ag calls pcre_study() before executing the regex on a jillion files.
* Instead of calling fnmatch() on every pattern in your ignore files,
non-regex patterns are loaded into an array and binary searched.
* Ag uses Pthreads to take advantage of multiple CPU cores and search
files in parallel.
here as cURL is a fairly common package).
Earlier version without cURL support ok rpe@, additional tests on various
arch from brett@, Florian Stinglmayr and Donovan Watteau (who also reminded
me about a change of name for mubusy needed in DESCR).
bytestring-lexing is a Haskell library for parsing and producing
literals efficiently from strict or lazy bytestrings.
A prerequisite of the upcoming databases/hs-hedis
OK kili@
instead. It is just too hard to maintain a coherent list of still
reachable homepages for GNOME projects so use wiki.gnome.org which is
the entry point for *all* GNOME apps.
Use an autoconf/automake pre-configure routine (lifted from games/manaplus)
Use a do-install routine to eliminate install-rerunning-autoconf weirdness.
Also, the do-install routine installs the bash-completions script under the
correct name.
Bump REVISION.
ok aja@, with tweak from sthen@