Port details |
- qbrew Homebrewer's recipe calculator
- 0.4.1_8 misc =3 0.4.1_8Version of this port present on the latest quarterly branch.
- Maintainer: adridg@FreeBSD.org
- Port Added: 2001-04-07 03:46:38
- Last Update: 2022-09-11 10:20:14
- Commit Hash: ddae4e9
- People watching this port, also watch:: xfce, syslog-ng, highlight, sqwebmail, courier-imap
- License: BSD2CLAUSE
- WWW:
- http://www.usermode.org/code.html
- Description:
- QBrew is a homebrewer's recipe calculator. With it a brewer can formulate new
recipes and calculate gravity, bitterness, color and other attributes.
- ¦ ¦ ¦ ¦
- 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/misc/qbrew/ && make install clean
- To add the package, run one of these commands:
- pkg install misc/qbrew
- pkg install qbrew
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: qbrew
- Flavors: there is no flavor information for this port.
- distinfo:
- SHA256 (qbrew-0.4.1.tar.gz) = 045747a8d3454caad416d2f1a26b8cce3c9c9984c62b928fa7366b3090576995
SIZE (qbrew-0.4.1.tar.gz) = 291237
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:
-
- xorgproto>=0 : x11/xorgproto
- qt5-buildtools>=5.15 : devel/qt5-buildtools
- qt5-qmake>=5.15 : devel/qt5-qmake
- Library dependencies:
-
- libGL.so : graphics/libglvnd
- libQt5Core.so : devel/qt5-core
- libQt5Gui.so : x11-toolkits/qt5-gui
- libQt5PrintSupport.so : print/qt5-printsupport
- libQt5Widgets.so : x11-toolkits/qt5-widgets
- libQt5Xml.so : textproc/qt5-xml
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for qbrew-0.4.1_8:
DOCS=on: Build and/or install documentation
===> Use 'make config' to modify these settings
- Options name:
- misc_qbrew
- USES:
- compiler:c++11-lang gl qmake qt:5
- 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 |
0.4.1_8 11 Sep 2022 10:20:14 |
Felix Palmen (zirias) |
Mk/Uses: always use colon for build/run suffix
Most USES use a colon for build/run(/test) suffixes. Change kde.mk,
qt.mk and pyqt.mk to do the same, and update all ports using that.
Document in CHANGES.
PR: 266034
Exp-run by: antoine
Approved by: tcberner (mentor)
Differential Revision: https://reviews.freebsd.org/D36349 |
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) |
0.4.1_8 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 ) |
0.4.1_8 20 Jul 2022 14:22:28 |
Tobias C. Berner (tcberner) |
misc: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* Aaron Dalton <aaron@FreeBSD.org>
* Adam Weinberger <adam@vectors.cx>
* Adam Weinberger <adamw@FreeBSD.org>
* Akinori MUSHA aka knu <knu@idaemons.org>
* Alan E <alane@FreeBSD.org>
* Alex Semenyaka <alex@rinet.ru>
* Alex Stangl <alex@stangl.us>
* Alexander Logvinov <avl@FreeBSD.org>
* Alexander Logvinov <ports@logvinov.com>
* Alexander Nusov <alexander.nusov@nfvexpress.com>
* Alexander Timoshenko <gonzo@univ.kiev.ua> (Only the first 15 lines of the commit message are shown above ) |
0.4.1_8 22 Jun 2021 18:53:08 |
Kevin Bowling (kbowling) |
graphics/mesa-libs: Bump reverse deps for libglvnd
Per discussion with bapt on helping pkg handle the changing of these
deps and avoiding impossible upgrade senarios.
PR: 246767
Reviewed by: manu, bapt
Approved by: x11
Differential Revision: https://reviews.freebsd.org/D30824 |
0.4.1_7 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
0.4.1_7 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 |
0.4.1_6 12 Mar 2019 03:52:38 |
linimon |
Fix build with gcc-based architectures:
cc1plus: error: unrecognized command line option "-std=gnu++11"
Approved by: portmgr (tier-2 blanket) |
0.4.1_6 16 Jan 2019 11:13:45 |
tijl |
Fix Qt5 symbol version scripts to put the catch-all clause first. When
a symbol matches multiple clauses the last one takes precedence. If the
catch-all is last it captures everything. In the case of Qt5 libraries
this caused all symbols to have a Qt_5 label while some should have
Qt_5_PRIVATE_API. This only affects lld because GNU ld always gives the
catch-all lowest priority.
Older versions of Qt5Webengine exported some memory allocation symbols from
the bundled Chromium. Version 5.9 stopped exporting these [1] but the
symbols were kept as weak wrappers for the standard allocation functions to
maintain binary compatibility. [2][3] The problem is that the call to the
standard function in these weak wrappers is only resolved to the standard
function if there's a call to this standard function in other parts of
Qt5Webengine, because only then is there a non-weak symbol that takes
precedence over the weak one. If there's no such non-weak symbol the call (Only the first 15 lines of the commit message are shown above ) |
0.4.1_5 26 Nov 2018 21:20:37 |
adridg |
Port misc/qbrew away from Qt4 to Qt5. While at it, assume maintainership.
This was discussed over email with David. Upstream is unmaintained, but
it works with these minor patches. |
0.4.1_4 04 Nov 2018 14:22:04 |
antoine |
Mark BROKEN: fails to build
src/beerxmlreader.cpp:257:16: error: no viable conversion from returned value of
type 'bool' to function return type 'Recipe'
return false;
^~~~~
Reported by: pkg-fallout |
0.4.1_4 10 Sep 2018 13:14:52 |
mat |
Add DOCS options to ports that should have one.
Also various fixes related to said option.
PR: 230864
Submitted by: mat
exp-runs by: antoine |
0.4.1_4 28 Jun 2018 17:39:55 |
tcberner |
Replace bsd.qt.mk by Uses/qt.mk and Uses/qt-dist.mk
From now on, ports that depend on Qt4 will have to set
USES= qt:4
USE_QT= foo bar
ports depending on Qt5 will use
USES= qt:5
USE_QT= foo bar
PR: 229225
Exp-run by: antoine
Reviewed by: mat
Approved by: portmgr (antoine)
Differential Revision: -https://reviews.freebsd.org/D15540 |
0.4.1_4 09 Dec 2014 13:36:34 |
bapt |
Cleanup plist |
0.4.1_4 26 Nov 2013 13:27:45 |
makc |
- Fix staging
Pointyhat to: makc
Reported by: marino |
0.4.1_4 22 Nov 2013 12:55:00 |
makc |
- Convert to USES=qmake (and other USES while I'm here)
- Add state support
- Convert LIB_DEPENDS to new style, adjust USE_QT4 components, etc.
Approved by: portmgr (blanket approval) |
20 Sep 2013 20:50:59
|
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
misc) |
0.4.1_4 06 Jun 2012 06:44:38 |
miwi |
- Convert USE_QT_VER=4 and QT_COMPONETS to USE_QT4
Review by: bapt, David Naylor (kde team) |
0.4.1_4 01 Jun 2012 05:26:28 |
dinoex |
- update png to 1.5.10 |
0.4.1_3 19 Mar 2011 12:38:54 |
miwi |
- Get Rid MD5 support |
0.4.1_3 28 Mar 2010 06:47:48 |
dinoex |
- update to 1.4.1
Reviewed by: exp8 run on pointyhat
Supported by: miwi |
0.4.1_2 24 May 2009 10:12:16 |
makc |
Remove qt4 build tools from run dependencies.
Approved by: maintainer timeout (2 weeks) |
0.4.1_1 06 Jun 2008 13:45:40 |
edwin |
Bump portrevision due to upgrade of devel/gettext.
The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).
PR: ports/124340
Submitted by: edwin@
Approved by: portmgr (pav) |
0.4.1 01 Jun 2008 06:39:01 |
rafan |
- Update to 0.4.1
PR: ports/123998
Submitted by: David Johnson <david at usermode.org> (maintainer) |
0.4.0 09 Oct 2007 22:57:11 |
beech |
- Update to 0.4.0
- Fix portdocs
PR: ports/116723
Submitted by: David Johnson <david@usermode.org> (maintainer)
Approved by: sat (mentor) |
0.3.5_1 19 May 2007 20:32:57 |
flz |
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}. |
0.3.5 17 Dec 2006 19:28:50 |
arved |
Fix build with gcc41
PR: 106837
Submitted by: David Johnson (maintainer) |
0.3.5 27 Nov 2006 21:28:00 |
miwi |
- Respect X11BASE
PR: ports/105885
Submitted by: David Johnson <david@usermode.org> (maintainer) |
0.3.5 10 May 2006 22:37:39 |
edwin |
Remove USE_REINPLACE from ports starting with M |
0.3.5 22 Jan 2006 12:59:47 |
edwin |
SHA256ify
Approved by: krion@ |
0.3.5 25 Oct 2005 09:01:33 |
garga |
- Honor X11BASE [1]
- Use DATADIR macro
- Respect NOPORTDOCS
- Use PORTDOCS
PR: ports/87901 [1]
Submitted by: maintainer [1]
Requested by: kris [1] |
0.3.5 06 Jul 2005 05:37:45 |
novel |
Update to 0.3.5.
PR: 83044
Submitted by: David Johnson (maintainer) |
0.3.4 12 Oct 2004 09:24:12 |
linimon |
Update to 0.3.4.
PR: ports/72295
Submitted by: David Johnson <david at usermode dot org> (maintainer)
Approved by: Griffin Brewery, Chiswick, London (indirectly) |
0.3.3_1 03 May 2004 10:36:49 |
arved |
Fix severe runtime issues with qt33
PR: 66191
Submitted by: David Johnson <david@usermode.org> |
0.3.3 31 Mar 2004 03:12:58 |
trevor |
SIZEify (maintainer timeout) |
0.3.3 05 Apr 2003 20:16:44 |
arved |
Update to 0.3.3
PR: 48992
Submitted by: maintainer |
0.3.2 04 Mar 2003 09:29:40 |
arved |
Update to 0.3.2
PR: 48911
Submitted by: Maintainer |
0.3.1 21 Feb 2003 12:48:19 |
knu |
De-pkg-comment. |
0.3.1 05 Aug 2002 21:45:04 |
pat |
Build with qt30 by default
PR: ports/41298
Submitted by: maintainer |
0.3.1 14 May 2002 22:41:43 |
pat |
Update to 0.3.1
PR: 37776
Submitted by: maintainer |
0.3.0 29 Mar 2002 09:25:42 |
pat |
Update to 0.3.0
PR: 36458
Submitted by: maintainer |
01 May 2001 02:10:34 |
mharo |
updating port qbrew from version 0.1.6 to 0.2.0 |
07 Apr 2001 07:46:38 |
will |
Add qbrew 0.1.6, a homebrewer's recipe calculator. |