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$ |
---|
3 | PortSystem 1.0 |
---|
4 | name xapian-core |
---|
5 | version 1.0.9 |
---|
6 | categories devel |
---|
7 | maintainers m@loonsoft.com |
---|
8 | description Xapian search library |
---|
9 | 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. |
---|
10 | |
---|
11 | homepage http://people.xapian.org |
---|
12 | platforms darwin |
---|
13 | master_sites http://oligarchy.co.uk/xapian/${version} |
---|
14 | extract.suffix .tar.gz |
---|
15 | |
---|
16 | checksums md5 f9e6798b45fab2af90273f73570df5cc \ |
---|
17 | sha1 fc0ee24cafdc049f9e154329d11b315f74ac5f7d \ |
---|
18 | rmd160 f146aa7dfd2ca03da5f1e29b1b469ecb5e686cf7 |
---|