notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

FInally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combinatio for a given watch list. This is what FreshPorts will look for.

Port details
buku Powerful command-line bookmark manager
4.8 www on this many watch lists=1 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 4.8Version of this port present on the latest quarterly branch.
Maintainer: sunpoet@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2018-08-31 22:19:05
Last Update: 2023-09-29 14:19:56
Commit Hash: 3754fc5
People watching this port, also watch:: libva-intel-driver, foot, spotify-player, sway, chafa
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.
Homepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
Expand this list (7 items)
Collapse this list.
  1. share/man/man1/buku.1.gz
  2. etc/bash_completion.d/buku-completion.bash
  3. share/fish/completions/buku.fish
  4. share/zsh/site-functions/_buku
  5. /usr/local/share/licenses/buku-4.8/catalog.mk
  6. /usr/local/share/licenses/buku-4.8/LICENSE
  7. /usr/local/share/licenses/buku-4.8/GPLv3
Collapse this list.
Dependency lines:
  • buku>0:www/buku
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 = 1681052914 SHA256 (jarun-buku-v4.8_GH0.tar.gz) = a0b94210e80e9f9f359e5308323837d41781cf8dba497341099d5c59e27fa52c SIZE (jarun-buku-v4.8_GH0.tar.gz) = 591883

Packages (timestamps in pop-ups are UTC):
buku
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest4.84.84.54.84.8-4.5-
FreeBSD:13:quarterly4.84.84.84.84.8-4.84.8
FreeBSD:14:latest4.84.84.7.14.84.84.8-4.8
FreeBSD:14:quarterly4.84.8-4.84.8-4.84.8
FreeBSD:15:latest4.84.8n/a4.8n/a-4.8-
FreeBSD:15:quarterly--n/a-n/a---
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. py39-setuptools>=63.1.0 : devel/py-setuptools@py39
  2. python3.9 : lang/python39
Test dependencies:
  1. python3.9 : lang/python39
Runtime dependencies:
  1. py39-beautifulsoup>=4.4.1 : www/py-beautifulsoup@py39
  2. py39-certifi>=0 : security/py-certifi@py39
  3. py39-html5lib>=1.0.1 : www/py-html5lib@py39
  4. py39-sqlite3>=0 : databases/py-sqlite3@py39
  5. py39-urllib3>=1.23,1 : net/py-urllib3@py39
  6. py39-cryptography>=41.0.3_1,1 : security/py-cryptography@py39
  7. py39-setuptools>=63.1.0 : devel/py-setuptools@py39
  8. python3.9 : lang/python39
There are no ports dependent upon this port

Configuration Options:
===> The following configuration options are available for buku-4.8: ====> 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:
Expand this list (1 items)
Collapse this list.
  1. https://codeload.github.com/jarun/buku/tar.gz/v4.8?dummy=/
Collapse this list.

