Port details |
- buku Powerful command-line bookmark manager
- 4.9 www =2 4.9Version of this port present on the latest quarterly branch.
- Maintainer: sunpoet@FreeBSD.org
- Port Added: 2018-08-31 22:19:05
- Last Update: 2024-04-08 20:16:41
- Commit Hash: 967086d
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- Also Listed In: python
- License: GPLv3
- WWW:
- https://github.com/jarun/buku
- Description:
- buku is a powerful bookmark manager written in Python3 and SQLite3. When I
started writing it, I couldn't find a flexible command-line solution with a
private, portable, merge-able database along with seamless GUI integration.
Hence, buku (after my son's nickname, meaning close to the heart in my
language).
buku can auto-import bookmarks from your browser(s) or fetch the title and
description of a bookmarked url from the web. You can use your favourite editor
to compose and update bookmarks. With multiple search options, including regex
and a deep scan mode (particularly for URLs), it can find any bookmark
instantly. buku can look up the latest snapshot of a broken link on the Wayback
Machine. There's an Easter egg to revisit random forgotten bookmarks too! Buku
is too busy to track you: no hidden history, obsolete records, usage analytics
or homing.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- To install the port:
- cd /usr/ports/www/buku/ && make install clean
- To add the package, run one of these commands:
- pkg install www/buku
- pkg install buku
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: buku
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1712580506
SHA256 (jarun-buku-v4.9_GH0.tar.gz) = 1e432270ae78c7852110dcf2c2e215893bcc338299a4998f14a1f6b26e37bfac
SIZE (jarun-buku-v4.9_GH0.tar.gz) = 615794
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:
-
- py39-setuptools>=0 : devel/py-setuptools@py39
- py39-wheel>=0 : devel/py-wheel@py39
- python3.9 : lang/python39
- py39-build>=0 : devel/py-build@py39
- py39-installer>=0 : devel/py-installer@py39
- Test dependencies:
-
- python3.9 : lang/python39
- Runtime dependencies:
-
- py39-beautifulsoup>=4.4.1 : www/py-beautifulsoup@py39
- py39-certifi>=0 : security/py-certifi@py39
- py39-html5lib>=1.0.1 : www/py-html5lib@py39
- py39-sqlite3>=0 : databases/py-sqlite3@py39
- py39-urllib3>=1.23,1<2,1 : net/py-urllib3@py39
- py39-cryptography>=42.0.5,1 : security/py-cryptography@py39
- python3.9 : lang/python39
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for buku-4.9:
====> Options available for the multi COMPLETION: you have to choose at least one of them
BASH=on: Install bash completion
FISH=on: Install fish completion
ZSH=on: Install zsh completion
===> Use 'make config' to modify these settings
- Options name:
- www_buku
- USES:
- python
- 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 |
4.9 08 Apr 2024 20:16:41 |
Po-Chuan Hsieh (sunpoet) |
www/buku: Update to 4.9
Changes: https://github.com/jarun/buku/releases |
4.8_1 23 Mar 2024 14:30:50 |
Po-Chuan Hsieh (sunpoet) |
www/buku: Convert to USE_PYTHON=pep517
- Bump PORTREVISION for package change |
4.8 29 Sep 2023 14:19:56 |
Po-Chuan Hsieh (sunpoet) |
*: Replace USES=pycryptography* with USE_PYTHON=cryptography{,_build,_test}
- Introduce USE_PYTHON=cryptography{,_build,_test}
- Switch all 96 ports from USES=pycryptography to with
USE_PYTHON=cryptography{,_build,_test}
- Remove Mk/Uses/pycryptography.mk
PR: 273727
Approved by: tcberner (portmgr)
Exp-run by: antoine |
4.8 31 Jul 2023 16:39:52 |
Po-Chuan Hsieh (sunpoet) |
www/buku: Sort USES |
4.8 22 Jul 2023 07:46:38 |
Tobias C. Berner (tcberner) |
framework: convert tree to use USES=pycryptography
A future commit will update to security/py-cryptography will introduce a
rust dependency.
PR: 254853 |
4.8 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> |
4.8 18 Apr 2023 18:00:45 |
Po-Chuan Hsieh (sunpoet) |
www/buku: Update to 4.8
- Update MASTER_SITES
- Remove CA_CERTIFICATES option
Changes: https://github.com/jarun/buku/releases |
4.7.1 11 Jan 2023 15:58:34 |
Dmitry Marakasov (amdmi3) |
*/*: rename CHEESESHOP to PYPI in MASTER_SITES
PR: 267994
Differential revision: D37518
Approved by: bapt |
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) |
4.7.1 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 ) |
4.7.1 20 Jul 2022 14:23:26 |
Tobias C. Berner (tcberner) |
www: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
*
* <hvo.pm@xs4all.nl>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Dalton <aaron@daltons.ca>
* Aaron LI <aly@aaronly.me>
* Aaron Zauner <az_mail@gmx.at>
* Abel Chow <achow@transoft.net>
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org>
* Adrian Steinmann <ast@marabu.ch>
* Akinori MUSHA aka knu <knu@idaemons.org> (Only the first 15 lines of the commit message are shown above ) |
4.7.1 11 Jul 2022 13:49:27 |
Po-Chuan Hsieh (sunpoet) |
www/buku: Update to 4.7.1
- Add CA_CERTIFICATES option
Changes: https://github.com/jarun/buku/releases
https://github.com/jarun/buku/commits/master |
4.6 05 Nov 2021 23:53:52 |
Po-Chuan Hsieh (sunpoet) |
www/buku: Remove -f because RM has it already |
4.6 24 Jul 2021 20:21:18 |
Po-Chuan Hsieh (sunpoet) |
www/buku: Update version requirement of RUN_DEPENDS |
4.6 20 Jun 2021 16:15:53 |
Po-Chuan Hsieh (sunpoet) |
www/buku: Update to 4.6
Changes: https://github.com/jarun/buku/releases |
4.5 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
4.5 03 Jan 2021 20:05:35 |
sunpoet |
Update to 4.5
Changes: https://github.com/jarun/buku/releases |
4.4 17 Jun 2020 18:00:05 |
sunpoet |
Update to 4.4
Changes: https://github.com/jarun/buku/releases |
4.3_2 09 Feb 2020 21:06:12 |
tobik |
www/buku: Spell RUN_DEPENDS correctly, unbreak runtime |
4.3_1 08 Feb 2020 19:01:50 |
sunpoet |
Add BASH, FISH and ZSH options
- Bump PORTREVISION for package change |
4.3 03 Feb 2020 19:45:22 |
sunpoet |
Update to 4.3
- Change MASTER_SITES from GitHub to CHEESESHOP
- Add LICENSE_FILE
- Sort RUN_DEPENDS
- Update version requirement of RUN_DEPENDS
- Update manpage location (r523104)
- Update pkg-descr
- Update WWW
- Take maintainership
Changes: https://github.com/jarun/buku/releases |
4.0 30 Aug 2019 12:11:15 |
ehaupt |
Drop maintainership. |
4.0 06 Jan 2019 13:08:57 |
tcberner |
www/buku: add USE_PYTHON=noflavors
[00:01:53] Warning: (www/buku@py35): Error: Duplicated origin for buku-4.0:
www/buku@py35 AND www/buku. Rerun with -v to see which ports are depending on
these.
[00:01:53] Warning: (www/buku@py37): Error: Duplicated origin for buku-4.0:
www/buku@py37 AND www/buku. Rerun with -v to see which ports are depending on
these.
Approved by: portmgr (antoine) |
4.0 02 Nov 2018 07:49:09 |
ehaupt |
- Update to 4.0
- Pacify portlint by separating NO_ARCH from USE* block |
3.9_1 03 Sep 2018 07:27:21 |
ehaupt |
Starting with buku 3.8 buku comes with a new command bukuserver that spins up a
web server for hosting buku as a webinstance. This new command depends on a
bunch of Flask dependencies some of which are not available in ports.
Unbundle bukuserver at this point until we have the Flask dependencies
available.
Buku requires www/py-html5lib to run.
PR: 231112 (based on)
Notified by: Greg Fitzgerald <gregf@hugops.pw> |
3.9 31 Aug 2018 22:18:49 |
ehaupt |
- Move from www/py-buku to www/buku. The port is written in python but is not a
python module/library that needs flavors.
- Update to 3.9 |