1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-02-03 11:12:13 +00:00

- Update to 1.0.23

- Pet portlint

Changes:	http://trac.xapian.org/wiki/ReleaseOverview/1.0.23
This commit is contained in:
Sunpoet Po-Chuan Hsieh 2012-02-12 03:36:24 +00:00
parent 40d2334860
commit 6e8a5cc373
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=291005
7 changed files with 22 additions and 17 deletions

View File

@ -6,19 +6,20 @@
#
PORTNAME= xapian-bindings10
PORTVERSION= 1.0.22
PORTVERSION= 1.0.23
CATEGORIES= databases
MASTER_SITES= http://oligarchy.co.uk/xapian/${PORTVERSION}/
DISTNAME= ${PORTNAME:S/10$//}-${PORTVERSION}
DISTNAME= ${PORTNAME:S/10$//}-${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= Bindings allowing Xapian to be used from various programming languages
LICENSE= GPLv2
RUN_DEPENDS= xapian-core10>=1.0.22:${PORTSDIR}/databases/xapian-core10
BUILD_DEPENDS:= ${RUN_DEPENDS}
LICENSE= GPLv2
CONFIGURE_ARGS+= --datarootdir="${DATADIR}" --docdir="${DOCSDIR}" \
CONFIGURE_ARGS= --datarootdir="${DATADIR}" --docdir="${DOCSDIR}" \
--without-csharp --without-java --without-tcl
GNU_CONFIGURE= yes

View File

@ -1,2 +1,2 @@
SHA256 (xapian-bindings-1.0.22.tar.gz) = 9790f6df53e952e95f0b343fb297540ea1785e08d06125e32975ec35919b42a2
SIZE (xapian-bindings-1.0.22.tar.gz) = 1071588
SHA256 (xapian-bindings-1.0.23.tar.gz) = 6028123c3cd9bfc380b672b89f5420f7d5c063fc3511dee4dd5d34033ccb6911
SIZE (xapian-bindings-1.0.23.tar.gz) = 1072134

View File

@ -6,7 +6,7 @@
#
PORTNAME= xapian-core10
PORTVERSION= 1.0.22
PORTVERSION= 1.0.23
CATEGORIES= databases
MASTER_SITES= http://oligarchy.co.uk/xapian/${PORTVERSION}/
DISTNAME= ${PORTNAME:S/10$//}-${PORTVERSION}
@ -15,6 +15,7 @@ MAINTAINER= ports@FreeBSD.org
COMMENT= A probabilistic text search database engine
LICENSE= GPLv2
GNU_CONFIGURE= yes
USE_LDCONFIG= yes

View File

@ -1,2 +1,2 @@
SHA256 (xapian-core-1.0.22.tar.gz) = 39fc7ec7a233c2a5b3cea4954dd35c1f891841274d35bf746d23b1feac6fe511
SIZE (xapian-core-1.0.22.tar.gz) = 3342736
SHA256 (xapian-core-1.0.23.tar.gz) = 0aed7296bd56b4b49aba944cc744e1e76fff8cfb0a70fd5b1f49d4c62a97ecc6
SIZE (xapian-core-1.0.23.tar.gz) = 3388098

View File

@ -238,6 +238,7 @@ share/aclocal/xapian.m4
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/functions_0x76.html
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/functions_0x77.html
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/functions_0x7e.html
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/functions_enum.html
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/functions_eval.html
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/functions_func.html
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/functions_func_0x62.html
@ -262,12 +263,11 @@ share/aclocal/xapian.m4
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/functions_func_0x76.html
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/functions_func_0x77.html
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/functions_func_0x7e.html
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/functions_rela.html
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/functions_type.html
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/functions_vars.html
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/globals.html
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/globals_func.html
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/globals_type.html
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/globals_vars.html
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/globals_defs.html
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/graph_legend.html
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/graph_legend.png
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/hierarchy.html
@ -306,6 +306,7 @@ share/aclocal/xapian.m4
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/namespaceXapian_1_1Remote.html
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/namespaceXapian_1_1Unicode.html
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/namespacemembers.html
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/namespacemembers_enum.html
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/namespacemembers_func.html
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/namespacemembers_type.html
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/namespacemembers_vars.html

View File

@ -3,19 +3,21 @@
# Whom: Henrik Brix Andersen <brix@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= xapian-omega10
PORTVERSION= 1.0.22
PORTVERSION= 1.0.23
CATEGORIES= www
MASTER_SITES= http://oligarchy.co.uk/xapian/${PORTVERSION}/
DISTNAME= ${PORTNAME:S/10$//}-${PORTVERSION}
DISTNAME= ${PORTNAME:S/10$//}-${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= CGI search application built on Xapian
LICENSE= GPLv2
LIB_DEPENDS= xapian.21:${PORTSDIR}/databases/xapian-core10
LICENSE= GPLv2
GNU_CONFIGURE= yes
USE_LDCONFIG= yes
USE_PERL5_RUN= yes

View File

@ -1,2 +1,2 @@
SHA256 (xapian-omega-1.0.22.tar.gz) = 99ccee86642fdbb0d1c97ffb065a4fc36541c5a39163d3540500377d14ef16c5
SIZE (xapian-omega-1.0.22.tar.gz) = 515922
SHA256 (xapian-omega-1.0.23.tar.gz) = 169d3bf4f66f0cce59b1ce935eb390aedea675d942eff336aa1f37fca04bb635
SIZE (xapian-omega-1.0.23.tar.gz) = 518067