Number of commits found: 24

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
4.8
29 Sep 2023 14:19:56
commit hash: 3754fc5f190b9a31f617d662bb35fd0f96ee8088commit hash: 3754fc5f190b9a31f617d662bb35fd0f96ee8088commit hash: 3754fc5f190b9a31f617d662bb35fd0f96ee8088commit hash: 3754fc5f190b9a31f617d662bb35fd0f96ee8088 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
*: 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
commit hash: ec8fecbfb1e93cfb11df17e2da5a452eee8fc2fbcommit hash: ec8fecbfb1e93cfb11df17e2da5a452eee8fc2fbcommit hash: ec8fecbfb1e93cfb11df17e2da5a452eee8fc2fbcommit hash: ec8fecbfb1e93cfb11df17e2da5a452eee8fc2fb files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
www/buku: Sort USES
4.8
22 Jul 2023 07:46:38
commit hash: b28a739884e37c25bb57ea5f157252adb63065d3commit hash: b28a739884e37c25bb57ea5f157252adb63065d3commit hash: b28a739884e37c25bb57ea5f157252adb63065d3commit hash: b28a739884e37c25bb57ea5f157252adb63065d3 files touched by this commit
Tobias C. Berner (tcberner) search for other commits by this committer
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
commit hash: 3d9a815d9c5acbb71f4bb07738bdeab4879feacbcommit hash: 3d9a815d9c5acbb71f4bb07738bdeab4879feacbcommit hash: 3d9a815d9c5acbb71f4bb07738bdeab4879feacbcommit hash: 3d9a815d9c5acbb71f4bb07738bdeab4879feacb files touched by this commit
Rene Ladan (rene) search for other commits by this committer
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
commit hash: 1906924d770c38748667efbe58beb488ec3b2c42commit hash: 1906924d770c38748667efbe58beb488ec3b2c42commit hash: 1906924d770c38748667efbe58beb488ec3b2c42commit hash: 1906924d770c38748667efbe58beb488ec3b2c42 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
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
commit hash: 77d68471aded6907dbbcb5ef50d557e4c69db656commit hash: 77d68471aded6907dbbcb5ef50d557e4c69db656commit hash: 77d68471aded6907dbbcb5ef50d557e4c69db656commit hash: 77d68471aded6907dbbcb5ef50d557e4c69db656 files touched by this commit
Dmitry Marakasov (amdmi3) search for other commits by this committer
*/*: rename CHEESESHOP to PYPI in MASTER_SITES

PR:			267994
Differential revision:	D37518
Approved by:		bapt
07 Sep 2022 21:58:51
commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
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
commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
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 View all of this commit message)
4.7.1
20 Jul 2022 14:23:26
commit hash: e915e756715f12e5e0e46993b1265f44690b4a90commit hash: e915e756715f12e5e0e46993b1265f44690b4a90commit hash: e915e756715f12e5e0e46993b1265f44690b4a90commit hash: e915e756715f12e5e0e46993b1265f44690b4a90 files touched by this commit
Tobias C. Berner (tcberner) search for other commits by this committer
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 View all of this commit message)
4.7.1
11 Jul 2022 13:49:27
commit hash: 3bf5f8424465ce60a10a8e43ecfabac0b31ba792commit hash: 3bf5f8424465ce60a10a8e43ecfabac0b31ba792commit hash: 3bf5f8424465ce60a10a8e43ecfabac0b31ba792commit hash: 3bf5f8424465ce60a10a8e43ecfabac0b31ba792 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
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
commit hash: 36c14441b92ad1894dd456ee1b8252592cbe1d95commit hash: 36c14441b92ad1894dd456ee1b8252592cbe1d95commit hash: 36c14441b92ad1894dd456ee1b8252592cbe1d95commit hash: 36c14441b92ad1894dd456ee1b8252592cbe1d95 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
www/buku: Remove -f because RM has it already
4.6
24 Jul 2021 20:21:18
commit hash: 2a3f1df9744e61a572c19e83f72b2f85a3989cefcommit hash: 2a3f1df9744e61a572c19e83f72b2f85a3989cefcommit hash: 2a3f1df9744e61a572c19e83f72b2f85a3989cefcommit hash: 2a3f1df9744e61a572c19e83f72b2f85a3989cef files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
www/buku: Update version requirement of RUN_DEPENDS
4.6
20 Jun 2021 16:15:53
commit hash: 6c63c14670258db4ba2b6f8d03e89fee61e8c5fccommit hash: 6c63c14670258db4ba2b6f8d03e89fee61e8c5fccommit hash: 6c63c14670258db4ba2b6f8d03e89fee61e8c5fccommit hash: 6c63c14670258db4ba2b6f8d03e89fee61e8c5fc files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
www/buku: Update to 4.6

Changes:	https://github.com/jarun/buku/releases
4.5
06 Apr 2021 14:31:07
commit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344eb files touched by this commit
Mathieu Arnold (mat) search for other commits by this committer
Remove # $FreeBSD$ from Makefiles.
4.5
03 Jan 2021 20:05:35
Revision:560102Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 4.5

Changes:	https://github.com/jarun/buku/releases
4.4
17 Jun 2020 18:00:05
Revision:539440Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 4.4

Changes:	https://github.com/jarun/buku/releases
4.3_2
09 Feb 2020 21:06:12
Revision:525673Original commit files touched by this commit
tobik search for other commits by this committer
www/buku: Spell RUN_DEPENDS correctly, unbreak runtime
4.3_1
08 Feb 2020 19:01:50
Revision:525570Original commit files touched by this commit
sunpoet search for other commits by this committer
Add BASH, FISH and ZSH options

- Bump PORTREVISION for package change
4.3
03 Feb 2020 19:45:22
Revision:525057Original commit files touched by this commit
sunpoet search for other commits by this committer
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
Revision:510266Original commit files touched by this commit
ehaupt search for other commits by this committer
Drop maintainership.
4.0
06 Jan 2019 13:08:57
Revision:489490Original commit files touched by this commit
tcberner search for other commits by this committer
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
Revision:483777Original commit files touched by this commit
ehaupt search for other commits by this committer
- Update to 4.0
- Pacify portlint by separating NO_ARCH from USE* block
3.9_1
03 Sep 2018 07:27:21
Revision:478845Original commit files touched by this commit
ehaupt search for other commits by this committer
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
Revision:478615Original commit files touched by this commit
ehaupt search for other commits by this committer
- 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

Number of commits found: 24