Port details |
- brz Distributed version control system based on bzr
- 3.2.2_2 devel =2 3.2.2_2Version of this port present on the latest quarterly branch.
- Maintainer: fullermd@over-yonder.net
- Port Added: 2019-03-11 03:29:41
- Last Update: 2024-06-10 04:25:05
- Commit Hash: 2d21f87
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- License: GPLv2+
- WWW:
- https://www.breezy-vcs.org/
- Description:
- Breezy is a version control system implemented in Python with
multi-format support and an emphasis on hackability.
Currently, Breezy has built-in support for the Git and Bazaar file
formats and network protocols.
- ¦ ¦ ¦ ¦
- 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}brz>0:devel/brz@${PY_FLAVOR}
- To install the port:
- cd /usr/ports/devel/brz/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/brz
- pkg install py311-brz
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-brz listed in the above command, you can pick from the names under the Packages section.- PKGNAME: py311-brz
- Package flavors (<flavor>: <package>)
- distinfo:
- TIMESTAMP = 1658091728
SHA256 (breezy-3.2.2.tar.gz) = 187a6e45208dd05d81750736720c83710cf48094f547ec4081c571259559a4d5
SIZE (breezy-3.2.2.tar.gz) = 9396541
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:
-
- py311-configobj>=0 : devel/py-configobj@py311
- gettext-runtime>=0.22_1 : devel/gettext-runtime
- msgfmt : devel/gettext-tools
- cython-3.11 : lang/cython@py311
- py311-setuptools>=63.1.0 : devel/py-setuptools@py311
- python3.11 : lang/python311
- Test dependencies:
-
- py311-testtools>=0 : devel/py-testtools@py311
- python3.11 : lang/python311
- Runtime dependencies:
-
- py311-configobj>=0 : devel/py-configobj@py311
- py311-fastbencode>=0 : devel/py-fastbencode@py311
- py311-launchpadlib>=0 : devel/py-launchpadlib@py311
- py311-patiencediff>=0 : textproc/py-patiencediff@py311
- py311-six>=0 : devel/py-six@py311
- ca-root-nss.crt : security/ca_root_nss
- py311-dulwich>=0 : devel/py-dulwich@py311
- py311-setuptools>=63.1.0 : devel/py-setuptools@py311
- python3.11 : lang/python311
- Library dependencies:
-
- libintl.so : devel/gettext-runtime
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for py311-brz-3.2.2_2:
CA_BUNDLE=on: Include CA bundle for SSL cert validation
DULWICH=on: Depend on Dulwich for git support
SFTP=off: Paramiko for SFTP support
===> Use 'make config' to modify these settings
- Options name:
- devel_brz
- USES:
- gettext python shebangfix
- 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 |
3.2.2_2 10 Jun 2024 04:25:05 |
Cy Schubert (cy) Author: Matthew D. Fuller |
devel/brz: Unbreak with newer python.
This forces a cython run and brings in the patch from upstream revision
the_breezy_bot-20221107175157-t17wpc8hfcwsmsa0 on the brz 3.3 branch.
The 3.3 releases have significant differences in build dependancy, so
are currently being held off on. |
3.2.2_2 23 Feb 2024 10:01:25 |
Muhammad Moinur Rahman (bofh) |
devel/brz: Moved man to share/man
Approved by: portmgr (blanket) |
3.2.2_1 10 Jan 2024 08:16:01 |
Baptiste Daroussin (bapt) |
MAN?PREFIX: eleminate its usage and move man to share/man |
3.2.2_1 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> |
3.2.2_1 29 Jan 2023 17:16:38 |
Yuri Victorovich (yuri) |
devel/dulwich: Move to devel/py-dulwich
Ports with Python interfaces should all have the py- prefix. |
3.2.2 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) |
3.2.2 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 ) |
3.2.2 21 Jul 2022 07:17:34 |
Nuno Teixeira (eduardo) Author: Fullermd |
devel/brz: Update to 3.2.2
- switch to DISTVERSION
- reorder variables (portclippy)
ChangeLog: https://github.com/breezy-team/breezy/compare/upstream-3.2.0...brz-3.2.2
PR: 265278 |
3.2.0 19 May 2022 11:02:31 |
Fernando Apesteguía (fernape) Author: Sean Farley |
devel/brz: add symlink to bzr
PR: 263844
Reported by: scf@FreeBSD.org (alumni)
Approved by: fullermd@over-yonder.net (maintainer) |
3.2.0 10 Jun 2021 00:22:37 |
Guangyuan Yang (ygy) Author: fullermd |
devel/brz: Update to 3.2.0
PR: 256460
Approved by: lwhsu (mentor, implicit) |
3.1.0 07 Apr 2021 08:09:01 |
Mathieu Arnold (mat) |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
3.1.0 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
3.1.0 28 Dec 2020 23:02:15 |
antoine |
Drop python 2.7 support from a few ports
With hat: portmgr |
3.1.0 13 Jun 2020 09:01:23 |
tcberner |
devel/brz: update to 3.1.0
PR: 247224
Submitted by: fullermd@over-yonder.net (maintainer) |
3.0.2 02 Feb 2020 18:34:55 |
swills |
devel/brz: Update to 3.0.2
PR: 242163
Submitted by: fullermd@over-yonder.net (maintainer) |
3.0.1 06 Jul 2019 18:33:18 |
swills |
devel/brz: update to 3.0.1
PR: 238949
Submitted by: fullermd@over-yonder.net (maintainer) |
3.0.0 10 Mar 2019 19:16:20 |
pi |
New port: devel/brz
Breezy is a version control system implemented in Python with
multi-format support and an emphasis on hackability.
Currently, Breezy has built-in support for the Git and Bazaar file
formats and network protocols.
WWW: https://www.breezy-vcs.org/
PR: 236435
Submitted by: fullermd@over-yonder.net |