# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
# $Id: Portfile 90828 2012-03-15 05:42:19Z ryandesign@macports.org $

PortSystem 1.0

name                xapian-core
version             1.2.8
categories          devel
maintainers         gmail.com:dcolish
description         Xapian search library
long_description    Xapian 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.

homepage            http://www.xapian.org/
platforms           darwin
master_sites        http://oligarchy.co.uk/xapian/${version}/

checksums           rmd160  f6a88984e553cbf6c56c339bcb61a68c45e905ed \
                    sha256  00411ebac66a5592b87fc57ccfeb234c84b929ed23c185befb5df9929df3d4f9

depends_lib         port:zlib
