update to Xapian 1.28, ok aja@
This commit is contained in:
parent
6cb3ad0eb8
commit
8214c8ed23
@ -1,8 +1,8 @@
|
||||
# $OpenBSD: Makefile,v 1.8 2010/12/28 17:47:09 ajacoutot Exp $
|
||||
# $OpenBSD: Makefile,v 1.9 2012/01/07 12:03:29 sthen Exp $
|
||||
|
||||
COMMENT= perl bindings for the xapian search library
|
||||
|
||||
V= 1.2.4
|
||||
V= 1.2.8
|
||||
DISTNAME= Search-Xapian-${V}.0
|
||||
CATEGORIES= databases
|
||||
MODULES= cpan
|
||||
@ -20,6 +20,6 @@ WANTLIB += m stdc++ xapian
|
||||
|
||||
MASTER_SITES= http://oligarchy.co.uk/xapian/${V}/
|
||||
|
||||
LIB_DEPENDS= databases/xapian-core>=1.2.4
|
||||
LIB_DEPENDS= databases/xapian-core>=1.2.8
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,5 +1,5 @@
|
||||
MD5 (Search-Xapian-1.2.4.0.tar.gz) = xAQMAKJPlVZf5Erov5fGmw==
|
||||
RMD160 (Search-Xapian-1.2.4.0.tar.gz) = dRZG6lOypc0tAC0nThFIxDGrgko=
|
||||
SHA1 (Search-Xapian-1.2.4.0.tar.gz) = TCGE2YG9YDQsYV2BbOQU8iPMFvs=
|
||||
SHA256 (Search-Xapian-1.2.4.0.tar.gz) = ocwfOUxfYtThyd8+f3cof2ymquKw+aUsRbhG66pMg5Q=
|
||||
SIZE (Search-Xapian-1.2.4.0.tar.gz) = 61133
|
||||
MD5 (Search-Xapian-1.2.8.0.tar.gz) = H/2+X4KTB7cAeaVGmPFYLw==
|
||||
RMD160 (Search-Xapian-1.2.8.0.tar.gz) = yH+3FkCfWvtJCvSc/PMP43w6GrA=
|
||||
SHA1 (Search-Xapian-1.2.8.0.tar.gz) = f2KVFzfnrEF+9/rFHGed2iPERM8=
|
||||
SHA256 (Search-Xapian-1.2.8.0.tar.gz) = c7Sxu4y7qFDPczfMeqD9fJvfKCcpNZHXk2k6Tgfyf5A=
|
||||
SIZE (Search-Xapian-1.2.8.0.tar.gz) = 61945
|
||||
|
@ -1,11 +1,11 @@
|
||||
# $OpenBSD: Makefile,v 1.10 2010/12/28 17:46:20 ajacoutot Exp $
|
||||
# $OpenBSD: Makefile,v 1.11 2012/01/07 12:03:29 sthen Exp $
|
||||
|
||||
COMMENT= search engine library
|
||||
|
||||
V= 1.2.4
|
||||
V= 1.2.8
|
||||
DISTNAME= xapian-core-${V}
|
||||
|
||||
SHARED_LIBS += xapian 2.0 # .23.2
|
||||
SHARED_LIBS += xapian 3.0 # .23.2
|
||||
|
||||
CATEGORIES= databases textproc
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
MD5 (xapian-core-1.2.4.tar.gz) = lxVoSQBUdkngy+xC5qFX6Q==
|
||||
RMD160 (xapian-core-1.2.4.tar.gz) = Jy13eU7r1tdcrK7Fd3Zsm5iumL0=
|
||||
SHA1 (xapian-core-1.2.4.tar.gz) = wmng9xH/TJQj1jAcP3uUnMhaAbQ=
|
||||
SHA256 (xapian-core-1.2.4.tar.gz) = BmXAKqGmzMwHHU8rQmrA/rb0+PDlDacgzjda5tPW80g=
|
||||
SIZE (xapian-core-1.2.4.tar.gz) = 3895455
|
||||
MD5 (xapian-core-1.2.8.tar.gz) = bJ+eesQ6pOCGKDIBMp6Y7g==
|
||||
RMD160 (xapian-core-1.2.8.tar.gz) = 9qiJhOVTy/bFbDOby2GmjEXpBe0=
|
||||
SHA1 (xapian-core-1.2.8.tar.gz) = S904RSeIEtRnuND7c+4npb4Fstk=
|
||||
SHA256 (xapian-core-1.2.8.tar.gz) = AEEeusZqVZK4f8V8z+sjTIS5Ke0jwYW++135kp3z1Pk=
|
||||
SIZE (xapian-core-1.2.8.tar.gz) = 4106342
|
||||
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.5 2010/12/28 17:46:20 ajacoutot Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.6 2012/01/07 12:03:29 sthen Exp $
|
||||
%%SHARED%%
|
||||
@bin bin/copydatabase
|
||||
@bin bin/delve
|
||||
@ -409,6 +409,7 @@ share/doc/xapian-core/apidoc/html/weight_8h.html
|
||||
share/doc/xapian-core/apidoc/html/xapian_8h.html
|
||||
share/doc/xapian-core/bm25.html
|
||||
share/doc/xapian-core/code_structure.html
|
||||
share/doc/xapian-core/collapsing.html
|
||||
share/doc/xapian-core/deprecation.html
|
||||
share/doc/xapian-core/facets.html
|
||||
share/doc/xapian-core/glossary.html
|
||||
|
@ -1,8 +1,8 @@
|
||||
# $OpenBSD: Makefile,v 1.8 2010/12/28 17:46:49 ajacoutot Exp $
|
||||
# $OpenBSD: Makefile,v 1.9 2012/01/07 12:03:29 sthen Exp $
|
||||
|
||||
COMMENT= web search application
|
||||
|
||||
V= 1.2.4
|
||||
V= 1.2.8
|
||||
DISTNAME= xapian-omega-${V}
|
||||
|
||||
CATEGORIES= www textproc
|
||||
@ -21,7 +21,7 @@ MASTER_SITES= http://oligarchy.co.uk/xapian/${V}/
|
||||
|
||||
USE_LIBTOOL= Yes
|
||||
|
||||
LIB_DEPENDS= databases/xapian-core>=1.2.4 \
|
||||
LIB_DEPENDS= databases/xapian-core>=1.2.8 \
|
||||
devel/pcre \
|
||||
devel/libmagic
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
MD5 (xapian-omega-1.2.4.tar.gz) = sgJiEB/71K7EV6NCQYNKcg==
|
||||
RMD160 (xapian-omega-1.2.4.tar.gz) = 3waV1ZhrEkAjmm1kOyHi8W0QQAE=
|
||||
SHA1 (xapian-omega-1.2.4.tar.gz) = nfTxAiHE4CdHGCzYf9IjIbFih6U=
|
||||
SHA256 (xapian-omega-1.2.4.tar.gz) = SS4wuJrHS60c8ZUvL+1hJP20iQylhc/EyY4+p+soCy0=
|
||||
SIZE (xapian-omega-1.2.4.tar.gz) = 583970
|
||||
MD5 (xapian-omega-1.2.8.tar.gz) = zazTPgBUzPyFcvKEAixP5g==
|
||||
RMD160 (xapian-omega-1.2.8.tar.gz) = IogVmgw4hwbXN4JdM9IitoKSufs=
|
||||
SHA1 (xapian-omega-1.2.8.tar.gz) = xNTAMKxy+FxGpoGRS8p94VQ3Opg=
|
||||
SHA256 (xapian-omega-1.2.8.tar.gz) = 598H0E6PTtU2S7PsxFwOU4jydASm+Al73c9uezA6L48=
|
||||
SIZE (xapian-omega-1.2.8.tar.gz) = 615930
|
||||
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.2 2010/12/28 17:46:49 ajacoutot Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.3 2012/01/07 12:03:29 sthen Exp $
|
||||
bin/dbi2omega
|
||||
bin/htdig2omega
|
||||
bin/mbox2omega
|
||||
@ -16,6 +16,7 @@ libexec/xapian-omega/cgi-bin/outlookmsg2html
|
||||
@man man/man1/scriptindex.1
|
||||
share/doc/xapian-omega/
|
||||
share/doc/xapian-omega/cgiparams.html
|
||||
share/doc/xapian-omega/index.html
|
||||
share/doc/xapian-omega/omegascript.html
|
||||
share/doc/xapian-omega/overview.html
|
||||
share/doc/xapian-omega/quickstart.html
|
||||
|
Loading…
x
Reference in New Issue
Block a user