mirror of
https://git.freebsd.org/ports.git
synced 2025-06-01 19:06:28 -04:00
- Update to 1.2.13
- Cleanup Makefile header - Reformat pkg-descr - Bump PORTREVISION for databases/xapian-core shlib change Changes: http://trac.xapian.org/wiki/ReleaseOverview/1.2.13
This commit is contained in:
parent
80d261bcd3
commit
439bc28287
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=312669
8 changed files with 13 additions and 15 deletions
|
@ -1,12 +1,8 @@
|
|||
# New ports collection makefile for: xapian-core
|
||||
# Date created: 5 November 2005
|
||||
# Whom: J.F. Dockes
|
||||
#
|
||||
# Created by: J.F. Dockes
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= xapian-core
|
||||
PORTVERSION= 1.2.12
|
||||
PORTVERSION= 1.2.13
|
||||
PORTEPOCH= 1
|
||||
CATEGORIES= databases
|
||||
MASTER_SITES= http://oligarchy.co.uk/xapian/${PORTVERSION}/ \
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (xapian-core-1.2.12.tar.gz) = d5d34dd11df4cc44380e68b3737d1413fb4706115c4bdd63ef5e30afbc1c86df
|
||||
SIZE (xapian-core-1.2.12.tar.gz) = 4138429
|
||||
SHA256 (xapian-core-1.2.13.tar.gz) = 8829ca8ebb4ab97129b8a237541f6aa62a3f4dc1fcd503bf0e6e9c1cb905fccc
|
||||
SIZE (xapian-core-1.2.13.tar.gz) = 4152442
|
||||
|
|
|
@ -1,10 +1,9 @@
|
|||
Xapian is an Open Source Probabilistic Information Retrieval library,
|
||||
released under the GPL. It's written in C++, with bindings to allow use
|
||||
from other languages.
|
||||
Xapian is an Open Source Probabilistic Information Retrieval library, released
|
||||
under the GPL. It's written in C++, with bindings to allow use from other
|
||||
languages.
|
||||
|
||||
Xapian is designed to be a highly adaptable toolkit to allow developers to
|
||||
easily add advanced indexing and search facilities to their own
|
||||
applications.
|
||||
easily add advanced indexing and search facilities to their own applications.
|
||||
|
||||
Xapian features include:
|
||||
- Ranked probabilistic search - word importance weighting
|
||||
|
|
|
@ -45,7 +45,7 @@ lib/cmake/xapian/xapian-config.cmake
|
|||
lib/libxapian.a
|
||||
lib/libxapian.la
|
||||
lib/libxapian.so
|
||||
lib/libxapian.so.27
|
||||
lib/libxapian.so.28
|
||||
share/aclocal/xapian.m4
|
||||
%%PORTDOCS%%%%DOCSDIR%%/admin_notes.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/apidoc.pdf
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
PORTNAME= pinot
|
||||
PORTVERSION= 1.03
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= deskutils
|
||||
MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE}
|
||||
#MASTER_SITES= http://colinf.chez.com/pinot/
|
||||
|
|
|
@ -7,6 +7,7 @@
|
|||
|
||||
PORTNAME= recoll
|
||||
PORTVERSION= 1.18.1
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= deskutils
|
||||
MASTER_SITES= http://www.lesbonscomptes.com/recoll/
|
||||
|
||||
|
|
|
@ -7,6 +7,7 @@
|
|||
|
||||
PORTNAME= mu
|
||||
PORTVERSION= 0.9.9
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= mail
|
||||
MASTER_SITES= http://mu0.googlecode.com/files/
|
||||
|
||||
|
|
|
@ -3,6 +3,7 @@
|
|||
|
||||
PORTNAME= notmuch
|
||||
PORTVERSION= 0.15.2
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= mail
|
||||
MASTER_SITES= http://notmuchmail.org/releases/
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue