Port details |
- py-beaker Session and Caching library with WSGI Middleware
- 1.13.0 www
=10 1.13.0Version of this port present on the latest quarterly branch. - Maintainer: python@FreeBSD.org
 - Port Added: 2007-06-16 04:02:51
- Last Update: 2024-04-13 11:58:18
- Commit Hash: bbc144d
- People watching this port, also watch:: libxml2, xorg-fonts-truetype, dbus, libXdamage, p5-Error
- Also Listed In: python
- License: BSD3CLAUSE
- WWW:
- https://beaker.readthedocs.io/en/latest/
- https://github.com/bbangert/beaker
- Description:
- Beaker is a web session and general caching library that includes WSGI
middleware for use in web applications.
As a general caching library, Beaker can handle storing for various times any
Python object that can be pickled with optional back-ends on a fine-grained
basis.
Features
- Fast, robust performance
- Multiple reader/single writer lock system to avoid duplicate simultaneous
cache creation
- Cache back-ends include dbm, file, memory, memcached, Redis, MongoDB, and
database (Using SQLAlchemy for multiple-db vendor support)
- Signed cookies to prevent session hijacking/spoofing
- Cookie-only sessions to remove the need for a db or file backend (ideal for
clustered systems)
- Extensible Container object to support new back-ends
- Caches can be divided into namespaces (to represent templates, objects, etc.)
then keyed for different copies
- Create functions for automatic call-backs to create new cache copies after
expiration
- Fine-grained toggling of back-ends, keys, and expiration per Cache object
 ¦ ¦ ¦ ¦ 
- 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}beaker>0:www/py-beaker@${PY_FLAVOR}
- To install the port:
- cd /usr/ports/www/py-beaker/ && make install clean
- To add the package, run one of these commands:
- pkg install www/py-beaker
- pkg install py39-beaker
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 py39-beaker listed in the above command, you can pick from the names under the Packages section.- PKGNAME: py39-beaker
- Package flavors (<flavor>: <package>)
- distinfo:
- TIMESTAMP = 1713001218
SHA256 (Beaker-1.13.0.tar.gz) = e956cd8a35ad5de1b5212c7bff8fc01e2b3d34ab92466d24684c666abb8c9c30
SIZE (Beaker-1.13.0.tar.gz) = 68250
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:
-
- python3.9 : lang/python39
- This port is required by:
- for Build
-
- textproc/py-mako
-
Deleted ports which required this port:
- for Run
-
- textproc/py-mako
- www/py-bottle-cork
-
Deleted ports which required this port:
- * - deleted ports are only shown under the This port is required by section. It was harder to do for the Required section. Perhaps later...
Configuration Options:
- No options to configure
- Options name:
- www_py-beaker
- USES:
- cpe 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 |
1.13.0 13 Apr 2024 11:58:18
    |
Po-Chuan Hsieh (sunpoet)  |
www/py-beaker: Update to 1.13.0
- Update WWW
- Convert to USE_PYTHON=pep517
- Update pkg-descr
Changes: https://github.com/bbangert/beaker/releases |
1.12.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> |
1.12.1 21 Mar 2023 19:22:26
    |
Po-Chuan Hsieh (sunpoet)  |
www/py-beaker: Update to 1.12.1
Changes: https://github.com/bbangert/beaker/releases |
1.12.0 30 Jan 2023 13:02:18
    |
Po-Chuan Hsieh (sunpoet)  |
www/py-beaker: Update to 1.12.0
- Add LICENSE_FILE
Changes: https://github.com/bbangert/beaker/releases |
1.11.0 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) |
1.11.0 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.11.0 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 ) |
1.11.0 06 Oct 2021 13:32:42
    |
Kai Knoblich (kai)  |
www/py-beaker: Add CPE information
Approved by: portmgr (blanket) |
1.11.0 06 Apr 2021 14:31:07
    |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
1.11.0 11 Jan 2021 19:36:17
  |
rene  |
Remove logic for Python < 3.6 for ports using Python 3.6+ |
1.11.0 28 Dec 2020 23:02:15
  |
antoine  |
Drop python 2.7 support from a few ports
With hat: portmgr |
1.11.0 28 Aug 2019 23:53:52
  |
sunpoet  |
Update to 1.11.0
Changes: https://github.com/bbangert/beaker/releases |
1.10.1 22 Feb 2019 19:55:57
  |
sunpoet  |
Update to 1.10.1
- Update WWW
Changes: https://github.com/bbangert/beaker/releases |
1.10.0_1 31 Jan 2019 11:49:18
  |
tobik  |
www/py-beaker: Do not override RUN_DEPENDS after bsd.port.pre.mk
Add missing direct lang/python27 and devel/py-setuptools run
dependencies to the py27 flavor. |
1.10.0 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.10.0 05 Jun 2018 18:56:35
  |
sunpoet  |
Update to 1.10.0
Changes: https://beaker.readthedocs.io/en/latest/changes.html#changes-in-beaker |
1.9.1 10 Apr 2018 17:39:17
  |
sunpoet  |
Update to 1.9.1
Changes: https://beaker.readthedocs.io/en/latest/changes.html#changes-in-beaker |
1.9.0 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.9.0 19 Jun 2017 17:26:36
  |
sunpoet  |
Update to 1.9.0
- Sort USE_PYTHON
Changes: https://beaker.readthedocs.io/en/latest/changes.html#changes-in-beaker |
1.8.1 24 Oct 2016 15:45:30
  |
