# -*- 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 52070 2009-06-09 17:51:59Z jmr@macports.org $

PortSystem 1.0

name                xapian-core
version             1.0.9
categories          devel
maintainers         loonsoft.com:m
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           md5 f9e6798b45fab2af90273f73570df5cc \
                    sha1 fc0ee24cafdc049f9e154329d11b315f74ac5f7d \
                    rmd160 f146aa7dfd2ca03da5f1e29b1b469ecb5e686cf7

depends_lib         port:zlib
