Xapian is an opensource search engine library.
It is a highly adaptable toolkit which allows developers to easily add
advanced indexing and search facilities to their own applications. It
supports the Probabilistic Information Retrieval model and also supports
a rich set of boolean query operators.
This is a prerequisite of porting pinot.
- fix a use after free
- disable tls since we don't support it yet
- BSD endian fix from author Robert Lougher <rob.lougher at gmail.com>
testing and okay MANTAINER Frederick C. Druseikis <fdruseikis at sc.edu>
sparc* also matches sparc64; however, native asm code is missing
for jit on sparc64, and jit is not ready for 64-bit in general (yet).
should fix sparc64. reported by matthieu@.
Initial diff (for rc and beta) from simon@
ok mbalmer@, simon@
commitski jasper@
BE CAREFULL: it's a major upgrade !
You MUST dump/restore all your data for this upgrade.
some translations and sounds, and most of all adds a dedicated
network game server. See website for hints on how to use/configure it.
Remove now unneeded build_dep on automake-1.9.
Yokadi is a command-line oriented, SQLite powered, TODO list tool. It
helps you organize all the things you have to do and you must not
forget. In Yokadi you manage projects, which contains tasks. At the
minimum, a task has a title, but it can also have a description, a due
date, an urgency or keywords.
ok pea@
totem on an empty system.
For some reason, adding a couple of run_depends unconfuses it... (why?)
port-lib-depends-check breakage noticed by sthen@ who also lost some time
on trying to understand this...
Twitux is a free and open source GTK+ application for Twitter. You can:
Send status, view friend status and see what they are doing, send direct
messages to your Twitter friends, GUI notifications when a friend
updates their status.. and more.
from Tom <tdmurphy4 at gmail.com>, with lots of tweaks by me
* Make the -examples subpackage not inherit the -main dependencies, and
instead depend on any flavor of the -main package.
* Allow both the python2.4 and python2.5 flavors to build the -examples
subpackage.
* Don't attempt to use MODULES-${SUBPACKAGE}, which doesn't exist.
* Make FLAVOR references robust against mIXeD cAsE.
ok sthen@
This includes IP::Country::Fast which SpamAssassin can use to add a
header indicating which country the relay servers are possibly in.
From DESCR:
Finding the home country of a client using only the IP address can be
difficult. Looking up the domain name associated with that address can
provide some help, but many IP address are not reverse mapped to any
useful domain, and the most common domain (.com) offers no help when
looking for country.
This module comes bundled with a database of countries where various IP
addresses have been assigned. Although the country of assignment will
probably be the country associated with a large ISP rather than the
client herself, this is probably good enough for most log analysis
applications, and under test has proved to be as accurate as reverse-DNS
and WHOIS lookup.
ok giovanni@,sthen@
included, so the tools know that old ffmpeg versions won't satisfy the
dependencies listed in WANTLIB.
this way, attempting to install these packages with old ffmpeg will
no longer give you a cryptic error message as seen by dhill@.