mirror of
https://git.freebsd.org/ports.git
synced 2025-07-16 16:59:17 -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
|
# Created by: J.F. Dockes
|
||||||
# Date created: 5 November 2005
|
|
||||||
# Whom: J.F. Dockes
|
|
||||||
#
|
|
||||||
# $FreeBSD$
|
# $FreeBSD$
|
||||||
#
|
|
||||||
|
|
||||||
PORTNAME= xapian-core
|
PORTNAME= xapian-core
|
||||||
PORTVERSION= 1.2.12
|
PORTVERSION= 1.2.13
|
||||||
PORTEPOCH= 1
|
PORTEPOCH= 1
|
||||||
CATEGORIES= databases
|
CATEGORIES= databases
|
||||||
MASTER_SITES= http://oligarchy.co.uk/xapian/${PORTVERSION}/ \
|
MASTER_SITES= http://oligarchy.co.uk/xapian/${PORTVERSION}/ \
|
||||||
|
|
|
@ -1,2 +1,2 @@
|
||||||
SHA256 (xapian-core-1.2.12.tar.gz) = d5d34dd11df4cc44380e68b3737d1413fb4706115c4bdd63ef5e30afbc1c86df
|
SHA256 (xapian-core-1.2.13.tar.gz) = 8829ca8ebb4ab97129b8a237541f6aa62a3f4dc1fcd503bf0e6e9c1cb905fccc
|
||||||
SIZE (xapian-core-1.2.12.tar.gz) = 4138429
|
SIZE (xapian-core-1.2.13.tar.gz) = 4152442
|
||||||
|
|
|
@ -1,10 +1,9 @@
|
||||||
Xapian is an Open Source Probabilistic Information Retrieval library,
|
Xapian is an Open Source Probabilistic Information Retrieval library, released
|
||||||
released under the GPL. It's written in C++, with bindings to allow use
|
under the GPL. It's written in C++, with bindings to allow use from other
|
||||||
from other languages.
|
languages.
|
||||||
|
|
||||||
Xapian is designed to be a highly adaptable toolkit to allow developers to
|
Xapian is designed to be a highly adaptable toolkit to allow developers to
|
||||||
easily add advanced indexing and search facilities to their own
|
easily add advanced indexing and search facilities to their own applications.
|
||||||
applications.
|
|
||||||
|
|
||||||
Xapian features include:
|
Xapian features include:
|
||||||
- Ranked probabilistic search - word importance weighting
|
- Ranked probabilistic search - word importance weighting
|
||||||
|
|
|
@ -45,7 +45,7 @@ lib/cmake/xapian/xapian-config.cmake
|
||||||
lib/libxapian.a
|
lib/libxapian.a
|
||||||
lib/libxapian.la
|
lib/libxapian.la
|
||||||
lib/libxapian.so
|
lib/libxapian.so
|
||||||
lib/libxapian.so.27
|
lib/libxapian.so.28
|
||||||
share/aclocal/xapian.m4
|
share/aclocal/xapian.m4
|
||||||
%%PORTDOCS%%%%DOCSDIR%%/admin_notes.html
|
%%PORTDOCS%%%%DOCSDIR%%/admin_notes.html
|
||||||
%%PORTDOCS%%%%DOCSDIR%%/apidoc.pdf
|
%%PORTDOCS%%%%DOCSDIR%%/apidoc.pdf
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
|
|
||||||
PORTNAME= pinot
|
PORTNAME= pinot
|
||||||
PORTVERSION= 1.03
|
PORTVERSION= 1.03
|
||||||
PORTREVISION= 1
|
PORTREVISION= 2
|
||||||
CATEGORIES= deskutils
|
CATEGORIES= deskutils
|
||||||
MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE}
|
MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE}
|
||||||
#MASTER_SITES= http://colinf.chez.com/pinot/
|
#MASTER_SITES= http://colinf.chez.com/pinot/
|
||||||
|
|
|
@ -7,6 +7,7 @@
|
||||||
|
|
||||||
PORTNAME= recoll
|
PORTNAME= recoll
|
||||||
PORTVERSION= 1.18.1
|
PORTVERSION= 1.18.1
|
||||||
|
PORTREVISION= 1
|
||||||
CATEGORIES= deskutils
|
CATEGORIES= deskutils
|
||||||
MASTER_SITES= http://www.lesbonscomptes.com/recoll/
|
MASTER_SITES= http://www.lesbonscomptes.com/recoll/
|
||||||
|
|
||||||
|
|
|
@ -7,6 +7,7 @@
|
||||||
|
|
||||||
PORTNAME= mu
|
PORTNAME= mu
|
||||||
PORTVERSION= 0.9.9
|
PORTVERSION= 0.9.9
|
||||||
|
PORTREVISION= 1
|
||||||
CATEGORIES= mail
|
CATEGORIES= mail
|
||||||
MASTER_SITES= http://mu0.googlecode.com/files/
|
MASTER_SITES= http://mu0.googlecode.com/files/
|
||||||
|
|
||||||
|
|
|
@ -3,6 +3,7 @@
|
||||||
|
|
||||||
PORTNAME= notmuch
|
PORTNAME= notmuch
|
||||||
PORTVERSION= 0.15.2
|
PORTVERSION= 0.15.2
|
||||||
|
PORTREVISION= 1
|
||||||
CATEGORIES= mail
|
CATEGORIES= mail
|
||||||
MASTER_SITES= http://notmuchmail.org/releases/
|
MASTER_SITES= http://notmuchmail.org/releases/
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue