diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2017-04-04 17:30:22 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2017-04-04 17:30:22 +0800 |
commit | d35e131d12a9786aa13c0ed1637ec637eac9e9d9 (patch) | |
tree | 4bceda2c319b9739a91df577a05e90a0b63878dc /databases/Makefile | |
parent | 239545a1d78ee9a57750025b0b53f5e144799b42 (diff) | |
download | freebsd-ports-gnome-d35e131d12a9786aa13c0ed1637ec637eac9e9d9.tar.gz freebsd-ports-gnome-d35e131d12a9786aa13c0ed1637ec637eac9e9d9.tar.zst freebsd-ports-gnome-d35e131d12a9786aa13c0ed1637ec637eac9e9d9.zip |
Add p5-Xapian 1.4.3.0
This module wraps most methods of most Xapian classes. The missing classes and
methods should be added in the future. It also provides a simplified, more
'perlish' interface - as demonstrated above.
The Xapian library is evolving very quickly at the time of writing, hence any
documentation placed here would be likely to become out of date quite rapidly,
and I do not have the patience to write some which could rapidly become
redundant.
WWW: https://xapian.org/
Diffstat (limited to 'databases/Makefile')
-rw-r--r-- | databases/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/databases/Makefile b/databases/Makefile index 01a885e86fbd..17551459d578 100644 --- a/databases/Makefile +++ b/databases/Makefile @@ -494,6 +494,7 @@ SUBDIR += p5-Tie-LevelDB SUBDIR += p5-Time-Piece-MySQL SUBDIR += p5-TokyoCabinet + SUBDIR += p5-Xapian SUBDIR += p5-mysql-genocide SUBDIR += p5-tokyotyrant SUBDIR += pear-DB |