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 | |
---|
4 | PortSystem 1.0 |
---|
5 | |
---|
6 | name xapian-core |
---|
7 | version 1.2.14 |
---|
8 | categories devel |
---|
9 | maintainers gmail.com:dcolish |
---|
10 | description Xapian search library |
---|
11 | long_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 | |
---|
17 | homepage http://www.xapian.org/ |
---|
18 | platforms darwin |
---|
19 | master_sites http://oligarchy.co.uk/xapian/${version}/ |
---|
20 | |
---|
21 | checksums rmd160 dd6b170c511435891fd2b3f865115e43ed8211bb \ |
---|
22 | sha256 daec6292b595b57e3ab48f44a1d1643866545bf494da8b9d3b9955e059b236a9 |
---|
23 | |
---|
24 | depends_lib port:zlib |
---|