Ticket #38672: Portfile

File Portfile, 1.1 KB (added by macports@…, 11 years ago)

update do 1.2.14 portfile

Line 
1# -*- 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
2# $Id: Portfile 90828 2012-03-15 05:42:19Z ryandesign@macports.org $
3
4PortSystem 1.0
5
6name                xapian-core
7version             1.2.14
8categories          devel
9maintainers         gmail.com:dcolish
10description         Xapian search library
11long_description    Xapian is a highly adaptable toolkit which allows \
12                    developers to easily add advanced indexing and search \
13                    facilities to their own applications. It supports the \
14                    Probabilistic Information Retrieval model and also \
15                    supports a rich set of boolean query operators.
16
17homepage            http://www.xapian.org/
18platforms           darwin
19master_sites        http://oligarchy.co.uk/xapian/${version}/
20
21checksums           rmd160  dd6b170c511435891fd2b3f865115e43ed8211bb \
22                    sha256  daec6292b595b57e3ab48f44a1d1643866545bf494da8b9d3b9955e059b236a9
23
24depends_lib         port:zlib