pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/textproc Update xapian bindings for 1.4.6.
details: https://anonhg.NetBSD.org/pkgsrc/rev/8e41b3a65960
branches: trunk
changeset: 382547:8e41b3a65960
user: schmonz <schmonz%pkgsrc.org@localhost>
date: Fri Jul 06 16:23:11 2018 +0000
description:
Update xapian bindings for 1.4.6.
diffstat:
textproc/csharp-xapian/Makefile | 3 +--
textproc/lua-xapian/Makefile | 3 +--
textproc/p5-Xapian/PLIST | 4 ++--
textproc/py-xapian/PLIST | 5 +++--
textproc/ruby-xapian/Makefile | 3 +--
5 files changed, 8 insertions(+), 10 deletions(-)
diffs (76 lines):
diff -r 5d1fa2828211 -r 8e41b3a65960 textproc/csharp-xapian/Makefile
--- a/textproc/csharp-xapian/Makefile Fri Jul 06 16:22:06 2018 +0000
+++ b/textproc/csharp-xapian/Makefile Fri Jul 06 16:23:11 2018 +0000
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.4 2018/04/14 07:34:42 adam Exp $
+# $NetBSD: Makefile,v 1.5 2018/07/06 16:23:11 schmonz Exp $
PKGNAME= csharp-${PKGNAME_MODULE}
-PKGREVISION= 3
COMMENT= C\# bindings for Xapian search engine
HOMEPAGE= https://xapian.org/docs/bindings/csharp/
diff -r 5d1fa2828211 -r 8e41b3a65960 textproc/lua-xapian/Makefile
--- a/textproc/lua-xapian/Makefile Fri Jul 06 16:22:06 2018 +0000
+++ b/textproc/lua-xapian/Makefile Fri Jul 06 16:23:11 2018 +0000
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.3 2017/08/07 20:01:40 schmonz Exp $
+# $NetBSD: Makefile,v 1.4 2018/07/06 16:23:11 schmonz Exp $
PKGNAME= ${LUA_PKGPREFIX}-${PKGNAME_MODULE}
-PKGREVISION= 1
COMMENT= Lua bindings for Xapian search engine
HOMEPAGE= https://xapian.org/docs/bindings/lua/
diff -r 5d1fa2828211 -r 8e41b3a65960 textproc/p5-Xapian/PLIST
--- a/textproc/p5-Xapian/PLIST Fri Jul 06 16:22:06 2018 +0000
+++ b/textproc/p5-Xapian/PLIST Fri Jul 06 16:23:11 2018 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.2 2017/07/14 12:55:45 joerg Exp $
+@comment $NetBSD: PLIST,v 1.3 2018/07/06 16:23:11 schmonz Exp $
${PERL5_SUB_INSTALLVENDORLIB}/Xapian.pm
${PERL5_SUB_INSTALLVENDORLIB}/Xapian/AssertionError.pm
${PERL5_SUB_INSTALLVENDORLIB}/Xapian/BM25Weight.pm
@@ -47,7 +47,7 @@
${PERL5_SUB_INSTALLVENDORLIB}/Xapian/Weight.pm
${PERL5_SUB_INSTALLVENDORLIB}/Xapian/WritableDatabase.pm
${PERL5_SUB_INSTALLVENDORARCH}/auto/Xapian/Xapian.a
-${PERL5_SUB_INSTALLVENDORARCH}/auto/Xapian/Xapian.so
+${PERL5_SUB_INSTALLVENDORARCH}/auto/Xapian/Xapian.bundle
share/doc/xapian-bindings/perl/examples/full-indexer.pl
share/doc/xapian-bindings/perl/examples/full-searcher.pl
share/doc/xapian-bindings/perl/examples/simpleexpand.pl
diff -r 5d1fa2828211 -r 8e41b3a65960 textproc/py-xapian/PLIST
--- a/textproc/py-xapian/PLIST Fri Jul 06 16:22:06 2018 +0000
+++ b/textproc/py-xapian/PLIST Fri Jul 06 16:23:11 2018 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.1 2017/07/10 17:34:04 schmonz Exp $
+@comment $NetBSD: PLIST,v 1.2 2018/07/06 16:23:11 schmonz Exp $
${PYSITELIB}/xapian/__init__.py
${PYSITELIB}/xapian/__init__.pyc
${PYSITELIB}/xapian/__init__.pyo
@@ -24,10 +24,11 @@
share/doc/xapian-bindings/python${PYTHON_3_OR_EMPTY}/html/_static/comment.png
share/doc/xapian-bindings/python${PYTHON_3_OR_EMPTY}/html/_static/default.css
share/doc/xapian-bindings/python${PYTHON_3_OR_EMPTY}/html/_static/doctools.js
+share/doc/xapian-bindings/python${PYTHON_3_OR_EMPTY}/html/_static/documentation_options.js
share/doc/xapian-bindings/python${PYTHON_3_OR_EMPTY}/html/_static/down-pressed.png
share/doc/xapian-bindings/python${PYTHON_3_OR_EMPTY}/html/_static/down.png
share/doc/xapian-bindings/python${PYTHON_3_OR_EMPTY}/html/_static/file.png
-share/doc/xapian-bindings/python${PYTHON_3_OR_EMPTY}/html/_static/jquery-3.1.0.js
+share/doc/xapian-bindings/python${PYTHON_3_OR_EMPTY}/html/_static/jquery-3.2.1.js
share/doc/xapian-bindings/python${PYTHON_3_OR_EMPTY}/html/_static/jquery.js
share/doc/xapian-bindings/python${PYTHON_3_OR_EMPTY}/html/_static/minus.png
share/doc/xapian-bindings/python${PYTHON_3_OR_EMPTY}/html/_static/plus.png
diff -r 5d1fa2828211 -r 8e41b3a65960 textproc/ruby-xapian/Makefile
--- a/textproc/ruby-xapian/Makefile Fri Jul 06 16:22:06 2018 +0000
+++ b/textproc/ruby-xapian/Makefile Fri Jul 06 16:23:11 2018 +0000
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.2 2017/08/02 04:42:23 schmonz Exp $
+# $NetBSD: Makefile,v 1.3 2018/07/06 16:23:12 schmonz Exp $
PKGNAME= ${RUBY_PKGPREFIX}-${PKGNAME_MODULE}
-PKGREVISION= 1
COMMENT= Ruby bindings for Xapian search engine
HOMEPAGE= https://xapian.org/docs/bindings/ruby/
Home |
Main Index |
Thread Index |
Old Index