Port details |
- py-xapian Python binding for Xapian
- 1.4.27 databases =2 1.4.26Version of this port present on the latest quarterly branch.
- Maintainer: sunpoet@FreeBSD.org
- Port Added: 2017-04-04 09:36:54
- Last Update: 2024-12-25 19:15:13
- Commit Hash: 4b930e7
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- Also Listed In: python
- License: GPLv2
- WWW:
- https://xapian.org/
- Description:
- Python binding for Xapian
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - There is no configure plist information for this port.
- Dependency lines:
-
- ${PYTHON_PKGNAMEPREFIX}xapian>0:databases/py-xapian@${PY_FLAVOR}
- Conflicts:
- CONFLICTS_INSTALL:
- To install the port:
- cd /usr/ports/databases/py-xapian/ && make install clean
- To add the package, run one of these commands:
- pkg install databases/py-xapian
- pkg install py311-xapian
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above. NOTE: This is a Python port. Instead of py311-xapian listed in the above command, you can pick from the names under the Packages section.- PKGNAME: py311-xapian
- Package flavors (<flavor>: <package>)
- distinfo:
- TIMESTAMP = 1734888106
SHA256 (xapian-bindings-1.4.27.tar.xz) = ba3b5e10809e579acd11bd165779ce3fd29a8904ea37968ef5b57ad97c3618ba
SIZE (xapian-bindings-1.4.27.tar.xz) = 1116236
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- xapian-core>=1.4.27 : databases/xapian-core
- py311-sphinx>=0,1 : textproc/py-sphinx@py311
- python3.11 : lang/python311
- Test dependencies:
-
- python3.11 : lang/python311
- Runtime dependencies:
-
- python3.11 : lang/python311
- Library dependencies:
-
- libxapian.so : databases/xapian-core
- This port is required by:
- for Run
-
- databases/xapian-bindings
Configuration Options:
- ===> The following configuration options are available for py311-xapian-1.4.27:
DOCS=on: Build and/or install documentation
===> Use 'make config' to modify these settings
- Options name:
- databases_py-xapian
- USES:
- compiler:c++11-lang libtool python tar:xz
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.4.27 25 Dec 2024 19:15:13 |
Po-Chuan Hsieh (sunpoet) |
databases/py-xapian: Update to 1.4.27
Changes: https://trac.xapian.org/wiki/ReleaseOverview
https://github.com/xapian/xapian/blob/RELEASE/1.4/xapian-bindings/NEWS |
1.4.26 15 Aug 2024 10:55:34 |
Po-Chuan Hsieh (sunpoet) |
databases/py-xapian: Replace .cpython-%%PYTHON_SUFFIX%% with
%%PYTHON_EXT_SUFFIX%% |
1.4.26 21 Jul 2024 09:56:41 |
Po-Chuan Hsieh (sunpoet) |
databases/py-xapian: Update to 1.4.26
Changes: https://trac.xapian.org/wiki/ReleaseOverview
https://github.com/xapian/xapian/blob/RELEASE/1.4/xapian-bindings/NEWS |
1.4.25 13 Apr 2024 09:31:36 |
Po-Chuan Hsieh (sunpoet) |
databases/py-xapian: Fix build with DOCS disabled
- Convert REINPLACE_CMD to patch file
- Clean up PLIST |
1.4.25 23 Mar 2024 14:30:53 |
Po-Chuan Hsieh (sunpoet) |
databases/py-xapian: Update to 1.4.25
Changes: https://trac.xapian.org/wiki/ReleaseOverview
https://github.com/xapian/xapian/blob/RELEASE/1.4/xapian-bindings/NEWS |
1.4.24 14 Nov 2023 17:15:36 |
Po-Chuan Hsieh (sunpoet) |
databases/py-xapian: Update to 1.4.24
- Clean up CONFIGURE_ARGS
Changes: https://trac.xapian.org/wiki/ReleaseOverview |
1.4.23 09 Jul 2023 21:34:21 |
Po-Chuan Hsieh (sunpoet) |
databases/py-xapian: Update to 1.4.23
Changes: https://trac.xapian.org/wiki/ReleaseOverview |
1.4.22 27 Jun 2023 19:34:34 |
Rene Ladan (rene) |
all: remove explicit versions in USES=python for "3.x+"
The logic in USES=python will automatically convert this to 3.8+ by
itself.
Adjust two ports that only had Python 3.7 mentioned but build fine
on Python 3.8 too.
finance/quickfix: mark BROKEN with PYTHON
libtool: compile: c++ -DHAVE_CONFIG_H -I. -I../.. -I -I. -I.. -I../.. -I../C++
-DLIBICONV_PLUG -DPYTHON_MAJOR_VERSION=3 -Wno-unused-variable
-Wno-maybe-uninitialized -O2 -pipe -DLIBICONV_PLUG -fstack-protector-strong
-fno-strict-aliasing -DLIBICONV_PLUG -Wall -ansi
-Wno-unused-command-line-argument -Wpointer-arith -Wwrite-strings
-Wno-overloaded-virtual -Wno-deprecated-declarations -Wno-deprecated -std=c++0x
-MT _quickfix_la-QuickfixPython.lo -MD -MP -MF
.deps/_quickfix_la-QuickfixPython.Tpo -c QuickfixPython.cpp -fPIC -DPIC -o
.libs/_quickfix_la-QuickfixPython.o
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean
'-Wno-uninitialized'? [-Wunknown-warning-option]
QuickfixPython.cpp:175:11: fatal error: 'Python.h' file not found
^~~~~~~~~~
1 warning and 1 error generated.
Reviewed by: portmgr, vishwin, yuri
Differential Revision: <https://reviews.freebsd.org/D40568> |
1.4.22 21 Mar 2023 19:20:13 |
Po-Chuan Hsieh (sunpoet) |
databases/py-xapian: Update to 1.4.22
- Convert REINPLACE_CMD to patch file
Changes: https://trac.xapian.org/wiki/ReleaseOverview |
1.4.21 03 Oct 2022 17:10:21 |
Po-Chuan Hsieh (sunpoet) |
databases/py-xapian: Update to 1.4.21
Changes: https://trac.xapian.org/wiki/ReleaseOverview |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
1.4.20 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
1.4.20 20 Jul 2022 14:21:07 |
Tobias C. Berner (tcberner) |
databases: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* "Choe, Cheng-Dae" whitekid
* "Mahdi Mokhtari <mokhi64@gmail.com>"
* "Meikel Brandmeyer" <ocaml-sqlite3-port@kotka.de>
* <hvo.pm@xs4all.nl>
* <jsmith@resonatingmedia.com>
* <ports@c0decafe.net>
* Aaron Dalton <aaron@FreeBSD.org>
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org>
* Akinori MUSHA aka knu <knu@idaemons.org>
* Alan Snelson <Alan@Wave2.org> (Only the first 15 lines of the commit message are shown above ) |
1.4.20 07 Jul 2022 21:42:45 |
Po-Chuan Hsieh (sunpoet) |
databases/py-xapian: Update to 1.4.20
Changes: https://trac.xapian.org/wiki/ReleaseOverview |
1.4.19 23 Jan 2022 18:18:13 |
Po-Chuan Hsieh (sunpoet) |
databases/py-xapian: Update to 1.4.19
Changes: https://trac.xapian.org/wiki/ReleaseOverview |
1.4.18 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
1.4.18 03 Mar 2021 18:08:34 |
sunpoet |
Fix build with newer Python (3.8.7+ and 3.9.2+) |
1.4.18 26 Jan 2021 17:23:10 |
sunpoet |
Update to 1.4.18
Changes: https://trac.xapian.org/wiki/ReleaseOverview |
1.4.17 14 Jan 2021 14:34:38 |
dbaio |
Remove PY_SPHINX from ports using Python 3
Approved by: portmgr blanket
Differential Revision: https://reviews.freebsd.org/D28093 |
1.4.17 10 Jan 2021 08:19:47 |
sunpoet |
Remove PYTHON_REL check after r559531 (USES=python:3.6+) |
1.4.17 28 Dec 2020 23:02:15 |
antoine |
Drop python 2.7 support from a few ports
With hat: portmgr |
1.4.17 21 Aug 2020 21:22:22 |
sunpoet |
Update to 1.4.17
Changes: https://trac.xapian.org/wiki/ReleaseOverview |
1.4.16 15 Jun 2020 18:44:46 |
sunpoet |
Update to 1.4.16
Changes: https://trac.xapian.org/wiki/ReleaseOverview |
1.4.15 11 May 2020 23:51:58 |
dbaio |
Update Sphinx
- Repocopy textproc/py-sphinx to textproc/py-sphinx18
Update it to 1.8.5 (latest version from 1.8.X).
This version supports Python 2 and 3.
Add test target.
- textproc/py-sphinx: Update to 3.0.2
Python 3 only (3.5+).
Add test target.
- Mk/Uses/python.mk: Add PY_SPHINX
(Only the first 15 lines of the commit message are shown above ) |
1.4.15 03 May 2020 20:49:59 |
sunpoet |
Cosmetic change |
1.4.15 24 Feb 2020 18:57:22 |
sunpoet |
Update to 1.4.15
Changes: https://trac.xapian.org/wiki/ReleaseOverview |
1.4.14 08 Dec 2019 16:53:18 |
sunpoet |
Update to 1.4.14
Changes: https://trac.xapian.org/wiki/ReleaseOverview |
1.4.13 08 Nov 2019 03:54:11 |
linimon |
Unmark these ports broken on aarch64.
Submitted by: emaste (TRYBROKEN run)
Approved by: portmgr (tier-2 blanket) |
1.4.13 20 Oct 2019 17:08:20 |
sunpoet |
Update to 1.4.13
Changes: https://trac.xapian.org/wiki/ReleaseOverview |
1.4.12 01 Aug 2019 16:15:46 |
sunpoet |
Update to 1.4.12
Changes: https://trac.xapian.org/wiki/ReleaseOverview/1.4.12 |
1.4.11_1 26 Jul 2019 20:46:57 |
gerald |
Bump PORTREVISION for ports depending on the canonical version of GCC
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3
to GCC 9.1 under most circumstances now after revision 507371.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, everything INDEX-11 shows with a dependency on lang/gcc9 now.
PR: 238330 |
1.4.11 25 Apr 2019 14:17:38 |
antoine |
Clean up plist |
1.4.11 02 Mar 2019 17:46:31 |
sunpoet |
Update to 1.4.11
Changes: https://trac.xapian.org/wiki/ReleaseOverview/1.4.11 |
1.4.10 14 Feb 2019 22:40:41 |
sunpoet |
Update to 1.4.10
Changes: https://trac.xapian.org/wiki/ReleaseOverview/1.4.10 |
1.4.9_1 12 Dec 2018 01:35:36 |
gerald |
Bump PORTREVISION for ports depending on the canonical version of GCC
defined via Mk/bsd.default-versions.mk which has moved from GCC 7.4 t
GCC 8.2 under most circumstances.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, as a double check, everything INDEX-11 showed depending on lang/gcc7.
PR: 231590 |
1.4.9 05 Nov 2018 21:43:56 |
sunpoet |
Update to 1.4.9
Changes: https://trac.xapian.org/wiki/ReleaseOverview/1.4.9 |
1.4.8 27 Oct 2018 23:21:57 |
sunpoet |
Update to 1.4.8
Changes: https://trac.xapian.org/wiki/ReleaseOverview/1.4.8 |
1.4.7 23 Sep 2018 09:38:32 |
sunpoet |
Update MASTER_SITES |
1.4.7 22 Sep 2018 05:30:32 |
linimon |
Fix build on gcc-based archs by updating USES.
Tested on powerpc64 and amd64 (for no regression).
While here, pet portlint.
Approved by: portmgr (tier-2 blanket) |
1.4.7 29 Jul 2018 19:10:42 |
sunpoet |
Update to 1.4.7
Changes: https://trac.xapian.org/wiki/ReleaseOverview/1.4.6
https://trac.xapian.org/wiki/ReleaseOverview/1.4.7 |
1.4.5 20 Jun 2018 17:05:44 |
mat |
Use PY_FLAVOR for dependencies.
FLAVOR is the current port's flavor, it should not be used outside of
this scope.
Sponsored by: Absolight |
1.4.5 25 Jan 2018 13:06:23 |
sunpoet |
Update BUILD_DEPENDS: restrict py-sphinx to DOCS option
PR: 219249
Reported by: Gerrit Beine <mail+freebsd@gerritbeine.de> |
1.4.5 30 Nov 2017 15:50:34 |
mat |
Convert Python ports to FLAVORS.
Ports using USE_PYTHON=distutils are now flavored. They will
automatically get flavors (py27, py34, py35, py36) depending on what
versions they support.
There is also a USE_PYTHON=flavors for ports that do not use distutils
but need FLAVORS to be set. A USE_PYTHON=noflavors can be set if
using distutils but flavors are not wanted.
A new USE_PYTHON=optsuffix that will add PYTHON_PKGNAMESUFFIX has been
added to cope with Python ports that did not have the Python
PKGNAMEPREFIX but are flavored.
USES=python now also exports a PY_FLAVOR variable that contains the (Only the first 15 lines of the commit message are shown above ) |
1.4.5 16 Oct 2017 17:51:33 |
sunpoet |
Update to 1.4.5
Changes: https://trac.xapian.org/wiki/ReleaseOverview/1.4.5 |
1.4.4 20 Aug 2017 12:26:20 |
sunpoet |
Pet portlint: move BROKEN_* upward |
1.4.4 31 May 2017 17:29:39 |
sunpoet |
Add python to CATEGORIES |
1.4.4 27 May 2017 19:42:13 |
sunpoet |
Fix CONFLICTS_INSTALL
PR: 219388
Submitted by: pawel |
1.4.4 13 May 2017 12:11:24 |
sunpoet |
Add py-sphinx to BUILD_DEPENDS unconditionally
PR: 219249
Reported by: Gerrit Beine <mail+freebsd@gerritbeine.de> |
1.4.4 03 May 2017 05:52:55 |
linimon |
Mark some ports failing on aarch64, and, in a few cases, other tier-2
archs.
While here, pet portlint.
Approved by: portmgr (tier-2 blanket) |
1.4.4 24 Apr 2017 15:15:30 |
sunpoet |
Update to 1.4.4
Changes: https://trac.xapian.org/wiki/ReleaseOverview/1.4.4 |
1.4.3 04 Apr 2017 09:36:44 |
sunpoet |
Add py-xapian 1.4.3 (copied from xapian-bindings)
- Update to 1.4.3
- Add BUILD_DEPENDS
- Update WWW
Changes: https://trac.xapian.org/wiki/ReleaseOverview/1.4.3
https://trac.xapian.org/wiki/ReleaseOverview/1.4.2
https://trac.xapian.org/wiki/ReleaseOverview/1.4.1
https://trac.xapian.org/wiki/ReleaseOverview/1.4.0 |