olivierd  |
- Update to 1.8.1
- Re-assign to the Python team
- Port is architecture neutral
- devel/py-funcsigs is only needed when Python < 3.3 |
1.8.0_1 01 Apr 2016 14:33:58
  |
mat  |
Remove ${PORTSDIR}/ from dependencies, categories v, w, x, y, and z.
With hat: portmgr
Sponsored by: Absolight |
1.8.0_1 07 Mar 2016 02:06:02
  |
vanilla  |
Add RUN_DEPENDS to py-funcsigs.
PR: 206960
Submitted by: freebsd@johnlevine.com |
1.8.0 02 Feb 2016 07:43:32
  |
vanilla  |
Update to 1.8.0. |
1.7.0 08 Dec 2015 16:12:52
  |
vanilla  |
Upgrade to 1.7.0. |
1.6.4_1 05 Oct 2014 01:15:55
  |
wen  |
- Update LICENSE
- Reset maintainer to ports@ |
1.6.4_1 15 Jun 2014 17:45:45
  |
mva  |
- Remove easy_install dependency
- Bump PORTREVISION to enforce a cleanup for the easy_install references
With hat: python@
Approved by: portmgr (implicit) |
1.6.4 19 Nov 2013 06:38:00
  |
lwhsu  |
- Support stage and Python3
- Remove leading article from COMMENT
- Use whitespace after WWW:
PR: ports/184058
Submitted by: lwhsu
Approved by: wen (maintainer) |
1.6.4 20 Sep 2013 23:36:54
  |
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
www) |
1.6.4 16 Jul 2013 05:02:29
  |
wen  |
- Trim Makefile headers |
1.6.4 27 Aug 2012 12:17:33
 |
wen  |
- Update to 1.6.4 |
1.6.3 06 Mar 2012 06:35:21
 |
wen  |
- Update to 1.6.3 |
1.6.2 14 Dec 2011 07:03:02
 |
wen  |
- Update to 1.6.2
Feature safe: yes |
1.5.4 19 Mar 2011 12:38:54
 |
miwi  |
- Get Rid MD5 support |
1.5.4 17 Jun 2010 02:29:57
 |
wen  |
- Update to 1.5.4 |
1.5.3 10 Mar 2010 00:15:31
 |
wen  |
- Update to 1.5.3 |
1.5.2 02 Mar 2010 05:39:07
 |
wen  |
- Update to 1.5.2
Feature safe: yes |
1.5.1 18 Dec 2009 01:19:01
 |
wen  |
- Update to 1.5.1 |
1.5 24 Nov 2009 10:49:49
 |
wen  |
- Update to 1.5 |
1.4.2 27 Sep 2009 11:11:37
 |
wen  |
- Update to 1.4.2
- Update my mail address to FreeBSD
Approved by: miwi(mentor)
Feature safe: yes |
1.4 22 Aug 2009 19:21:59
 |
miwi  |
- Update to 1.4
PR: 138035
Submitted by: Wen Heping <wenheping@gmail.com> (maintainer) |
1.3.1 09 May 2009 09:18:18
 |
miwi  |
- Update to 1.3.1
PR: 134254
Submitted by: Wen Heping <wenheping@gmail.com> (maintainer) |
1.3 09 Apr 2009 10:45:31
 |
miwi  |
- Update to 1.3
PR: 133447
Submitted by: Wen Heping <wenheping@gmail.com> (maintainer) |
1.2.3 27 Mar 2009 22:38:59
 |
miwi  |
- Update to 1.2.3
PR: 133127
Submitted by: Wen Heping <wenheping@gmail.com> (maintainer) |
1.2.2 15 Feb 2009 14:51:26
 |
miwi  |
- Update to 1.2.2
PR: 131693
Submitted by: Wen Heping <wenheping@gmail.com> (maintainer) |
1.2 31 Jan 2009 13:16:26
 |
wxs  |
- Update to 1.2
PR: ports/130905
Submitted by: Wen Heping <wenheping@gmail.com> (maintainer) |
1.1.3 15 Jan 2009 13:59:40
 |
miwi  |
- Update to 1.1.3
PR: 130485
Submitted by: Wen Heping <wenheping@gmail.com> (maintainer) |
1.1.2 06 Dec 2008 15:30:46
 |
miwi  |
- Update to 1.1.2
PR: 129354
Submitted by: Wen Heping <wenheping@gmail.com> (maintainer) |
1.0.3 07 Nov 2008 15:28:28
 |
dryice  |
pass on maintainership
Approved by: New maintainer <wenheping@gmail.com> via private mail |
1.0.3 07 Nov 2008 15:11:30
 |
dryice  |
update to 1.0.3
PR: ports/128472
Submitted by: Wen Heping <wenheping@gmail.com> |
0.9 25 Dec 2007 09:32:25
 |
dryice  |
update to 0.9 |
0.8 30 Oct 2007 04:13:02
 |
dryice  |
update to 0.8 |
0.7.5 27 Aug 2007 13:06:06
 |
dryice  |
update to 0.7.5 |
0.7.4 30 Jul 2007 09:42:28
 |
alexbl  |
- Make Python 2.5.1 the default Python version
- Add significantly better support in bsd.python.mk for working with
Python Eggs and the easy_install system
Tested by: pointyhat runs
Approved by: pav (portmgr)
Most work by: perky
Thanks to: pav |
0.7.4 15 Jul 2007 05:41:26
 |
dryice  |
update to 0.7.4 |
0.7.3 16 Jun 2007 03:56:23
 |
dryice  |
New port py-beaker, it will be used by the new version of py-mako |